.article{
    overflow: hidden;
}
.article .left-box{
    float: left;
    width: 920px;
    padding-top: 0;
    position: relative;
    min-height: 1044px;
}
.article .left-box ul.list li{
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}
.article .left-box ul.list li a{
    display: flex;
}
.article .left-box ul.list li a .thumb{
    width: 220px;
    height: 138px;
}
.article .left-box .info {
    margin-left: 20px;
    flex: 1;
}
.article .left-box .info .tit{
    font-size: 18px;
    padding-bottom: 15px;
}
.article .left-box .info .desc{
    padding-bottom: 15px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
}
.article .left-box .info .other{
    color: #444;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article .left-box .info .other .point{
    padding: 0 10px;
}
.article .left-box .info .other .view{
    padding: 0 20px;
    background: url('../images/icons/browse.png') left center no-repeat;
    background-size: 16px 16px;
}
.article .left-box .info .other .like{
    padding-left: 20px;
    background: url('../images/icons/good.png') left center no-repeat;
    background-size: 16px 16px;
}
.article .right-box{
    float: right;
    width: 295px;
}
.article .right-box .brand-list{
    padding: 5px 20px;
}
.article .right-box .brand-list ul{
    overflow: hidden;
}
.article .right-box .brand-list ul li{
    overflow: hidden;
    margin-bottom: 20px;
}
.article .common-title{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
}
.article .common-title:before{
    content: '';
    width: 6px;
    height: 10px;
    background-color: #15CCD3;
    position: absolute;
    top: 25px;
    left: -20px;
}
.article .right-box .brand-list a{
    display: block;
    position: relative;
}
.article .right-box .brand-list .thumb{
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.article .right-box .brand-list .tit{
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.article .right-box .brand-list .desc{
    width: calc(100% - 80px);
    padding-left: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    float: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.article .right-box .brand-list .rank{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #c9302c;
    color: #fff;
    text-align: center;
}
.article .right-box .hot-list{
    padding: 5px 20px 20px;
}
.article .right-box .hot-list a{
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
/* 分页器 */
.pages{
    display: flex;
    align-items: center;
}
.pages ul{
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
}
.pages ul li{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin:0 5px;
    padding: 0 !important;
    border: solid 1px #e6e6e6 !important;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}
.pages ul li a{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block !important;
}
.pages ul li.active,
.pages ul li:hover{
    color: #fff;
    background-color: #15CCD3;
    border-color: #15CCD3;
}
.pages ul li:hover a{
    color: #fff;
}
.pages ul li.disabled{
    background-color: #eee;
    color: #999;
}
.article .page{
    position: relative;
}
.article .page .tit{
    padding: 20px 0;
    font-weight: bold;
    line-height: 40px;
}
.article .page .conn{
    line-height: 30px;
    font-size: 16px;
}
.article .page .conn p{
    padding-bottom: 20px;
}
.article .page .conn img{
    max-width: 100% !important;
}

.article .page .tool{
    padding: 30px 0;
    color: #999;
}
.article .tools{
    width: 100px;
    position: absolute;
    top: 110px;
    left: 10px;
}
.article .page-prev-next{
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
}
.article .declare {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin: 20px 0;
}
.article .ewm-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #eee;
}

.article .ewm-box .item{
    display: flex;
}
.article .ewm-box .item img{
    width: 150px;
    height: 150px;
}

.article .ewm-box .item .name{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.article .ewm-box .item .desc{
    line-height: 24px;
}
/*参与评论*/
.comments{
    position: relative;
    padding: 5px 20px;
}
.comment-box .textarea{
    width: 100%;
    height: 146px;
    border:1px solid rgba(230,230,230,1);
    border-radius:4px;
    resize: none;
    outline: none;
    line-height: 20px;
    padding: 10px;
}
.comment-box .opreate{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-box .opreate .login-info{
    display: flex;
    align-items: center;
}
.comment-box .opreate .login-info img{
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.comment-box .opreate .login-info p{
    margin-left: 10px;
    font-size: 16px;
}
.comment-box .opreate .login-info .login{
    color: #15CCD3;
    cursor: pointer;
}
.comment-box .opreate .btn{
    width: 94px;
    height: 38px;
    background-color: #0DB6BC;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
}
.comments-list{
    padding: 5px 20px;
}
.comment-list .item{
    margin-bottom: 20px;
    position: relative;
}
.comment-list .item:after{
    position: absolute;
    bottom: 0;
    left: 50px;
    width: calc(100% - 50px);
    content: '';
    height: 1px;
    background-color: #eee;
    display: block;
}
.comment-list .item:last-child:after{
    display: none;
}
.comment-list .item .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-list .item .author img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.comment-list .item .info .reply{
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    background: url(../images/icons/reply.png) left center no-repeat;
    background-size: 12px 14px;
}
.comment-list .item .info .rzan{
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    background: url(../images/icons/szan.png) left center no-repeat;
    background-size: 12px 12px;
    margin-right: 10px;
}
.comment-list .item .info .reply:hover{
    color: #15CCD3;
}
.comment-list .item .author{
    display: flex;
    align-items: center;
}
.comment-list .item .author .name{
    padding-left: 10px;
}
.comment-list .item .author .name span.time{
    font-size: 12px;
    color: #666;
}
.comment-list .item .comment{
    padding-left: 50px;
    line-height: 20px;
    padding-bottom: 20px;
}
.comment-list .item .comment .rep{
    margin: 20px 0;
}
.comment-list .item .comment .rep .rzan{
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    background: url(../images/icons/szan.png) left center no-repeat;
    background-size: 14px 14px;
    float: right;
}
.comment-list .item .comment .rep:last-child{
    margin-bottom: 0;
}
.comment-list .item .comment .rep img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.comment-list .item .comment .rep .time{
    font-size: 12px;
    color: #999;
}
.comment-list .item .comment .rep .name{
    padding-left: 10px;
    color: #666;
}
.comment-list .item .comment .rep .com{
    padding-top: 10px;
    padding-left: 40px;
}
.comment-list .item .comment .tcom{
    padding-top: 10px;
}


.bsBox{
    box-sizing: content-box;
}
.bshare-custom a{
    margin-bottom: 15px;
    padding-left: 56px !important;
    width: 100% !important;
    height: 36px !important;
    line-height: 36px;
    font-size: 18px;
    display: block;
}
.bshare-custom .bshare-weixin{
    background: url(../images/icons/weixin.png) left center no-repeat !important;
}
.bshare-custom .bshare-weixin:hover{
    background: url(../images/icons/weixin_active.png) left center no-repeat !important;
}
.bshare-custom .bshare-sinaminiblog{
    background: url(../images/icons/weibo.png) left center no-repeat !important;
}
.bshare-custom .bshare-sinaminiblog:hover{
    background: url(../images/icons/weibo_active.png) left center no-repeat !important;
}
.bshare-custom .bshare-qzone{
    background: url(../images/icons/qq.png) left center no-repeat !important;
}
.bshare-custom .bshare-qzone:hover{
    background: url(../images/icons/qq_active.png) left center no-repeat !important;
}
.bshare-custom a:hover{
    opacity: 1 !important;
    text-decoration: none !important;
}
.opreates{
    margin-top: 30px;
}
.opreates a{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 56px;
    display: block;
    color: #222;
    margin-bottom: 15px;
}
.opreates .collect{
    background: url(../images/icons/collect.png) left center no-repeat !important;
}
.opreates .collect:hover,
.opreates .collect.active{
    background: url(../images/icons/collect_active.png) left center no-repeat !important;
}
.opreates .zan{
    position: relative;
    background: url(../images/icons/zan.png) left center no-repeat !important;
}
.opreates .zan:hover,
.opreates .zan.active{
    background: url(../images/icons/zan_active.png) left center no-repeat !important;
}
.opreates .comment{
    background: url(../images/icons/comment.png) left center no-repeat !important;
}
.opreates .comment:hover{
    background: url(../images/icons/comment_active.png) left center no-repeat !important;
}
.opreates .zan .num{
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height:20px ;
    background-color: #F95355;
    display: block;
    border-radius: 50%;
}

.article .rand-list{
    position: relative;
}
.article .rand-list ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article .rand-list li{
    float: left;
    width: 200px;
    margin-bottom: 10px;
}
.article .rand-list li .thumb{
    width: 200px;
    height: 130px;
    object-fit: cover;
}
.article .rand-list li .tit{
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article .page .ptitle{
    padding: 20px 0;
    font-weight: bold;
    line-height: 40px;
}
