.content-list {
    margin: 0 auto;
    width: 60%;
    min-width: 1180px;
    background-color: #fefefe;
    padding: 50px 20px;
}

.content-list .content-item {
    padding: 20px 15px;
    border-bottom: 1px solid #f6f5f5;
}

.content-list .content-item:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.content-list .content-item:last-child {
    border-bottom: none;
}

.content-item .title {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-align: left;
}

.content-item .time-text {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 5px 0 10px;
}

.content-item .content-text {
    color: #969696;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}


.login-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    display: none;
    margin-top: -240px;
    margin-left: -400px;
    background-color: rgba(255, 255, 255, 1);
    width: 800px;
    height: 480px;
    border: 10px solid #eeeeee;
}

.logo-container-wrapper {
    overflow: hidden;
    padding: 51px 48px 0 71px;
    height: 480px;
}

.logo-container-wrapper .left-wrapper {
    float: left;
    /*width: 300px;*/
}

.logo-container-wrapper .left-wrapper .t-form {
    width: 300px;
    box-sizing: border-box;
    height: 45px;
    font-size: 16px;
    /*border: 1px solid rgba(0, 0, 0, .3);*/
}

.logo-container-wrapper .left-wrapper .t-form input {
    border: 1px solid rgba(17, 17, 30, 0.1);
    border-radius: 3px;
    text-indent: 1em;
    outline: none;
}

.logo-container-wrapper .left-wrapper .t-form::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 14px;
    line-height: 45px;
    outline: none;
}

.logo-container-wrapper .left-wrapper div {
    margin-top: 20px;
}

.logo-container-wrapper .left-wrapper .btn-login {
    font-size: 18px;
    line-height: 45px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background-color: #ff4650;
    border: none;
}

.logo-container-wrapper .left-wrapper .btn-login:hover {
    cursor: pointer;
}

.logo-container-wrapper .left-wrapper .auto-login {
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    width: 300px;
}

.logo-container-wrapper .left-wrapper .auto-login .login-text {
    display: block;
    float: left;
}

.logo-container-wrapper .left-wrapper .auto-login .login-text input {
    vertical-align: middle;
}

.logo-container-wrapper .left-wrapper .auto-login .register-text {
    float: right;
    cursor: pointer;
    color: #7FB3FD;
}

.logo-container-wrapper .left-wrapper .left-logo-wrapper {

}

.logo-container-wrapper .left-wrapper {
    color: #515459;
    font-size: 25px;
    line-height: 31px;
}

.logo-container-wrapper .left-wrapper .text {
    display: inline-block;
    padding-left: 14px;
    position: relative;
    top: -6px;
}

.logo-container-wrapper .right-wrapper {
    float: right;
}

.logo-container-wrapper .right-wrapper .right-top-wrapper {

}

.logo-container-wrapper .right-wrapper .right-top-wrapper .title {
    text-align: right;
    font-size: 14px;
    line-height: 36px;
    color: #99999e;
}

.logo-container-wrapper .right-wrapper .right-top-wrapper .tag-wrapper {
    text-align: right;
    overflow: hidden;
}

.logo-container-wrapper .right-wrapper .right-top-wrapper .tag-wrapper .vip-text {
    color: #515459;
    font-size: 18px;
}

.logo-container-wrapper .right-wrapper .right-top-wrapper .tag-wrapper .tag-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 77px;
    height: 22px;
    background-image: url("../img/icpLicence/tag.png");
    background-size: cover;
    text-align: right;
}

.logo-container-wrapper .right-wrapper .right-top-wrapper .tag-wrapper .tag-icon span {
    font-size: 14px;
    line-height: 22px;
    padding-right: 9px;
    color: #fff;
}

.logo-container-wrapper .right-wrapper .right-wrapper-bg {
    margin-top: 50px;
}

.yinying-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    background-color: rgba(0, 0, 0, .5);
}

/* 注册 */
.register-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    display: none;
    margin-top: -240px;
    margin-left: -400px;
    background-color: rgba(255, 255, 255, 1);
    width: 800px;
    height: 480px;
    border: 10px solid #eeeeee;
}

.logo-container-wrapper .left-wrapper .auto-login {
    text-align: center;
}

.logo-container-wrapper .left-wrapper .auto-login .back-text {
    cursor: pointer;
    color: #7FB3FD;
}
