.dr-r-topbox-new .sb_roate {
    font-weight: normal;
    margin: 8px 0 0 0;
    font-size: 16px;
}
.dr-r-topbox-new .mb10 {
    margin-bottom: 0px;
}
.dr-r-topbox-new{
    overflow: hidden;
}
.dr-r-topbox-new h4 {
    padding: 14px;
}
.dr-r-topbox-sed .title,.dr-r-topbox-sed2 .title {
    text-align: center;
    background: url(../images/pacimg.jpg) repeat;
    color: #555;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 8px;
}
.dr-r-topbox-sed .sed-title,.dr-r-topbox-sed2 .sed-title{
    padding:10px 0;
    font-weight: bold;
}
.dr-r-topbox-sed .title .zx_more,.dr-r-topbox-sed2 .title .zx_more{
    color:#36A9CE;
}
.interest li a:hover{
    color: #FF7815;
}
.btop{
    border-top:4px solid #179091;
}
.tj_server .tj_server-item{
    display: flex;
    justify-content: space-between;
    background:#FAFAFA;
    margin-top:6px;
    color:#999;
    padding-left: 8px;
    transition: all .3s;
}
.tj_server .tj_server-item img{
    width:99px;
    height:68px;
    border: 1px solid #000;
    margin-top:10px;
}
.tj_server .tj_server-item .right{
    flex:1;
    margin-left:10px;
}
.tj_server .tj_server-item a{
    color:#36A9CE;
}
.tj_server .tj_server-item h5{
    color:#555;
    font-size:16px;
}
.tj_server .tj_server-item:hover{
    box-shadow: 0px 2px 5px #ccc;
    cursor: pointer;
}

/* num颜色 */
.interest .num_rcolor{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #EE4000;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}
.interest .num_gcolor{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}
.box-sh{
    transition: all .3s;
}
.box-sh:hover{
    box-shadow: 1px 4px 4px #B5B5B5;
}
/* 热门资讯样式 */
.interest li{
    display: flex;
}
.interest li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}