.wrap {
    width: 1240px;
}
.main h1 {
    font-size: 38px;
}
.main .content {
    width: 880px;
    margin-bottom: 100px;
}
.main .side {
    width: 320px;
    border-top: 2px solid #FF8400;
}
.user-wrap {
    /*display: block;*/
    border-top: none;
    position: relative;
    padding: 30px 0 0 0;
    border-bottom: 2px solid #FF8400;
}
.user-wrap .user-mask {
    background-color: #FFFCF4;
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.user-wrap .name {
    display: block;
    line-height: 20px;
    font-size: 20px;
    padding: 20px 0 20px 0;
}
.user-wrap .user-bd {
     margin-top: 0px; 
}
.user-wrap .comment {
    text-align: left;
}
.user-wrap .count.reply span{
    padding-left: 18px;
}
.user-bd .count {
    width: 50%;
    height: 22px;
    padding: 0px 0 25px 0;
}
.user-wrap .line {
    position: absolute;
    width: 1px;
    height: 22px;
    background-color: #D8D8D8;
    left: 50%;
    margin: 0;
}
.user-bd .count span {
    display: inline;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}
.user-bd .count em {
    font-size: 24px;
    line-height: 22px;
    color: #FF8400;
    margin-left: 12px; 
    vertical-align: bottom;
    font-family: Microsoft Yahei;
}
.top-list {
    padding : 0;
    width: 100%;
    border-top:none;
    padding-bottom: 30px; 
}
.top-list .hd {
    padding: 16px 0 8px 0;
    height: 26px;
}
.top-list .hd h2 {
    font-size: 20px;
    line-height: 26px;
    color: #FF8400;
    font-weight: bold;
}
.top-list .bd li {
     height: 68px;
     border-bottom: 1px solid #E5E5E5; 
     overflow: hidden;
}
.top-list .bd .index { 
    width: 26px;
    color: #4D4F53;
    font-size: 20px;
    line-height: 20px;
    float: left;
    padding: 24px 18px 24px 0;
} 
.top-list .bd .list:first-child .index ,.top-list .bd .list:first-child+li .index ,.top-list .bd .list:first-child+li+li .index{
    color: #FF8400;
}
.top-list .bd .txts { 
    max-width: 207px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    margin: 12px 0;
    font-size: 14px;
    float: left;
    overflow: hidden;
    height: 44px;
}
.top-list .bd .txts a:link, .top-list .bd .txts a:visited {
    color: #333333;
}   
.top-list .bd .nums { 
    float: right;
    background: none;
    padding: 28px 0;
    font-size: 16px;
    line-height: 12px;

}
.top-list .bd .nums a:link, .top-list .bd .nums a:visited {
    color: #FF8400;
    font-size: 16px;
    line-height: 12px;
}

@media screen and (min-width: 768px) and (max-width:1480px) {
    .wrap {
        width: 1000px;
    }
    .main .content {
        width: 680px;
    }
    .main .side {
        width: 300px;
        border-top: 2px solid #FF8400;
    }
    .top-list .bd .txts {
        width: 180px;
    }
    .zhitou-wrap {
        width: 300px !important;
    }
}
/*评论组件*/
.sina-comment-form {
    border-top:3px solid #FF8400;
}
.sina-comment-form .wrap-title {
    color: #FF8400;
    background-image: url(//n.sinaimg.cn/news/comment5/comment.png?v=1508238609851);
    background-position: 0;
}
.sina-comment-form .count em {
    color: #FF8400!important;
}
.sina-comment-form .comment {
    background: #FF8400;
    float: right;
}
.sina-comment-wrap a:hover{
    color: #FF8400;
}
.sina-comment-list .title .name {
    color: #FF8400;
    border-bottom: 2px solid #FF8400;
}
.sina-comment-list .name a,.sina-comment-list .txt a ,.sina-comment-wrap .more em{
    color: #FF8400;
    font-weight: normal; 
}
.sina-comment-list .item .btns .vote.vote-active, .sina-comment-list .item .btns .vote:hover {
    color: #FF8400;
    background-image: url(//n.sinaimg.cn/news/comment5/zan-hover.png);
    background-position: 0 1px;
}
.sina-comment-list .item .btns .reply:hover {
    color: #FF8400;
    background-image: url(//n.sinaimg.cn/news/comment5/hf-hover.png);
    background-position: 0 1px;
}
.sina-comment-list .list .action .btns {
    margin-top: 4px;
}
.latest-wrap .loadings ,.latest-wrap .msg {
    font-size: 18px;
    color: #999999;
    text-align: center;
    margin-top: 35px;
}
.latest-wrap .msg span{
    color: #7EB8FA;
    cursor: pointer;
}
.sina-comment-list  .tip{
    color: #B4B4B4;
    font-size: 24px;
    line-height: 22px;
    padding:210px 0 0 0px;
    text-align: center;
}
.sina-comment-list  .tip span {
    padding-left: 25px;
}
.page-right-bar .right-bar-btn.btn-survey{
    background: url('//n.sinaimg.cn/news/comment5/defaultfankui.png') no-repeat;
}
.page-right-bar .right-bar-btn.btn-survey:hover{
    background: url('//n.sinaimg.cn/news/comment5/fankui.png') no-repeat;
}