/*我的世界，彩虹六号资讯样式*/
.row-4{
    background: #f4f7fe;
    padding: 3% 0;
}
.row-4 a{
    color: #333;
}

.row-4 .b4_wrap{
    width: 62.5%;
    margin: 0 auto;
    overflow: hidden;
}
.row-4 .b4_wrap .b4_tit{
    font-size: 30px;
    text-align: left;
    line-height: 30px;
    font-weight: 700;
}
.row-4 .b4_wrap .b4_line1{
    width: 38%;
    height: 1px;
    background: #4285f4;
    margin: 3% 0 6px;
}
.row-4 .b4_wrap .b4_line2{
    width: 18%;
    height: 1px;
    background: #4285f4;
}
.row-4 .b4_wrap .b4_item_wrap{
    width: 100%;
    margin: 8% -15px 0;
    text-align: left;
}
.row-4 .b4_wrap .b4_item_wrap .b4_item_con{
    width: 100%;
    overflow: hidden;
    margin: 0 auto 7%;
}
.row-4 .b4_wrap .b4_item_wrap .border-none{
    border-bottom: none;
}
.row-4 .b4_wrap .b4_img{
    float: left;
    width: 39%;
    margin-right: 2%;
    max-height: 160px;
    overflow: hidden;
}
.row-4 .b4_wrap .b4_img img{
    width: 100%;
}
.row-4 .b4_wrap .b4_txt{
    float: left;
    width: 53%;
}
.row-4 .b4_wrap .b4_txt .tit1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    margin: 10px 0 16px;
}
.row-4 .b4_wrap .b4_txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    max-height: 36px;
}
.row-4 .b4_wrap .b4_txt span{
    font-size: 12px;
}
.row-4 .other_item .sub_tit{
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}
.row-4 .other_item .hot_tips .sub_tit{
    margin-bottom: 33px;
}
.row-4 .other_item .hot_tips .sub_tit span{
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.row-4 .other_item .hot_tips{
    font-size: 12px;
}
.row-4 .other_item .hot_tips span{
    margin-bottom: 15px;
}
.row-4 .other_item .hot_tips span a{
    background: #4285f4;
    color: #fff;
    display: block;
    width: 110%;
    line-height: 20px;
}
.row-4 .other_item .more_hottips{
    display: none;
}
.row-4 .hot_news{
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    margin-top: 16px;
}
.row-4 .hot_news ul{
    margin-bottom: 10px;
}
.row-4 .hot_news .news_pic{
    width: 37%;
    float: left;
    margin-right: 2%;
    max-height: 72px;
    overflow: hidden;
}
.row-4 .hot_news .news_txt{
    width: 61%;
    float: left;;
}
.row-4 .hot_news .news_txt .tit2{
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    margin: 10px 0;
}
.row-4 .hot_news li{
    margin-bottom: 12px;
}
.row-4 .hot_news .news_txt p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    max-height: 32px;
}
.row-4 .hots ul li{
    text-align: left;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.row-4 .hots .dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #adadad;
    display: inline-block;
    margin-right: 8px;
}
.row-4 .hots .dot_o{
    background: #f45212;
}
/*分页*/
.page .pagination>li>a,
.page .pagination>li>span {
    margin-left: 12px;
    color: #ffffff;
    background-color:transparent;
    border-radius: 4px;
}

/*分页得到焦点的样式*/
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #ffffff;
    border-color: #fff;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    border-color: #ddd;
    background-color: #ddd;
}
/*栏目页手机端*/
@media (max-width: 768px) {
    .row-4 .b4_wrap{
        width: 95%;
    }
    .row-4 .b4_wrap .b4_img{
        width: 100%;
    }
    .row-4 .b4_wrap .b4_txt{
        width: 100%;
    }
    .row-4 .b4_wrap .b4_tit{
        font-size: 30px;
    }
    .row-4 .b4_wrap .other_item{
        display: none;
    }
}
