<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è½®æ’­ */

.ewb-img {
    position: relative;
    width: 100%;
    height: 350px;
}

.ewb-img .owl-carousel {
    position: relative;
    height: 100%;
}

.ewb-img .item {
    display: block;
}

.ewb-img img {
    display: block;
    width: 100%;
    height: 350px;
}


/* pad */

@media(max-width:979px) {
    .ewb-img,
    .ewb-img img {
        height: auto;
    }
}


/* æ–‡å­—ä»‹ç» */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 150px;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}


/* åˆ†é¡µæŒ‰é’® */

.owl-dots {
    position: absolute;
    right: 10px;
    bottom: 12px;
    height: 10px;
    z-index: 60;
    overflow: hidden;
}

.ewb-img button.owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #565656;
    border: 0;
    outline: 0;
}

.ewb-img .owl-dot.active {
    background: #1b79da;
}


/* æ–°é—» */

.news-hd {
    position: relative;
    height: 46px;
    line-height: 45px;
    padding-right: 60px;
    border-bottom: 1px solid #ddd;
}

.news-hd&gt;.hdl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #666;
    padding: 0 5px;
    margin-right: 15px;
}

.news-hd&gt;.hdl.active {
    font-family: "SourceHanSansCN-Bold";
    color: #1b79da;
}

.news-hd&gt;.hdl.active:before,
.news-hd&gt;.hdl.active:after {
    position: absolute;
    content: "";
}

.news-hd&gt;.hdl.active:before {
    width: 100%;
    bottom: -1px;
    left: 0;
    height: 3px;
    background-color: #1b79da;
}

.news-hd&gt;.hdl.active:after {
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #1b79da transparent transparent transparent;
}

.news-hd&gt;.ewb-more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #999;
}

.news-hd&gt;.ewb-more:hover {
    color: #0b61b9;
}

.news-bd {
    height: 304px;
    padding-top: 20px;
    overflow: hidden;
}

.news-top {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.news-title {
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    color: #0b61b9;
}

.news-details {
    display: block;
    height: 48px;
    line-height: 24px;
    margin-top: 5px;
    color: #666;
    text-indent: 2em;
    overflow: hidden;
}

@media(max-width:1199px) {
    .news-hd&gt;.hdl {
        font-size: 16px;
    }
}


/* pad */

@media(max-width:979px) {
    .news-hd&gt;.hdl.active:after {
        display: none;
    }
    .news-hd&gt;.hdl.active:before {
        bottom: 0;
    }
    .news {
        margin-top: 10px;
    }
    .news-hd {
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 5px;
    }
    .news-hd&gt;.hdl {
        font-size: 15px;
        margin-right: 5px;
    }
    .news-details {
        height: auto;
    }
    .news-bd {
        height: auto;
    }
}


/* banner */

.banner-img {
    position: relative;
}

.banner-img .owl-dots {
    left: 0;
    bottom: 5px;
    text-align: center;
}

.banner-img img {
    min-height: 40px;
}


/* .banner-img button.owl-dot {
    display: inline-block;
    width: 20px;
    height: 4px;
    margin-right: 10px;
    background: #565656;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.banner-img .owl-dot.active {
    background: #1b79da;
} */

.banner-img button.owl-prev,
.banner-img button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.banner-img button.owl-prev {
    left: 0px;
    background-image: url('../images/slidel.png');
}

.banner-img button.owl-next {
    right: 0px;
    background-image: url('../images/slider.png');
}



/* äº¤æ˜“ä¿¡æ¯ */

.info {
    margin-left: -20px;
}

.module-hd {
    line-height: 60px;
    padding: 0 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.module-tt {
    position: relative;
    padding-left: 47px;
    font-size: 24px;
    font-family: "SourceHanSansCN-Bold";
    color: #333;
}

.module-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #1b79da;
    background-position: center;
}

.mod-tt1:before {
    background-image: url('../images/mod_tt1.png');
}

.more {
    font-size: 16px;
    color: #999;
}

.more:hover {
    color: #0b61b9;
}

.info .module-bd {
    height: 526px;
    padding: 16px 20px 0 20px;
}

.info-hd {
    float: left;
    width: 180px;
    height: 490px;
    background-color: #f3f6f9;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.info-hd&gt;a {
    position: relative;
    display: block;
    width: 100%;
    color: #999;
    height: 70px;
    text-align: center;
    border-top: 1px dashed #d4dde6;
}

.info-hd&gt;a:first-child {
    border-top: none;
}

.info-hd&gt;a&gt;span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
}

