body {
    background: #fafafa;
}

ul {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

.navbar-inverse {
    background: url(../img/navbar_image_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.container {
    width: 1174px;
    display: table;
    margin: 0 auto;
}

.navtopleft {
    height: 80px;
}

.navtopleft img {
    float: left;
    margin-right: 30px;
}

.navlist {
    float: left;
    height: 80px;
    line-height: 80px;
}

.navlist li {
    float: left;
    position: relative;
}

.navlist li a {
    position: relative;
}

.navlist li.active a span {
    position: relative;
}

.navlist li.active a span {
    color: #FFF;
    display: inline-block;
}

.navlist li.active a span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #FFF;
    left: 0;
    top: 58px
}

.navupdown {
    position: absolute;
    display: none;
    padding: 10px;
    left: 50%;
    margin-left: -74px;
    top: 65px
}

.navupdownli:hover .navupdown {
    display: block;
}

.navupdownlist {
    width: 128px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    border-radius: 4px;
}

.navupdownlist li {
    float: none;
    height: 46px;
}

.navupdownlist li:first-child a {
    border-radius: 4px 4px 0 0;
}

.navupdownlist li:last-child a {
    border-radius: 0 0 4px 4px
}

.navlist li a {
    color: #adadad;
    display: block;
    height: 80px;
    padding: 0 40px;
}

.navlist li a:hover {
    color: #ddd
}

.navlist li.active a:hover {
    color: #FFF;
    cursor: default;
}

.navupdownlist li a {
    display: block;
    height: 46px;
    line-height: 46px;
    width: 128px;
    padding: 0;
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    color: #4f4f4f;
    position: relative;
}

.navupdownlist li a:hover {
    color: #FFF;
    background: #a69b97;
}

.navupdownlist li:last-child a {
    border-bottom: none;
    height: 44px;
}

.navupdownlist li:last-child {
    height: 44px;
}

.navlist li.active .navupdownlist a:hover {
    cursor: pointer;
}

#navsearch {
    height: 54px;
    margin-top: 20px;
}

#navsearch .input-group {
    border-bottom: 1px solid #bcbcbc;
}

#navsearch input {
    background: none;
    border: none;
    outline: none;
    height: 40px;
    color: #FFF;
    padding-right: 0;
}

#navsearch button {
    height: 40px;
    width: 40px;
    background: none;
}

#navsearch button i {
    color: #bcbcbc;
    font-size: 20px;
}

#navsearch button:hover i {
    color: #fff;
}

.navmessage {
    width: 40px;
    height: 80px;
    padding: 15px 5px;
    margin: 0 35px;
    position: relative;
}

.topuser:hover .navupdown {
    display: block;
}

