@charset "UTF-8";
.news-banner {
    width: 100%;
    height: 1.5625rem;
    position: relative
}

.news-banner .news-banner-img {
    width: 100%;
    height: 1.5625rem;
    opacity: 1;
    background: url(/static/img/news-banner.png);
    background-size: 100% 100%;
    z-index: 10
}

.news-banner .news-banner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5625rem;
    opacity: 1;
    background: linear-gradient(90deg, #0077ead6, #0077ea00);
}

.news-banner .news-shadow-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-banner .news-banner-shadow .news-bannerName {
    top: .56771rem;
    width: .75rem;
    height: .21875rem;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .1875rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #fff;
    margin-bottom: .125rem;;
}

.news-banner .news-banner-shadow .news-banner-Ename {
    width: 1.63542rem;
    height: .14583rem;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .125rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #fff;
}

.news-navTabs {
    position: relative;
    display: none;
    justify-content: space-around;
    width: 70%;
    height: .41667rem;
    margin: -.20833rem auto;
    border-radius: .08333rem;
    opacity: 1;
    background: #fff;
    box-shadow: 0 .02083rem .10417rem #0000001a;
    z-index: 101
}

.news-navTabs .new-active > a {
    border-width: 0 0 .02083rem 0;
    border-style: solid;
    border-color: #002d9b;
    font-weight: 700;
    color: #002d9b !important
}

.news-navTabs .news-nav-item {
    width: 20%;
    height: .41667rem;
    opacity: 1;
    box-sizing: border-box;
    font-family: Source Han Sans;
    font-size: .10417rem;
    line-height: .41667rem;
    white-space: nowrap;
    letter-spacing: 0em;
    text-align: center;
    color: #333;
    z-index: 0;
    padding: 0 .3125rem
}

.news-navTabs .news-nav-item > a {
    display: block;
    cursor: pointer
}

.news-navTabs :nth-child(1) {
    margin-left: 0
}

.news-content {
    width: 100%
}

.news-content .news-content-img {
    width: 100%;
    opacity: 1;
    background: url(/static/img/new-content-bg.png) no-repeat;
    background-size: contain;
}

.news-content .news-content-img .news-content-list {
    width: 80%;
    margin: 0 auto;
    padding-top: .3125rem;
    padding-bottom: .13021rem
}

.news-content .news-content-img .news-content-list .news-content-item {
    width: 100%;
    margin-top: .125rem;
    border-radius: .04167rem;
    padding: .14063rem .15625rem;
    opacity: 1;
    display: flex;
    background: #fff;
    box-shadow: 0 .02083rem .10417rem #0000001a
}

.news-content .news-content-img .news-content-list .news-content-item:hover .news-content-item-right .news-content-item-rightTop .news-content-item-title, .news-content .news-content-img .news-content-list .news-content-item:hover .news-content-item-right .news-content-item-rightBottom .news-content-item-detail {
    color: #002d9b
}

.news-content .news-content-img .news-content-list .news-content-item:hover .news-content-item-right .news-content-item-rightBottom .news-content-item-line {
    border: .00521rem solid #002d9b
}

.news-content .news-content-img .news-content-list .news-content-item:hover .news-content-item-right .news-content-item-rightBottom .news-content-item-spot {
    background-color: #002d9b
}