.info-hd&gt;a&gt;i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.info-hd&gt;a.active {
    color: #fff;
    background-color: #1b79da;
}

.info-hd&gt;a.active:before {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #1b79da;
}

.info-bd {
    margin-left: 204px;
}

.info-bd .news-hd {
    height: 42px;
    line-height: 41px;
    padding-right: 0;
}

.info-bd .news-items&gt;li&gt;a&gt;span {
    color: #eb900f;
}

.info-bd .news-items&gt;li&gt;a {
    padding-right: 200px;
}

.info-bd .news-state {
    position: absolute;
    top: 0;
    right: 100px;
    color: #31a657;
}

.info-bd .news-state.end {
    color: #ed4a4b;
}

.info-bd .news-bd {
    height: 448px;
    padding-top: 5px;
}

@media(max-width:1240px) {
    .info {
        margin-left: 0;
    }
}

@media(max-width:979px) {
    .module-hd {
        padding: 0 12px;
    }
    .info {
        margin: 0 -12px;
    }
    .info-hd {
        float: none;
        height: 70px;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .info-hd&gt;.hdl {
        display: inline-block;
        width: auto;
        padding: 0 10px;
        vertical-align: top;
        border-top: none;
    }
    .info-hd&gt;a&gt;span {
        font-size: 16px;
    }
    .info-hd&gt;a.active:before {
        display: none;
    }
    .info .module-bd {
        height: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    .info-bd {
        height: auto;
        margin-left: 0;
    }
    .info-bd .news-bd {
        height: auto;
        padding-top: 0;
        padding-bottom: 10px;
    }
}


/* ç™»å½•å…¥å£ */

.enter {
    margin-right: -20px;
}

.mod-tt2:before {
    background-image: url('../images/mod_tt2.png');
}

.enter .module-bd {
    height: 526px;
    padding: 9px 20px 0;
}

.enter-items&gt;li {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 72px;
    margin-top: 11px;
}

.enter-items&gt;li:nth-child(1),
.enter-items&gt;li:nth-child(4) {
    background-image: url('../images/enter_bg1.jpg');
}

.enter-items&gt;li:nth-child(2),
.enter-items&gt;li:nth-child(5) {
    background-image: url('../images/enter_bg2.jpg');
}

.enter-items&gt;li:nth-child(3),
.enter-items&gt;li:nth-child(6) {
    background-image: url('../images/enter_bg3.jpg');
}

.enter-link {
    position: relative;
    display: block;
    font-size: 0;
    height: 72px;
    padding-left: 98px;
    -webkit-text-size-adjust: none;
}

.enter-items&gt;li&gt;a:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 88px;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center;
}

.enter-items&gt;li:nth-child(1)&gt;a:before {
    background-image: url('../images/enter_ico1.png');
}

.enter-items&gt;li:nth-child(2)&gt;a:before {
    background-image: url('../images/enter_ico2.png');
}

.enter-items&gt;li:nth-child(3)&gt;a:before {
    background-image: url('../images/enter_ico3.png');
}

.enter-items&gt;li:nth-child(4)&gt;a:before {
    background-image: url('../images/enter_ico4.png');
}

.enter-items&gt;li:nth-child(5)&gt;a:before {
    background-image: url('../images/enter_ico5.png');
}

.enter-items&gt;li:nth-child(6)&gt;a:before {
    background-image: url('../images/enter_ico6.png');
}

.enter-link&gt;span {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.enter-link&gt;i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.enter-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 10px 0;
}

.enter-list&gt;ul&gt;li {
    float: left;
    width: 50%;
}

.enter-list&gt;ul&gt;li&gt;a {
    display: block;
    margin: 0 5px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4)
}