.navmessage a {
    display: block;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.navmessage a span {
    position: absolute;
    /*display: inline-block;*/
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    color: #FFF;
    padding: 0 5px;
    background: #2388d9;
    border-radius: 9px;
    top: 7px;
    left: 20px;
    line-height: 18px;
    text-align: center;
}

.navmessage a i.fa-bell-o {
    font-size: 24px;
    position: relative;
    top: 4px;
    color: #ddd
}

.navmessage a:hover i {
    color: #FFF
}

.navmessage .navupdown a span {
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: 20px;
    border-radius: 2px;
    height: 15px;
    line-height: 16px;
}

.topuser {
    width: 50px;
    height: 80px;
    padding: 15px 0;
    position: relative;
}

.topuser img {
    width: 50px;
    cursor: pointer;
    border-radius: 100%;
}

.tologin {
    height: 80px;
    padding: 22px 0;
    margin-left: 40px;
}

.tologin a {
    float: right;
    display: block;
    width: 72px;
    height: 36px;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    color: #bcbcbc;
    margin-left: 10px;
    padding: 0;
}

.tologin a:hover {
    color: #FFF;
}

.tologin a:last-child {
    border: 1px solid #FFF;
    border-radius: 18px;
    line-height: 34px;
    margin-left: 0;
    color: #FFF;
}

.tologin a:last-child:hover {
    border-color: #FFF;
    color: #333;
    background: #FFF;
}

.maincontent {
    width: 1174px;
    margin: 100px auto;
}

.bannerarea {
    height: 404px;
}

.maintitle {
    color: #bcbcbc;
    font-size: 40px;
    margin: 30px 0;
}

.maintitle span {
    font-size: 20px;
}

.indextopiclist {
    display: table;
    border-bottom: 1px dashed #bcbcbc;
    padding-bottom: 40px;
}

.indextopiclist li {
    width: 278.5px;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
    transition: .5s;
}

.indextopiclist li:hover {
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
    background: #FFF;
}

.indextopiclist li .articlecover {
    width: 278.5px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    background-image: url(http://beefix.img-cn-hangzhou.aliyuncs.com/resource/images/cpcwcover.png@!cover_img_v2);
    background-size: 100%;
}

.indextopiclist li .articlecover img {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.indextopiclist li:last-child {
    margin-right: 0;
}

.indextopiclist li p {
    overflow: hidden;
    padding: 0 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
    height: 50px;
}

.indexarticlelist {
    display: table;
    margin: 60px 0;

}

.indexarticlelist li {
    width: 278.5px;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
    transition: .5s;
    margin-bottom: 30px;
}

.indexarticlelist li:nth-child(4n) {
    margin-right: 0;
}

.indexarticlelist li:hover {
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
    background: #FFF;
}

.articlelistcontent {
    padding: 20px 22px 0;
}

.indexarticlelist li .articlecover {
    width: 278.5px;
    height: 156px;
    overflow: hidden;
}

.indexarticlelist li .articlecover img {
    width: 100%;
    height: 100%;
    background-image: url(http://beefix.img-cn-hangzhou.aliyuncs.com/resource/images/cpcwcover.png@!cover_img_v2);
    background-size: 100%;
}

.articleuser {
    padding: 20px 22px;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 2px solid #f7f7f7;
}

.articleuser img {
    float: left;
    width: 26px;
    margin-right: 5px;
    border-radius: 100%;
}

.articleuserright {
    height: 26px;
    line-height: 26px;
}

.articleuserright a {
    color: #4a4a4a;
    font-size: 12px;
    margin-right: 3px;
}

.articleuserright span {
    font-size: 12px;
    color: #999;
    margin-left: 3px;
}

.articletitele {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 16px;
    height: 46px;
    font-weight: bold;
    margin-bottom: 10px;
}

.articlesummary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #959595;
    height: 36px;
    margin-bottom: 20px;
}

.articlelistbottom span {
    margin-right: 10px;
    font-size: 12px;
    color: #a2a2a2;
}

.communitylist li .articlelistbottom {
    margin-top: 30px;
}

.articlelistbottom span i {
    margin-right: 3px;
}

.articlelistbottom span i.fa-heart-o {
    position: relative;
    top: 1px
}

.articlelistbottom span.pull-right {
    margin-right: 0;
    width: auto;
    padding: 0 10px;
    height: 22px;
    border: 1px solid #a2a2a2;
    line-height: 20px;
    border-radius: 11px;
    text-align: center;
}

#morebtn {
    width: 146px;
    height: 46px;
    border-radius: 23px;
    padding: 0;
    line-height: 44px;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    background: none;
}

#morebtn:hover {
    background: #ddd;
    border-color: #ddd;
    color: #fff
}

footer {
    width: 100%;
    padding: 50px 0 20px;
    background: #9f9592;
    min-width: 1234px;
}

.footercontent {
    width: 1174px;
    margin: 0 auto;
    display: table;
}

.footerleft {
    float: left;
}

.footerleft img {
    display: block;
}

.appqrcode {
    margin: 30px 0 15px;
}

.footerleft p {
    margin-bottom: 3px;
    color: #f0efef
}

.copyright {
    text-align: center;
    color: #ccc;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 0;
}

.copyright a {
    color: #ddd;
}

#leftbanner {
    width: 720px;
    height: 404px;
    float: left;
}

#rightbanner {
    width: 454px;
    height: 404px;
    float: left;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.bannerarea {
    width: 1174px;
    margin: 100px auto 40px;
    display: table;
}

.swiper-slide {
    overflow: hidden;
    position: relative;
}

.bannerarticle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.bannerarticle div {
    position: absolute;
    left: 100px;
    bottom: 50px;
    width: 465px;
    height: auto;
}

.bannerarticletitle {
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 18px;
    max-height: 52px;
}

.bannerarticlecontent {
    color: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 20px;
    max-height: 58px;
    text-align: left;
}

.bannerrightarticle {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 140px;
}

.bannerrightarticle div {
    padding-left: 30px;
    padding-right: 200px;
    height: 70px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#333333));
    background: -webkit-linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333);
    background: -ms-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333);
    background: linear-gradient(transparent, #333333);
    -pie-background: linear-gradient(transparent, #333333);
}

#totop {
    position: fixed;
    left: 50%;
    margin-left: 600px;
    bottom: 20px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    background-color: #666;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    color: #ddd;
    text-align: center;
    line-height: 36px;
    padding: 6px 0 0 0;
    display: none;
}

#totop i {
    font-size: 30px;
}

#totop:hover {
    color: #FFF
}

