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

}
.toutiao{
    position: relative;
    background: #fff;
    margin-top: 20px;
    padding: 0 10px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
}
.toutiao::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 82px;
    height: 82px;
    display: inline-block;
    background: url("../img/jrtt_logo.png") no-repeat center center;
}
.toutiao .title{
    display: table;;
    width: 1090px;
    padding: 0 50px;
    height: 150px;
    text-align: center;
    box-sizing: border-box;
}
.toutiao .title a{
    padding: 35px 0;
    display: table-cell;
    vertical-align: middle;
    color: #e30e13;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
}
.toutiao .sz_sj{
    float: right;
    width: 160px;
    height: 84px;
    margin-top: -110px;
}
.toutiao .sz_sj .item{
    position: relative;
    float: right;
    width: 160px;
    padding: 5px 0;
}
.toutiao .sz_sj .item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.toutiao .sz_sj .item p {
    float: right;
    width: 136px;
    height: 27px;
    color:#c10714;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #e71c20;
    text-align: center;
}
/*è½®æ’­å›¾ç‰‡*/
.piclb_xw{
    margin:16px 0 15px;
    /*margin-bottom: 30px;*/
}
.piclb_box{
    width: 730px;
    height: 390px;
}
.piclb_box .lunboBox{
    position: relative;
    overflow: hidden;
    width: 730px;
    height: 390px;
}
.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 .tit{
    width: 504px;
    height: 42px;
    margin: 13px 13px 0;
    border-bottom: 1px solid #eee;
    background: none;
}
.xwlb_box .tit a{
    margin: 0;
    padding: 0;
    height: 42px;
    width: 154px;
    line-height: 42px;
    padding-left: 50px;
    border-left: none;
    color: #fff;
    font-style: italic;
    background: url("../img/szyw_bg.png") no-repeat center left;
}
.xwlb_box .list_box li{
    display: table;
    padding: 0 20px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.xwlb_box .list_box li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    max-height: 80px;
    color:#333;
    box-sizing: border-box;
    overflow: hidden;
}
/*.xwlb_box .list_box li{*/
/*    position: relative;*/
/*    padding-left: 35px;*/
/*    width: 100%;*/
/*    height: 38px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.xwlb_box .list_box li::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    border-radius: 4px;*/
/*    border: 2px solid #e30e13;*/
/*}*/
/*.xwlb_box .list_box li a{*/
/*    display: block;*/
/*    width: 100%;*/
/*    font-size: 16px;*/
/*    line-height: 38px;*/
/*    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: 107px;
    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%;
    height: 42px;
    border-bottom: 1px solid #efefef;
    /*background: url("../img/tit_bg.png") no-repeat center left;*/
}
.tit&gt;a{
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 42px;
    background:-webkit-linear-gradient(top left,#fd2d1f,#bf0614);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
}
.tit .more a{
    float: right;
    display: inline-block;
    width: 70px;
    height: 50px;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 42px;
    text-align: right;
    font-weight: normal;
    border-left: none;
}
.tit .more:hover a{
    color: #e60012;
}

/*æ¨¡å—*/
.module_item{
    background: #fff;
    padding: 20px;
    width: 630px;
    height: 480px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.module_item:nth-child(2n){
    margin-right: 0;
}
.module_item .module_item_con .module_imgBox{
    position: relative;
    width: 590px;
    height: 152px;
}
.module_item .module_item_con .module_imgBox img{
    float: left;
    width: 290px;
    height: 152px;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox .pic {
    float: left;
    width: 290px;
    height: 152px;
    border-radius: 5px;
    overflow: hidden;
}
.module_item .module_item_con .module_imgBox .pic:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.module_item .module_item_con .module_imgBox .name{
    float: right;
    box-sizing: border-box;
    width: 290px;
    height: 35px;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    text-align: left;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox .name h3{
    width: 290px;
    height: 152px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module_item .module_item_con .module_imgBox:hover .name h3{
    color: #e30e13;
}
.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: #666;
}
.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: 8px;
    border: 2px solid #e30e13;
}
.module_item .module_item_con .module_listBox li a{
    width: 100%;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
</pre></body></html>