.enter-list&gt;ul&gt;li&gt;a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.enter-items&gt;li:hover .enter-link {
    display: none;
}

.enter-items&gt;li:hover .enter-list {
    display: block;
}

@media(max-width:1240px) {
    .enter {
        margin-right: 0;
    }
}

@media(max-width:1199px) {
    .module-tt {
        font-size: 18px;
    }
    .enter-link {
        padding-left: 83px;
    }
    .enter-link&gt;span {
        font-size: 16px;
    }
    .enter-items&gt;li&gt;a:before {
        width: 73px;
    }
}

@media(max-width:979px) {
    .enter {
        margin: 20px -12px 0;
    }
    .enter .module-bd {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* è¿‘æœŸäº¤æ˜“ */

.col-md-4:nth-child(1)&gt;.nopadding-shadow {
    margin-left: -20px;
    margin-right: 8px;
}

.col-md-4:nth-child(2)&gt;.nopadding-shadow {
    margin: 0 -6px;
}

.col-md-4:nth-child(3)&gt;.nopadding-shadow {
    margin-right: -20px;
    margin-left: 8px;
}

.mod-tt3:before {
    background-image: url('../images/mod_tt3.png');
}

.latest .module-bd {
    height: 400px;
    padding: 10px 20px 0;
}

.lastest-link {
    display: block;
}

.lastest-link&gt;p {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.lastest-link&gt;div&gt;label {
    color: #999;
}

.lastest-link&gt;div&gt;p {
    color: #999;
}

.col-md-4:nth-child(2) .latest .news-hd&gt;.hdl {
    padding: 0;
}

.latest .news-hd&gt;.hdl {
    font-size: 16px;
}

.lastest-item&gt;li {
    margin-top: 12px;
}

.scroll-carousel {
    height: 343px;
    overflow: hidden;
}


/* åˆ†é¡µ */

.latest-bd .owl-carousel .owl-dots {
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    z-index: 60;
    text-align: center;
    overflow: hidden;
}

.latest-bd .owl-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #b4d3f3;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.latest-bd .owl-carousel .owl-dot.active {
    background: #1b79da;
}


/*  */

.mod-tt4:before {
    background-image: url('../images/mod_tt4.png');
}

.latest .news-hd {
    padding-right: 0;
}

.col-md-4:nth-child(3) .news-items {
    padding-top: 5px;
}

.col-md-4:nth-child(3) .news-items&gt;li {
    line-height: 34px;
}

.mod-tt5:before {
    background-image: url('../images/mod_tt5.png');
}

@media(max-width:1199px) {
    .col-md-4:nth-child(1)&gt;.nopadding-shadow {
        margin: 0;
    }
    .col-md-4:nth-child(2)&gt;.nopadding-shadow {
        margin: 0;
    }
    .col-md-4:nth-child(3)&gt;.nopadding-shadow {
        margin: 0;
    }
}

@media(max-width:767px) {
    .latest .module-bd {
        height: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    .scroll-carousel {
        height: auto;
        padding-bottom: 40px;
    }
    .col-md-4:nth-child(1)&gt;.nopadding-shadow {
        margin-left: -12px;
        margin-right: -12px;
    }
    .col-md-4:nth-child(2)&gt;.nopadding-shadow {
        margin-left: -12px;
        margin-right: -12px;
    }
    .col-md-4:nth-child(3)&gt;.nopadding-shadow {
        margin-left: -12px;
        margin-right: -12px;
    }
}</pre></body></html>