.logindivarea {
    width: 600px;
    margin: 230px auto 150px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.logindivtop a {
    height: 72px;
    width: 300px;
    display: block;
    float: left;
    border-radius: 0;
    font-size: 18px;
    background: #eeeeee;
    color: #959595;
    padding: 0;
    line-height: 72px;

}

.logindivtop a.active {
    background: #4a4a4a;
    color: #FFF;
    box-shadow: none;
    font-weight: bold;
}

.logincontentarea {
    display: table;
    padding: 55px 0;
}

.logincontentleft {
    float: left;
    padding: 75px 64px;
    width: 365px;
    box-sizing: border-box;
    border-right: 1px solid #bcbcbc;
}

.logincontentleft p {
    font-size: 16px;
    color: #4b4b4b;
    text-align: center;
    margin-bottom: 30px;
}

.loginlist li {
    float: left;
    margin-right: 40px;
}

.loginlist li:last-child {
    margin-right: 0;
}

.loginlist li img {
    width: 52px;
    height: 52px;
}

.loginarea {
    width: 600px;
    padding: 0 40px;
}

#rememberpassword {
    margin-top: 20px;
}

#rememberpassword label {
    margin-left: 5px;
    margin-bottom: 0;
}

.md-checkbox label > .check {
    left: 15px;
    top: -1px;
    width: 8px;
    height: 16px;
}

.md-checkbox label > span {
    left: 5px;
}

.md-checkbox label > span.inc {
    left: 10px;
    top: 1px;
    height: 17px;
    width: 17px;
}

.md-checkbox.has-info label, #rememberpassword a {
    color: #959595
}

.md-checkbox.has-info label > .box {
    border-color: #959595;
    height: 17px;
    width: 17px;
    top: 1px;
    left: 10px;
}

.form-group.form-md-line-input .input-group .input-group-addon {
    width: 34px;
    padding: 0;
    height: 34px;
    min-width: 34px;
    text-align: center;
}

.form-group.form-md-line-input .input-group {
    width: 100%;
}

.input-group .input-group-addon > i {
    font-size: 18px;
    position: relative;
    top: 1px
}

.input-group .input-group-addon > i.fa-mobile {
    font-size: 25px;
    top: 2px
}

.input-group .input-group-addon > i.fa-shield {
    top: 0;
}

#loginbtn, #regbtn, #forbtn {
    height: 48px;
    font-size: 16px;
    margin-top: 30px;
}

.form-group.form-md-line-input.form-md-floating-label .input-group.left-addon label {
    padding-left: 44px;
}

.loginform .form-group.form-md-line-input .form-control {
    padding-left: 10px;
}

.code_btn {
    position: absolute;
    right: 0;
    z-index: 999;
    color: #2388d9;
    background: none;
    border-radius: 0;
    height: 24px;
    line-height: 25px;
    font-size: 16px;
    top: 4px;
    width: 106px;
    padding: 0 5px 0 20px;
    border-left: 1px solid #bcbcbc;
}

.code_btnactive {
    color: #959595;
}

.regrule {
    margin-top: 20px;
    text-align: center;
}

.regrule p {
    margin-bottom: 3px;
    color: #acacac
}

.regrule p a {
    color: #2388d9
}

#regarea .logincontentleft {
    padding: 125px 64px;
}

#forarea .logincontentleft {
    padding: 95px 64px;
}

.footermiddle {
    width: 210px;
}

.footermiddlediv {
    width: 210px;
    display: table;
    min-height: 100px;
}

.footertitle {
    float: left;
    color: #FFF;
    margin-right: 20px;
}

.footerlist {
    width: 134px;
    float: left;
}

.footerlist li {
    margin-right: 20px;
    float: left;
    width: 57px;
    height: 19px;
    margin-bottom: 15px;
}

.footerlist li:nth-child(2n) {
    margin-right: 0;
}

.footerlist li a {
    font-size: 12px;
    display: inline-block;
    color: #f3f2f2;
    opacity: .8;
    position: relative;
    top: -0.5px;
}

.footerlist li a:hover {
    opacity: 1;
}

.footerlist li a img {
    width: 54px;
}

.footerright {
    width: 330px;
    margin-left: 100px;
}

.footerrightdivcontent {
    float: left;
    display: table;
    width: 254px;
    min-height: 100px;
}

.footerrightdivcontent p {
    font-size: 12px;
    color: #f3f2f2;
    position: relative;
    top: 1px;
    line-height: 1.5;
}

.footerreport {
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
}

.articledetailtop {
    width: 1234px;
    height: 450px;
    margin: 80px auto 0;
    overflow: hidden;
    position: relative;
}