.news-content .news-content-img .news-content-list .news-content-item:hover .news-content-item-right .news-content-item-rightBottom .news-content-item-circular {
    border: .00521rem solid #002d9b
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-img {
    width: 1.67708rem;
    opacity: 1
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right {
    width: calc(100% - .97917rem);
    position: relative;
    margin-left: .10417rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightTop .news-content-item-title {
    text-decoration: none;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .125rem;
    font-weight: 700;
    line-height: .16667rem;
    letter-spacing: 0em;
    cursor: pointer;
    color: #000
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightTop .news-content-item-excerpt {
    opacity: 1;
    margin-top: .10417rem;
    padding-right: .15625rem;
    padding-bottom: .10417rem;
    font-family: HarmonyOS Sans SC;
    font-size: .07292rem;
    font-weight: 400;
    line-height: .10417rem;
    color: #929292;
    width: 100%;
    height: .20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightBottom .news-content-item-date {
    height: .09375rem;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Microsoft YaHei;
    font-size: .07292rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightBottom .news-content-item-detail {
    text-decoration: none;
    height: .08333rem;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: .52083rem;
    font-family: HarmonyOS Sans SC;
    font-size: .07292rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    cursor: pointer;
    color: #000c
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightBottom .news-content-item-line {
    width: .26563rem;
    height: 0;
    opacity: 1;
    position: absolute;
    bottom: .02604rem;
    right: .15625rem;
    box-sizing: border-box;
    border: .00521rem solid rgba(0, 0, 0, .7)
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightBottom .news-content-item-spot {
    position: absolute;
    right: .15625rem;
    bottom: .01563rem;
    width: .03125rem;
    height: .03125rem;
    opacity: 1;
    background: #000;
    border-radius: 50%
}

.news-content .news-content-img .news-content-list .news-content-item .news-content-item-right .news-content-item-rightBottom .news-content-item-circular {
    position: absolute;
    right: .10938rem;
    bottom: -.03125rem;
    width: .125rem;
    height: .125rem;
    opacity: 1;
    box-sizing: border-box;
    border-radius: 50%;
    border: .00521rem solid rgba(0, 0, 0, .7)
}

.news-content .news-content-img .news-content-list .news-content-item:nth-child(1) {
    margin-top: 0
}

.news-foot {
    width: 100%;
    margin-top: .125rem;
    padding-bottom: .3125rem;
    position: relative;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1080px) {
    .news-nav-item {
        font-size: .08333rem !important
    }
}

@media screen and (max-width: 760px) {
    .news-nav-item {
        font-size: .0625rem !important
    }
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages .paginationjs-pre > a {
    font-size: .09375rem
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li {
    border-color: #d9d9d9;
    border: .00521rem solid #D9D9D9;
    border-right: .00521rem solid #D9D9D9;
    margin-right: .04167rem;
    border-radius: .01042rem
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li:not(.disabled):hover {
    border: .00521rem solid #002D9B
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li.active {
    border: .00521rem solid #002D9B
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li.active > a {
    background: #fff;
    color: #002d9b;
    height: .16667rem;
    line-height: .16667rem;
    min-width: .16667rem
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li > a {
    color: #000;
    height: .16667rem;
    line-height: .16667rem;
    min-width: .16667rem;
    border-radius: .01042rem;
    font-size: 0.0729rem;
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li:first-child > a {
    color: #000;
    height: .16667rem;
    /*line-height: .15625rem;*/
    min-width: .16667rem;
    border-radius: .01042rem;
    font-size: .13542rem
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li:last-child > a {
    color: #000;
    height: .16667rem;
    /*line-height: .15625rem;*/
    min-width: .16667rem;
    border-radius: .01042rem;
    font-size: .13542rem;
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li > a:hover {
    background: #fff
}

.paginationjs.paginationjs-theme-yd .paginationjs-pages li.disabled > a:hover {
    background: 0 0;
    border: .00521rem solid #D9D9D9
}

.paginationjs.paginationjs-theme-yd .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-yd .paginationjs-size-changer > select {
    border-color: #d9d9d9
}

.paginationjs.paginationjs-theme-yd .paginationjs-go-button > input[type=button] {
    background: #d9d9d9;
    border-color: #d9d9d9;
    color: #002d9b
}

.paginationjs.paginationjs-theme-yd .paginationjs-go-button > input[type=button]:hover {
    background-color: #002d9b
}


.corporateCulture-banner {
    width: 100%;
    height: 1.5625rem;
    position: relative
}

.corporateCulture-banner .corporateCulture-banner-img {
    width: 100%;
    height: 1.5625rem;
    opacity: 1;
    background: url(/static/img/corporateCulture-banner.png);
    background-size: 100% 100%;
}

.corporateCulture-banner .corporateCulture-banner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5625rem;
    opacity: 1;
    background: linear-gradient(90deg, #0077ead6, #0077ea00);
}

.corporateCulture-banner .corporateCulture-banner-shadow .corporateCulture-shadow-content {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-top: .3125rem
}

.corporateCulture-banner .corporateCulture-banner-shadow .corporateCulture-shadow-content .corporateCulture-bannerName {
    height: .21875rem;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .1875rem;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.corporateCulture-banner .corporateCulture-banner-shadow .corporateCulture-shadow-content .corporateCulture-banner-Ename {
    margin-top: .0625rem;
    height: .14583rem;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .125rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.corporateCulture-banner .corporateCulture-banner-shadow .corporateCulture-shadow-content .corporateCulture-banner-text {
    width: 45%;
    margin-top: .08333rem;
    font-family: HarmonyOS Sans SC;
    font-size: .09375rem;
    font-weight: 400;
    line-height: .13542rem;
    letter-spacing: 0em;
    color: #fff
}

.partyBuilding-banner {
    width: 100%;
    height: 3.14583rem;
    position: relative
}

.partyBuilding-banner .partyBuilding-banner-img {
    width: 100%;
    height: 3.14583rem;
    opacity: 1;
    /*background: url(/static/img/partyBuilding-banner.png);*/
    background-size: 100% 100%;
}

.partyBuilding-banner .partyBuilding-banner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.14583rem;
    opacity: 1;
    background: linear-gradient(90deg, #0077ead6, #0077ea00);
}

.partyBuilding-banner .partyBuilding-banner-shadow .partyBuilding-bannerName {
    position: absolute;
    left: 50%;
    top: 1.09896rem;
    transform: translate(-50%, -50%);
    width: .75rem;
    height: .21875rem;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .1875rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #fff;
}

.partyBuilding-banner .partyBuilding-banner-shadow .partyBuilding-banner-Ename {
    position: absolute;
    left: 50%;
    top: 1.38021rem;
    transform: translate(-50%, -50%);
    width: 1.63542rem;
    height: .14583rem;
    opacity: 1;
    font-family: HarmonyOS Sans SC;
    font-size: .125rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #fff;
}
<!--0.00011301040649414-->