<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-padd {
    padding: 0.5rem 0 1.2rem 0;
}

.news-bit {
    width: 100%;
    text-align: center;
    line-height: 0.62rem;
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    display: inline-block;
    color: #333333;
}

.news-bit1 {
    width: 100%;
    text-align: center;
    line-height: 0.62rem;
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
    display: inline-block;
    color: #333333;
}

.news-bit span {
    color: #087ebb;
}

.big-news {
    width: 100%;
    background: #f3f3f3;
}

.big-news .left {
    width: 45.85%;
    overflow: hidden;
    background: #000;
    position: relative;
}

.big-news .left img {
    display: block;
    width: 100%;
}

.big-news .left:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.big-news:hover .left:after {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.big-news .right {
    width: 54.15%;
    padding: 0.5rem 0.2rem 0 0.5rem;
    color: #555;
}

.big-news .right .time {
    font-size: 0.18rem;
    margin: 0.12rem 0;
    color: #07913a;
    line-height: 0.3rem;
    font-family: "Arial";
}

.big-news .right .bit {
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.big-news .right .neir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #555555;
}

.big-news .right .an {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 45px;
    text-align: center;
    color: #a0a0a0;
    background: url(../images/news-jt.png) no-repeat center center #e7e7e7;
    cursor: pointer;
}

.new-list2 {
    margin-top: 0.4rem;
}

.new-list2 li {
    padding: 0.35rem 0;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    transition-duration: 0.5s;
    position: relative;
}

.new-list2 li:after {
    position: absolute;
    border-radius: 100%;
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/news-jt.png) no-repeat center center #f7f7f7;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.new-list2-nav {
    zoom: 1;
}

.new-list2-nav:after {
    display: block;
    content: '';
    clear: both;
}

.new-time {
    float: left;
    width: 7%;
    color: #35b9b3;
    text-align: center;
    transition-duration: 0.5s;
    font-family: "Arial";
}

.new-time h1 {
    font-size: 0.36rem;
    color: #333333;
    font-weight: normal;
    line-height: 0.36rem;
}

.new-time span {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    color: #666666;
}

.new-list2-fc {
    float: left;
    width: 85%;
    padding-left: 3%;
}