.articledetailtop .articleimgcover {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.articledetailcover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#333333));
    background: -webkit-linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333);
    background: -ms-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333);
    background: linear-gradient(transparent, #333333);
    -pie-background: linear-gradient(transparent, #333333);
}

.articledetailcovercontent {
    position: absolute;
    z-index: 999;
    width: 1174px;
    bottom: 0;
    left: 30px;
    padding-bottom: 30px;
}

.articledetailtitele {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 20px;
}

.articledetailtopbottom {
    height: 44px;
}

.articledetailtopbottom img {
    float: left;
    width: 44px;
    border-radius: 100%;
    margin-right: 20px;
}

.articledetailuser {
    float: left;
    height: 44px;
    width: 580px;
}

.articledetailuser p a {
    color: #FFF;
}

.articledetailuser p {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.articledetailuser p:last-child {
    font-size: 14px;
    color: #f7f7f7;
    margin-bottom: 0;
}

.articledetailtopbottom .pull-right span {
    color: #EEE;
    display: inline-block;
    line-height: 44px;
    margin-left: 20px;
}

.articledetailtopbottom .pull-right span i {
    margin-right: 5px;
}

.articledetailtopbottom .pull-right b {
    color: #ccc;
    margin-left: 30px;
    margin-right: 20px;
    position: relative;
    top: -1px
}

.articledetailcontent {
    width: 1174px;
    margin: 0 auto 70px;
}

.articledetailcontent img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.articlelikebtn {
    text-align: center;
    padding: 70px 0 50px;
}

.articlelikebtn button {
    width: 146px;
    height: 46px;
    border-radius: 23px;
    padding: 0;
    line-height: 44px;
    color: #a2a2a2;
    border: 1px solid #bcbcbc;
    background: none;
    margin-bottom: 20px;
}

.articlelikebtn button i.fa-heart-o {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: 3px
}

.articlelikebtn button i.fa-heart {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    color: #2388d9;
    top: 3px
}

.articlelikebtn ul {
    display: table;
    margin: 0 auto;
}

.articlelikebtn ul li {
    float: left;
}

.articlelikebtn ul li.more {
    position: relative;
    bottom: -10px;
    color: #959595;
}

.articlelikebtn ul li img {
    float: left;
    width: 30px;
    margin-right: 5px;
    border-radius: 100%;
}

.articlesharearea ul {
    height: 40px;
    display: inline-block;
}

.articlesharearea ul li {
    line-height: 40px;
    color: #959595;
    float: left;
    margin-right: 10px;
}

.articlesharearea ul li a {
    margin-right: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #959595;
}

.articlesharearea button {
    width: 150px;
    height: 40px;
    border-radius: 23px;
    padding: 0;
    line-height: 38px;
    color: #a2a2a2;
    border: 1px solid #bcbcbc;
    background: none;
}

.articlesharearea button i.fa-star-o {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: 3px
}

.articlesharearea button i.fa-star {
    margin-right: 10px;
    font-size: 24px;
    color: #2388d9;
    position: relative;
    top: 3px
}

.articlecomment {
    display: table;
    margin-top: 20px;
}

.articlecommentdiv {
    width: 800px;
}

.articlrecommend {
    width: 334px;
    margin-left: 40px;
}

.articlecomment .maintitle {
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.articlrecommend ul li {
    margin-bottom: 20px;
    width: 334px;
    height: 187px;
    overflow: hidden;
    transition: .5s;
    position: relative;
}

.articlrecommend ul li:last-child {
    margin-bottom: 0;
}

.articlrecommend ul li:hover {
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.articlrecommend ul li img {
    width: 100%;
}

.articlrecommend ul li div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#333333));
    background: -webkit-linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333);
    background: -ms-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333);
    background: linear-gradient(transparent, #333333);
    -pie-background: linear-gradient(transparent, #333333);
    left: 0;
    top: 0;
    padding: 15px;
}

.articlrecommend ul li .articlrecommendcover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#333333));
    background: -webkit-linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333);
    background: -ms-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333);
    background: linear-gradient(transparent, #333333);
    -pie-background: linear-gradient(transparent, #333333);
    left: 0;
    top: 0;
    padding: 15px;
}

.articlrecommend ul li .articlrecommendtitle {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    display: block;
    left: 0;
    bottom: 15px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
}

.evaluatingindextopiclist li p {
    font-size: 16px;
    height: 44px;
}

.commentinputarea {

}

.commentlist li {
    margin-bottom: 20px;
    display: table;
}

.commentlist li:last-child ul li:last-child .commentlistright {
    border: none;
}

.commentlisthead {
    float: left;
    width: 40px;
    margin-right: 15px;
}

.evaluatingdetailecontent .commentlisthead img, .articledetailcontent .commentlisthead img {
    width: 40px;
    border-radius: 100%;
    margin-top: 0;
}

.commentlistright {
    float: left;
    /*display: table;*/
    width: 745px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bcbcbc;
}

.commentlistrighttop {
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
}

.commentlistrighttop a {
    color: #626262;
    margin-right: 10px;
}

.commentlistrighttop span {
    color: #959595;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.commentlistrighttop a.pull-right {
    color: #959595;
    font-size: 12px;
    position: relative;
    top: -0.5px;
    margin-right: 0;
}

.commentrightcontent {
    line-height: 1.5;
    margin-bottom: 20px;
}

.shortcommentrightcontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
    max-height: 71px;
}

.conmmentlistbottom {
    height: 20px;
}

.conmmentlistbottom a {
    color: #2388d9;
}

.conmmentlistbottom a.active {
    color: #959595
}

.conmmentlistbottom a span {
    color: #959595;
}

.conmmentlistbottom a.pull-right {
    margin-left: 20px;
}

.commentlistrightinputarea {
    width: 745px;
    height: 85px;
}

.commentlistrightinputarea textarea {
    width: 745px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #f4f5f7;
    border: none;
    overflow: auto;
    color: #333;
    height: 85px;
    transition: 0s;
    padding: 5px 10px;
    resize: none;
    line-height: normal;
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #959595;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959595;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #959595;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #959595;
}

.commentlistright textarea:focus {
    background: #f1f1f1;

}

.commentlistright button {
    margin-top: 20px;
    border-radius: 0;
    padding: 9px 25px 8px;
}

.wordtips {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    color: #bcbcbc
}

.hideall {
    display: none;
}

.articlecomment hr {
    border-top: 2px solid #dbdbdb;
}

.commentreplylist {
    width: 745px;
    margin-top: 20px;
}

.commentreplylist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.commentreplylist li:last-child .commentlistright {
    border-bottom: none;
    margin-bottom: 0;
}

.commentlist li:last-child .commentlistright {
    border-bottom: none;
    padding-bottom: 0;
}

.commentlist li:last-child .commentreplylist li .commentlistright {
    border-bottom: 1px dashed #bdbdbd;
}

.commentreplylist li.commentreplylistbg {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.commentreplylist li.commentreplylistbg .commentlistright {
    width: 630px;
}

.commentreplylist li:last-child.commentlistbg {
    margin-bottom: 20px;
}

.commentreplylist .commentlistright, .replyarea .commentlistright, .replyarea textarea, .replyarea .commentlistrightinputarea {
    width: 690px;
}

.secondreplyarea .commentlistright, .secondreplyarea textarea, .secondreplyarea .commentlistrightinputarea {
    width: 635px;
}

.replyarea .commentlistright, .secondreplyarea .commentlistright {
    border-bottom: none;
    padding-bottom: 0;
}

.morereply a {
    color: #2388d9
}

.replyarea, .secondreplyarea {
    display: none;
    padding-top: 20px;
}

.replyarea .commentlistright {
    margin-bottom: 20px;
}

#evaluatingbanner {
    width: 1174px;
    height: 480px;
}

#evaluatingbanner .bannerarticle {
    padding: 0;
}

