<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------æ–°é—»ä¸­å¿ƒ------------------------------------ */
.xw-swiperpic-box{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-shadow: 1px 1px 10px #e5e5e5;
    background-color: #fff;
}
.xw-swiperpic{
    width: 1280px;
    margin: 0 auto;
}

.swiper-container-swiperpic{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xw-swiperpic-words{
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.xw-swiperpic-words img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}

.xw-swiperpic-words:hover img{
    transform: scale(1.1);
}
.xw-swiperpic-words p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 16px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9;
}


.swiper-container-swiperpic .swiper-button-prev,
.swiper-container-swiperpic .swiper-button-next{
    background: none;
    width: 40px;
    height: 60px;
    text-align: center;
}

.swiper-container-swiperpic .swiper-button-prev i,
.swiper-container-swiperpic .swiper-button-next i{
    width: 12px;
    height: 22px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 19px;
}

.swiper-container-swiperpic .swiper-button-prev i{background-image: url('../images/news/newszx_topL.png');}
.swiper-container-swiperpic .swiper-button-next i{background-image: url('../images/news/newszx_topR.png');}



.xw-matterwords-box{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 2;
}



.xw-white-bg{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0%;
    width:0%;
    background-color: #f5f5f5;
}
@media all and (max-width:1000px) {
    .xw-white-bg{display: none;}
}

.xw-matterwords{
    width: 1280px;
    margin: 0 auto;
}