.new-list2-fc h3 {
    font-size: 0.24rem;
    font-weight: normal;
    color: #333333;
    transition-duration: 0.5s;
    text-align: left;
    line-height: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-list2-fc a {
    color: #333;
    transition-duration: 0.5s;
}

.dj-fx {
    opacity: 0.8;
}

.new-list2-nav p {
    width: 100%;
    color: #999999;
    line-height: 0.32rem;
    font-size: 16px;
    transition-duration: 1s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-list2 li:hover {
    background: #07913a;
}

.new-list2 li:hover .new-time h1,
.new-list2 li:hover .new-time span {
    color: #fff;
}

.new-list2 li:hover .new-list2-fc h3,
.new-list2 li:hover .new-list2-nav p {
    color: #fff;
}


/* æ–°é—»åˆ—è¡¨ */


/* æ–°é—»ä¸­å¿ƒ */

.news-list li {
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
    padding: 0.25rem;
    cursor: pointer;
}

.news-list li .pic {
    width: 3.3rem;
    overflow: hidden;
    background: #000;
}

.news-list li .pic img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.news-list li .text {
    width: calc(98% - 3.3rem);
}

.news-list li:hover .pic img {
    transform: scale(1.1);
    opacity: 0.8;
}

.news-list li .text h1 {
    font-weight: normal;
    line-height: 0.34rem;
    font-size: 0.22rem;
    color: #333333;
    margin-bottom: 0.05rem;
    padding-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list li .text h2 {
    line-height: 0.46rem;
    font-size: 0.22rem;
    color: #333333;
}

.news-list li .text .neir {
    font-size: 0.17rem;
    line-height: 0.32rem;
    color: #777777;
    margin-bottom: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
}

.news-list li .text .neir1 {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
}

.news-list li .text .time1 {
    line-height: 0.32rem;
    color: #333333;
    font-weight: bold;
    font-family: "Arial";
    font-size: 0.18rem;
    margin-top: 0.42rem;
}

.news-list li .text .time {
    line-height: 0.3rem;
    background: url(../images/time-icon.png) no-repeat left center;
    padding-left: 0.26rem;
    font-size: 0.15rem;
    color: #777777;
    background-size: 18px 16px;
    margin-top: 0.1rem;
}


/* åª’ä½“æŠ¥é“ */

.tzgg-content {
    border-top: 1px solid #e0e0e0;
}

.tzgg-content ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.35rem;
}

.tzgg-box {
    transition-duration: 0.3s;
}

.tzgg-date {
    width: 1.32rem;
}

.tzgg-date span:nth-child(1) {
    display: block;
    width: 100%;
    background: #0073bc;
    border-top-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    font-size: 0.48rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.9rem;
    transition-duration: 0.3s;
}

.tzgg-date span:nth-child(2) {
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 0.44rem;
    transition-duration: 0.3s;
}

.tzgg-info {
    width: calc(100% - 1.32rem);
    padding-left: 0.45rem;
    padding-top: 0.1rem;
}

.tzgg-info h4 {
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tzgg-info p {
    font-size: 0.18rem;
    color: #444;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}


/* åª’ä½“æŠ¥é“ */

.page {
    padding-top: 0.5rem;
}

.jianT {
    width: 100%;
    text-align: center;
}

.jianT li {
    background: #f5f5f5;
    line-height: 0.5rem;
    height: 0.5rem;
    float: left;
    margin-right: 1px;
}

.jianT li a {
    font-size: 0.16rem;
    color: #474747;
    display: block;
    text-align: center;
    padding: 0 0.2rem;
}

.jianT li a:hover {
    text-decoration: none;
    background: #07913a;
    color: #fff;
}

.jianT li span {
    font-size: 0.16rem;
    color: #474747;
    display: block;
    padding: 0 0.15rem;
}

.jianT li span:hover {
    text-decoration: none;
    background: #07913a;
    color: #fff;
}

.jianT li .on {
    background: #07913a;
    color: #fff;
}


/* æŠ¤ç†*/

.zj-list dl {
    width: 18.5%;
    float: left;
    margin-right: 1.875%;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

.zj-list dl:nth-child(5n) {
    margin-right: 0;
}

.zj-list dl dt {
    width: 100%;
    overflow: hidden;
    border-radius: 0.08rem;
}

.zj-list dl dt img {
    display: block;
    width: 100%;
    transition-duration: 1s;
height:3.7rem;
}

.zj-list dl:hover dt img {
    transform: scale(1.1);
}

.zj-list dl dd {
    line-height: 0.6rem;
    color: #333333;
    font-size: 0.22rem;
    text-align: center;
}

.hlcs-padd {
    padding: 0.5rem 0.6rem 1.2rem 0.6rem;
}

.hlcs li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    padding: 0.28rem;
    margin-bottom: 0.5rem;
    transition-duration: .5s;
}

.hlcs li:hover {
    background: #087ebb;
}

.hlcs li:hover h1,
.hlcs li:hover .time,
.hlcs li:hover .neir {
    color: #fff;
}

.hlcs li:nth-child(2n) {
    margin-right: 0;
}

.hlcs li h1 {
    line-height: 0.36rem;
    font-size: 0.2rem;
    color: #333333;
    transition-duration: .5s;
}

.hlcs li .time {
    font-size: 0.38rem;
    color: #555555;
    font-size: 0.18rem;
    font-family: "Arial";
    margin-bottom: 0.05rem;
    transition-duration: .5s;
}

.hlcs li .neir {
    font-size: 0.16rem;
    line-height: 24px;
    color: #555555;
    overflow: hidden;
    transition-duration: .5s;
    margin-bottom: 0.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* æŠ¤ç† */


/* äººæ‰ */

.job-padd {
    padding: 0 0.65rem 1rem 0.65rem;
}

.hr-box dl {
    margin-bottom: 0.6rem;
    border: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer;
    transition-duration: .5s;
}

.hr-box dl:last-child {
    margin-bottom: 0;
}

.hr-box dl:hover {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.hr-box dl:after {
    position: absolute;
    content: "";
    height: 8px;
    background: #087ebb;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    bottom: -8px;
    transition-duration: .5s;
}

.hr-box dl:hover:after {
    width: 100%;
}

.hr-box dl dt {
    height: 0.9rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0.6rem;
}

.hr-box .job {
    padding-left: 0.55rem;
    height: 0.33rem;
    line-height: 0.33rem;
    position: relative;
    font-size: 0.26rem;
    color: #333333;
    display: table;
    margin-top: 0.26rem;
}

.hr-box .job:after {
    width: 33px;
    background-size: 100% 100%;
    height: 33px;
    background: url(../images/hr-icon.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.hr-box .more {
    line-height: 0.33rem;
    margin-top: 0.36rem;
    color: #087ebb;
    font-size: 0.17rem;
    padding-right: 0.4rem;
    background: url(../images/hr-jt.png)no-repeat right center;
}

.hr-box dl dd {
    height: 0.96rem;
    padding-left: 0.6rem
}

.hr-box dl dd p {
    line-height: 0.96rem;
    width: 20%;
    font-size: 0.17rem;
    color: #555555;
    float: left;
}

.hr-box dl dd p:nth-child(1) {
    width: 26%;
}

.hr-box dl dd p:nth-child(2) {
    width: 34%;
}


/* ç§‘å®¤ */

.jy-ks {
    width: 100%;
}

.jy-ks dl {
    width: 100%;
}

.jy-ks dl dt {
    font-size: 0.3rem;
    color: #333333;
}

.jy-ks dl dd {
    padding-top: 0.3rem;
}

.ks-list1 {
    width: 100%;
}

.ks-list1 ul {
    padding-bottom: 30px;
}

.ks-list1 li {
    width: 15.5%;
    float: left;
    text-align: center;
    margin-right: 1.4%;
    list-style: none;
    margin-bottom: 0.4rem;
    height: 1rem;
    border: 1px solid #087ebb;
    color: #087ebb;
    cursor: pointer;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
}

.ks-list1 li a {
    color: #087ebb;
}

.ks-list1 li:nth-child(6n) {
    margin-right: 0;
}

.ks-list1 li:hover a {
    color: #fff;
}

.ks-list1 .an {
    width: 200px;
    height: 42px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    font-family: "Arial";
    margin: 0 auto;
}

.ks-list1 li:hover {
    background: #087ebb;
    color: #fff;
}


/* ç§‘å®¤è¯¦æƒ… */

.xk-box {
    position: relative;
}

.xk-box .gg {
    font-size: 18px;
    line-height: 38px;
    padding-bottom: 30px
}

.xk-box .bit {
    text-align: center;
    font-size: 0.36rem;
    color: #333333;
    padding-bottom: 0.25rem;
}

.xk-box .bit2 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
}

.xk-box .other {
    position: absolute;
    right: 50px;
    top: 35px;
    font-size: 18px;
    color: #bd2229;
}

.xk-box .other a {
    color: #bd2229
}

.xk-nav {
    width: 100%;
    position: relative;
    z-index: 999;
    text-align: center;
    padding-bottom: 0.5rem;
}

.xk-nav li {
    color: #333333;
    display: inline-block;
    margin: 0 8px;
    padding: 0 0.4rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    background: #eaeaea;
}

.xk-nav li:hover {
    background: #087ebb;
    color: #fff;
}

.xk-neir {
    width: 100%;
    padding-top: 0.3rem;
}

.xk-neir .bit1 {
    height: 49px;
    border-bottom: 2px solid #087ebb;
    color: #087ebb;
    font-size: 0.24rem;
    margin-bottom: 0.25rem;
    position: relative;
}

.xk-neir .bit1 .dw {
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 0.18rem;
    font-weight: normal;
}

.xk-neir .p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding-bottom: 0.25rem;
}

.xk-neir .p img {
    display: inline-block;
}

.xk-neir .p span {
    font-weight: bold;
}

.xk-zj {
    padding-top: 10px;
}

.xk-neir .zj-list dl {
    width: 100%;
    float: inherit;
    margin-right: 0;
    margin-bottom: 0;
}

.tszl h1 {
    margin: 0.15rem 0 0.3rem 0;
    text-align: center;
    width: 100%;
    font-weight: normal;
    color: #333333;
    font-size: 0.3rem;
}

.tszl .text {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #555555;
    text-align: center;
}

.tszl-box {
    margin-top: 0.65rem;
}

.tszl-box dl {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.tszl-box dl dt {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #087ebb;
    line-height: 0.7rem;
    font-size: 0.24rem;
}

.tszl-box dl dd {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.tszl-box dl dd img {
    display: block;
    width: 100%;
}

.tszl-box dl:nth-child(2) {
    margin-right: 0;
}


/*  */


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

.detail {
    line-height: 0.32rem;
    color: #111111;
    font-size: 0.32rem;
    text-align: center;
    padding-bottom: 0.25rem;
}

.xx {
    width: 100%;
    line-height: 0.46rem;
    text-align: center;
    background: #e7e8ea;
    font-size: 0.18rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.detail1 {
    padding-top: 0.2rem;
}

.detail1 p {
    font-size: 0.19rem;
    line-height: 0.36rem;
    color: #555555;
    padding-bottom: 15px;
}

.detail1 p img {
    display: inline-block;
}

.detail-padd {
    padding: 0.5rem 0;
}

.news-back {
    width: 100%;
    border-top: 1px dashed #e4dfda;
    line-height: 0.6rem;
    font-size: 18px;
    margin-top: 15px;
}

.news-back .b1 {
    width: 40%;
    line-height: 0.6rem;
    padding-left: 30px;
    background: url(../images/b-bg.png)no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.news-back .b2 {
    width: 40%;
    line-height: 0.6rem;
    padding-right: 30px;
    background: url(../images/b-bg1.png)no-repeat right center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}


/*  */

@media only screen and (max-width: 1440px) {
    .ks-list1 li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .pc-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .hlcs-padd {
        padding: 30px 15px 40px 15px;
    }
    .hlcs li {
        width: 100%;
        margin-right: 0;
        padding: 15px;
    }
    .hlcs li h1 {
        line-height: 36px;
        font-size: 18px;
    }
    .hlcs li .time {
        font-size: 16px;
    }
    .hlcs li .neir {
        font-size: 16px;
        line-height: 26px;
    }
    .zj-list {
        padding: 0;
    }
    .zj-list dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .zj-list dl:nth-child(5n) {
        margin-right: 1%;
    }
    .big-news .left {
        width: 100%;
    }
    .big-news .right {
        width: 100%;
        padding: 20px;
    }
    .big-news .right .bit {
        font-size: 18px;
        line-height: 32px;
    }
    .big-news .right .neir {
        font-size: 16px;
        line-height: 26px;
    }
    .new-time {
        width: 20%;
    }
    .new-list2-fc {
        width: 77%;
        padding-left: 3%;
    }
    .new-list2 li:after {
        display: none;
    }
    .news-list li .text {
        width: 55%;
    }
    .news-list li .pic {
        width: 40%;
    }
    .news-list li .text h1 {
        line-height: 28px;
        font-size: 16px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .news-list li .text .neir {
        font-size: 15px;
        line-height: 22px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        margin-top: 0;
    }
    .news-list li .text .time {
        padding-left: 26px;
        font-size: 13px;
    }
    .tzgg-content ul li {
        padding: 15px 0;
    }
    .tzgg-date {
        width: 1.12rem;
    }
    .tzgg-date span:nth-child(2) {
        font-size: 13px;
        line-height: 30px;
    }
    .tzgg-date span:nth-child(1) {
        font-size: 20px;
    }
    .tzgg-info {
        padding-left: 16px;
        padding-top: 0;
    }
    .tzgg-info h4 {
        font-size: 17px;
        line-height: 26px;
    }
    .tzgg-info p {
        font-size: 15px;
        line-height: 22px;
    }
    .job-padd {
        padding: 0 15px 1rem 15px;
    }
    .hr-box dl dd {
        height: auto;
        padding: 0 15px;
    }
    .hr-box dl dd p {
        width: 100% !important;
        line-height: 34px;
        font-size: 15px;
    }
    .hr-box dl dt {
        padding: 0 15px;
    }
    .hr-box .more {
        line-height: 33px;
        margin-top: 5px;
        font-size: 16px;
        padding-right: 30px;
    }
    .hr-box .job {
        padding-left: 45px;
        height: 33px;
        line-height: 33px;
        font-size: 0.26rem;
        margin-top: 8px;
    }
    .ne-nav {
        padding: 0 0 0 0;
        width: 100%;
    }
    .ny-nav li {
        width: 20%;
        padding: 0;
        text-align: center;
    }
    .ny-nav {
        width: 100%;
    }
    .ny-nav li a {
        font-size: 15px;
    }
    .hzfw .ne-nav {
        height: auto;
        top: -1.52rem;
    }
    .ks-list1 li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ks-list1 li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .jy-ks dl dt {
        font-size: 19px;
        font-weight: bold;
    }
    .zj-list dl dd span,
    .zj-list dl dd {
      font-size: 18px;
    line-height: 40px;
    }
    .tszl-box dl {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .tszl-box dl dt {
        line-height: 44px;
        font-size: 18px;
    }
    .tszl .text {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
	.zj-list dl dt img {
	    height: 270px;
	}
	.new-list2-fc h3 {
	    font-size: 16px;}
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}</pre></body></html>