#evaluatingbanner .bannerarticle .bannerarticletitle {
    width: 640px;
    margin: 210px auto 0;
    font-size: 26px;
    height: 74px;
    max-height: 74px;
    text-align: center;
}

.swiper-button-next, .swiper-button-prev {
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    text-align: center;
    color: #b3b4b4;
    transition: .5s;
}

.swiper-button-next i.fa-angle-right, .swiper-button-prev i.fa-angle-left {
    font-size: 36px;
    line-height: 64px;
    position: relative;
}

.swiper-button-next i.fa-angle-right {
    left: 2px;
}

.swiper-button-prev i.fa-angle-left {
    right: 2px;
}

.swiper-button-next {
    right: 40px;
}

.swiper-button-prev {
    left: 40px
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #FFF;
    background: rgba(0, 0, 0, .4);
}

.evaluatingcontent {
    display: table;
}

.evaluatingcontentleft {
    float: left;
    width: 876px;
    margin-right: 20px;
}

.evaluatingcontentleft .indexarticlelist li:nth-child(4n) {
    margin-right: 20px;
}

.evaluatingcontentleft .indexarticlelist li:nth-child(3n) {
    margin-right: 0;
}

.evaluatingcontentlefttitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    margin-top: 30px;
    position: relative;
}

.evaluatingcontentlefttitle:after {
    position: absolute;
    content: '';
    width: 114px;
    height: 2px;
    background: #4a4a4a;
    top: 30px;
    left: 50%;
    margin-left: -57px;
}

.evaluatingcontent .indexarticlelist {
    margin-top: 40px;
}

.evaluatingcontentright {
    float: left;
    width: 278px;
}

.evaluatingcontentright .articlrecommend {
    margin-left: 0;
    width: 278px;
}

.evaluatingcontentright .articlrecommend ul li {
    width: 278px;
    height: 156px;
}