.xw-matterwordsL{
    width: 67.8%;
    float: left;
    padding: 0 20px 0 0;
    position: relative;
}
.xw-matterwordsL-list{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.xw-matterwordsL-list h6{
    font-size: 20px;
    color: #333;
}
.xw-matterwordsL-list h6:hover{
    color: #df0023;
}
.xw-matterwordsL-pic{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.xw-matterwordsL-pic img{
    width: 100%;
    object-fit: cover;
    transition: all 1.4s;
}
.xw-matterwordsL-pic img:hover{
    transform: scale(1.1);
}


.xw-matterwordsL-icon{
    width: 100%;
    margin-top: 32px;
}
.xw-matterwordsL-icon i{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: -2px 4px 0 0;
}
.xw-matterwordsL-icon span{
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}

.xw-matterwordsL-icon1{
    width: 14px;
    height: 14px;
    background-image: url('../images/news/news_icon1.png');
}
.xw-matterwordsL-icon2{
    width: 14px;
    height: 11px;
    background-image: url('../images/news/news_icon2.png');
}
.xw-matterwordsL-icon3{
    width: 16px;
    height: 12px;
    background-image: url('../images/news/news_icon3.png');
}


.xw-matterwordsL-list p{
    margin-top: 38px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xw-matterwordsL-more{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 20px 0 4px 0;
    border-top: 1px solid #eee;
    text-align: right;
}
.xw-matterwordsL-more h5{
    width: 122px;
    height: 36px;
    background-color: #df0023;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
}
.xw-matterwordsL-more h5:hover{
    background-color: #ee9d00;
}


.xw-matterwordsR{
    width: 32.2%;
    float: right;
    overflow: hidden;
    padding: 40px 24px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

.xw-matterwordsR-fl h6{
    font-size: 20px;
    color: #333;
    padding: 0 0 0 12px;
    border-left: 5px solid #df0023;
}
.xw-matterwordsR-fl ul{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.xw-matterwordsR-fl ul li{
    width: 100%;
    padding: 16px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 1PX solid #e5e5e5;
}
.xw-matterwordsR-fl ul a:first-child li{
    border-top: 1px solid #e5e5e5;
}
.xw-matterwordsR-fl ul li:hover{
    color: #df0023;
}
.xw-matterwordsR-fl ul li i{
    width: 6px;
    height: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../images/news/news_arr.png');
    vertical-align: middle;
    margin: -4px 10px 0 0;
}


.xw-matterwordsR-zx{
    width: 100%;
    margin-top: 40px;
}
.xw-matterwordsR-zx h4{
    font-size: 20px;
    color: #333;
    padding: 0 0 0 12px;
    border-left: 5px solid #df0023;
}
.xw-matterwordsR-zx ul{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}

.xw-matterwordsR-zx ul li{
    width: 100%;
    padding: 10px 0;
    height: 75px;
    overflow: hidden;
    border-bottom: 1PX solid #e5e5e5;
}
.xw-matterwordsR-zx ul li:first-child{  
    border-top: 1PX solid #e5e5e5;
}

.xw-matterwordsR-zx ul li h5{
    width: 31%;
    float: left;
    height: 55px;
    overflow: hidden;
}
.xw-matterwordsR-zx ul li h5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.xw-matterwordsR-zx ul li:hover h5 img{
    transform: scale(1.1);
}

.xw-matterwordsR-zx ul li h6{
    width: 90%;
    float: left;
    overflow: hidden;
    height: 55px;
    padding: 0 0 0 10px;
}
.xw-matterwordsR-zx ul li h6 p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw-matterwordsR-zx ul li h6 p:hover{
    color: #df0023;
}
.xw-matterwordsR-zx ul li h6 span{
    font-size: 14px;
    color: #666;
}



.xw-matterwordsR-gjc{
    width: 100%;
    margin-top: 40px;
}
.xw-matterwordsR-gjc h4{
    font-size: 20px;
    color: #333;
    padding: 0 0 0 12px;
    border-left: 5px solid #df0023;
}

.xw-matterwordsR-gjc-search{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.xw-matterwordsR-gjc-search input{
    border: 1px solid #dcdcdc;
    height: 40px;
    font-size: 14px;
    color: #666;
    width: 71%;
    float: left;
}
.xw-matterwordsR-gjc-search button{
    width: 28%;
    height: 40px;
    background-color: #df0023;
    color: #fff;
    font-size: 16px;
    float: right;
    border: none;
}

.xw-matterwordsR-gjc-list{
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0 0;
    font-size: 0;
}

.xw-matterwordsR-gjc-list a{
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    margin: 18px 16px 0 0;
    font-size: 14px;
    color: #888;
    border-radius: 6px;
}
.xw-matterwordsR-gjc-list a:hover{
    background-color: #df0023;
    border: 1px solid #df0023;
    color: #fff;
}

/* ----------------------------------æ–°é—»è¯¦æƒ…----------------------------------- */

.breadNav-box{
    width: 100%;
    overflow: hidden;
    padding: 26PX 0;
}
.breadNav{
    width: 100%;
}

.breadNav a{
    font-size: 14px;
    color: #888;
}
.breadNav a:hover{
    color: #37a808;
}
.breadNav span{
    font-size: 14px;
    color: #888;
    margin: 0 4px;
}

.xwxq-matterwordsL-words{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.xwxq-matterwordsL-words h6{
    font-size: 24px;
    color: #333;
}

.xwxq-matterwordsL-wp{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding: 4px 0 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.xwxq-matterwordsL-wp p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.xwxq-matterwordsL-wp img{
    max-width: 100%;
    display: block;
    object-fit: cover;
    margin-top: 20px;
}
.xwxq-matterwordsL-share{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 0 10px 0;
}
.xwxq-matterwordsL-share span{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.xwxq-matterwordsL-share i{
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 18px;
    margin: -4px 6px 0 6px;
    opacity: .7;
}
.xwxq-matterwordsL-share i:hover{
    opacity: 1;
}

.xwxq-matterwordsL-s1{
    width: 21px;
    background-image: url('../images/news/share1.png');
}
.xwxq-matterwordsL-s2{
    width: 17px;
    background-image: url('../images/news/share2.png');
}
.xwxq-matterwordsL-s3{
    width: 16px;
    background-image: url('../images/news/share3.png');
}
.xwxq-matterwordsL-s4{
    width: 20px;
    background-image: url('../images/news/share4.png');
}


.xwxq-matterwordsL-share .bdsharebuttonbox{
    display: inline-block;vertical-align: middle;
}
.xwxq-matterwordsL-share .bdshare-button-style0-16 .bds_weixin{
    background-position:0;width: 21px;height: 28px;
    background-image: url('../images/news/share1.png');
}
.xwxq-matterwordsL-share .bdshare-button-style0-16 .bds_sqq{
    background-position:0;width: 16px;height: 28px;
    background-image: url('../images/news/share3.png');
}
.xwxq-matterwordsL-share .bdshare-button-style0-16 .bds_qzone{
    background-position:0;width: 20px;height: 28px;
    background-image: url('../images/news/share4.png');
}
.xwxq-matterwordsL-share .bdshare-button-style0-16 a{margin: 0 10px;}


.xwxq-matterwordsL-updown{
    width: 100%;
    overflow: hidden;
    padding: 20px 0 24px 0;
}

.xwxq-matterwordsL-upL{
    width: 70%;
    overflow: hidden;
    float: left;
}
.xwxq-matterwordsL-upL p{
    font-size: 14px;
    color: #666;
    margin-top: 16px;
}
.xwxq-matterwordsL-upL p:hover span{
    color: #df0023;
}

.xwxq-matterwordsL-upR{
    width: 30%;
    float: right;
    overflow: hidden;
    text-align: right;
}
.xwxq-matterwordsL-upR h6{
    width: 120px;
    height: 34px;
    background-color: #df0023;
    line-height: 34px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 20px;
}
.xwxq-matterwordsL-upR h6 i{
    width: 20px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/news/back.png');
    vertical-align: middle;
    margin: -6px 6px 0 0;
}

.xwxq-matterwordsL-upR h6:hover{
    background-color: #ee9d00;
}

.xwxq-matterwordsL-more{
    width: 100%;
    overflow: hidden;
    margin: 30px 0 100px 0;
    background-color: #fff;
    box-shadow: 1px 1px 10px #e5e5e5;
}
.xwxq-matterwordsL-mlist{
    width: 100%;
    overflow: hidden;
    padding: 30px 24px 40px 24px;
}

.xwxq-matterwordsL-mlist h4{
    font-size: 20px;
    color: #333;
    padding: 0 0 0 12px;
    border-left: 5px solid #df0023;
}
.xwxq-matterwordsL-mlist ul{
    width: 100%;
    overflow: hidden;
    margin-left: -2%;
    margin-top: 24px;
}
.xwxq-matterwordsL-mlist ul li{
    width: 48%;
    padding: 10px 0;
    height: 75px;
    margin-left: 2%;
    overflow: hidden;
    border-bottom: 1PX solid #e5e5e5;
    float: left;
}
.xwxq-matterwordsL-mlist ul li h5{
    width: 31%;
    float: left;
    height: 55px;
    overflow: hidden;
}
.xwxq-matterwordsL-mlist ul li h5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.xwxq-matterwordsL-mlist ul li:hover h5 img{
    transform: scale(1.1);
}

.xwxq-matterwordsL-mlist ul li h6{
    width: 98%;
    float: right;
    overflow: hidden;
    height: 55px;
    padding: 0 0 0 10px;
}
.xwxq-matterwordsL-mlist ul li h6 p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwxq-matterwordsL-mlist ul li h6 p:hover{
    color: #df0023;
}

.xwxq-matterwordsL-mlist ul li h6 span{
    font-size: 14px;
    color: #666;
}







@media all and (max-width:1380px) {
    .xw-swiperpic {
        width: 94%;
        margin-left: 3%;
    }
    .xw-matterwords {
        width: 94%;
        margin-left: 3%;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
    .xw-swiperpic-words {
        height: 180px;
    }
}

@media all and (max-width:1200px) {}


/* ------------------------æ‰‹æœºç«¯-------------------------- */

@media all and (max-width:1000px) {
    .xw-swiperpic-words {
        height: 200px;
    }
    .xw-swiperpic-box {
        padding: 24px 0;
    }
    .xw-matterwordsL {
        width: 100%;
        padding: 0;
    }
    .xw-matterwordsR {
        width: 100%;
        padding: 28px 16px;
    }
    .xw-matterwordsL-list p {
        margin-top: 28px;
    }
    .breadNav-box{
        display: none;
    }
    .xwxq-matterwordsL-upL {
        width: 100%;
    }
    .xwxq-matterwordsL-upR {
        width: 100%;
        text-align: center;
    }
    .xwxq-matterwordsL-mlist ul{
        margin-left: 0%;
    }
    .xwxq-matterwordsL-mlist ul li {
        width: 100%;
        margin-left: 0%;
    }
    .xwxq-matterwordsL-more {
        margin: 28px 0 28px 0;
    }


}




</pre></body></html>