<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main{

}
.toutiao{
    margin:20px auto 20px;
    padding-bottom: 40px;
    min-height: 205px;
    width: 100%;
    box-sizing: border-box;
    background: url("../img/toutiao_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.toutiao .title{
    text-align: center;
}
.toutiao .title a{
    padding: 35px 5px;
    display: inline-block;
    color: #e30e13;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

.toutiao .hot{
    width: 1080px;
    margin: 0 110px;
}
.toutiao .hot a{
    display: inline-block;
    width: 49%;
    font-size: 16px;
    line-height: 34px;
    color: #e30e13;
}


/*è½®æ’­å›¾ç‰‡*/
.piclb_xw{
    margin-top: 15px;
    margin-bottom: 15px;
}
.piclb_box{
    width: 730px;
    height: 390px;
}
.piclb_box .lunboBox{
    position: relative;
    overflow: hidden;
    width: 730px;
    height: 390px;
    background: #fff;
}
.piclb_box .lunboBox .hd{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
.piclb_box .lunboBox .hd li{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin-left: 5px;
}
.piclb_box .lunboBox .hd li.on{
    position: relative;
    width: 24px;
}
.piclb_box .lunboBox .hd li.on::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #00a0e9;
    animation: intrduceImgLunbo 5s linear !important;
}
@keyframes intrduceImgLunbo {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }

}
.piclb_box .lunboBox .bd {
    height: 100%;
}

.piclb_box .lunboBox img {
    width: 730px;
    height: 390px;
    vertical-align: bottom;
}
.piclb_box .lunboBox .bd .prev,
 .piclb_box .lunboBox .bd .next {
     box-sizing: border-box;
     display: block;
     position: absolute;
     z-index: 2;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
     width: 34px;
     height: 73px;
     background: url("../img/left_arrow4.png") center center no-repeat;
     opacity: 0.5;
     background-size: contain;
 }
.piclb_box .lunboBox .bd .prev{
    left: 0px;
}
.piclb_box .lunboBox .bd .next{
    background: url("../img/right_arrow4.png") center center no-repeat;
    right: 0px;
}
/*æ–°é—»åˆ—è¡¨*/
.xwlb_box{
    width: 530px;
    height: 390px;
    background: #fff;
}
.xwlb_box .xwlb_tit{
    width: 504px;
    height: 35px;
    margin: 13px 13px 0;
	padding-left: 20px;	
	background: url("../img/whtit_bg.png") left  center no-repeat;
}

.xwlb_box .list_box li{
    padding: 0 20px;
    width: 100%;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.xwlb_box .list_box li a{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 76px;
    color:#666;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xwlb_box .list_box li:hover{
    font-weight: bold;
}
.xwlb_box .list_box li:last-child{
    border-bottom:none;
}

/*å¹¿å‘Š*/
.gg_box{
    height: 90px;
    margin-bottom: 15px;
}
.gg_box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gg_box a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*å…¬å…±titæ&nbsp;‡é¢˜*/
.tit{
    width: 100%;
    background: url("../img/whtit_bg.png") left  center no-repeat;
}
.tit a{
    display: inline-block;
    margin:10px 0;
    /*padding: 0 10px;*/
	padding-left: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    box-sizing: border-box;
}
.tit a img{
    width: 28px;
    height: 28px;
    margin-right: 6px;
}
.tit .more a{
    float: right;
    display: inline-block;
    width: 70px;
    height: 50px;
    color: #b2b2b2;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    border-left: none;
}
.tit .more:hover a{
    color: #e60012;
}
/*æ¨¡å—*/
.module{
}
.module_item{
    width: 414px;
    height: 485px;
    margin-right: 19px;
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    box-sizing: border-box;
}
.module_item:nth-child(3n){
    margin-right: 0;
}
.module_item .module_item_con .module_imgBox{
    position: relative;
    width: 374px;
    height: 206px;
    overflow: hidden;
}
.module_item .module_item_con .module_imgBox img{
    width: 374px;
    height: 206px;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.module_item .module_item_con .module_imgBox p{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    width: 374px;
    height: 37px;
    background: #000;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.module_item .module_item_con .module_listBox li{
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #000;
}
.module_item .module_item_con .module_listBox li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 4px;
    border: 2px solid #e30e13;
}
.module_item .module_item_con .module_listBox li a{
    width: 100%;
    height: 46px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;

}
/*åŒ—åœ°é£Ž*/
.bdf_box{
    margin-bottom: 20px;
}
.bdf_box .bdf_tit{
    margin:15px 0;
}
.bdf_box .bdf_con{
    font-size: 0;
    width: 100%;
    height: 516px;
}
.bdf_box .bdf_con .img_l{
    display: inline-block;
    width: 432px;
    height: 516px;
	margin-right: 2px;
}
.bdf_box .bdf_con .img_l a{
    display: inline-block;
    overflow: hidden;
    width: 432px;
    height: 516px;
}
.bdf_box .bdf_con .img_l a:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.bdf_box .bdf_con .img_l img{
    width: 432px;
    height: 516px;
}
.bdf_box .bdf_con .img_r&gt;div{
    width: 846px;
    height: 257px;
	margin-bottom: 2px;
}
.bdf_box .bdf_con .img_r&gt;div a:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.bdf_box .bdf_con .img_r .img_r_top a:first-child,
.bdf_box .bdf_con .img_r .img_r_bottom a:last-child{
    overflow: hidden;
    display: inline-block;
    width: 452px;
    height: 257px;
}
.bdf_box .bdf_con .img_r .img_r_top a:last-child,
.bdf_box .bdf_con .img_r .img_r_bottom a:first-child{
    overflow: hidden;
    display: inline-block;
    width: 392px;
    height: 257px;
}
.bdf_box .bdf_con .img_r .img_r_top a:first-child img,
.bdf_box .bdf_con .img_r .img_r_bottom a:last-child img{
    width: 452px;
    height: 257px;
}
.bdf_box .bdf_con .img_r .img_r_top a:last-child img,
.bdf_box .bdf_con .img_r .img_r_bottom a:first-child img{
    width: 392px;
    height: 257px;
}

.bdf_box .bdf_con .img_r .img_r_top a:first-child
{
	margin-right:2px;
}
.bdf_box .bdf_con .img_r .img_r_bottom a:last-child{
    margin-left:2px;
}
</pre></body></html>