.evaluatingcontentrighttitle {
    color: #959595;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.evaluatingcontentrighttitle b {
    font-size: 50px;
    color: #ccc
}

.evaluatingcontentrighttitle span {
    font-size: 26px;
    font-weight: bold;
    margin-right: 25px;
    color: #ccc
}

.evaluatingdetailetitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.evaluatingdetailetime {
    text-align: center;
    margin-bottom: 50px;
    font-size: 13px;
    color: #595959
}

.evaluatingdetailetime span {
    margin-left: 10px;
}

.evaluatingrightarea {
    width: 334px;
    float: left;
    margin-left: 40px;
}

.evaluatingrightarea .maintitle {
    color: #959595;
    margin-bottom: 10px;
}

.evaluatingrightuser {
    text-align: center;
    padding: 0 15px;
}

.evaluatingrightuser img {
    width: 80px;
    border-radius: 100%;
}

.evaluatingrightuser .username {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.evaluatingrightuser .btn {
    width: 94px;
    height: 40px;
    border-radius: 20px;
    padding: 0;
    transition: .5s;
}

.evaluatingrightuser a.chat {
    background: none;
    color: #2388d9;
    border: 1px solid #2388d9;
    line-height: 38px;
    margin-left: 20px;
}

.evaluatingrightuser .already {
    color: #2388d9;
    background: #E4F3FE;
}

.evaluatingrightuser .btn:hover {
    -webkit-box-shadow: 0 5px 15px rgba(35, 136, 217, 0.5);
    box-shadow: 0 5px 15px rgba(35, 136, 217, 0.5);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.videoright .articlrecommend ul li .articlrecommendcover {
    background: rgba(0, 0, 0, .3);
    text-align: center;
}

.videoright .articlrecommend ul li .articlrecommendcover i {
    font-size: 36px;
    color: #FFF;
    opacity: .8;
    margin-top: 58px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -15px;*/
}

.videoright .articlrecommend ul li .articlrecommendcover p {
    position: absolute;
    right: 15px;
    color: #ddd;
    font-size: 12px;
    bottom: 0;
}

.videoleft .evaluatingcontentlefttitle {
    padding-bottom: 25px;
}

.videoleft .evaluatingcontentlefttitle:after {
    background: none;
}

.swiper-slide-next {
    width: 700px;
}

.videobanner {
    width: 1440px;
    margin: 110px auto 20px;
}

.vidobannerarea {
    width: 1440px;
    height: 480px;
    overflow: hidden;
}

#vidobanner {
    width: 3060px;
    height: 480px;
    position: relative;
    left: -810px;
}

#vidobanner .swiper-slide {
    height: 480px;
}

#vidobanner .swiper-button-next {
    right: 850px;
}

#vidobanner .swiper-button-prev {
    left: 850px;
}

#vidobanner .bannerarticle {
    padding: 0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#444444));
    background: -webkit-linear-gradient(transparent, #444444);
    background: -moz-linear-gradient(transparent, #444444);
    background: -ms-linear-gradient(transparent, #444444);
    background: -o-linear-gradient(transparent, #444444);
    background: linear-gradient(transparent, #444444);
    -pie-background: linear-gradient(transparent, #444444);
}

#vidobanner .bannerarticle div {
    width: 620px;
    position: absolute;
    left: 50%;
    margin-left: -310px;
    bottom: 60px;
    height: 74px;
}

#vidobanner i.centerplayicon {
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    color: #FFF;
    opacity: .8;
}

#vidobanner .bannerarticletitle {
    text-align: center;
    font-size: 30px;
    max-height: 84px;
}

#vidobanne .bannerarticle:hover i.centerplayicon {
    opacity: 1;
}

.videolist li {
    margin-bottom: 30px;
}

.videolist li .articlecover {
    width: 278.5px;
    height: 156px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.videolist li .articlecover img {
    width: 100%;
}

.articlecoverdiv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    text-align: center;
}

.articlecoverdiv i.fa-play-circle {
    font-size: 36px;
    color: #FFF;
    opacity: .8;
    margin-top: 70px;
}

.articlecoverdiv p {
    position: absolute;
    right: 15px;
    color: #ddd;
    font-size: 12px;
    bottom: 0;
}

.videolist li {
    display: table;
    padding-right: 20px;
    transition: .5s;
}

.videolist li:hover {
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
    background: #FFF;
}

.videolist li .articlelistcontent {
    width: 557px;
    padding: 18px 0;
    float: left;
}

.videolist li .articletitele {
    -webkit-line-clamp: 1;
    height: 25px;
}

.videolist li .articlesummary {
    -webkit-line-clamp: 2;
    height: 38px;
    color: #4a4a4a
}

.videolist li .articleuser {
    padding: 0;
    height: 26px;
    border-bottom: none;
}

.videolist li .articleuserright {
    width: 100px;
    float: left;
}

.videolist li .articlelistbottom {
    width: auto;
    line-height: 26px;
}

.videolisttime {
    display: inline-block;
    position: relative;
    height: 18px;
    padding-right: 20px;
}

.videolisttime:after {
    position: absolute;
    width: 1px;
    height: 16px;
    content: '';
    top: 5px;
    right: 0;
    background: #dbdbdb;
}

.videolist {
    margin: 40px 0 60px;
}

.videoright .articlrecommend ul li {
    overflow: auto;
    height: auto;
    padding-bottom: 15px;
}

.videoright .articlrecommend ul li .hotvideocontent {
    width: 278px;
    height: 156px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.videorighttitle {
    overflow: hidden;
    padding: 15px 15px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: #333;
    height: 52px;
}

.videodetailright {
    float: left;
}

.videoright.videodetailright .articlrecommend ul li .hotvideocontent {
    width: 334px;
    height: 187px;
}

.videoright.videodetailright .articlrecommend ul li .articlrecommendcover i {
    margin-top: 75px;
}

.videoright.videodetailright .articlrecommend ul li .hotvideocontent img {
    margin: 0;
}

.videosummary {
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 0;
}

.videodetailvideo {
    width: 800px;
    height: 450px;
    overflow: hidden;
    background: url('/img/videoloading.gif') no-repeat;
    background-position: center;
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0);
}

.communitytop {
    width: 1174px;
    height: 110px;
    position: relative;
    background: url(../img/community_image_writing.png) no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

.communitytop button {
    position: absolute;
    right: 80px;
    width: 126px;
    height: 54px;
    padding: 0;
    line-height: 54px;
    border-radius: 27px;
    top: 28px;
    font-size: 16px;
    color: #333;
    transition: .5s;
    background: #FFF;
}

.communitytop button:hover {
    -webkit-box-shadow: 0 20px 40px rgba(35, 136, 217, 0.5);
    box-shadow: 0 20px 40px rgba(35, 136, 217, 0.5);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.communitytop p {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 110px;
    margin-bottom: 0;
}

.nologintips {
    width: 745px;
    background-color: #f4f5f7;
    color: #333;
    height: 85px;
    line-height: normal;
    text-align: center;
    padding: 23px 0;
}

.nologintips span {
    line-height: 37px;
    display: inline-block;
    color: #9f9f9f
}

.nologintips a {
    border-radius: 0;
    padding: 9px 25px 8px;
    margin-top: 0;
    margin-left: 20px;
}

.communitylist {
    margin-bottom: 60px;
}

.communitylist li {
    padding: 30px 60px 40px;
    border: 1px solid #bdbdbd;
    margin-bottom: 30px;
    transition: .5s;
    background: #FFF;
}

.communitylist li:hover {
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.communitylist li:hover .articlelistbottom a {
    border-color: #4a4a4a;
    color: #4a4a4a;
}

.communitylist li .communitysummary {
    color: #959595
}

.communitylist {
    margin-top: 30px;
}

.communitylisttop {
    height: 36px;
    margin-bottom: 30px;
}

.communitylisttop img {
    width: 36px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
}

.communitylisttopright p {
    margin-bottom: 2px;
}

.communitylisttopright p:last-child {
    font-size: 12px;
    margin-bottom: 0;
    color: #6c6c6c
}

.communitytitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 28px;
    margin-bottom: 10px;
}

.communitysummary {
    color: #6d6d6d;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal !important;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
}

.articlelistbottom a {
    width: 118px;
    height: 40px;
    background: none;
    border: 1px solid #bcbcbc;
    color: #959595;
    border-radius: 0;
    position: relative;
    top: -10px
}

.communitylist .videolisttime:after {
    top: 0
}

.rightmore {
    padding-top: 30px;
    text-align: right;
}

.rightmore a {
    color: #959595;
}

.rightmore a:hover {
    color: #2388d9;
}

.rightmore a i {
    margin-left: 5px;
}

.followlist {
    padding-top: 50px;
}

.followlist li {
    padding: 30px 0;
    border-bottom: 1px solid #bcbcbc;
}

.followlist li:last-child {
    border-bottom: none;
}

.followlist li .articledetailtopbottom {
    height: 54px;
}

.followlist li .articledetailtopbottom p a {
    color: #333
}

.followlist li .articledetailtopbottom p {
    color: #666
}

.followlist li .articledetailtopbottom img {
    width: 54px;
}

.followlist li .articledetailuser {
    padding-top: 6px;
    height: 54px;
}

.followlist li .articledetailtopbottom button {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    position: relative;
    top: 7px;
    background: #2388d9;
    color: #fff;
    transition: .5s;
}

.followlist li .articledetailtopbottom button.already {
    color: #2388d9;
    background: #E4F3FE;
}

.followlist li .articledetailtopbottom button.follow {
    color: #2388d9;
    background: #E4F3FE;
}

.followlist li .articledetailtopbottom button:hover {
    -webkit-box-shadow: 0 10px 20px rgba(35, 136, 217, 0.5);
    box-shadow: 0 10px 20px rgba(35, 136, 217, 0.5);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.communityimglist {
    display: table;
    margin-bottom: 20px;
}

.communityimglist div {
    width: 248px;
    height: 139px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.communityimglist div img {
    width: 100%;
    height: 100%;
    background-image: url(http://beefix.img-cn-hangzhou.aliyuncs.com/resource/images/cpcwcover.png@!cover_img_v2);
    background-size: 100%;
}

.communityimglist div:last-child {
    margin-right: 0;
}

#new_post .modal-content {
    width: 720px;
    margin: 0 auto;
}

.newpostdiv {
    padding: 15px;
}

.newpostdiv .form-group.form-md-line-input .form-control {
    padding-left: 10px;
}

.newpostdiv .form-group.form-md-line-input.form-md-floating-label .input-group.left-addon label {
    padding-left: 10px;
}

.newpostcontent {
    min-height: 300px;
}

.postbottom {
    height: 40px;
    margin-top: 20px;
}

.postbottom button {
    height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    line-height: 40px;
    transition: .5s;
}

.postbottom button.draft {
    background: none;
    border: 1px solid #2388d9;
    line-height: 38px;
    width: 88px;
    margin-left: 20px;
    color: #2388d9;
    padding: 0;
}

.postbottom button:hover {
    -webkit-box-shadow: 0 5px 15px rgba(35, 136, 217, 0.5);
    box-shadow: 0 5px 15px rgba(35, 136, 217, 0.5);
    -webkit-transform: translate3d(0, 1px, -2px);
    transform: translate3d(0, 1px, -2px);
}

.postbottom button.draft:hover {
    background: #2388d9;
    color: #FFF;
}

.postbottom span {
    display: inline-block;
    color: #959595;
    height: 40px;
    line-height: 40px;
}

.searchlist {
    margin-bottom: 50px;
}

.searchlist li {
    padding: 30px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.searchlist li:last-child {
    border-bottom: none;
}

.searchlist .articletitele {
    height: auto;
    font-size: 18px;
    max-height: 50px;
    margin-bottom: 20px;
}

.searchlist .articlesummary {
    height: auto;
    max-height: 36px;
}

.searchtitle {
    padding-top: 20px;
    color: #4a4a4a;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 20px;
}

.navlist li .navupdown {
    margin-left: -85px;
}

.navlogo {
    margin-top: 22px;
}

.footerlefcodelist {
    float: left;
    margin-right: 40px;
}

.total_count, .pl_count, .hf_count, .sx_count, .tz_count {
    display: none;
}

.layui-layer-hui {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .4) !important;
}

.head {
    border: none !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1) !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.communityrightlist ul li {
    height: auto;
    border-bottom: 1px dashed #bdbdbd;
    padding: 0 0 15px 0;
}

.communityrightlist ul li:last-child {
    border-bottom: none;
}

.communityrightlist ul li .articlrecommendtitle {
    color: #333;
    position: relative;
    bottom: 0;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
}

.communityrightlist ul li:hover {
    box-shadow: none;
    transform: translate3d(0, 0, 0);
}

.communityrightlist ul li:hover .articlrecommendtitle {
    color: #2388d9
}

.articledetailcontent {
    background: #FFF;
    width: 1234px;
    padding: 50px 30px;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
}

.evaluatingdetailecontent {
    background: #FFF;
    width: 800px;
    /*width: 1234px;*/
}

.evaluatingdetailetitle {
    margin-top: 10px;
    word-wrap: break-word;
}

.evaluatingdetailecontent p, .articledetailcontent p {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
    word-wrap: break-word;
    /*text-indent: 32px;*/
}

.evaluatingdetailecontent img, .articledetailcontent img {
    display: block;
    max-width: 90%;
    margin: 10px auto;
}

.evaluatingdetailecontent p.videorighttitle, .articledetailcontent p.videorighttitle {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    height: auto;
    max-height: 52px;
}

.articlesummary, .videosummary, .communitysummary, .userhomesummary, .commentrightcontent {
    user-select: none;
}

.cover {
    background-image: url(http://beefix.img-cn-hangzhou.aliyuncs.com/resource/images/cpcwcover.png@!cover_img_v2);
    background-size: 100%;
}

.bannerarticle{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
}

#navsearch{
    height: 54px;
    width: 200px;
    margin-top: 20px;
}

.bannerrightarticle {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
}