@charset "utf-8";

@font-face {
    font-family: 'MiSans-Demibold';
    src: url("../fonts/MiSans-Demibold.ttf"/*tpa=http://szbl.dw.cq.cn/fonts/MiSans-Demibold.ttf*/);
}

@font-face {
    font-family: 'MiSans-Medium';
    src: url("../fonts/MiSans-Medium.ttf"/*tpa=http://szbl.dw.cq.cn/fonts/MiSans-Medium.ttf*/);
}

@font-face {
    font-family: 'MiSans-Regular';.postgraduate-s4
    src: url("../fonts/MiSans-Regular.ttf"/*tpa=http://szbl.dw.cq.cn/fonts/MiSans-Regular.ttf*/);
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes o-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1025px) {
    .wow {
        visibility: hidden;
    }
}

@media screen and (min-width: 1025px) {
    .dom-loaded .header {
        transition: transform .3s ease;
    }

    .dom-loaded .header li a.single {
        transition: all .3s ease;
    }

    .dom-loaded .join-header {
        transition: transform .3s ease;
    }
}

.m-header {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0;
    padding: 0 2.5rem;
    background-color: #fff;
    z-index: 9;
}

@media screen and (min-width: 1025px) {
    .header.down li a.single {
        line-height: 5rem;
    }

    .header.down .dropmenu .items {
        padding-top: calc(7.5rem + 10px);
    }

    .header.translate {
        transform: translateY(-100%);
    }
}

.header:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #804fc5, #3da095, #3c7bb2);
    pointer-events: none;
    z-index: 1;
}

.header:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.header .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.header .logo {
    width: 15.625rem;
}

.header .logo img {
    display: block;
}

.header .top-box {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.header .top-box .link {
    display: flex;
}

.header .top-box .link a {
    padding: 0 1rem;
    line-height: 2.5rem;
    font-size: max(12px, 0.8125rem);
    color: #23415a;
    background-color: #f9f9fa;
    margin-right: 4px;
}

.header .top-box .lang {
    position: relative;
    z-index: 3;
}

.header .top-box .lang .show {
    display: flex;
    cursor: pointer;
}

.header .top-box .lang i {
    width: 2.5rem;
    height: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-7.png"/*tpa=http://szbl.dw.cq.cn/images/icon-7.png*/);
    background-size: auto 1.25rem;
    background-color: #164c84;
}

.header .top-box .lang span {
    padding: 0 1rem;
    font-size: max(12px, 0.9375rem);
    color: #fff;
    line-height: 2.5rem;
    background-color: #0c3d70;
    position: relative;
}

.header .top-box .lang span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f28332;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -3px;display:none
}

.header .top-box .lang .hide {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f9f9fa;
    padding: 0 1rem;
    display: none;
}

.header .top-box .lang .hide a {
    display: block;
    text-align: center;
    font-size: max(12px, 0.875rem);
    line-height: max(28px, 2rem);
    color: #0c3d70;
    border-bottom: 1px solid #ebeef2;
}

.header .top-box .lang .hide a:last-of-type {
    border: none;
}

.header .top-box .lang:hover .hide {
    display: block;
}

.header .bot-box {
    display: flex;
    align-items: center;
}

.header li {
    display: inline-block;
    vertical-align: top;
    padding-right: 4.5rem;
}

.header li:nth-of-type(1) {
    margin-left: 0;
}

.header li a.single {
    display: block;
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    line-height: 6rem;
    position: relative;
}

.header li a.single:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f28332;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-10px);
}

.header li.curr a.single:after,
.header li.active a.single:after {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s ease;
}

.header .search {
    width: max(36px, 2.625rem);
    height: max(36px, 2.625rem);
    background-color: #f1f1f1;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/icon-2.png*/);
    background-size: 16px;
    cursor: pointer;
}

.header .dropmenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    height: 0;
    overflow: hidden;
}

.header .dropmenu.active {
    transition: height .3s ease;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.header .dropmenu .items {
    padding: calc(8.5rem + 10px) max(calc(36px + 2.5rem), 5.125rem) 2.5rem 2.5rem;
    display: flex;
    justify-content: flex-end;
}

.header .dropmenu .items .item:nth-child(2){
	min-width:11rem;
}

.header .dropmenu .item .tit {
    position: relative;
    padding-right: 3.5rem;
    height: 0;
    overflow: hidden;
}

.header .dropmenu .item .tit a {
    display: block;
    font-size: max(16px, 1.125rem);
    font-family: 'MiSans-Medium';
}

.header .dropmenu .item .tit i {
    display: none;
}

.header .dropmenu .item .link {
    margin-top: 1rem;
}

.header .dropmenu .item .link a {
    display: block;
    font-size: max(14px, 0.9375rem);
    color: #7c8a98;
    margin-top: 1rem;
    transition: color .3s ease;
}

.header .dropmenu .item .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .header .dropmenu .item .link a:hover {
        color: #f28332 !important;
    }
}

.header .dropmenu .item.active .link a {
    color: #23415a;
}

.fixed-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/img-1.jpg"/*tpa=http://szbl.dw.cq.cn/images/img-1.jpg*/);
    display: none;
}

.fixed-search .close {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close-1.png"/*tpa=http://szbl.dw.cq.cn/images/close-1.png*/);
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 3;
    transition: transform .3s ease;
    cursor: pointer;
}

@media (any-hover: hover) {
    .fixed-search .close:hover {
        transform: rotate(90deg);
    }
}

.fixed-search .main {
    width: 100%;
    height: 100%;
}

.fixed-search .box {
    max-width: 680px;
    width: 90%;
    margin: 0 auto;
}

.fixed-search .form {
    height: 60px;
    position: relative;
    padding-right: 64px;
}

.fixed-search .form input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    color: #9ca2ac;
    padding: 0 1.875rem;
}

.fixed-search .form input:last-child {
    width: 60px;
    height: 60px;
    position: absolute;
    font-size: 0px;
    top: 0;
    right: 0;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/icon-3.png*/);
    background-size: auto 22px;
    cursor: pointer;
}

.fixed-search .tips {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
}

.fixed-search .tips span {
    width: 90px;
    font-size: max(14px, 0.9375rem);
    line-height: 20px;
    color: #fff;
    font-family: 'MiSans-Demibold';
    white-space: nowrap;
}

.fixed-search .tips .link {
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
}

.fixed-search .tips .link .box {
    width: 25%;
    margin-top: 1rem;
    font-size: 0;
}

.fixed-search .tips .link .box:nth-of-type(1),
.fixed-search .tips .link .box:nth-of-type(2),
.fixed-search .tips .link .box:nth-of-type(3),
.fixed-search .tips .link .box:nth-of-type(4) {
    margin-top: 0;
}

.fixed-search .tips .link a {
    display: inline-block;
    font-size: max(14px, 0.9375rem);
    line-height: 20px;
    color: #a5b4c8;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .fixed-search .tips .link a:hover {
        color: #fff;
    }
}

.head-null {
    height: calc(8.5rem + 10px);
}

.join-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0;
    padding: 0 2.5rem;
    background-color: #fff;
    z-index: 9;
}

@media screen and (min-width: 1025px) {
    .join-header.translate {
        transform: translateY(-100%);
    }
}

.join-header:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #804fc5, #3da095, #3c7bb2);
    pointer-events: none;
    z-index: 1;
}

.join-header:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.join-header .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.join-header .logo {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
}

.join-header .logo img {
    display: block;
    width: 11.25rem;
}

.join-header .logo span {
    font-size: max(14px, 0.9375rem);
    color: #fff;
    background-color: #0c3d70;
    border-radius: 4px;
    line-height: 26px;
    padding: 0 1rem;
}

.join-header .ope {
    display: flex;
    grid-gap: 5rem;
    align-items: center;
}

.join-header ul {
    display: flex;
    grid-gap: 5rem;
}

.join-header li {
    display: inline-block;
    vertical-align: top;
}

.join-header li:nth-of-type(1) {
    margin-left: 0;
}

.join-header li a.single {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    line-height: 6.25rem;
    position: relative;
}

.join-header li a.single:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f28332;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-10px);
}

@media (any-hover: hover) {
    .join-header li:hover a.single:after {
        opacity: 1;
        transform: translateX(0);
        transition: all .5s ease;
    }
}

.join-header a.backhome {
    font-size: max(14px, 0.9375rem);
    color: #fff;
    background-color: #0c3d70;
    padding: 0 1.25rem;
    line-height: 38px;
    border-radius: 19px;
}

.join-null {
    height: 6.25rem;
}

/*
.footer {
    background-color: #f9f9fa;
    padding: 0 2.5rem;
}

.footer .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.375rem 0 2.5rem;
}

.footer .top-block .logo {
    width: 15.625rem;
}

.footer .top-block .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer .top-block .follow {
    display: flex;
    align-items: center;
}

.footer .top-block .follow span {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-right: 1rem;
}

.footer .top-block .follow a {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.footer .top-block .follow a .icon {
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.footer .top-block .follow a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    transition: opacity .3s ease;
}

.footer .top-block .follow a i.hide {
    opacity: 0;
}

.footer .top-block .follow a .ewm {
    width: 108px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -54px;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2;
}

.footer .top-block .follow a .ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -10px;
}

.footer .top-block .follow a .ewm .box {
    background-color: #fff;
    box-shadow: 0 0.6025rem 1.875rem rgba(0, 0, 0, 0.1);
}

.footer .top-block .follow a .ewm img {
    display: block;
    width: 100%;
}

.footer .top-block .follow a:hover .icon {
    background-color: #0c3d70;
}

.footer .top-block .follow a:hover i.show {
    opacity: 0;
}

.footer .top-block .follow a:hover i.hide {
    opacity: 1;
}

.footer .top-block .follow a:hover .ewm {
    opacity: 1;
    visibility: visible;
}

.footer .mid-block {
    padding: 3.75rem 0;
    border-top: 1px solid #e6eaed;
    border-bottom: 1px solid #e6eaed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .mid-block .left-box {
    white-space: nowrap;
}

.footer .mid-block .left-box span {
    display: block;
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.footer .mid-block .left-box .para {
    margin-top: 1.5rem;
}

.footer .mid-block .left-box p {
    font-size: max(12px, 1rem);
    color: #23415a;
    margin-top: 0.625rem;
}

.footer .mid-block .left-box p:nth-of-type(1) {
    margin-top: 0;
}

.footer .mid-block .right-box .sw {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer .mid-block .right-box a {
    width: max(90px, 8.125rem);
    height: max(90px, 8.125rem);
    background-color: #fff;
    padding: 0 1.25rem;
    margin: 0 0 0.625rem 0.625rem;
    transition: all .3s ease;
}

.footer .mid-block .right-box a .icon {
    display: block;
    width: max(36px, 2.875rem);
    height: max(36px, 2.875rem);
    position: relative;
    background-color: #f9f9fa;
    border-radius: 50%;
    transition: all .3s ease;
}

.footer .mid-block .right-box a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto max(20px, 1.5rem);
    transition: all .3s ease;
}

.footer .mid-block .right-box a i.hide {
    opacity: 0;
}

.footer .mid-block .right-box a span {
    display: block;
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
    position: relative;
    padding-right: 10px;
    transition: color .3s ease;
}

.footer .mid-block .right-box a span:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-1.png");
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .footer .mid-block .right-box a:hover {
        background-color: #0c3d70;
    }

    .footer .mid-block .right-box a:hover .icon {
        background-color: #0a3460;
    }

    .footer .mid-block .right-box a:hover i.show {
        opacity: 0;
    }

    .footer .mid-block .right-box a:hover i.hide {
        opacity: 1;
    }

    .footer .mid-block .right-box a:hover span {
        color: #fff;
    }

    .footer .mid-block .right-box a:hover span:after {
        background-image: url("../images/icon-1-on.png");
    }
}

.footer .bot-block {
    padding: 3.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .bot-block .left-box{
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}

.footer .bot-block .left-box .newicon{
    width: 4.25rem;
}

.footer .bot-block .left-box .newicon img{
    display: block;
    width: 100%;
}

.footer .bot-block .left-box p {
    font-size: max(12px, 0.875rem);
    color: #23415a;
}

.footer .bot-block .left-box p a,
.footer .bot-block .left-box p img {
    display: inline-block;
    margin-left: 1rem;
}

.footer .bot-block .left-box p a {
    color: #23415a;
}

.footer .bot-block .right-box a {
    font-size: max(12px, 0.875rem);
    color: #23415a;
}
*/

.wrap-s {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.c-bg-fixed,
.about-s3 .bot-box,
.scientific-s10 .child-6 {
    background-attachment: fixed;
}

.c-crumbs {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3.125rem 3.75rem 0;
    z-index: 3;
}

.c-crumbs a {
    display: inline-block;
    vertical-align: top;
    font-size: max(14px, 1.125rem);
    color: #adadad;
}

.c-crumbs a:after {
    content: '';
    width: 8px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 1rem 0;
}

.c-crumbs a:last-child::after {
    display: none;
}

.c-crumbs span {
    display: inline-block;
    vertical-align: top;
    font-size: max(14px, 1.125rem);
    color: #666666;
}

.c-crumbs.white a {
    color: rgba(255, 255, 255, 0.8);
}

.c-crumbs.white span {
    color: #fff;
}

.c-subnav {
    width: 58.33vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 6.25rem;
    z-index: 3;
}

.c-subnav .sw {
    display: flex;
}

.c-subnav .item {
    margin-left: 2.5rem;
}

.c-subnav .item:nth-of-type(1) {
    margin-left: 0;
}

.c-subnav .item a {
    display: block;
    padding: 0 1rem;
    font-size: max(14px, 1.125rem);
    line-height: 5.625rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: color .3s ease;
}

.c-subnav .item a:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #f9ab22;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
}

.c-subnav .item.active a {
    color: #fff;
}

.c-subnav .item.active a:before {
    transform: scaleX(1);
}

@media (any-hover: hover) {
    .c-subnav .item:hover a {
        color: #fff;
    }
}

.c-subnav.bg {
    background-color: #0c3d70;
}

.c-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-label span {
    font-size: max(20px, 1.75rem);
}

.c-label a {
    font-size: max(14px, 1rem);
    color: #333333;
}

.c-label a:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-2.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    will-change: transform;
    transition: transform .3s ease;
}

@media (any-hover: hover) {
    .c-label a:hover:after {
        transform: rotate(90deg);
    }
}

.c-label.b-text span {
    font-size: 2.375rem;
    font-family: 'MiSans-Demibold';
    color: #23415a;
}

.c-label.b-text a {
    font-family: 'MiSans-Demibold';
    color: #23415a;
}

.c-label.b-text a:after {
    background-image: url("../images/partybuilding/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-2-1.png*/);
}

.c-page {
    display: flex;
    justify-content: center;
    grid-gap: 2.5rem;
    align-items: center;
}

.c-page a.page {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    transition: all .3s ease;
}

.c-page a.prev {
    background-image: url("../images/partybuilding/prev-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/prev-1.png*/);
}

@media (any-hover: hover) {
    .c-page a.prev:hover {
        background-color: #d51f13;
        background-image: url("../images/partybuilding/prev-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/prev-2.png*/);
    }
}

.c-page a.next {
    background-image: url("../images/partybuilding/next-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/next-1.png*/);
}

@media (any-hover: hover) {
    .c-page a.next:hover {
        background-color: #d51f13;
        background-image: url("../images/partybuilding/next-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/next-2.png*/);
    }
}

.c-page input {
    width: 90px;
    height: 46px;
    background-color: #f9f9fa;
    text-align: center;
    font-size: 16px;
    font-family: 'MiSans-Medium';
    color: #333;
}

.c-page span {
    font-size: 15px;
    color: #333;
    font-family: 'MiSans-Medium';
}

.c-page span.ml {
    margin-left: 10px;
}

.c-page span.mr {
    margin-right: 10px;
}

.c-page a.link {
    font-size: 15px;
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    text-decoration: underline;
}

@media (any-hover: hover) {
    .c-page.blue a.prev:hover {
        background-color: #0c3d70;
    }
}

@media (any-hover: hover) {
    .c-page.blue a.next:hover {
        background-color: #0c3d70;
    }
}

.c-filter {
    padding: 5rem 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.c-filter.bg {
    background-color: #f9f9fa;
    border-top: 1px solid #dddddd;
}

.c-filter .box {
    display: flex;
    align-items: center;
}

.c-filter .box:nth-of-type(2) {
    margin-left: 5rem;
}

.c-filter span {
    font-size: max(14px, 1rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-right: 1rem;
}

.c-filter .option {
    width: 160px;
    position: relative;
    z-index: 2;
}

.c-filter .option i {
    display: block;
    padding: 0 1.25rem;
    font-size: max(14px, 1rem);
    line-height: 44px;
    font-style: normal;
    font-family: 'MiSans-Demibold';
    border: 1px solid #dedede;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-filter .option i:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #23415a;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.c-filter .option .link {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 1.25rem;
    font-size: 0;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    display: none;
}

.c-filter .option .link a {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 12px;
    line-height: 2;
    color: #333;
}

.c-filter .option .link a.check {
    color: #f28c42;
}

.c-filter .option.open .link {
    display: block;
}

.c-filter .form {
    position: relative;
    width: 30rem;
    padding-right: 90px;
    height: 46px;
    border: 1px solid #dedede;
}

.c-filter .form input {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: max(14px, 1rem);
    font-family: 'MiSans-Demibold';
    color: #9ca2ac;
}

.c-filter .form button {
    height: 46px;
    width: 90px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #143766;
    font-size: max(14px, 1rem);
    color: #a5b4c8;
    font-family: 'MiSans-Demibold';
    cursor: pointer;
}

.inner-banner {
    position: relative;
    background-color: #f9f9fa;
}

.inner-banner.large .img-box {
    width: 100%;
    margin-left: 0;
}

.inner-banner.large .tit span {
    color: #fff;
}

.inner-banner.large .c-subnav {
    width: 100%;
    padding: 0 3.75rem;
}

.inner-banner.white {
    background-color: #fff;
}

.inner-banner .img-box {
    width: 58.33vw;
    height: 29.16vw;
    margin-left: calc(100% - 58.33vw);
    overflow: hidden;
}

.inner-banner .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 58.33vw);
    height: 100%;
}

.inner-banner .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inner-banner .tit .box {
    width: 100%;
}

.inner-banner .tit span {
    display: block;
    width: 100%;
    font-size: 3.125rem;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.inner-banner .tit p {
    width: 100%;
    font-size: max(14px, 1.125rem);
    color: #8f96a2;
    font-family: 'MiSans-Demibold';
    line-height: 1.5;
    margin-top: 1rem;
}

.inner-banner .form {
    margin-top: 2rem;
    height: max(48px, 3.375rem);
    border: 1px solid #dedede;
    position: relative;
    padding-right: max(48px, 3.375rem);
}

.inner-banner .form input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    padding: 0 1.25rem;
}

.inner-banner .form button {
    width: max(48px, 3.375rem);
    height: max(48px, 3.375rem);
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #143766;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/icon-3.png*/);
    background-size: auto max(16px, 1.25rem);
    cursor: pointer;
}

.slider-main .slider-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #dddddd;
    z-index: 11;
    cursor: pointer;
    transition: background .3s ease;
}

.slider-main .slider-bar span {
    display: block;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: max(16px, 1.125rem);
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
    word-wrap: break-word;
    transition: color .3s ease;
}

.slider-main .slider-bar .txt {
    margin-top: 2.5rem;
}

.slider-main .slider-bar i {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/icon-4.png*/);
    border-radius: 50%;
    background-color: #0c3d70;
    position: relative;
    z-index: 2;
    transition: background .3s ease;
}

.slider-main .slider-bar .s-txt {
    width: 36px;
    margin: -10px auto 0;
    padding: 24px 8px 0;
    background-image: linear-gradient(180deg, #d8e2eb, rgba(255, 255, 255, 0));
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #8f96a2;
    transition: color .3s ease;
}

.slider-main .slider-menu {
    padding-left: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    transform: translateX(-100%);
    transition: transform .3s ease;
}

.slider-main .slider-menu .scroll {
    min-height: 100vh;
    padding: 3.75rem;
    overflow: auto;
}

.slider-main .slider-menu .logo {
    width: 12.5rem;
}

.slider-main .slider-menu .logo img {
    display: block;
    width: 100%;
}

.slider-main .slider-menu .form {
    position: relative;
    padding-right: 64px;
    height: 54px;
    background-color: #f6f6f6;
    margin-top: 2.5rem;
}

.slider-main .slider-menu .form input {
    width: 100%;
    height: 100%;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: transparent;
    padding: 0 1.25rem;
}

.slider-main .slider-menu .form button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #0c3d70;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-5.png"/*tpa=http://szbl.dw.cq.cn/images/icon-5.png*/);
    background-size: auto 17px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

.slider-main .slider-menu .items {
    margin-top: 1.25rem;
}

.slider-main .slider-menu .item {
    border-bottom: 1px solid #e1e5ea;
    padding: 1rem 0;
    cursor: pointer;
}

.slider-main .slider-menu .item .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-main .slider-menu .item .tit a {
    font-size: max(14px, 1.125rem);
    line-height: 24px;
    color: #23415a;
}

.slider-main .slider-menu .item .tit i {
    width: 16px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/icon-6.png*/);
    transition: all .3s ease;
}

.slider-main .slider-menu .item .linkbox {
    max-width: 300px;
    margin: -24px 2.5rem 0 9.375rem;
    position: relative;
    padding-left: 2.5rem;
    font-size: 0;
    opacity: 0;
    display: none;
}

.slider-main .slider-menu .item .linkbox:before {
    content: '';
    width: 0.625rem;
    height: 2px;
    background-color: #002454;
    position: absolute;
    left: 0;
    top: 11px;
}

.slider-main .slider-menu .item .linkbox a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: max(12px, 0.875rem);
    line-height: 24px;
    color: #9ca2ac;
    margin-top: 5px;
    transition: color .3s ease;
}

.slider-main .slider-menu .item .linkbox a:nth-of-type(1),
.slider-main .slider-menu .item .linkbox a:nth-of-type(2) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .slider-main .slider-menu .item .linkbox a:hover {
        color: #0c3d70;
    }
}

.slider-main .slider-menu .item.active .tit i {
    transform: rotate(180deg);
    opacity: 0.5;
}

.slider-main .slider-menu .item.active .linkbox {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.slider-main .slider-menu .info {
    margin-top: 2.5rem;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    display: none;
}

.slider-main .slider-menu .link {
    margin-top: 1.5rem;
    font-size: 0;
}

.slider-main .slider-menu .link a {
    display: inline-block;
    vertical-align: top;
    padding: 0 1rem;
    line-height: 36px;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f5f5f5;
    margin-left: 4px;
    transition: all .3s ease;
}

.slider-main .slider-menu .link a:nth-of-type(1) {
    margin-left: 0;
}

@media (any-hover: hover) {
    .slider-main .slider-menu .link a:hover {
        background-color: #0c3d70;
        color: #fff;
    }
}

.slider-main .slider-menu .share {
    margin-top: 1.25rem;
}

.slider-main .slider-menu .share a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.slider-main .slider-menu .share a:nth-of-type(1) {
    margin-left: 0;
}

.slider-main .slider-menu .share a .icon {
    height: 100%;
    position: relative;
    background-color: #c8c9ce;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.slider-main .slider-menu .share a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 12px;
}

.slider-main .slider-menu .share a .ewm {
    width: 100px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2;
}

.slider-main .slider-menu .share a .ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -10px;
}

.slider-main .slider-menu .share a .ewm .box {
    background-color: #fff;
    box-shadow: 0 0.6025rem 1.875rem rgba(0, 0, 0, 0.1);
}

.slider-main .slider-menu .share a .ewm img {
    display: block;
    width: 100%;
}

.slider-main .slider-menu .share a:hover .icon {
    background-color: #0c3d70;
}

.slider-main .slider-menu .share a:hover .ewm {
    opacity: 1;
    visibility: visible;
}

.slider-main .slider-body {
    position: relative;
    padding-left: 80px;
}

.slider-main .slider-body .header {
    left: 80px;
    transition: transform .3s ease;
    transform-origin: right top;
}

.slider-main .slider-body .slider-inner {
    transition: transform .3s ease;
    transform-origin: right top;
}

.slider-main .slider-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}

.slider-main.active .slider-bar {
    background-color: #0c3d70;
}

.slider-main.active .slider-bar span {
    color: #a5b4c8;
}

.slider-main.active .slider-bar i {
    background-color: #f28332;
}

.slider-main.active .slider-bar .s-txt {
    background-image: none;
    color: #a5b4c8;
}

.slider-main.active .slider-menu {
    transform: translateX(0);
}

.slider-main.active .slider-body .header {
    transform: scale(0.6);
}

.slider-main.active .slider-body .slider-inner {
    transform: scale(0.6);
}

.slider-main.active .slider-mask {
    opacity: 1;
    pointer-events: auto;
}

.c-scroll-page {
    display: flex;
    padding-right: 2.5rem;
}

.c-scroll-page.bg-1 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #dddddd;
}

.c-scroll-page .left-block {
    width: calc(100% - 25rem);
    padding-right: 5rem;
}

.c-scroll-page .right-block {
    width: 25rem;
    padding: 5.625rem 0;
}

.c-scroll-page .right-block .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 3.125rem;
}

.c-scroll-page .right-block .sticky-box span {
    display: block;
    font-size: max(16px, 1.25rem);
    font-family: 'MiSans-Demibold';
    color: #9ca2ac;
    margin-top: 1.25rem;
    cursor: pointer;
    transition: color .3s ease;
}

.c-scroll-page .right-block .sticky-box span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #23415a;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 2rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.c-scroll-page .right-block .sticky-box span:nth-of-type(1) {
    margin-top: 0;
}

.c-scroll-page .right-block .sticky-box span.active {
    color: #23415a;
}

.c-scroll-page .right-block .sticky-box span.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .c-scroll-page .right-block .sticky-box span:hover {
        color: #23415a;
    }
}

.c-team-items {
    display: flex;
    flex-wrap: wrap;
}

.c-team-items .item {
    border: 1px solid #dddddd;
    transition: border .3s ease;
}

.c-team-items .item a {
    display: block;
    height: 100%;
}

.c-team-items .item .img-box {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.c-team-items .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-team-items .item .txt-box {
    padding-bottom: 2rem;
    text-align: center;
    border-top: 1px solid #ddd;
}

.c-team-items .item span {
    max-width: 100%;
    display: inline-block;
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    padding: 0 1.25rem;
    border-radius: 0 0 0.75rem 0.75rem;
    background-color: #f6f6f6;
    line-height: max(24px, 2rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-team-items .item .tit {
    margin-top: 1.5rem;
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.c-team-items .item .tips {
    margin-top: 0.625rem;
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
}

@media (any-hover: hover) {
    .c-team-items .item:hover {
        border-color: #0c3d70;
    }
}

.video-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: none;
}

.video-pop .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.video-pop .close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../images/close-1.svg"/*tpa=http://szbl.dw.cq.cn/images/close-1.svg*/) center no-repeat;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 2;
}

@media (any-hover: hover) {
    .video-pop .close:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.video-pop video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 90%;
    max-width: 90%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-organization {
    background-color: #eef1f3;
    padding: 10px;
}

.c-organization .main {
    padding: 10px;
    background-color: #fff;
}

.c-organization .cont {
    overflow: auto;
}

.c-organization .top-box a {
    display: block;
    position: relative;
    padding-bottom: 6px;
}

.c-organization .top-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1dbe5;
    border-radius: 4px;
    z-index: 1;
}

.c-organization .top-box a span {
    display: block;
    font-size: max(16px, 1.25rem);
    line-height: max(40px, 3.125rem);
    color: #e0e6f1;
    font-family: 'MiSans-Demibold';
    background-color: #0c3d70;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.c-organization .mid-box {
    padding: 10px 0;
    display: flex;
}

.c-organization .mid-box a {
    width: calc((100% - 20px) / 3);
    position: relative;
    padding-bottom: 6px;
    margin-left: 10px;
}

.c-organization .mid-box a:nth-of-type(1) {
    margin: 0;
}

.c-organization .mid-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dee5e9;
    border-radius: 4px;
    z-index: 1;
}

.c-organization .mid-box a span {
    display: block;
    font-size: max(14px, 1.125rem);
    line-height: max(40px, 3.125rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    background-color: #eef1f3;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.c-organization .bot-box {
    position: relative;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient(180deg, #f0f3f6, #fff);
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.c-organization .bot-box:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -50px;
    background-color: #f0f3f6;
}

.c-organization .bot-box .item {
    width: calc((50% - 30px) / 2);
    margin-left: 20px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 10px 10px;
    border-bottom: 6px solid #e9edf2;
}

.c-organization .bot-box .item .tit {
    font-size: max(14px, 1.125rem);
    line-height: max(40px, 3.125rem);
    color: #2a3349;
    font-family: 'MiSans-Medium';
    text-align: center;
}

.c-organization .bot-box .item .link {
    margin-right: -10px;
    padding-right: 10px;
}

.c-organization .bot-box .item .link a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
}

.c-organization .bot-box .item .link a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c36622;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.c-organization .bot-box .item .link a span {
    display: block;
    font-size: max(12px, 0.875rem);
    padding: 10px;
    color: #2a3349;
    background-color: #f0f3f6;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

.c-organization .bot-box .item .link a span:after {
    content: '';
    width: 8px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-13.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-13.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    opacity: 0;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .c-organization .bot-box .item .link a:hover:before {
        opacity: 1;
    }

    .c-organization .bot-box .item .link a:hover span {
        background-color: #f28332;
        color: #fff;
    }

    .c-organization .bot-box .item .link a:hover span:after {
        opacity: 1;
    }
}

.c-organization .bot-box .item:nth-of-type(1) {
    margin: 0;
    width: calc(60% - 10px);
}

.c-organization .bot-box .item:nth-of-type(1) .s-items {
    display: flex;
    grid-gap: 20px;
}

.c-organization .bot-box .item:nth-of-type(1) .s-item {
    width: calc(40% - 10px);
}

.c-organization .bot-box .item:nth-of-type(1) .s-item .link {
    height: max(320px, calc(7.35rem + 200px));
}

.c-organization .bot-box .item:nth-of-type(1) .link {
    position: relative;
    /* padding-left: max(50px, calc(3.75rem + 10px)); */
}

.c-organization .bot-box .item:nth-of-type(1) .link a:nth-of-type(1) {
    /* width: max(40px, 3.75rem); */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 6px; */
    /* background-color: #f0f3f6; */
    /* padding: 0; */
    /* margin: 0; */
    /* border-radius: 4px; */
    /* overflow: hidden; */
    /* transition: all .3s ease; */
}

.c-organization .bot-box .item:nth-of-type(1) .link a:nth-of-type(1):before {
    display: none;
}

.c-organization .bot-box .item:nth-of-type(1) .link a:nth-of-type(1) span {
    /* width: 20px; */
    /* text-align: center; */
    /* margin: 0 auto; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    /* padding: 0; */
    /* transform: translateY(-50%); */
    /* font-size: max(14px, 1.125rem); */
    /* font-family: 'MiSans-Medium'; */
}

.c-organization .bot-box .item:nth-of-type(1) .link a:nth-of-type(1) span:after {
    display: none;
}

@media (any-hover: hover) {
    .c-organization .bot-box .item:nth-of-type(1) .link a:nth-of-type(1):hover {
        background-color: #f28332;
    }
}

.c-news-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-news-topbox .label {
    font-size: 2.375rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.c-news-topbox a {
    font-size: max(14px, 1rem);
    color: #23415a;
}

.c-news-topbox a:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-1.png*/);
    margin: -4px 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
}

.c-postgraduate-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-postgraduate-tit span {
    font-size: 2.125rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.c-postgraduate-tit a {
    font-size: max(14px, 1rem);
    color: #23415a;
}

.c-postgraduate-tit a:after {
    content: '';
    width: max(14px, 1.25rem);
    height: max(14px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1rem;
}

.index-s1 {
    height: clamp(36vw, calc(100vh - 8.5rem - 10px), 50vw);
    display: flex;
}

.index-s1 .left-block {
    width: 60%;
}

.index-s1 .banner {
    height: calc(100% - 12.375rem - 40px);
    position: relative;
}

.index-s1 .banner .swiper {
    height: 100%;
}

.index-s1 .banner .item {
    height: 100%;
    overflow: hidden;
}

.index-s1 .banner .item a {
    display: block;
    height: 100%;
    position: relative;
}

.index-s1 .banner .item a:after {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(6, 24, 43, 0.8));
    z-index: 2;
    display: none;
}

.index-s1 .banner .item .img-box {
    height: 100%;
    overflow: hidden;
}

.index-s1 .banner .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s1 .banner .item .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem 2.5rem;
    z-index: 3;
}

.index-s1 .banner .item .tit {
    font-size: 1.75rem;
    color: #fff;
    font-family: 'MiSans-Medium';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s1 .banner .item p {
    font-size: max(14px, 1rem);
    color: #fff;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s1 .banner .item .info {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

.index-s1 .banner .item .date {
    font-size: max(12px, 0.875rem);
    color: #fff;
    font-family: 'MiSans-Medium';
}

.index-s1 .banner .item .date:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-2-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.index-s1 .banner .item .label {
    font-size: max(12px, 1rem);
    color: #fff;
    margin-left: 3.125rem;
}

.index-s1 .banner .item .label:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-3-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.index-s1 .banner .item span {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    font-size: max(14px, 1rem);
    color: rgba(255, 255, 255, 0.6);
    transition: all .3s ease;
}

.index-s1 .banner .item span:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: transform .3s ease;
    will-change: transform;
}

@media (any-hover: hover) {
    .index-s1 .banner .item span:hover {
        color: #fff;
    }

    .index-s1 .banner .item span:hover:after {
        transform: rotate(90deg);
    }
}

.index-s1 .banner .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: max(40px, 3.125rem);
    height: max(60px, 4.375rem);
    background-color: rgba(255, 255, 255, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer;
    transition: all .3s ease;
}

.index-s1 .banner .prev {
    left: 0;
    background-image: url("../images/index/prev-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/prev-1.png*/);
}

@media (any-hover: hover) {
    .index-s1 .banner .prev:hover {
        background-color: #0c3d70;
        background-image: url("../images/index/prev-2.png"/*tpa=http://szbl.dw.cq.cn/images/index/prev-2.png*/);
    }
}

.index-s1 .banner .next {
    right: 0;
    background-image: url("../images/index/next-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/next-1.png*/);
}

@media (any-hover: hover) {
    .index-s1 .banner .next:hover {
        background-color: #0c3d70;
        background-image: url("../images/index/next-2.png"/*tpa=http://szbl.dw.cq.cn/images/index/next-2.png*/);
    }
}

.index-s1 .banner .pagination {
    position: absolute;
    left: 0;
    width: auto;
    padding: 0 2.5rem;
    /*bottom: max(140px, 12rem);*/
    bottom: 2.5rem;
    font-size: 0;
    z-index: 3;
}

.index-s1 .banner .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    opacity: .3;
    transition: opacity .3s ease;
}

.index-s1 .banner .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.index-s1 .banner .pagination span.active {
    opacity: 1;
}

.index-s1 .search-box {
    padding: 2.5rem;
    position: relative;
}

.index-s1 .search-box:after {
    content: '';
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 0;
    height: 1px;
    background-color: #e6eaed;
}

.index-s1 .search-box .form {
    position: relative;
    background-color: #f9f9fa;
    height: 4.375rem;
    padding-right: 145px;
}

.index-s1 .search-box .form input {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    background-color: transparent;
    font-size: max(14px, 0.9375rem);
}

.index-s1 .search-box .form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 140px;
    background-color: #0c3d70;
    font-size: max(14px, 0.9375rem);
    color: #fff;
    cursor: pointer;
}

.index-s1 .search-box .form button:before {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-4.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px .625rem 0 0;
}

.index-s1 .search-box .tips {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
}

.index-s1 .search-box .tips span {
    width: 90px;
    font-size: max(14px, 0.9375rem);
    line-height: 20px;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    white-space: nowrap;
}

.index-s1 .search-box .tips .link {
    width: calc(100% - 90px);
    padding-right: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.index-s1 .search-box .tips .link .box {
    width: 20%;
    margin-top: 1rem;
    font-size: 0;
}

.index-s1 .search-box .tips .link .box:nth-of-type(1),
.index-s1 .search-box .tips .link .box:nth-of-type(2),
.index-s1 .search-box .tips .link .box:nth-of-type(3),
.index-s1 .search-box .tips .link .box:nth-of-type(4),
.index-s1 .search-box .tips .link .box:nth-of-type(5) {
    margin-top: 0;
}

.index-s1 .search-box .tips .link a {
    display: inline-block;
    font-size: max(14px, 0.9375rem);
    line-height: 20px;
    color: #9ca2ac;
    transition: color .3s ease;
}

.index-s1 .search-box .tips .link a:after {
    content: '';
    width: 8px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-5.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-5.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

@media (any-hover: hover) {
    .index-s1 .search-box .tips .link a:hover {
        color: #0c3d70;
    }
}

.index-s1 .right-block {
    width: 40%;
    background-color: #f9f9fa;
    position: relative;
    /*padding-bottom: max(50px, 3.75rem);*/
}

.index-s1 .right-block .items {
    height: 100%;
}

.index-s1 .right-block .item {
    height: 20%;
}

.index-s1 .right-block .item .box {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}

.index-s1 .right-block .item .box:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(36% + 2.5rem);
    left: 2.5rem;
    height: 1px;
    background-color: #e6eaed;
    z-index: 1;
}

.index-s1 .right-block .item .box:after {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.index-s1 .right-block .item .txt-box {
    width: 64%;
    padding-right: 2.5rem;
    position: relative;
    z-index: 2;
}

.index-s1 .right-block .item .tit {
    font-size: max(14px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s1 .right-block .item .info {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
}

.index-s1 .right-block .item .info i {
    margin: 0 1rem;
    width: 1px;
    height: 10px;
    background-color: #b3c7dd;
}

.index-s1 .right-block .item .date {
    font-size: max(12px, 0.875rem);
    color: #0c5096;
    font-family: 'MiSans-Medium';
}

.index-s1 .right-block .item .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2-2.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-2-2.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.index-s1 .right-block .item .label {
    font-size: max(12px, 1rem);
    color: #23415a;
}

.index-s1 .right-block .item .label:before {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-3-2.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.index-s1 .right-block .item .img-box {
    width: 36%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    order: 2;
}

.index-s1 .right-block .item .img-box a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.index-s1 .right-block .item .img-box a:after{
    content: '';
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-10.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-10.png*/);
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
}

.index-s1 .right-block .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.index-s1 .right-block .item:nth-of-type(5n-4) a:after {
    background-color: #0c3d70;
}

.index-s1 .right-block .item:nth-of-type(5n-3) a:after {
    background-color: #2f2563;
}

.index-s1 .right-block .item:nth-of-type(5n-2) a:after {
    background-color: #425264;
}

.index-s1 .right-block .item:nth-of-type(5n-1) a:after {
    background-color: #027449;
}

.index-s1 .right-block .item:nth-of-type(5n) a:after {
    background-color: #f4815d;
}

@media (any-hover: hover) {
    .index-s1 .right-block .item:hover img {
        transform: scale(1.1);
    }
}

.index-s1 .right-block a.more {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: max(14px, 1rem);
    line-height: max(50px, 3.75rem);
    color: #fff;
    text-align: center;
    font-family: 'MiSans-Demibold';
    background-color: #0c3d70;
}

.index-s1 .right-block a.more:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: transform .3s ease;
}

@media (any-hover: hover) {
    .index-s1 .right-block a.more:hover:after {
        transform: rotate(90deg);
    }
}

.index-s2 {
    padding-bottom: 4.375rem;
    display: flex;
}

.index-s2 .label {
    font-size: 2.375rem;
    font-family: 'MiSans-Demibold';
    color: #23415a;
}

.index-s2 .left-block {
    width: 60%;
}

.index-s2 .left-block .new-topbox{
    padding: 4.375rem 2.5rem 0;
}

.index-s2 .left-block .new-topbox .block{
    display: flex;
    margin-top: 2.5rem;
}

.index-s2 .left-block .new-topbox .img-box{
    width: 50%;
    height: 33.5rem;
}

.index-s2 .left-block .new-topbox .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s2 .left-block .new-topbox .link{
    width: 50%;
    height: 33.5rem;
    display: flex;
    flex-wrap: wrap;
}

.index-s2 .left-block .new-topbox .link a{
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1.875rem;
}

.index-s2 .left-block .new-topbox .link a:nth-of-type(1){
    background-color: #0c3d70;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(2){
    background-color: #804fc5;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(3){
    background-color: #f28332;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(4){
    background-color: #3c999a;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(5){
    background-color: #0c3d70;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(6){
    background-color: #804fc5;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(7){
    background-color: #f28332;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(8){
    background-color: #3c999a;
}
.index-s2 .left-block .new-topbox .link a:nth-of-type(9){
    background-color: #0c3d70;
}

.index-s2 .left-block .new-topbox .link a i{
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-s2 .left-block .new-topbox .link a img{
    max-width: 100%;
    max-height: 100%;
}

.index-s2 .left-block .new-topbox .link span{
    font-size: 1.625rem;
    color: #fff;
    font-weight: bold;
}

@media (any-hover: hover){
    .index-s2 .left-block .new-topbox .link a:hover i{
        transform: rotateY(360deg);
        transition: transform .6s ease;
    }
}

.index-s2 .left-block .top-block {
    padding: 4.375rem 2.5rem 0;
}

.index-s2 .left-block .top-block .items {
    margin-top: 2.5rem;
    padding-right: 2.5rem;
    overflow: auto;
    height: calc(90.625rem + 5rem);
}

.index-s2 .left-block .top-block .item {
    border: 1px solid #f4f4f4;
    margin-top: 1.25rem;
    height: 18.125rem;
}

.index-s2 .left-block .top-block .item:nth-of-type(1) {
    margin-top: 0;
}

.index-s2 .left-block .top-block .item a {
    display: flex;
    height: 100%;
}

.index-s2 .left-block .top-block .item .img-box {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    order: 2;
}

.index-s2 .left-block .top-block .item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s ease;
}

.index-s2 .left-block .top-block .item .txt-box {
    width: 60%;
    padding: 2.5rem;
    position: relative;
    background-image: linear-gradient(90deg, #f4f4f4, #fff);
}

.index-s2 .left-block .top-block .item .tit {
    font-size: max(16px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s2 .left-block .top-block .item p {
    font-size: max(14px, 1rem);
    color: #23415a;
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s2 .left-block .top-block .item span {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    font-size: max(12px, 0.875rem);
    color: #f28c42;
}

.index-s2 .left-block .top-block .item span:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-6.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

@media (any-hover: hover) {
    .index-s2 .left-block .top-block .item:hover img {
        transform: scale(1.05);
    }
}

.index-s2 .left-block .top-block a.more {
    margin-top: 1.875rem;
    display: block;
    width: 100%;
    font-size: max(14px, 1rem);
    line-height: max(50px, 3.75rem);
    color: #fff;
    text-align: center;
    font-family: 'MiSans-Demibold';
    background-color: #0c3d70;
}

.index-s2 .left-block .top-block a.more:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: transform .3s ease;
}

@media (any-hover: hover) {
    .index-s2 .left-block .top-block a.more:hover:after {
        transform: rotate(90deg);
    }
}

.index-s2 .left-block .bot-block {
    margin: 4.375rem 2.5rem 0;
    display: flex;
    grid-gap: 1.25rem;
}

.index-s2 .left-block .bot-block a {
    width: calc((100% - 2.5rem) / 3);
    height: 12.5rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e6eaed;
    transition: background .3s ease;
}

.index-s2 .left-block .bot-block a .img-box {
    height: 100%;
}

.index-s2 .left-block .bot-block a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    filter: grayscale(1);
    transition: opacity .3s ease;
}

.index-s2 .left-block .bot-block a .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-s2 .left-block .bot-block a .tit {
    font-size: 1.625rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.index-s2 .left-block .bot-block a .icon {
    width: 3.125rem;
    height: 3.125rem;
    position: relative;
}

.index-s2 .left-block .bot-block a i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.index-s2 .left-block .bot-block a i.hide {
    opacity: 0;
}

.index-s2 .left-block .bot-block a span {
    font-size: max(12px, 1rem);
    color: transparent;
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    transition: color .3s ease;
}

.index-s2 .left-block .bot-block a span:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: all .3s ease;
}

@media (any-hover) {
    .index-s2 .left-block .bot-block a: hover {
        background-color: #0c3d70;
    }

    .index-s2 .left-block .bot-block a:hover img {
        opacity: 0.3;
    }

    /*.index-s2 .left-block .bot-block a:hover .tit {
        color: #fff;
    }*/

    .index-s2 .left-block .bot-block a:hover i.show {
        opacity: 0;
    }

    .index-s2 .left-block .bot-block a:hover i.hide {
        opacity: 1;
    }

    .index-s2 .left-block .bot-block a:hover span {
        color: #f28c42;
    }

    /*.index-s2 .left-block .bot-block a:hover span:after {
        background-image: url("../images/index/icon-1-2.png");
    }*/
}

.index-s2 .right-block {
    width: 40%;
}

.index-s2 .right-block .top-block {
    padding: 4.375rem 2.5rem 0;
    background-color: #f1f1f1;
}

.index-s2 .right-block .top-block .items {
    margin-top: 2.5rem;
}

.index-s2 .right-block .top-block .item {
    background-color: #fff;
    margin-top: 1.25rem;
}

.index-s2 .right-block .top-block .item:nth-of-type(1) {
    margin-top: 0;
}

.index-s2 .right-block .top-block .item a {
    height: 15rem;
    display: block;
    position: relative;
}

.index-s2 .right-block .top-block .item .date {
    position: absolute;
    right: 0;
    top: 0;
    width: max(70px, 5.625rem);
    border-top: 5px solid #f28332;
}

.index-s2 .right-block .top-block .item .date span {
    display: block;
    text-align: center;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2.5;
}

.index-s2 .right-block .top-block .item .date i {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 2.75rem;
    color: #fff;
    line-height: 4.6875rem;
    background-color: #0c3d70;
}

.index-s2 .right-block .top-block .item .txt-box {
    height: 100%;
    padding: 2rem 2.5rem;
    margin-right: max(70px, 5.625rem);
    position: relative;
}

.index-s2 .right-block .top-block .item .tit {
    font-size: max(16px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s2 .right-block .top-block .item .info {
    position: absolute;
    bottom: 2rem;
    left: 2.5rem;
    right: 2.5rem;
}

.index-s2 .right-block .top-block .item .time {
    font-size: max(12px, 0.875rem);
    color: #0c5096;
    font-family: 'MiSans-Medium';
}

.index-s2 .right-block .top-block .item .time:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-8-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-8-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.index-s2 .right-block .top-block .item .name {
    font-size: max(12px, 0.9375rem);
    color: #23415a;
    margin-top: 10px;
}

.index-s2 .right-block .top-block .item .name:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-8-2.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-8-2.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.index-s2 .right-block .top-block .item .addr {
    font-size: max(12px, 0.9375rem);
    color: #23415a;
    margin-top: 10px;
}

.index-s2 .right-block .top-block .item .addr:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-8-3.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-8-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.index-s2 .right-block .top-block .item span.more {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    font-size: max(12px, 0.875rem);
    color: #f28c42;
}

.index-s2 .right-block .top-block .item span.more:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-6.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.index-s2 .right-block .top-block a.more {
    display: block;
    width: 100%;
    font-size: max(14px, 1rem);
    line-height: max(50px, 3.75rem);
    color: #23415a;
    text-align: center;
    font-family: 'MiSans-Demibold';
    background-color: #f1f1f1;
}

.index-s2 .right-block .top-block a.more:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: transform .3s ease;
}

@media (any-hover: hover) {
    .index-s2 .right-block .top-block a.more:hover:after {
        transform: rotate(90deg);
    }
}

.index-s2 .right-block .bot-block {
    padding: 4.375rem 2.5rem 0;
    background-color: #f9f9f9;
    position: relative;
}

.index-s2 .right-block .bot-block .items {
    margin-top: 2.5rem;
    height: 46.8375rem;
    padding-bottom: max(50px, 3.75rem);
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.625rem));
    grid-template-rows: repeat(3, calc((100% - 2.5rem) / 3));
    grid-gap: 1.25rem;
}

.index-s2 .right-block .bot-block .item {
    overflow: hidden;
}

.index-s2 .right-block .bot-block .item a {
    display: block;
    height: 100%;
    position: relative;
}

.index-s2 .right-block .bot-block .item .img-box {
    height: 100%;
}

.index-s2 .right-block .bot-block .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.index-s2 .right-block .bot-block .item .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    padding: 1.25rem;
}

.index-s2 .right-block .bot-block .item i {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.index-s2 .right-block .bot-block .item span {
    width: calc(100% - 16px);
    padding-left: 10px;
    font-family: 'MiSans-Medium';
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: max(14px, 0.9375rem);
    color: #23415a;
    /*line-height: max(40px, 3.125rem);*/
}

.index-s2 .right-block .bot-block .item:nth-of-type(1) {
    grid-row: 1/3;
}

.index-s2 .right-block .bot-block .item:nth-of-type(4) {
    grid-column: 1/3;
}

@media (any-hover: hover) {
    .index-s2 .right-block .bot-block .item:hover img {
        transform: scale(1.05);
    }
}

.index-s2 .right-block .bot-block a.more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: max(14px, 1rem);
    line-height: max(50px, 3.75rem);
    color: #23415a;
    text-align: center;
    font-family: 'MiSans-Demibold';
    z-index: 2;
}

.index-s2 .right-block .bot-block a.more:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: transform .3s ease;
}

@media (any-hover: hover) {
    .index-s2 .right-block .bot-block a.more:hover:after {
        transform: rotate(90deg);
    }
}


.index-s2 .right-block .new-botbox {
    padding: 2.5rem;
    background-color: #f5f5f5;
    display: flex;
    grid-gap: 1.25rem;
}

.index-s2 .right-block .new-botbox a {
    width: calc((100% - 2.5rem) / 3);
    height: 15.4125rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e6eaed;
    transition: background .3s ease;
}

.index-s2 .right-block .new-botbox a .img-box {
    height: 100%;
}

.index-s2 .right-block .new-botbox a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    filter: grayscale(1);
    transition: opacity .3s ease;
}

.index-s2 .right-block .new-botbox a .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-s2 .right-block .new-botbox a .tit {
    font-size: 1.625rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.index-s2 .right-block .new-botbox a .icon {
    width: 3.125rem;
    height: 3.125rem;
    position: relative;
}

.index-s2 .right-block .new-botbox a i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.index-s2 .right-block .new-botbox a i.hide {
    opacity: 0;
}

/*
.index-s2 .right-block .new-botbox a span {
    font-size: max(12px, 1rem);
    color: transparent;
    position: absolute;
    right: 1.875rem;
    bottom: 1.875rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.index-s2 .right-block .new-botbox a span:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png");
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
}
*/
@media (any-hover) {
    .index-s2 .right-block .new-botbox a: hover {
        background-color: #0c3d70;
    }

    .index-s2 .right-block .new-botbox a:hover img {
        opacity: 0.3;
    }

    .index-s2 .right-block .new-botbox a:hover i.show {
        opacity: 0;
    }

    .index-s2 .right-block .new-botbox a:hover i.hide {
        opacity: 1;
    }

    .index-s2 .right-block .new-botbox a:hover span {
        opacity: 1;
    }
}

.about-s1 {
    position: relative;
    padding: 8.125rem 3.75rem 0;
}

.about-s1 .img-box img {
    display: block;
    width: 100%;
}

.about-s2 {
    padding-top: 1.25rem;
}

.about-s2 .tab-tit {
    position: sticky;
    top: 0;
    margin: 0 3.75rem;
    border-bottom: 1px solid #dce2e4;
}

.about-s2 .tab-tit .sw {
    display: flex;
    justify-content: space-between;
}

.about-s2 .tab-tit .item a {
    display: block;
    padding: 0 3.75rem;
    line-height: max(50px, 4.375rem);
    font-size: max(14px, 1.0625rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    cursor: pointer;
    transition: all .3s ease;
}

.about-s2 .tab-tit .item.active a {
    background-color: #0c3d70;
    color: #fff;
}

@media (any-hover: hover) {
    .about-s2 .tab-tit .item:hover a {
        background-color: #0c3d70;
        color: #fff;
    }
}

.about-s3 {
    padding: 5.625rem 3.75rem;
}

.about-s3 .top-box {
    background-color: #f9f9fa;
    padding: 3.75rem 5rem;
}

.about-s3 .top-box p {
    font-size: max(16px, 1.375rem);
    color: #8f96a2;
    font-family: 'MiSans-Demibold';
    line-height: 1.5;
}

.about-s3 .top-box .video-btn {
    margin-top: 2rem;
    display: inline-block;
    display: flex;
    cursor: pointer;
}

.about-s3 .top-box .video-btn i {
    width: max(40px, 3.375rem);
    height: max(40px, 3.375rem);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0c3d70;
    background-image: url("../images/about/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-1.png*/);
}

.about-s3 .top-box .video-btn span {
    font-size: max(14px, 1.125rem);
    color: #4e607d;
    line-height: max(40px, 3.375rem);
    padding: 0 2rem;
    background-color: #fff;
}

.about-s3 .mid-box {
    padding: 3.75rem 0;
}

.about-s3 .mid-box .para {
    font-size: max(14px, 1.125rem);
    color: #4e607d;
    line-height: 1.5;
}

.about-s3 .bot-box {
    margin: 0 -3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-2.jpg"/*tpa=http://szbl.dw.cq.cn/images/about/img-2.jpg*/);
    padding: 5rem 3.75rem;
    display: flex;
}

.about-s3 .bot-box .item {
    flex: 1;
    margin-left: 1.25rem;
    padding: 3.125rem 2.5rem 3.75rem;
    background-color: #fff;
}

.about-s3 .bot-box .item:nth-of-type(1) {
    margin: 0;
}

.about-s3 .bot-box .item i {
    display: block;
    width: 5.625rem;
    height: 5.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s3 .bot-box .item .tit {
    font-size: max(18px, 1.625rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 2rem;
}

.about-s3 .bot-box .item p {
    font-size: max(14px, 1.125rem);
    color: #4e607d;
    line-height: 1.5;
    margin-top: 1.25rem;
}

@media (any-hover: hover) {
    .about-s3 .bot-box .item:hover i {
        transform: rotateY(360deg);
        transition: transform .8s ease;
    }
}

.about-s4 {
    padding: 5.625rem 0;
}

.about-s4 .cont {
    display: flex;
    align-items: center;
}

.about-s4 .txt-box {
    width: calc(100% - 50rem);
    padding-right: 5rem;
}

.about-s4 .tit {
    font-size: 2rem;
    color: #f28332;
    font-family: 'MiSans-Demibold';
}

.about-s4 .s-tit {
    font-size: max(16px, 1.375rem);
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
    transform-origin: left bottom;
    transform: skewX(-8deg);
    margin-top: 10px;
}

.about-s4 .para {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #0c3d70;
}

.about-s4 .para p {
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
    position: relative;
    padding-left: 1.25rem;
}

.about-s4 .para p:before {
    content: '•';
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
    position: absolute;
    top: 0;
    left: 0;
}

.about-s4 .para p:nth-of-type(1) {
    margin-top: 0;
}

.about-s4 .mail {
    margin-top: 5rem;
}

.about-s4 .mail a {
    display: inline-block;
    background-color: #0c3d70;
    font-size: max(14px, 1rem);
    line-height: 36px;
    padding: 0 1rem;
    color: #d7dee7;
    font-family: 'MiSans-Demibold';
}

.about-s4 .mail a:before {
    content: '';
    width: 20px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.about-s4 .img-box {
    width: 50rem;
}

.about-s4 .img-box img {
    display: block;
    width: 100%;
}

.about-s5 {
    padding: 3.75rem;
}

.about-s5 .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.about-s5 .item {
    width: calc(33.33% - 1.25rem);
    margin: 0 1.25rem 1.25rem 0;
    background-color: #f9f9fa;
    padding: 1.25rem 0 1.25rem 1.25rem;
    display: flex;
    transition: background .3s ease;
}

.about-s5 .item .img-box {
    width: 220px;
}

.about-s5 .item .img-box img {
    display: block;
    width: 100%;
}

.about-s5 .item .txt-box {
    width: calc(100% - 220px);
    padding: 2rem 2.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.about-s5 .item .tit {
    width: 100%;
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    position: relative;
    transition: color .3s ease;
}

.about-s5 .item a {
    background-color: #fff;
    text-align: center;
    font-size: max(12px, 0.875rem);
    line-height: 40PX;
    color: #0c3d70;
    width: 100%;
    max-width: 210px;
    transition: all .3s ease;
}

.about-s5 .item a:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-4-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-4-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .about-s5 .item:hover {
        background-color: #0c3d70;
    }

    .about-s5 .item:hover .tit {
        color: #fff;
    }

    .about-s5 .item:hover a {
        background-color: #f28332;
        color: #fff;
    }

    .about-s5 .item:hover a:before {
        background-image: url("../images/about/icon-4-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-4-2.png*/);
    }
}

.about-s6 {
    position: relative;
    padding: 5.625rem 0;
}

.about-s6 .r-box {
    width: 5.625rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.about-s6 .r-box .cell-box {
    height: 100vh;
    position: sticky;
    top: 0;
}

.about-s6 .r-box span {
    display: block;
    font-size: max(14px, 1rem);
    font-family: 'MiSans-Demibold';
    color: #9ca2ac;
    margin-top: 1.5rem;
    cursor: pointer;
    position: relative;
}

.about-s6 .r-box span:after {
    content: '';
    width: 12px;
    height: 4px;
    background-color: #0c3d70;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    opacity: 0;
    transition: opacity .3s ease;
    will-change: opacity;
}

.about-s6 .r-box span:nth-of-type(1) {
    margin-top: 0;
}

.about-s6 .r-box span.active {
    color: #0c3d70;
}

.about-s6 .r-box span.active:after {
    opacity: 1;
}

.about-s6 .year-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-s6 .year-box .cell-box {
    height: 100vh;
    position: sticky;
    top: 0;
}

.about-s6 .year-box span {
    display: block;
    text-align: center;
    font-size: 30rem;
    color: #f9fafc;
    font-family: 'MiSans-Demibold';
}

.about-s6 .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 100%;
    background: url("../images/scientific/icon-14.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-14.png*/) center top repeat-y;
    z-index: 1;
    overflow: hidden;
}

.about-s6 .line span {
    width: 100%;
    background-color: #0c3d70;
    position: absolute;
    top: 0;
    left: 0;
}

.about-s6 .icon {
    width: 9.375rem;
    height: 9.375rem;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    background-color: #e6ebf0;
    z-index: 2;
}

.about-s6 .icon:before {
    content: '';
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    border: .625rem solid #0c3d70;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

.about-s6 .icon i {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-5.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-5.png*/);
}

.about-s6 .items {
    padding: 3.75rem 0 0;
    position: relative;
    z-index: 2;
}

.about-s6 .item {
    width: 50%;
    position: relative;
    margin-top: 10rem;
}

.about-s6 .item .year {
    position: absolute;
    top: 0.9375rem;
    font-size: 3.75rem;
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
    transform: translateY(-50%);
}

.about-s6 .item .year i {
    width: 1.875rem;
    height: 1.875rem;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #0c3d70;
    position: absolute;
    top: 50%;
}

.about-s6 .item .year i:before {
    content: '';
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background-color: #0c3d70;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about-s6 .item .txt {
    margin-top: 2.5rem;
    display: flex;
    align-items: baseline;
}

.about-s6 .item .txt .month {
    width: 100px;
    font-size: max(14px, 1.25rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
}

.about-s6 .item .txt .info-box {
    width: calc(100% - 100px);
}

.about-s6 .item .txt p {
    font-size: max(14px, 1.25rem);
    color: #23415a;
    line-height: 1.5;
    margin-top: 1rem;
}

.about-s6 .item .txt p:nth-of-type(1) {
    margin-top: 0;
}

.about-s6 .item .txt:nth-of-type(1) {
    margin-top: 0;
}

.about-s6 .item:nth-of-type(1) {
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .about-s6 .item:nth-of-type(odd) {
        margin-left: 50%;
        padding-left: 36px;
    }

    .about-s6 .item:nth-of-type(odd) .year {
        right: 100%;
        padding-right: 3.75rem;
    }

    .about-s6 .item:nth-of-type(odd) .year i {
        right: 0;
        transform: translate(50%, -50%);
    }

    .about-s6 .item:nth-of-type(even) {
        padding-right: 36px;
    }

    .about-s6 .item:nth-of-type(even) .year {
        left: 100%;
        padding-left: 3.75rem;
    }

    .about-s6 .item:nth-of-type(even) .year i {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .about-s6 .item:nth-of-type(even) .txt .month {
        order: 2;
        text-align: right;
    }
}

.about-s6 .item.active .year i:before {
    opacity: 1;
}

.about-s7 {
    padding: 5.625rem 3.75rem 0;
}

.about-s7 .flex {
    position: relative;
}

.about-s7 .pic-box {
    width: 72%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-s7 .pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s7 .txt-box {
    width: 28%;
    margin-left: 72%;
    background-color: #0c3d70;
    padding: 3.75rem;
    box-shadow: 0 1.25rem 3.75rem rgba(12, 61, 112, 0.3);
}

.about-s7 .label {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: max(16px, 1.25rem);
    border-top: 1px solid #3a618b;
    color: #fff;
    font-family: 'MiSans-Medium';
}

.about-s7 .info {
    margin-top: 1.25rem;
}

.about-s7 .info .box {
    margin-top: 1.5rem;
    display: flex;
}

.about-s7 .info .box:nth-of-type(1) {
    margin-top: 0;
}

.about-s7 .info .box.tel span:before {
    background-image: url("../images/about/icon-6-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-1.png*/);
}

.about-s7 .info .box.email span:before {
    background-image: url("../images/about/icon-6-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-2.png*/);
}

.about-s7 .info .box.addr span:before {
    background-image: url("../images/about/icon-6-3.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-3.png*/);
}

.about-s7 .info .box.code span:before {
    background-image: url("../images/about/icon-6-4.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-4.png*/);
}

.about-s7 .info span {
    width: 100px;
    font-size: max(14px, 1.125rem);
    color: #a4b3c7;
    font-family: 'MiSans-Demibold';
}

.about-s7 .info span:before {
    content: '';
    width: max(20px, 1.625rem);
    height: max(20px, 1.625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 1rem 0 0;
}

.about-s7 .info p {
    width: calc(100% - 100px);
    font-size: max(14px, 1.125rem);
    color: #c7d1dd;
}

.about-s7 .follow {
    position: relative;
}

.about-s7 .follow .s-tit {
    font-size: max(16px, 1.375rem);
    color: #fff;
    font-family: 'MiSans-Medium';
}

.about-s7 .follow p {
    font-size: max(12px, 0.875rem);
    color: #a4b3c7;
    margin-top: 0.625rem;
}

.about-s7 .follow .share {
    margin-top: 1.25rem;
    display: flex;
}

.about-s7 .follow .share a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.about-s7 .follow .share a .icon {
    height: 100%;
    position: relative;
    background-color: #0a2d51;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.about-s7 .follow .share a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    transition: opacity .3s ease;
}

.about-s7 .follow .share a i.hide {
    opacity: 0;
}

.about-s7 .follow .share a .ewm {
    width: 108px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2;
}

.about-s7 .follow .share a .ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    right: 100%;
    top: calc(50% - 10px);
}

.about-s7 .follow .share a .ewm .box {
    background-color: #fff;
    box-shadow: 0 0.6025rem 1.875rem rgba(0, 0, 0, 0.1);
}

.about-s7 .follow .share a .ewm img {
    display: block;
    width: 100%;
}

.about-s7 .follow .share a.active .icon {
    background-color: #fff;
}

.about-s7 .follow .share a.active i.show {
    opacity: 0;
}

.about-s7 .follow .share a.active i.hide {
    opacity: 1;
}

.about-s7 .follow .share a.active .ewm {
    opacity: 1;
    visibility: visible;
}

.about-s8 {
    padding: 5rem 3.75rem;
}

.about-s8 .label {
    font-size: 2rem;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.about-s8 .items {
    margin-top: 2.5rem;
    margin-right: -1.875rem;
    display: flex;
    flex-wrap: wrap;
}

.about-s8 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #f9f9fa;
    padding: 2.5rem;
}

.about-s8 .item:nth-of-type(1),
.about-s8 .item:nth-of-type(2),
.about-s8 .item:nth-of-type(3) {
    margin-top: 0;
}

.about-s8 .item .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-s8 .item .top-box span {
    width: max(110px, 8.125rem);
    line-height: 40px;
    text-align: center;
    font-size: max(14px, 1rem);
}

.about-s8 .item .top-box span.start {
    color: #fff;
    background-color: #0c3d70;
}

.about-s8 .item .top-box span.end {
    color: #0c3d70;
    background-color: #eceef2;
}

.about-s8 .item .top-box .icon {
    width: max(calc(100% - 200px), calc(100% - 16.25rem));
    height: 16px;
    position: relative;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.about-s8 .item .top-box .icon:before,
.about-s8 .item .top-box .icon:after {
    content: '';
    width: 17px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s8 .item .top-box .icon:before {
    background-image: url("../images/about/icon-7-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-7-1.png*/);
}

.about-s8 .item .top-box .icon:after {
    background-image: url("../images/about/icon-7-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-7-2.png*/);
}

.about-s8 .item .top-box .icon svg {
    position: absolute;
    bottom: 8px;
    left: 25px;
    width: calc(100% - 50px);
}

.about-s8 .item .top-box .icon path {
    stroke-dasharray: 5;
}

.about-s8 .item .bot-box {
    margin-top: 2.5rem;
    display: flex;
}

.about-s8 .item .bot-box .box {
    flex: 1;
    margin-right: 10px;
    background-color: #fff;
}

.about-s8 .item .bot-box .box a {
    display: block;
}

.about-s8 .item .bot-box .box .type {
    padding: 1.25rem;
    font-size: max(12px, 1rem);
    color: #0c3d70;
}

.about-s8 .item .bot-box .box .type:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.about-s8 .item .bot-box .box .drive:before {
    background-image: url("../images/about/icon-8-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-8-1.png*/);
}

.about-s8 .item .bot-box .box .bus:before {
    background-image: url("../images/about/icon-8-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-8-2.png*/);
}

.about-s8 .item .bot-box .box .tips {
    padding: 0 1.25rem 1.25rem;
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    white-space: nowrap;
}

.about-s8 .item .bot-box .box .tips span {
    font-size: 2rem;
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
}

.about-s8 .item .bot-box .box .view {
    font-size: 13px;
    color: #9ca2ac;
    text-align: center;
    background-color: #eceef2;
    line-height: 30px;
}

.about-s8 .item .bot-box .box .view:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-9.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-9.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;
}

.about-s8 .item .bot-box .tomap {
    flex: 1;
    background-color: #ffffff;
    text-align: center;
}

.about-s8 .item .bot-box .tomap a {
    display: block;
    height: 100%;
}

.about-s8 .item .bot-box .tomap i {
    display: block;
    margin: 0 auto;
    width: max(36px, 2.8125rem);
    height: max(36px, 2.8125rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-10.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-10.png*/);
}

.about-s8 .item .bot-box .tomap span {
    display: block;
    font-size: max(14px, 1rem);
    color: #0c3d70;
    margin-top: 1.25rem;
}

.about-s9 {
    position: relative;
}

.about-s9 .form-box {
    width: 50%;
    background-color: #f0f2f6;
    padding: 5rem 3.75rem;
}

.about-s9 .label {
    font-size: 2rem;
    color: #23415a;
}

.about-s9 p {
    font-size: max(14px, 1.125rem);
    color: #9ca2ad;
    margin-top: 1rem;
}

.about-s9 .form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.about-s9 .form .box {
    width: 100%;
    margin-top: 1.25rem;
}
.about-s9 .form .box#yzm{
    display: flex;
}
.about-s9 .form .box#yzm #yanzheng{
    width: 70px;
    height: max(36px, 1.75rem);
    border: none;
    text-align: center;
}
.about-s9 .form .box#yzm img{}
.about-s9 .form .box:nth-of-type(1),
.about-s9 .form .box:nth-of-type(2),
.about-s9 .form .box:nth-of-type(3) {
    width: calc((100% - 2.5rem) / 3);
    margin-top: 0;
}

.about-s9 .form .box:nth-of-type(4),
.about-s9 .form .box:nth-of-type(5) {
    width: calc((100% - 1.25rem) / 2);
}

.about-s9 .form .box:nth-of-type(2),
.about-s9 .form .box:nth-of-type(3),
.about-s9 .form .box:nth-of-type(5) {
    margin-left: 1.25rem;
}

.about-s9 .form .box input[type="text"] {
    display: block;
    width: 100%;
    height: max(36px, 3.75rem);
    padding: 0 10px;
    font-size: max(14px, 1rem);
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #c3c7cc;
}

.about-s9 .form .box textarea {
    display: block;
    width: 100%;
    min-height: auto;
    height: 12.5rem;
    padding: 10px;
    border-radius: 0;
    font-size: max(14px, 1rem);
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #c3c7cc;
    resize: none;
}

.about-s9 .form .box .layui-form-select dl {
    top: 100%;
}

.about-s9 .form .box .layui-form-select dl dd.layui-this {
    color: #0c3d70;
    font-weight: normal;
}

.about-s9 .form .box .layui-form-select dl dd,
.about-s9 .form .box .layui-form-select dl dt {
    font-size: 14px;
}

.about-s9 .form .box .layui-form-checked[lay-skin=primary] i {
    border-color: #0c3d70 !important;
    background-color: #0c3d70 !important;
}

.about-s9 .form .box .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #0c3d70;
}

.about-s9 .form .box .layui-input:hover,
.about-s9 .form .box .layui-textarea:hover {
    border-color: #0c3d70 !important;
}

.about-s9 .form .tjbtn {
    display: block;
    width: 15rem;
    height: max(46px, 3.75rem);
    background-color: #0c3d70;
    font-size: max(16px, 1.125rem);
    color: #fff;
    margin: 2.5rem auto 0;
    cursor: pointer;
}

.about-s9 .pic-box {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.about-s9 .pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s10 {
    padding: 7.5rem 0 5.625rem;
}

.about-s10 .label {
    font-size: 2.25rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    display: none;
}

.about-s10 .items {
    height: 48.75rem;
    position: relative;
    z-index: 2;
}

.about-s10 .item {
    position: absolute;
    display: flex;
}

.about-s10 .item .img-box {
    width: 18.125rem;
    height: 100%;
    overflow: hidden;
}

.about-s10 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s10 .item .txt-box {
    padding: 2.5rem 2rem;
}

.about-s10 .item .tit {
    font-size: max(16px, 1.5rem);
    color: #f28332;
}

.about-s10 .item .para {
    margin-top: 1.25rem;
}

.about-s10 .item p {
    font-size: max(14px, 1.125rem);
    margin-top: 10px;
    position: relative;
    padding-left: 1rem;
}

.about-s10 .item p:nth-of-type(1) {
    margin-top: 0;
}

.about-s10 .item p:before {
    content: '?';
    font-size: max(12px, 1.125rem);
    position: absolute;
    left: 0;
    top: 0;
}

.about-s10 .item:nth-of-type(1) {
    top: 0;
    left: 0;
    background-color: #f6f4ef;
}

.about-s10 .item:nth-of-type(1) .tit {
    color: #f28332;
}

.about-s10 .item:nth-of-type(1) p {
    color: #aea7a2;
}

.about-s10 .item:nth-of-type(1) p:before {
    color: #f28332;
}

.about-s10 .item:nth-of-type(1) .img-box {
    order: 2;
}

.about-s10 .item:nth-of-type(2) {
    top: 0;
    right: 0;
    background-color: #eff2f6;
}

.about-s10 .item:nth-of-type(2) .tit {
    color: #11559b;
}

.about-s10 .item:nth-of-type(2) p {
    color: #9ca2ad;
}

.about-s10 .item:nth-of-type(2) p:before {
    color: #11559b;
}

.about-s10 .item:nth-of-type(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
}

.about-s10 .item:nth-of-type(3) .tit {
    color: #2b3845;
}

.about-s10 .item:nth-of-type(3) p {
    color: #9ca2ad;
}

.about-s10 .item:nth-of-type(3) p:before {
    color: #2b3845;
}

.about-s10 .main {
    width: 33.125rem;
    height: 33.125rem;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.about-s10 .main:before {
    content: '';
    width: 53.75rem;
    height: 53.75rem;
    border: 2px dotted #eaeef3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26.875rem 0 0 -26.875rem;
    border-radius: 50%;
    pointer-events: none;
    animation: o-rotate 50s linear infinite;
}

.about-s10 .main:after {
    content: '';
    width: 36.25rem;
    height: 36.25rem;
    border: 4px dotted #e6eaf1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18.125rem 0 0 -18.125rem;
    border-radius: 50%;
    pointer-events: none;
    animation: o-rotate 40s linear infinite reverse;
}

.about-s10 .main .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-s10 .main .box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #f5f7fa, #fff);
    animation: o-rotate 10s linear infinite;
    pointer-events: none;
}

.about-s10 .main .center {
    width: 18.75rem;
    height: 18.75rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1rem 2.5rem rgba(12, 61, 112, 0.3);
}

.about-s10 .main .cell-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0c3d70;
    box-shadow: 0 1rem 2.5rem rgba(12, 61, 112, 0.4);
}

.about-s10 .main i {
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-12.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-12.png*/);
}

.about-s10 .main span {
    display: block;
    text-align: center;
    font-size: 2.25rem;
    color: #ffffff;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.about-s11 .items {
    display: flex;
    border: 0.625rem solid #edeeef;
}

.about-s11 .item {
    width: 50%;
    padding: 3.125rem;
    text-align: center;
}

.about-s11 .item:nth-of-type(2) {
    border-left: 0.625rem solid #edeeef;
}

.about-s11 .item p {
    font-size: max(16px, 1.25rem);
    color: #2d4769;
    font-family: 'MiSans-Demibold';
}

.about-s11 .item .num {
    font-size: 6.875rem;
    color: #f28332;
    font-family: 'MiSans-Medium';
    line-height: 1;
    margin-top: 1.25rem;
}

.about-s11 .para {
    padding: 5.625rem 3.75rem;
    background-color: #f9f9f9;
    font-size: max(16px, 1.375rem);
    color: #8f96a2;
    line-height: 1.5;
}

.about-s12 {
    padding: 5rem 0 3.75rem;
}

.about-s12 .label {
    font-size: 2.25rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.about-s12 .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5rem;
    margin-top: 2.5rem;
}

.about-s12 .item {
    width: calc(33.33% - 2.5rem);
    margin: 2.5rem 2.5rem 0 0;
}

.about-s12 .item:nth-of-type(1),
.about-s12 .item:nth-of-type(2),
.about-s12 .item:nth-of-type(3) {
    margin-top: 0;
}

.about-s12 .item a {
    display: block;
    height: 18.75rem;
    position: relative;
    padding: 1.875rem;
    border-right: .625rem solid #eef1f5;
    border-bottom: .625rem solid #eef1f5;
    transition: border .3s ease;
}

.about-s12 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.about-s12 .item .date {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.about-s12 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .about-s12 .item:hover a {
        border-color: #0c5096;
    }
}

.about-s13 {
    padding: 3.75rem 0 5.625rem;
}

.about-s13 .cont {
    display: flex;
    align-items: center;
}

.about-s13 .label {
    width: 11.25rem;
    font-size: 2.25rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.about-s13 .info-box {
    width: calc(100% - 11.25rem);
    background-color: #0c3d70;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
}

.about-s13 .info {
    margin-left: 2.5rem;
    font-size: max(14px, 1.125rem);
    color: #ffffff;
    line-height: 22px;
    position: relative;
    padding-left: 27px;
}

.about-s13 .info:before {
    content: '';
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.about-s13 .info:nth-of-type(1) {
    margin: 0;
}

.about-s13 .info.addr:before {
    background-image: url("../images/about/icon-11-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-11-1.png*/);
}

.about-s13 .info.tel:before {
    background-image: url("../images/about/icon-11-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-11-2.png*/);
}

.about-s13 .info.mail:before {
    background-image: url("../images/about/icon-11-3.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-11-3.png*/);
}

.about-s14 {
    padding: 5.625rem 3.75rem;
}

.about-s14 .c-organization .scroll {
    min-width: 1100px;
}

.about-s14 .n-c-organization .scroll {
    min-width: 1100px;
}

.about-s15 {
    padding: 5.625rem 0 10rem 3.75rem;
}

.about-s15 .top-box {
    display: flex;
    align-items: flex-start;
}

.about-s15 .top-box .label {
    width: 50%;
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.about-s15 .top-box p {
    width: 50%;
    font-size: max(16px, 1.375rem);
    color: #8f96a2;
    font-family: 'MiSans-Demibold';
    line-height: 1.5;
}

.about-s15 .bot-box {
    padding-top: 4.375rem;
    margin-top: 3.75rem;
    position: relative;
}

.about-s15 .txt-box {
    position: absolute;
    width: calc(50% + 15rem);
    top: 0;
    bottom: 4.375rem;
    background-color: #f6f6f6;
    padding: 5.625rem 20.625rem 3.75rem 6.25rem;
}

.about-s15 .txt-box:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 3.75rem;
    left: 3.75rem;
    box-sizing: border-box;
    border: 0.5rem solid #002a5c;
    border-right: none;
    border-bottom: none;
    pointer-events: none;
}

.about-s15 .txt-box:after {
    content: '';
    width: 5.625rem;
    height: 5.625rem;
    position: absolute;
    right: 17.25rem;
    bottom: 3.75rem;
    box-sizing: border-box;
    border: 1.875rem solid #11559b;
    border-top: none;
    border-left: none;
    pointer-events: none;
}

.about-s15 .txt-box .cell-box {
    height: 100%;
}

.about-s15 .txt-box .para {
    font-size: max(14px, 1.125rem);
    color: #4e607d;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-s15 .txt-box a.more {
    display: inline-block;
    font-size: max(14px, 1.125rem);
    color: #a9b0bb;
    padding-bottom: 6px;
    border-bottom: 2px solid #a9b0bb;
    margin-top: 2.5rem;
}

.about-s15 .txt-box a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-s15 .pic-box {
    width: 50%;
    margin-left: 50%;
    height: 100%;
    position: relative;
    right: 0;
    z-index: 2;
}

.about-s15 .pic-box .img-box {
    width: 100%;
    overflow: hidden;
}

.about-s15 .pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s15 .pic-box .video-btn {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    display: flex;
    cursor: pointer;
}

.about-s15 .pic-box .video-btn i {
    width: max(40px, 3.375rem);
    height: max(40px, 3.375rem);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0c3d70;
    background-image: url("../images/about/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-1.png*/);
}

.about-s15 .pic-box .video-btn span {
    font-size: max(14px, 1.125rem);
    color: #fff;
    line-height: max(40px, 3.375rem);
    padding: 0 2rem;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .about-s15 .pic-box .video-btn:hover span {
        color: #0c3d70;
        background-color: #fff;
    }
}

.about-s16 {
    padding: 5.625rem 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-10.jpg"/*tpa=http://szbl.dw.cq.cn/images/about/img-10.jpg*/);
}

.about-s16 .flex {
    display: flex;
    align-items: center;
}

.about-s16 .txt-box {
    width: 40%;
    padding-left: 3.75rem;
    order: 2;
}

.about-s16 .label {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'MiSans-Medium';
}

.about-s16 .info {
    margin-top: 4.375rem;
    display: flex;
    align-items: center;
}

.about-s16 .left-box {
    width: 110px;
}

.about-s16 .left-box span {
    display: block;
    font-size: 2rem;
    color: #f28332;
    font-family: 'MiSans-Demibold';
}

.about-s16 .left-box i {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #fff;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.about-s16 .right-box {
    width: calc(100% - 110px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0 10px 1.5rem;
}

.about-s16 .right-box p {
    font-size: max(14px, 1.125rem);
    color: #bbc3ce;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
    position: relative;
    padding-left: 1.25rem;
}

.about-s16 .right-box p:before {
    content: '•';
    font-size: max(14px, 1.125rem);
    color: #bbc3ce;
    position: absolute;
    top: 0;
    left: 0;
}

.about-s16 .right-box p:nth-of-type(1) {
    margin-top: 0;
}

.about-s16 a.more {
    display: inline-block;
    font-size: max(14px, 1.125rem);
    color: #a9b0bb;
    padding-bottom: 6px;
    border-bottom: 2px solid #a9b0bb;
    margin-top: 6.25rem;
}

.about-s16 a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-s16 .pic-box {
    width: 60%;
    position: relative;
}

.about-s16 .pic-box .img-box {
    width: 100%;
    height: 100%;
}

.about-s16 .pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s16 .pic-box .email {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: max(4px, 1rem);
    color: #d7dee7;
    font-family: 'MiSans-Demibold';
    padding: .5rem 1rem;
}

.about-s16 .pic-box .email:before {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-14.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-14.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.about-s17 {
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.about-s17 .label {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.about-s17 .c-organization {
    margin-top: 2rem;
}

.about-s17 .c-organization .scroll {
    min-width: 1100px;
}

.about-s17 .c-organization .bot-box {
    background-color: #f0f3f6;
    background-image: none;
}

.about-s17 .c-organization .bot-box .item .link {
    height: max(353px, calc(7.35rem + 252px));
    overflow: auto;
}

.about-s17 .n-c-organization {
    margin-top: 2rem;
}

.about-s17 .n-c-organization .scroll {
    min-width: 1100px;
}

.about-s17 .n-c-organization .bot-box {
    background-color: #f0f3f6;
    background-image: none;
}

.about-s17 .n-c-organization .bot-box .item .link {
    height: max(353px, calc(7.35rem + 252px));
    overflow: auto;
}

.about-s17 .btn-more {
    background-color: #f0f3f6;
    text-align: center;
    padding: 1rem 0 1.5rem;
}

.about-s17 a.more {
    display: inline-block;
    font-size: max(14px, 1.125rem);
    color: #a9b0bb;
    padding-bottom: 6px;
    border-bottom: 2px solid #a9b0bb;
}

.about-s17 a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-s18 .img-box {
    width: 100%;
}

.about-s18 .img-box img {
    display: block;
    width: 100%;
}

.about-s18 .txt-box {
    width: 32%;
    background-color: #0c3d70;
    padding: 5rem 3.75rem 3.75rem;
    margin: -12.5rem 0 0 3.75rem;
    position: relative;
    z-index: 2;
}

.about-s18 .txt-box a.more {
    display: inline-block;
    font-size: max(14px, 1.125rem);
    color: #f28332;
    padding-bottom: 6px;
    border-bottom: 2px solid #f28332;
    margin-top: 3.75rem;
}

.about-s18 .txt-box a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-s18 .label {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'MiSans-Medium';
}

.about-s18 .cont-box {
    position: relative;
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.about-s18 .cont-box .swiper {
    padding-bottom: calc(3.75rem + 46px);
}

.about-s18 .cont-box .swiper:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    top: 4px;
    left: 0;
}

.about-s18 .cont-box .item {
    position: relative;
    width: 28.75rem;
    padding-top: 2rem;
}

.about-s18 .cont-box .item:before {
    content: '';
    width: 30px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: -10px;
}

.about-s18 .cont-box .item:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0c3d70;
    position: absolute;
    top: 0;
    left: 0;
}

.about-s18 .cont-box .item .year {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
    transform-origin: left bottom;
    transform: skewX(-5deg);
}

.about-s18 .cont-box .item .para {
    margin-top: 1.5rem;
}

.about-s18 .cont-box .item .txt {
    margin-top: 1.875rem;
}

.about-s18 .cont-box .item .txt:nth-of-type(1) {
    margin-top: 0;
}

.about-s18 .cont-box .item .month {
    font-size: max(16px, 1.375rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
}

.about-s18 .cont-box .item .info-box {
    margin-top: 1rem;
}

.about-s18 .cont-box .item p {
    font-size: max(14px, 1.125rem);
    color: #23415a;
    line-height: 1.5;
    margin-top: 5px;
}

.about-s18 .cont-box .item p:nth-of-type(1) {
    margin-top: 0;
}

.about-s18 .cont-box .ope {
    position: absolute;
    bottom: 5.625rem;
    left: 3.75rem;
    display: flex;
    z-index: 2;
}

.about-s18 .cont-box .button {
    width: 46px;
    height: 46px;
    position: relative;
    background-color: #dedede;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .about-s18 .cont-box .button:hover {
        background-color: #0c3d70;
    }
}

.about-s18 .cont-box .prev {
    background-image: url("../images/about/prev.png"/*tpa=http://szbl.dw.cq.cn/images/about/prev.png*/);
}

.about-s18 .cont-box .next {
    background-image: url("../images/about/next.png"/*tpa=http://szbl.dw.cq.cn/images/about/next.png*/);
    margin-left: 10px;
}

.about-s18 .cont-box .swiper-horizontal>.swiper-scrollbar {
    width: auto;
    height: 4px;
    left: 140px;
    right: 0;
    bottom: 21px;
    background-color: #e5ecef;
}

.about-s18 .cont-box .swiper-scrollbar-drag {
    background-color: #0c3d70;
}

.about-s19 .img-box {
    width: 100%;
}

.about-s19 .img-box img {
    display: block;
    width: 100%;
}

.about-s19 .cont-box {
    margin: 0 3.75rem;
    position: relative;
    z-index: 2;
    height: 30rem;
    margin-top: -15rem;
    background-color: #f3f3f3;
    display: flex;
}

.about-s19 .txt-box {
    padding: 3.75rem;
    width: 62%;
}

.about-s19 .label {
    font-size: 2.5rem;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.about-s19 .para {
    font-size: max(14px, 1.125rem);
    color: #4e607d;
    line-height: 1.8;
    margin-top: 1.25rem;
}

.about-s19 .data-box {
    width: 38%;
    background-color: #f9f9f9;
    padding: 0 3rem;
}

.about-s19 .data {
    height: 50%;
    text-align: center;
}

.about-s19 .data:nth-of-type(2) {
    border-top: 1px solid #ebebeb;
}

.about-s19 .data p {
    font-size: max(14px, 1.25rem);
    color: #2d4769;
    font-family: 'MiSans-Demibold';
}

.about-s19 .data .num {
    font-size: 5rem;
    color: #f28332;
    font-family: 'MiSans-Medium';
    line-height: 1;
    margin-top: 1.25rem;
}

.about-s20 {
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.about-s20 .cont {
    padding: 2.5rem;
    border: 1px solid #e6eaed;
}

.about-s20 .label {
    font-size: 2.5rem;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.about-s20 .ope {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-s20 i {
    width: 3.25rem;
    height: 3.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-15.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-15.png*/);
}

.about-s20 a {
    width: 23.75rem;
    line-height: max(40px, 3.75rem);
    background-color: #0c3d70;
    font-size: max(14px, 1.125rem);
    color: #fff;
    font-family: 'MiSans-Demibold';
    padding: 0 1.875rem;
    position: relative;
}

.about-s20 a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.about-s21 .top-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #072e61;
}

.about-s21 .top-box .label {
    width: 28%;
    font-size: 2.5rem;
    color: #fff;
    font-family: 'MiSans-Medium';
    padding-left: 3.75rem;
}

.about-s21 .top-box .info {
    width: 72%;
    background-color: #0c3d70;
    padding: 5rem 3.75rem;
}

.about-s21 .top-box .info .box {
    margin-top: 1.5rem;
    display: flex;
}

.about-s21 .top-box .info .box:nth-of-type(1) {
    margin-top: 0;
}

.about-s21 .top-box .info .box.tel span:before {
    background-image: url("../images/about/icon-6-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-1.png*/);
}

.about-s21 .top-box .info .box.email span:before {
    background-image: url("../images/about/icon-6-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-2.png*/);
}

.about-s21 .top-box .info .box.addr span:before {
    background-image: url("../images/about/icon-6-3.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-3.png*/);
}

.about-s21 .info .box.code span:before {
    background-image: url("../images/about/icon-6-4.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-6-4.png*/);
}

.about-s21 .top-box .info span {
    width: 100px;
    font-size: max(14px, 1.125rem);
    color: #a4b3c7;
    font-family: 'MiSans-Demibold';
}

.about-s21 .top-box .info span:before {
    content: '';
    width: max(20px, 1.625rem);
    height: max(20px, 1.625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 1rem 0 0;
}

.about-s21 .top-box .info p {
    width: calc(100% - 100px);
    font-size: max(14px, 1.125rem);
    color: #c7d1dd;
}

.about-s21 .top-box a.more {
    display: inline-block;
    font-size: max(14px, 1.125rem);
    color: #f28332;
    padding-bottom: 6px;
    border-bottom: 2px solid #f28332;
    position: absolute;
    right: 3.75rem;
    top: 5rem;
}

.about-s21 .top-box a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-s21 .mid-box {
    height: 37.5rem;
    overflow: hidden;
}

.about-s21 .mid-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s21 .bot-box {
    padding: 5.625rem 3.75rem;
    background-image: linear-gradient(180deg, #f9f9f9, #fefefe);
}

.about-s21 .bot-box .label {
    font-size: 2.5rem;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.about-s21 .bot-box .items {
    margin-top: 2.5rem;
}

.about-s21 .bot-box .item .show {
    height: max(70px, 6.875rem);
    border-bottom: 2px solid #9ca2ad;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    transition: all .3s ease;
    cursor: pointer;
}

.about-s21 .bot-box .item .show .tit {
    width: 18.75rem;
    font-size: max(16px, 1.375rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.about-s21 .bot-box .item .show .box {
    display: flex;
}

.about-s21 .bot-box .item .show .type {
    background-color: #efefef;
    border-radius: 4px;
    font-size: max(14px, 1rem);
    color: #9ca2ad;
    padding: 0.625rem 1.25rem;
    margin-left: 10px;
}

.about-s21 .bot-box .item .show .type:before {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.about-s21 .bot-box .item .show .type:nth-of-type(1) {
    margin-left: 0;
}

.about-s21 .bot-box .item .show .drive:before {
    background-image: url("../images/about/icon-16-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-16-1.png*/);
}

.about-s21 .bot-box .item .show .bus:before {
    background-image: url("../images/about/icon-16-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-16-2.png*/);
}

.about-s21 .bot-box .item .show:after {
    content: '';
    width: max(40px, 3.5rem);
    height: max(40px, 3.5rem);
    border-radius: 50%;
    border: 1px solid #002454;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 13px;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/about/icon-17-1.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-17-1.png*/);
    transition: all .3s ease;
}

.about-s21 .bot-box .item .hide {
    padding: 3.125rem;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.05);
    display: none;
}

.about-s21 .bot-box .item .hide .box {
    margin-top: 1.25rem;
    position: relative;
}

.about-s21 .bot-box .item .hide .box:nth-of-type(1) {
    margin-top: 0;
}

.about-s21 .bot-box .item .hide .box a {
    display: block;
    position: relative;
    padding: 40px 1.875rem 1.5rem;
    border: 1px solid transparent;
}

.about-s21 .bot-box .item .hide .box .tit {
    font-size: max(14px, 1rem);
    color: #fff;
    font-family: 'MiSans-Demibold';
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 0 1rem;
    line-height: 2;
}

.about-s21 .bot-box .item .hide .box .tips span {
    display: inline-block;
    vertical-align: top;
    font-size: max(12px, 0.875rem);
    color: #23415a;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: 1px solid #c9c9c9;
}

.about-s21 .bot-box .item .hide .box .tips span:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.about-s21 .bot-box .item .hide .box .passby {
    margin-top: 10px;
}

.about-s21 .bot-box .item .hide .box .passby span {
    display: inline-block;
    vertical-align: top;
    font-size: max(14px, 1.125rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
}

.about-s21 .bot-box .item .hide .box .passby span:after {
    content: '';
    width: 4.375rem;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem auto;
    background-image: url("../images/about/icon-19.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-19.png*/);
}

.about-s21 .bot-box .item .hide .box .passby span:last-of-type:after {
    display: none;
}

.about-s21 .bot-box .item .hide .box .tomap {
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: max(14px, 1rem);
    color: #11559b;
    font-family: 'MiSans-Medium';
}

.about-s21 .bot-box .item .hide .box .tomap:before {
    content: '';
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-18.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-18.png*/);
}

.about-s21 .bot-box .item .hide .box:nth-of-type(1) a {
    border-color: #ecf2f7;
    background-color: #ecf2f7;
}

.about-s21 .bot-box .item .hide .box:nth-of-type(1) .tit {
    background-color: #11559b;
}

.about-s21 .bot-box .item .hide .box:nth-of-type(2) a {
    border-color: #e4e6e7;
    background-color: #fff;
}

.about-s21 .bot-box .item .hide .box:nth-of-type(2) .tit {
    background-color: #23415a;
}

.about-s21 .bot-box .item.active .show {
    background-color: #fff;
    border-color: #11559b;
}

.about-s21 .bot-box .item.active .show .tit {
    color: #11559b ；;
}

.about-s21 .bot-box .item.active .show:after {
    border-color: #c9c9c9;
    background-image: url("../images/about/icon-17-2.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-17-2.png*/);
}

.about-s21 .bot-box .item.active .hide {
    display: block;
}

.about-s22 {
    padding: 7.5rem 0;
}

.about-s22 .label {
    font-size: 2.25rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    text-align: center;
    display: none;
}

.about-s22 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: 64rem;
}

.about-s22 .item {
    width: calc(50% - 1.875rem);
    display: flex;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 5px 3.375rem rgba(12, 61, 112, 0.05);
    position: relative;
    z-index: 2;
}

.about-s22 .item:nth-of-type(3) {
    order: 2;
}

.about-s22 .item .img-box {
    width: 50%;
    height: 17.6875rem;
    border-radius: 1.25rem;
    overflow: hidden;
}

.about-s22 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s22 .item .txt-box {
    width: 50%;
    padding-left: 2.5rem;
}

.about-s22 .item .icon {
    width: 6.25rem;
    height: 6.25rem;
    padding: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1rem 2.25rem rgba(12, 61, 112, 0.15);
}

.about-s22 .item i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1rem 2.25rem rgba(12, 61, 112, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 2.5rem;
}

.about-s22 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.about-s22 .item .para {
    margin-top: 1rem;
}

.about-s22 .item p {
    margin-top: 5px;
}

.about-s22 .item p:nth-of-type(1) {
    margin-top: 0;
}

.about-s22 .item p a {
    display: block;
    font-size: max(13px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .about-s22 .item p a:hover {
        color: #23415a;
    }
}

.about-s22 .main {
    width: 33.125rem;
    height: 33.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.about-s22 .main:before {
    content: '';
    width: 53.75rem;
    height: 53.75rem;
    border: 2px dotted #eaeef3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26.875rem 0 0 -26.875rem;
    border-radius: 50%;
    pointer-events: none;
    animation: o-rotate 50s linear infinite;
}

.about-s22 .main:after {
    content: '';
    width: 36.25rem;
    height: 36.25rem;
    border: 4px dotted #e6eaf1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18.125rem 0 0 -18.125rem;
    border-radius: 50%;
    pointer-events: none;
    animation: o-rotate 40s linear infinite reverse;
}

.about-s22 .main .box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-s22 .main .box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #f5f7fa, #fff);
    animation: o-rotate 10s linear infinite;
    pointer-events: none;
}

.about-s22 .main .center {
    width: 18.75rem;
    height: 18.75rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1rem 2.5rem rgba(12, 61, 112, 0.3);
}

.about-s22 .main .cell-box {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0c3d70;
    box-shadow: 0 1rem 2.5rem rgba(12, 61, 112, 0.4);
}

.about-s22 .main i {
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-12.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-12.png*/);
}

.about-s22 .main span {
    display: block;
    text-align: center;
    font-size: 2.25rem;
    color: #ffffff;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.news-s1 {
    padding: 0 0 5.625rem;
}

.news-s1 .items {
    border-top: 1px solid #dedede;
    margin-bottom: 3.75rem;
}

.news-s1 .item {
    border-bottom: 1px solid #dedede;
    transition: border .3s ease;
}

.news-s1 .item a {
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.news-s1 .item .img-box {
    width: 24rem;
    height: 14.0625rem;
    overflow: hidden;
    order: 2;
}

.news-s1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s1 .item .txt-box {
    width: calc(100% - 25rem);
    padding-right: 3.75rem;
}

.news-s1 .item .tips {
    font-size: 0;
}

.news-s1 .item .tips span {
    display: inline-block;
    vertical-align: top;
    background-color: #f5f5f5;
    font-size: max(12px, 1rem);
    line-height: max(30px, 2.25rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 1rem;
    margin: 0 4px 4px 0;
}

.news-s1 .item .tit {
    font-size: 1.625rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
}

.news-s1 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    height: max(63px, 4.8rem);
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s1 .item .more {
    display: block;
    margin-top: 1.25rem;
    font-size: max(12px, 0.875rem);
    color: #f28c42;
}

.news-s1 .item .more:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-6.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

@media (any-hover: hover) {
    .news-s1 .item:hover {
        border-color: #0c3d70;
    }

    .news-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s2 {
    padding: 0 0 5.625rem;
}

.news-s2 .items {
    margin-bottom: 3.75rem;
}

.news-s2 .item {
    position: relative;
    border: 1px solid #e6eaed;
    margin-top: 1.875rem;
    transition: all .3s ease;
}

.news-s2 .item:nth-of-type(1) {
    margin-top: 0;
}

.news-s2 .item:before {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #f9f9f9, #fff);
    transition: opacity .3s ease;
}

.news-s2 .item a {
    display: flex;
    align-items: center;
    padding: 2.5rem;
    position: relative;
    z-index: 2;
}

.news-s2 .item .img-box {
    width: 32.5rem;
    height: 16.25rem;
    text-align: right;
    order: 2;
}

.news-s2 .item .img-box img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.news-s2 .item .txt-box {
    width: calc(100% - 32.5rem);
    padding-right: 3.75rem;
    padding-top: 1.25rem;
}

.news-s2 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.news-s2 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    margin-top: 1rem;
}
.news-s2 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    height: max(63px, 4.8rem);
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-s2 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.news-s2 .item .pic {
    margin-top: 6.25rem;
    width: 15rem;
    height: 40px;
    text-align: left;
}

.news-s2 .item .pic img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (any-hover: hover) {
    .news-s2 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
        border-color: transparent;
    }

    .news-s2 .item:hover:before {
        opacity: 0;
    }
}

.news-s3 {
    padding: 0 0 5.625rem;
}

.news-s3 .items {
    margin-bottom: 3.75rem;
    margin-right: -2.25rem;
    display: flex;
    flex-wrap: wrap;
}

.news-s3 .item {
    width: calc(33.33% - 2.25rem);
    margin: 1.875rem 2.25rem 0 0;
    border: 1px solid #eceff3;
    transition: box-shadow .3s ease;
}

.news-s3 .item:nth-of-type(1),
.news-s3 .item:nth-of-type(2),
.news-s3 .item:nth-of-type(3) {
    margin-top: 0;
}

.news-s3 .item:nth-of-type(9n) .name {
    background-color: #466264;
}

.news-s3 .item:nth-of-type(9n-1) .name {
    background-color: #545a59;
}

.news-s3 .item:nth-of-type(9n-2) .name {
    background-color: #000001;
}

.news-s3 .item:nth-of-type(9n-3) .name {
    background-color: #7f3f1c;
}

.news-s3 .item:nth-of-type(9n-4) .name {
    background-color: #759196;
}

.news-s3 .item:nth-of-type(9n-5) .name {
    background-color: #04080b;
}

.news-s3 .item:nth-of-type(9n-6) .name {
    background-color: #bc4d26;
}

.news-s3 .item:nth-of-type(9n-7) .name {
    background-color: #11559b;
}

.news-s3 .item:nth-of-type(9n-8) .name {
    background-color: #aaa297;
}

.news-s3 .item a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 5.625rem;
}

.news-s3 .item .img-box {
    height: 14.6875rem;
    overflow: hidden;
}

.news-s3 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s3 .item .txt-box {
    padding: 0 1.875rem;
}

.news-s3 .item .name {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 50%;
    border: 7px solid #fff;
    text-align: center;
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
}

.news-s3 .item .name span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'MiSans-Demibold';
}

.news-s3 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: -1rem;
}

.news-s3 .item p {
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s3 .item .date {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    line-height: max(40px, 3.5rem);
    border-top: 1px solid #eceff3;
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.news-s3 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s3 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }

    .news-s3 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s4 {
    padding: 0 0 5.625rem;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.news-s4 .items {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto 3.75rem;
    /*    margin-right: -1.875rem;*/
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
}

.news-s4 .item {
    width: calc((100% - 3.75rem) / 3);
    background-color: #fff;
    transition: background .3s ease;
}

.news-s4 .item:nth-of-type(1),
.news-s4 .item:nth-of-type(2),
.news-s4 .item:nth-of-type(3) {
    margin-top: 0;
}

.news-s4 .item a {
    display: block;
    height: 100%;
    position: relative;
    padding: 235px 0 5.625rem;
}

.news-s4 .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    overflow: hidden;
    /*    opacity: 0;*/
    transition: opacity .3s ease;
}

.news-s4 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s4 .item span {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ea9353;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 1rem;
}

.news-s4 .item .txt-box {
    padding: 1.875rem 2.5rem 0;
}

.news-s4 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

.news-s4 .item p {
    font-size: max(12px, 1rem);
    color: #a5b4c8;
    line-height: 1.5;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity .3s ease;
}

.news-s4 .item .date {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    transition: color .3s ease;
}

.news-s4 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s4 .item:hover {
        background-color: #0c3d70;
    }

    .news-s4 .item:hover .img-box {
        opacity: 1;
    }

    .news-s4 .item:hover img {
        transform: scale(1.1);
    }

    .news-s4 .item:hover .tit {
        color: #fff;
    }

    .news-s4 .item:hover p {
        opacity: 1;
    }

    .news-s4 .item:hover .date {
        color: #f28332;
    }
}

.news-s5 {
    padding: 0 0 5.625rem;
}

.news-s5 .items {
    margin-bottom: 3.75rem;
    border-top: 1px solid #dedede;
}

.news-s5 .item {
    border-bottom: 1px solid #dedede;
    transition: border .3s ease;
}

.news-s5 .item a {
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.news-s5 .item .img-box {
    width: 24rem;
    height: 14.0625rem;
    overflow: hidden;
    order: 2;
}

.news-s5 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s5 .item .txt-box {
    width: calc(100% - 25rem);
    padding-right: 3.75rem;
}

.news-s5 .item .date {
    display: inline-block;
    padding: 0 1.25rem;
    background-color: #143766;
    font-size: max(12px, 0.875rem);
    line-height: max(30px, 2.25rem);
    font-family: 'MiSans-Demibold';
    color: #fff;
}

.news-s5 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.news-s5 .item .tit {
    font-size: max(16px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
}

.news-s5 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    height: max(63px, 4.8rem);
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s5 .item .tips {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4px;
}

.news-s5 .item .tips span {
    background-color: #f5f5f5;
    font-size: max(12px, 1rem);
    line-height: max(30px, 2.25rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 1rem;
    margin: 0 4px 4px 0;
}

@media (any-hover: hover) {
    .news-s5 .item:hover {
        border-color: #0c3d70;
    }

    .news-s5 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s6 {
    padding: 0 0 5.625rem;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.news-s6 .items {
    margin-bottom: 3.75rem;
    margin-right: -1.875rem;
    display: flex;
    flex-wrap: wrap;
}

.news-s6 .item {
    width: calc(25% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #fff;
    transition: box-shadow .3s ease;
}

.news-s6 .item:nth-of-type(1),
.news-s6 .item:nth-of-type(2),
.news-s6 .item:nth-of-type(3),
.news-s6 .item:nth-of-type(4) {
    margin-top: 0;
}

.news-s6 .item a {
    display: block;
    height: 100%;
    position: relative;
    padding: 2rem 1.875rem calc(7.5rem + 138px);
    z-index: 2;
}

.news-s6 .item .tit {
    font-size: max(16px, 1.125rem);
    font-family: 'MiSans-Medium';
}

.news-s6 .item p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.25rem;
    transition: color .3s ease;
}

.news-s6 .item .img-box {
    position: absolute;
    bottom: 6.25rem;
    left: 1.875rem;
    right: 1.875rem;
    height: 138px;
    overflow: hidden;
    /*    opacity: 0;*/
    transition: opacity .3s ease;
}

.news-s6 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-s6 .item .info {
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
    left: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-s6 .item .info span {
    font-size: max(12px, 0.875rem);
    color: #fff;
    background-color: #f28332;
    line-height: 24px;
    padding: 0 1rem;
}

.news-s6 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.news-s6 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s6 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }

    .news-s6 .item:hover .img-box {
        opacity: 1;
    }

    .news-s6 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s7 .top-box {
    padding: 9.375rem 3.75rem 3.75rem;
    position: relative;
}

.news-s7 .top-box .tit {
    font-size: 2.875rem;
    font-family: 'MiSans-Medium';
    color: #23415a;
}

.news-s7 .top-box .date {
    font-size: 1.5rem;
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
}

.news-s7 .bot-box {
    padding: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.news-s7 .bot-box .info {
    width: calc(100% - 200px);
    font-size: max(14px, 1.375rem);
    color: #9ca2ac;
}

.news-s7 .bot-box .info span {
    color: #11559b;
    margin: 0 10px;
}

.news-s7 .share {
    white-space: nowrap;
    font-size: 0;
}

.news-s7 .share a {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all .3s ease;
}

.news-s7 .share a:nth-of-type(1) {
    margin-left: 0;
}

.news-s7 .share a.wx {
    background-image: url("../images/partybuilding/share-1-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-1-gray.png*/);
}

.news-s7 .share a.wb {
    background-image: url("../images/partybuilding/share-2-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-2-gray.png*/);
}

.news-s7 .share a.in {
    background-image: url("../images/partybuilding/share-3-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-3-gray.png*/);
}

.news-s7 .share a.copy {
    background-image: url("../images/partybuilding/share-4-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-4-gray.png*/);
}

.news-s8 {
    padding: 3.75rem 3.75rem 5.625rem;
    display: flex;
}

.news-s8 .left-block {
    width: calc(100% - 25rem);
    padding-right: 3.75rem;
}

.news-s8 .left-block .info-box {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 4px solid #f5f5f5;
    display: flex;
    align-items: center;
display: none;
}

.news-s8 .left-block .info-box .img-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
}

.news-s8 .left-block .info-box .img-box img {
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.news-s8 .left-block .info-box p {
    width: calc(100% - 120px);
    padding-left: 2.5rem;
    font-size: max(16px, 1.375rem);
    color: #9ca2ac;
    line-height: 1.8;
    font-family: 'MiSans-Demibold';
}

.news-s8 .left-block .para {
    font-size: max(14px, 1.125rem);
    color: #23415a;
    line-height: 2;
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
    text-indent: 2em;
}

.news-s8 .left-block .para p {
    margin-top: 1.5rem;
}
.news-s8 .left-block .para p.vsbcontent_video,.news-s8 .left-block .para p.vsbcontent_img{
    text-align: center;
}
.news-s8 .left-block .para p.vsbcontent_video video,.news-s8 .left-block .para p.vsbcontent_img img{
    width: 100%;
    height: auto;
    max-width: 800px;
}
.news-s8 .left-block .para p:nth-of-type(1) {
    margin-top: 0;
}

.news-s8 .left-block .para hr {
    border: none;
    margin: 0;
    border-top: 1px solid #eff0f1;
}

.news-s8 .left-block .para img {
    max-width: 100%;
    height: auto !important;
}

.news-s8 .left-block .tips {
    margin-top: 3.75rem;
    padding-top: 1.25rem;
    border-top: 4px solid #f5f5f5;
    text-align: center;
    font-size: 0;
}

.news-s8 .left-block .tips span {
    display: inline-block;
    vertical-align: top;
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f5f5f5;
    line-height: 2.25;
    margin: 0 4px 4px 0;
    padding: 0 1.25rem;
}

.news-s8 .left-block .tips.t-right {
    text-align: right;
}

.news-s8 .left-block .other-page {
    margin-top: 3.75rem;
    display: flex;
}

.news-s8 .left-block .other-page a {
    width: calc((100% - 1.25rem) / 2);
    margin-left: 1.25rem;
    border: 1px solid #dddddd;
    padding: 2.5rem;
    transition: all .3s ease;
}

.news-s8 .left-block .other-page a:nth-of-type(1) {
    margin: 0;
}

.news-s8 .left-block .other-page a span {
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.news-s8 .left-block .other-page a .tit {
    font-size: max(14px, 1rem);
    color: #adadad;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    transition: color .3s ease;
}

.news-s8 .left-block .other-page a .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.news-s8 .left-block .other-page a .date {
    font-size: max(12px, 0.875rem);
    color: #adadad;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.news-s8 .left-block .other-page a .more {
    font-size: max(12px, 0.875rem);
    color: #f28332;
    transition: color .3s ease;
}

.news-s8 .left-block .other-page a .more:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/partybuilding/icon-5-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .news-s8 .left-block .other-page a:hover {
        background-color: #0c3d70;
    }

    .news-s8 .left-block .other-page a:hover span,
    .news-s8 .left-block .other-page a:hover .tit,
    .news-s8 .left-block .other-page a:hover .date,
    .news-s8 .left-block .other-page a:hover .more {
        color: #fff;
    }

    .news-s8 .left-block .other-page a:hover .more:after {
        background-image: url("../images/partybuilding/icon-5-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-2.png*/);
    }
}

.news-s8 .right-block {
    width: 25rem;
}

.news-s8 .right-block .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
}

.news-s8 .right-block .top-box a {
    display: block;
    border: 1px solid #dddddd;
    padding: 2.5rem;
    margin-top: 10px;
    transition: all .3s ease;
}

.news-s8 .right-block .top-box a:nth-of-type(1) {
    margin-top: 0;
}

.news-s8 .right-block .top-box a span {
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.news-s8 .right-block .top-box a .tit {
    font-size: max(14px, 1rem);
    color: #adadad;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
    transition: color .3s ease;
}

.news-s8 .right-block .top-box a .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.news-s8 .right-block .top-box a .date {
    font-size: max(12px, 0.875rem);
    color: #adadad;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.news-s8 .right-block .top-box a .more {
    font-size: max(12px, 0.875rem);
    color: #f28332;
    transition: color .3s ease;
}

.news-s8 .right-block .top-box a .more:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/partybuilding/icon-5-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .news-s8 .right-block .top-box a:hover {
        background-color: #0c3d70;
    }

    .news-s8 .right-block .top-box a:hover span,
    .news-s8 .right-block .top-box a:hover .tit,
    .news-s8 .right-block .top-box a:hover .date,
    .news-s8 .right-block .top-box a:hover .more {
        color: #fff;
    }

    .news-s8 .right-block .top-box a:hover .more:after {
        background-image: url("../images/partybuilding/icon-5-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-2.png*/);
    }
}

.news-s8 .right-block .bot-box {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 4px solid #f5f5f5;
}

.news-s8 .right-block .bot-box .cont {
    padding: 2.5rem;
    background-color: #0c3d70;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/news/img-9.jpg"/*tpa=http://szbl.dw.cq.cn/images/news/img-9.jpg*/);
}

.news-s8 .right-block .bot-box .label {
    font-size: max(18px, 1.25rem);
    color: #fff;
    font-family: 'MiSans-Demibold';
}

.news-s8 .right-block .bot-box a {
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-s8 .right-block .bot-box a:last-of-type {
    border: none;
}

.news-s8 .right-block .bot-box a .tit {
    font-size: max(14px, 1rem);
    color: #9aaac4;
    transition: color .3s ease;
}

.news-s8 .right-block .bot-box a .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.news-s8 .right-block .bot-box a .date {
    font-size: max(12px, 0.875rem);
    color: #9aaac4;
    font-family: 'MiSans-Demibold';
}

.news-s8 .right-block .bot-box a .more {
    font-size: max(12px, 0.875rem);
    color: #f28332;
}

.news-s8 .right-block .bot-box a .more:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/partybuilding/icon-5-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

@media (any-hover: hover) {
    .news-s8 .right-block .bot-box a:hover .tit {
        color: #fff;
    }
}

.news-s8 .right-block .related-figures .label {
    font-size: 1.625rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.news-s8 .right-block .related-figures .box {
    margin-top: 2rem;
    border: 1px solid #dddddd;
    text-align: center;
    transition: all .3s ease;
}

.news-s8 .right-block .related-figures .box a {
    display: block;
}

.news-s8 .right-block .related-figures .box span {
    max-width: 100%;
    display: inline-block;
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    padding: 0 1.25rem;
    border-radius: 0 0 0.75rem 0.75rem;
    background-color: #f6f6f6;
    line-height: max(24px, 2rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -1px;
}

.news-s8 .right-block .related-figures .box .img-box {
    width: 100px;
    height: 100px;
    margin: 2rem auto 0;
    border-radius: 50%;
    overflow: hidden;
}

.news-s8 .right-block .related-figures .box .img-box img {
    display: block;
    width: 100%;
}

.news-s8 .right-block .related-figures .box .name {
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin: 1rem 1.5rem 0;
    transition: color .3s ease;
}

.news-s8 .right-block .related-figures .box .tips {
    margin: 0.625rem 1.5rem 0;
    font-size: max(12px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.news-s8 .right-block .related-figures .box p {
    font-size: max(12px, 1rem);
    color: #23415a;
    margin: 1rem 2.5rem 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.news-s8 .right-block .related-figures .box .email {
    margin-top: 1rem;
    border-top: 1px solid #dddddd;
    font-size: max(12px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    padding: 1rem 2.5rem;
    transition: all .3s ease;
}

@media (any-hover) {
    .news-s8 .right-block .related-figures .box: hover {
        background-color: #143766;
        border-color: #143766;
    }

    .news-s8 .right-block .related-figures .box:hover .name,
    .news-s8 .right-block .related-figures .box:hover .tips,
    .news-s8 .right-block .related-figures .box:hover p,
    .news-s8 .right-block .related-figures .box:hover .email {
        color: #fff;
    }

    .news-s8 .right-block .related-figures .box:hover .email {
        border-color: rgba(255, 255, 255, 0.2);
    }
}

.news-s9 {
    margin-right: -32.5rem;
    background-color: #f8f8f8;
}

.news-s9 .block {
    margin-right: 32.5rem;
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.news-s9 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.news-s9 .item {
    width: calc(33.33% - 1.25rem);
    margin: 1.25rem 1.25rem 0 0;
    background-color: #fff;
}

.news-s9 .item:nth-of-type(1),
.news-s9 .item:nth-of-type(2),
.news-s9 .item:nth-of-type(3) {
    margin-top: 0;
}

.news-s9 .item a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 5rem;
}

.news-s9 .item .img-box {
    overflow: hidden;
    position: relative;
}

.news-s9 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s9 .item .txt-box {
    padding: 1.875rem 2.5rem 0;
}

.news-s9 .item span {
    font-size: 14px;
    color: #fff;
    background-color: #f28332;
    line-height: 24px;
    padding: 0 1rem;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.news-s9 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    line-height: 1.5;
}

.news-s9 .item .date {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.news-s9 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s9 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s10 {
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.news-s10 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.news-s10 .item {
    width: calc(50% - 1.25rem);
    margin: 1.25rem 1.25rem 0 0;
    border: 1px solid #e6eaed;
    position: relative;
    transition: all .3s ease;
}

.news-s10 .item:nth-of-type(1),
.news-s10 .item:nth-of-type(2) {
    margin-top: 0;
}

.news-s10 .item:before {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #f9f9f9, #fff);
    transition: opacity .3s ease;
}

.news-s10 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem 2.5rem 12vw;
    position: relative;
    z-index: 2;
}

.news-s10 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.news-s10 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    margin-top: 1rem;
}

.news-s10 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.news-s10 .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem 2.5rem;
    display: flex;
    align-items: flex-end;
}

.news-s10 .item .img-box {
    width: 50%;
    height: 40px;
    text-align: left;
}

.news-s10 .item .img-box img {
    width: auto;
    max-width: 80%;
    max-height: 100%;
}

.news-s10 .item .pic-box {
    width: 50%;
    height: calc(12vw - 2.5rem);
    text-align: right;
    order: 2;
}

.news-s10 .item .pic-box img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (any-hover: hover) {
    .news-s10 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
        border-color: transparent;
    }

    .news-s10 .item:hover:before {
        opacity: 0;
    }
}

.news-s11 {
    margin-right: -32.5rem;
    background-color: #f8f8f8;
}

.news-s11 .block {
    margin-right: 32.5rem;
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.news-s11 .cont-box {
    position: relative;
    margin-top: 2rem;
}

.news-s11 .swiper {
    padding-bottom: calc(3.75rem + 46px);
}

.news-s11 .item {
    background-color: #fff;
    transition: background .3s ease;
}

.news-s11 .item a {
    display: block;
    padding: 0 1.875rem;
}

.news-s11 .item .top-box {
    display: flex;
    align-items: center;
    height: max(90px, 8.125rem);
}

.news-s11 .item .tit {
    width: max(calc(100% - 60px), calc(100% - 5rem));
    padding-right: 10px;
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.news-s11 .item .date {
    width: max(60px, 5rem);
    border-top: 5px solid #f28332;
}

.news-s11 .item .date span {
    display: block;
    text-align: center;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2.5;
}

.news-s11 .item .date i {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    font-family: 'MiSans-Demibold';
    line-height: 2.75rem;
    background-color: #0c3d70;
    transition: all .3s ease;
}

.news-s11 .item .info {
    border-top: 1px solid #dddddd;
    padding: 1.875rem 0;
    transition: all .3s ease;
}

.news-s11 .item .info p {
    font-size: max(12px, 0.9375rem);
    color: #23415a;
    position: relative;
    padding-left: 24px;
    margin-top: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.news-s11 .item .info p:nth-of-type(1) {
    margin-top: 0;
}

.news-s11 .item .info p:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}

.news-s11 .item .info p.time {
    font-family: 'MiSans-Demibold';
}

.news-s11 .item .info p.time:before {
    background-image: url("../images/news/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-2-1.png*/);
    color: #0c5096;
}

.news-s11 .item .info p.name:before {
    background-image: url("../images/news/icon-2-2.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-2-2.png*/);
}

.news-s11 .item .info p.addr:before {
    background-image: url("../images/news/icon-2-3.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-2-3.png*/);
}

@media (any-hover: hover) {
    .news-s11 .item:hover {
        background-color: #0c3d70;
    }

    .news-s11 .item:hover .tit {
        color: #fff;
    }

    .news-s11 .item:hover .date i {
        background-color: #ffffff;
        color: #0c3d70;
    }

    .news-s11 .item:hover .info {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .news-s11 .item:hover .info p {
        color: #a5b4c8 !important;
    }
}

.news-s11 .ope {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 2;
}

.news-s11 .button {
    width: 46px;
    height: 46px;
    position: relative;
    background-color: #dedede;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .news-s11 .button:hover {
        background-color: #f28332;
    }
}

.news-s11 .prev {
    background-image: url("../images/about/prev.png"/*tpa=http://szbl.dw.cq.cn/images/about/prev.png*/);
}

.news-s11 .next {
    background-image: url("../images/about/next.png"/*tpa=http://szbl.dw.cq.cn/images/about/next.png*/);
    margin-left: 10px;
}

.news-s11 .swiper-horizontal>.swiper-scrollbar {
    width: auto;
    height: 4px;
    left: 140px;
    right: 0;
    bottom: 21px;
    background-color: #e5ecef;
}

.news-s11 .swiper-scrollbar-drag {
    background-color: #0c3d70;
}

.news-s12 {
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.news-s12 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.news-s12 .item {
    width: calc(50% - 2.25rem);
    margin: 1.875rem 2.25rem 0 0;
    border: 1px solid #eceff3;
    transition: box-shadow .3s ease;
}

.news-s12 .item:nth-of-type(1),
.news-s12 .item:nth-of-type(2) {
    margin-top: 0;
}

.news-s12 .item:nth-of-type(9n) .name {
    background-color: #466264;
}

.news-s12 .item:nth-of-type(9n-1) .name {
    background-color: #545a59;
}

.news-s12 .item:nth-of-type(9n-2) .name {
    background-color: #000001;
}

.news-s12 .item:nth-of-type(9n-3) .name {
    background-color: #7f3f1c;
}

.news-s12 .item:nth-of-type(9n-4) .name {
    background-color: #759196;
}

.news-s12 .item:nth-of-type(9n-5) .name {
    background-color: #04080b;
}

.news-s12 .item:nth-of-type(9n-6) .name {
    background-color: #bc4d26;
}

.news-s12 .item:nth-of-type(9n-7) .name {
    background-color: #11559b;
}

.news-s12 .item:nth-of-type(9n-8) .name {
    background-color: #aaa297;
}

.news-s12 .item a {
    display: block;
    height: auto;
    position: relative;
    padding-bottom: 5.625rem;
}

.news-s12 .item .img-box {
    height: calc(20vw/1*1);
    overflow: hidden;
}

.news-s12 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s12 .item .txt-box {
    padding: 0 1.875rem;
}

.news-s12 .item .name {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 50%;
    border: 7px solid #fff;
    text-align: center;
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
}

.news-s12 .item .name span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'MiSans-Demibold';
}

.news-s12 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    text-align: center;
    margin-top: -1rem;
}

.news-s12 .item p {
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s12 .item .date {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    line-height: max(40px, 3.5rem);
    border-top: 1px solid #eceff3;
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    text-align: center;
}

.news-s12 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s12 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }

    .news-s12 .item:hover img {
        width: 100%;
        transform: scale(1.1);
        height: 100%;
    }
}

.news-s13 {
    margin-right: -32.5rem;
    background-color: #f8f8f8;
}

.news-s13 .block {
    margin-right: 32.5rem;
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.news-s13 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.news-s13 .item {
    width: calc(25% - 1.25rem);
    margin: 1.25rem 1.25rem 0 0;
    background-color: #fff;
    transition: box-shadow .3s ease;
}

.news-s13 .item:nth-of-type(1),
.news-s13 .item:nth-of-type(2),
.news-s13 .item:nth-of-type(3),
.news-s13 .item:nth-of-type(4) {
    margin-top: 0;
}

.news-s13 .item a {
    display: block;
    height: calc(10vw + 12.5rem);
    position: relative;
    z-index: 2;
}

.news-s13 .item .img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-s13 .item .img-box img.bg {
    display: block;
    width: 100%;
}

.news-s13 .item .img-box img.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-s13 .item .tit {
    font-size: max(16px, 1.125rem);
    font-family: 'MiSans-Medium';
    padding: 1.5rem 1.875rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s13 .item .info {
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
    left: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-s13 .item .info span {
    font-size: 14px;
    color: #fff;
    background-color: #f28332;
    line-height: 24px;
    padding: 0 1rem;
}

.news-s13 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.news-s13 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s13 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }

    .news-s13 .item:hover img.img {
        transform: scale(1.1);
    }
}

.news-s14 {
    padding: 5.625rem 0 5.625rem 3.75rem;
display:none;
}

.news-s14 .cont-box {
    position: relative;
    margin-top: 2rem;
}

.news-s14 .swiper {
    padding-bottom: calc(3.75rem + 46px);
}

.news-s14 .item a {
    display: block;
    height: 100%;
    position: relative;
    text-align: right;
    padding: 3.125rem 0;
}

.news-s14 .item .img-box {
    display: inline-block;
    width: calc(50% + 1.875rem);
    height: 21.5vw;
    overflow: hidden;
}

.news-s14 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-s14 .item .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 1.875rem);
    background-color: #f8f8f8;
    padding: 0 2.5rem;
    text-align: left;
}

.news-s14 .item .date {
    display: inline-block;
    padding: 0 1.25rem;
    background-color: #143766;
    font-size: max(12px, 0.875rem);
    line-height: max(30px, 2.25rem);
    font-family: 'MiSans-Demibold';
    color: #fff;
}

.news-s14 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.news-s14 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s14 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    height: max(63px, 4.8rem);
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-s14 .ope {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 2;
}

.news-s14 .button {
    width: 46px;
    height: 46px;
    position: relative;
    background-color: #dedede;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .news-s14 .button:hover {
        background-color: #f28332;
    }
}

.news-s14 .prev {
    background-image: url("../images/about/prev.png"/*tpa=http://szbl.dw.cq.cn/images/about/prev.png*/);
}

.news-s14 .next {
    background-image: url("../images/about/next.png"/*tpa=http://szbl.dw.cq.cn/images/about/next.png*/);
    margin-left: 10px;
}

.news-s14 .swiper-horizontal>.swiper-scrollbar {
    width: auto;
    height: 4px;
    left: 140px;
    right: 0;
    bottom: 21px;
    background-color: #e5ecef;
}

.news-s14 .swiper-scrollbar-drag {
    background-color: #0c3d70;
}

.news-s15 {
    margin-right: -32.5rem;
    background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8, #fff);
}

.news-s15 .block {
    margin-right: 32.5rem;
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.news-s15 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.news-s15 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #fff;
    transition: background .3s ease;
}

.news-s15 .item:nth-of-type(1),
.news-s15 .item:nth-of-type(2),
.news-s15 .item:nth-of-type(3) {
    margin-top: 0;
}

.news-s15 .item a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 5.625rem;
}

.news-s15 .item .img-box {
    position: relative;
    overflow: hidden;
}

.news-s15 .item .img-box img.bg {
    display: block;
    width: 100%;
}

.news-s15 .item .img-box img.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-s15 .item span {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ea9353;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 1rem;
}

.news-s15 .item .txt-box {
    padding: 1.875rem 2.5rem 0;
}

.news-s15 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

.news-s15 .item p {
    font-size: max(12px, 1rem);
    color: #a5b4c8;
    line-height: 1.5;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity .3s ease;
}

.news-s15 .item .date {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    transition: color .3s ease;
}

.news-s15 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s15 .item:hover {
        background-color: #0c3d70;
    }

    .news-s15 .item:hover img.img {
        transform: scale(1.1);
    }

    .news-s15 .item:hover .tit {
        color: #fff;
    }

    .news-s15 .item:hover p {
        opacity: 1;
    }

    .news-s15 .item:hover .date {
        color: #f28332;
    }
}

.news-s16 {
    background-color: #f9f9fa;
    border-top: 1px solid #dddddd;
}

.news-s16 .flex {
    display: flex;
}

.news-s16 .left-box {
    width: 27.5rem;
    position: relative;
    background-color: #fff;
    padding: 6.25rem 3.75rem;
}

.news-s16 .left-box .label {
    font-size: max(18px, 1.375rem);
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
}

.news-s16 .left-box .clear {
    position: absolute;
    right: 3.75rem;
    top: 6.25rem;
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
    cursor: pointer;
}

.news-s16 .left-box .clear:after {
    content: '';
    width: 17px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-11.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-11.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.news-s16 .left-box .showbtn {
    display: none;
}

.news-s16 .left-box .form {
    margin-top: 1.875rem;
    background-color: #f6f6f6;
    height: max(40px, 3.125rem);
    position: relative;
    padding-left: 46px;
}

.news-s16 .left-box .form .button::before {
    content: '';
    width: 46px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/scientific/icon-12.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-12.png*/);
    background-size: auto 20px;
}

.news-s16 .left-box .form input {
    width: 100%;
    height: 100%;
    font-size: max(14px, 1.125rem);
    padding-right: 1.25rem;
    background-color: transparent;
}

.news-s16 .filter-box {
    margin-top: 1.875rem;
    border-top: 1px solid #dddddd;
}

.news-s16 .filter-box .panel-tit {
    padding: 1.5rem 20px 1.5rem 0;
    font-size: max(16px, 1.25rem);
    font-family: 'MiSans-Medium';
    color: #23415a;
    position: relative;
    cursor: pointer;
}

.news-s16 .filter-box .panel-tit:after {
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    background-image: url("../images/scientific/icon-13.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-13.png*/);
}

.news-s16 .filter-box .panel-cont .boxes {
    padding: 0 0 1.25rem;
}

.news-s16 .filter-box .panel-cont .box {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news-s16 .filter-box .panel-cont .box:nth-of-type(1) {
    margin-top: 0;
}

.news-s16 .filter-box .panel-cont .box i {
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-9-1.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-9-1.jpg*/);
}

.news-s16 .filter-box .panel-cont .box span {
    font-size: max(14px, 0.9375rem);
    color: #23415a;
    margin-left: 10px;
}

.news-s16 .filter-box .panel-cont .box.active i {
    background-image: url("../images/scientific/icon-9-2.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-9-2.jpg*/);
}

.news-s16 .filter-box .panel-cont .box.active span {
    color: #11559b;
}

.news-s16 .filter-box .panel-box {
    border-top: 1px solid #dddddd;
}

.news-s16 .filter-box .panel-box:nth-of-type(1) {
    border: none;
}

.news-s16 .filter-box .panel-box.collapsed .panel-tit:after {
    transform: rotate(0deg);
}

.news-s16 .filter-box .panel-box.collapsed .panel-cont {
    display: none;
}

.news-s16 .right-box {
    width: calc(100% - 27.5rem);
    padding: 6.25rem 3.75rem;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.news-s16 .right-box .top-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news-s16 .right-box .typeope {
    white-space: nowrap;
    display: flex;
    align-items: center;
    order: 2;
}

.news-s16 .right-box .typeope span {
    font-size: max(12px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
}

.news-s16 .right-box .typeope span.active {
    color: #23415a;
}

.news-s16 .right-box .typeope .icon {
    margin: 0 10px;
    width: 70px;
    height: 30px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.news-s16 .right-box .typeope .icon i {
    width: 36px;
    height: 24px;
    border-radius: 12px;
    background-color: #0c3d70;
    position: absolute;
    top: 2px;
}

.news-s16 .right-box .typeope .icon[data-type="rili"] i {
    right: 2px;
}

.news-s16 .right-box .typeope .icon[data-type="list"] i {
    left: 2px;
}

.news-s16 .right-box ul {
    display: flex;
    flex-wrap: wrap;
}

.news-s16 .right-box li {
    border: 1px solid #b9c6da;
    border-radius: 13px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin: 0 4px 4px 0;
}

.news-s16 .right-box li span {
    font-size: max(12px, 0.8125rem);
    color: #11559b;
    line-height: 24px;
}

.news-s16 .right-box li i {
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-10.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-10.png*/);
    margin-left: 10px;
    cursor: pointer;
}

.news-s16 .rili-table .rili-head {
    display: flex;
    padding: 2.5rem 0;
}

.news-s16 .rili-table .rili-head .rili-th {
    width: 14.285%;
    font-size: max(12px, 0.9375rem);
    color: #8f96a2;
    font-family: 'MiSans-Demibold';
}

.news-s16 .rili-table .rili-body {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background-color: #fff;
}

.news-s16 .rili-table .rili-body .f-td {
    position: relative;
    padding: 1rem;
    width: 14.285%;
    height: 250px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.news-s16 .rili-table .rili-body .f-td .f-day {
    display: block;
    color: #687783;
    font-size: 1.875rem;
    font-family: 'MiSans-Demibold';
}

.news-s16 .rili-table .rili-body .f-td .link {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 0;
    padding-right: 1rem;
    max-height: 180px;
    overflow: auto;
}

.news-s16 .rili-table .rili-body .f-td .link a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #9ca2ac;
    margin-top: 10px;
}

.news-s16 .rili-table .rili-body .f-td .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .news-s16 .rili-table .rili-body .f-td .link a:hover {
        color: #0c3d70;
    }
}

@media (any-hover: hover) {
    .news-s16 .rili-table .rili-body .f-td:hover .f-day {
        color: #f28332;
    }
}

.news-s16 .rili-table .rili-body .f-null {
    background-color: #fbfbfc;
}

.news-s16 .rili-table .rili-body .f-null .f-day {
    color: #bfc5ca;
}

.news-s16 .fc {
    background-color: #fff;
}

.news-s16 .fc .fc-toolbar.fc-header-toolbar {
    display: none;
}

.news-s16 .fc thead {
    display: none;
}

.news-s16 .fc .fc-daygrid-day-top {
    flex-direction: inherit;
}

.news-s16 .fc .fc-daygrid-day-number {
    color: #687783;
    font-size: 1.875rem;
    font-family: 'MiSans-Demibold';
    padding: 1rem;
}

.news-s16 .fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}

.news-s16 .fc .fc-daygrid-event {
    white-space: normal !important;
}

.news-s16 .listitems {
    margin-top: 2.5rem;
    display: none;
}

.news-s16 .listitems .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.875rem;
}

.news-s16 .listitems .item {
    width: calc(50% - 1.875rem);
    background-color: #fff;
    margin: 1.875rem 1.875rem 0 0;
    transition: all .3s ease;
}

.news-s16 .listitems .item:nth-of-type(1),
.news-s16 .listitems .item:nth-of-type(2) {
    margin-top: 0;
}

.news-s16 .listitems .item a {
    display: block;
    padding: 0 1.875rem;
}

.news-s16 .listitems .item .top-box {
    display: flex;
    align-items: center;
    height: max(90px, 8.125rem);
}

.news-s16 .listitems .item .tit {
    width: max(calc(100% - 60px), calc(100% - 5rem));
    padding-right: 10px;
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.news-s16 .listitems .item .date {
    width: max(60px, 5rem);
    border-top: 5px solid #f28332;
}

.news-s16 .listitems .item .date span {
    display: block;
    text-align: center;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2.5;
}

.news-s16 .listitems .item .date i {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    font-family: 'MiSans-Demibold';
    line-height: 2.75rem;
    background-color: #0c3d70;
    transition: all .3s ease;
}

.news-s16 .listitems .item .info {
    border-top: 1px solid #dddddd;
    padding: 1.875rem 0;
    transition: all .3s ease;
}

.news-s16 .listitems .item .info p {
    font-size: max(12px, 0.9375rem);
    color: #23415a;
    position: relative;
    padding-left: 24px;
    margin-top: 1rem;
    transition: color .3s ease;
}

.news-s16 .listitems .item .info p:nth-of-type(1) {
    margin-top: 0;
}

.news-s16 .listitems .item .info p:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}

.news-s16 .listitems .item .info p.time {
    font-family: 'MiSans-Demibold';
}

.news-s16 .listitems .item .info p.time:before {
    background-image: url("../images/news/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-2-1.png*/);
    color: #0c5096;
}

.news-s16 .listitems .item .info p.name:before {
    background-image: url("../images/news/icon-2-2.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-2-2.png*/);
}

.news-s16 .listitems .item .info p.addr:before {
    background-image: url("../images/news/icon-2-3.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-2-3.png*/);
}

@media (any-hover: hover) {
    .news-s16 .listitems .item:hover {
        background-color: #0c3d70;
    }

    .news-s16 .listitems .item:hover .tit {
        color: #fff;
    }

    .news-s16 .listitems .item:hover .date i {
        background-color: #ffffff;
        color: #0c3d70;
    }

    .news-s16 .listitems .item:hover .info {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .news-s16 .listitems .item:hover .info p {
        color: #a5b4c8 !important;
    }
}

.news-s17 {
    margin: 2.5rem 3.75rem 0;
    border-top: 4px solid #eaeaea;
    padding-top: 1.25rem;
}

.news-s17 .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -4px;
}

.news-s17 .item {
    width: calc(28% - 4px);
    background-color: #f5f5f5;
    padding: .625rem 1.25rem;
    display: flex;
    align-items: baseline;
    transition: background .3s ease;
    margin: 0 4px 4px 0;
}

.news-s17 .item span {
    font-size: max(12px, 0.9375rem);
    color: #23415a;
    white-space: nowrap;
    transition: color .3s ease;
}

.news-s17 .item p {
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
}

.news-s17 .item:nth-of-type(2),
.news-s17 .item:nth-of-type(4) {
    width: calc(72% - 4px);
}

.news-s17 .item:nth-of-type(6),
.news-s17 .item:nth-of-type(7) {
    width: calc(36% - 4px);
}

@media (any-hover: hover) {
    .news-s17 .item:hover {
        background-color: #0c3d70;
    }

    .news-s17 .item:hover span {
        color: #fff;
    }
}

.news-s18 {
    padding: 3.75rem 0 5.625rem;
}

.news-s18 .para {
    font-size: max(14px, 1.125rem);
    color: #23415a;
    line-height: 2;
}

.news-s18 .para p {
    margin-top: 1.5rem;
}

.news-s18 .para p:nth-of-type(1) {
    margin-top: 0;
}

.news-s18 .para hr {
    border: none;
    margin: 0;
    border-top: 1px solid #eff0f1;
}

.news-s18 .para img {
    max-width: 100%;
    height: auto !important;
}

.partybuilding-s1 {
    padding: 5rem 0 5.625rem;
}

.partybuilding-s1 .label {
    font-size: max(20px, 1.75rem);
    text-align: center;
    line-height: max(60px, 5rem);
    color: #333;
}

.partybuilding-s1 .block {
    margin-top: 5.625rem;
}

.partybuilding-s1 .block:nth-of-type(1) {
    margin-top: 0;
}

.partybuilding-s1 .block .img-box {
    margin-top: 2.5rem;
}

.partybuilding-s1 .block img {
    display: block;
    width: 100%;
}

.partybuilding-s1 .block-1 .label {
    background-color: #fdf5f5;
}

.partybuilding-s2 {
    padding: 5rem 0;
    background-color: #f9f9fa;
}

.partybuilding-s2 .items {
    margin-top: 2.5rem;
    display: grid;
    grid-template-rows: repeat(2, calc((100% - 1.875rem) / 3));
    grid-template-columns: repeat(2, calc((100% - 1.875rem) / 2));
    grid-gap: 1.875rem;
}

.partybuilding-s2 .item {
    background-color: #fff;
}

.partybuilding-s2 .item:nth-of-type(1) {
    grid-row: 1/3;
    grid-column: 1/2;
}

.partybuilding-s2 .item:nth-of-type(2) {
    grid-row: 1/2;
    grid-column: 2/2;
}
.partybuilding-s2 .item:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 2/2;
}

.partybuilding-s2 .item:nth-of-type(4) {
    grid-row: 3/3;
    grid-column: 1/2;
}
.partybuilding-s2 .item:nth-of-type(5) {
    grid-row: 3/3;
    grid-column: 2/2;
}

.partybuilding-s2 .item:nth-of-type(1) .txt-box {
    height: auto;
}

.partybuilding-s2 .item .img-box {
    height: 22.625rem;
    overflow: hidden;
}

.partybuilding-s2 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.partybuilding-s2 .item .txt-box {
    height: 100%;
    position: relative;
    padding: 2.5rem 2.5rem calc(2.5rem + 30px);
}

.partybuilding-s2 .item .tit {
    font-size: max(16px, 1.5rem);
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.partybuilding-s2 .item p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partybuilding-s2 .item .date {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #f9ab22;
}

.partybuilding-s2 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s2 .item:hover img {
        transform: scale(1.1);
    }

    .partybuilding-s2 .item:hover .tit {
        color: #f9ab22;
    }
}

.partybuilding-s3 {
    padding: 5rem 0;
    background-color: #fff;
}

.partybuilding-s3 .items {
    margin-top: 2.5rem;
}

.partybuilding-s3 .item {
    background-color: #f9f9fa;
    margin-top: 1.875rem;
    position: relative;
}

.partybuilding-s3 .item:nth-of-type(1) {
    margin-top: 0;
}

.partybuilding-s3 .item:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 2.5rem;
    right: 2.5rem;
    height: 0.625rem;
    background-image: linear-gradient(90deg, #c60c1a, #f34805);
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left top;
}

.partybuilding-s3 .item a {
    display: block;
    padding: 3.125rem 2.5rem;
}

.partybuilding-s3 .item .tit {
    font-size: max(16px, 1.5rem);
    color: #555555;
    transition: color .3s ease;
}

.partybuilding-s3 .item p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .partybuilding-s3 .item:hover:before {
        transform: scaleX(1);
        transition: transform .8s ease;
    }

    .partybuilding-s3 .item:hover .tit {
        color: #f9ab22;
    }
}

.partybuilding-s4 {
    padding: 8.75rem 0 2.5rem;
    position: relative;
    background-color: #f9f9fa;
}

.partybuilding-s4.pb {
    padding: 8.75rem 0 7.5rem;
}

.partybuilding-s4.white {
    background-color: #fff;
}

.partybuilding-s4.white .link a.active {
    background-color: #f9f9fa;
}

@media (any-hover: hover) {
    .partybuilding-s4.white .link a:hover {
        background-color: #f9f9fa;
    }
}

.partybuilding-s4.blue {
    background-color: #fff;
}

.partybuilding-s4.blue .label {
    color: #23415a;
}

.partybuilding-s4.blue .link a {
    color: #9ca2ac;
}

.partybuilding-s4.blue .link a:after {
    background-image: url("../images/partybuilding/icon-4-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-4-1.png*/);
}

.partybuilding-s4.blue .link a.active {
    color: #143766;
    background-color: #f9f9fa;
}

@media (any-hover: hover) {
    .partybuilding-s4.blue .link a:hover {
        color: #143766;
        background-color: #f9f9fa;
    }
}

.partybuilding-s4.blue-1 .label {
    color: #23415a;
}

.partybuilding-s4.blue-1 .link a {
    color: #9ca2ac;
}

.partybuilding-s4.blue-1 .link a:after {
    background-image: url("../images/partybuilding/icon-4-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-4-1.png*/);
}

.partybuilding-s4.blue-1 .link a.active {
    color: #143766;
}

@media (any-hover: hover) {
    .partybuilding-s4.blue-1 .link a:hover {
        color: #143766;
    }
}

.partybuilding-s4 .label {
    font-size: 3.125rem;
    text-align: center;
    font-family: 'MiSans-Demibold';
    color: #333;
}

.partybuilding-s4 .label.t-left {
    text-align: left;
}

.partybuilding-s4 .link {
    text-align: center;
    font-size: 0;
    margin-top: 3.75rem;
}

.partybuilding-s4 .link a {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.25rem;
    line-height: max(40px, 3.125rem);
    font-size: max(15px, 1.25rem);
    font-family: 'MiSans-Demibold';
    color: #adadad;
    margin-left: 1.25rem;
    transition: all .3s ease;
}

.partybuilding-s4 .link a:nth-of-type(1) {
    margin-left: 0;
}

.partybuilding-s4 .link a:after {
    content: '';
    width: 8px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-4.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1.25rem;
    display: none;
}

.partybuilding-s4 .link a.active {
    background-color: #fff;
    color: #333333;
}

.partybuilding-s4 .link a.active:after {
    display: inline-block;
}

@media (any-hover: hover) {
    .partybuilding-s4 .link a:hover {
        background-color: #fff;
        color: #333333;
    }
}

.partybuilding-s4 .block {
    padding: 0 3.75rem;
}

.partybuilding-s4 .s-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.75rem;
}

.partybuilding-s4 .s-flex .link {
    margin-top: 0;
}

.partybuilding-s4 .year-box {
    display: flex;
    align-items: center;
}

.partybuilding-s4 .thismonth {
    margin-right: 10px;
    background-color: #0c3d70;
    padding: 0 1.25rem;
    line-height: max(40px, 3.125rem);
    font-size: max(14px, 1.375rem);
    color: #fff;
    cursor: pointer;
}

.partybuilding-s4 .drop {
    position: relative;
    z-index: 4;
}

.partybuilding-s4 .drop .text {
    font-size: max(14px, 1.375rem);
    color: #304a61;
    font-family: 'MiSans-Demibold';
    line-height: max(40px, 3.125rem);
    padding: 0 1.25rem;
    cursor: pointer;
    background-color: #fff;
}

.partybuilding-s4 .drop .text:after {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-3.png*/);
}

.partybuilding-s4 .drop .hide {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 180px;
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    max-height: calc(300px + 10px);
    overflow: auto;
    display: none;
}

.partybuilding-s4 .drop .hide .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partybuilding-s4 .drop .hide .top-box i {
    width: 25%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #304a61;
    font-family: 'MiSans-Demibold';
    font-style: normal;
    cursor: pointer;
}

.partybuilding-s4 .drop .hide .top-box span {
    font-size: 14px;
    color: #304a61;
    font-family: 'MiSans-Demibold';
}

.partybuilding-s4 .drop .hide .box-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.partybuilding-s4 .drop .hide .box-box span {
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    font-family: 'MiSans-Demibold';
    color: #304a61;
    text-align: center;
    cursor: pointer;
}

.partybuilding-s4 .drop.open .hide {
    display: block;
}

.partybuilding-s5 {
    padding: 5rem 0;
}

.partybuilding-s5 .items {
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.875rem;
}

.partybuilding-s5 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    border: 1px solid #dddddd;
    position: relative;
}

.partybuilding-s5 .item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 2.5rem;
    background-image: linear-gradient(180deg, #f9ab22, rgba(255, 255, 255, 0));
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.partybuilding-s5 .item:nth-of-type(1),
.partybuilding-s5 .item:nth-of-type(2),
.partybuilding-s5 .item:nth-of-type(3) {
    margin-top: 0;
}

.partybuilding-s5 .item a {
    display: block;
    height: 100%;
    position: relative;
    padding: 2.5rem 2.5rem calc(8.0625rem + 191px);
    z-index: 2;
}

.partybuilding-s5 .item .tit {
    font-size: max(16px, 1.375rem);
    font-family: 'MiSans-Medium';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.partybuilding-s5 .item p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.25rem;
    transition: color .3s ease;
}

.partybuilding-s5 .item .img-box {
    position: absolute;
    bottom: 5rem;
    left: 2.5rem;
    right: 2.5rem;
    height: 191px;
    overflow: hidden;
}

.partybuilding-s5 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.partybuilding-s5 .item .date {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #f9ab22;
}

.partybuilding-s5 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s5 .item:hover:before {
        opacity: 1;
    }

    .partybuilding-s5 .item:hover .tit {
        color: #fff;
    }

    .partybuilding-s5 .item:hover p {
        color: #fff;
    }

    .partybuilding-s5 .item:hover img {
        transform: scale(1.1);
    }
}

.partybuilding-s6 {
    position: relative;
    padding: 3.75rem 3.75rem 5rem;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #f9f9fa, #fff);
    border-top: 1px solid #dddddd;
}

.partybuilding-s6:before {
    content: '';
    width: 10px;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #f9f9fa, #fff);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    bottom: calc(5rem + 50px);
    pointer-events: none;
}

.partybuilding-s6 .book-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.partybuilding-s6 .items {
    background-image: linear-gradient(180deg, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0));
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.partybuilding-s6 .item {
    width: 50%;
    padding: 0 5rem;
}

.partybuilding-s6 .item a {
    display: block;
    padding: 1.875rem 0;
    border-top: 1px solid #e8e8e8;
}

.partybuilding-s6 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #333;
}

.partybuilding-s6 .item span {
    display: block;
    font-size: max(14px, 1rem);
    color: #333333;
    margin-top: 1rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.partybuilding-s6 .item span:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-2.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 1rem;
    transition: transform .3s ease;
}

.partybuilding-s6 .item:nth-of-type(1) a,
.partybuilding-s6 .item:nth-of-type(2) a {
    border: none;
}

@media (any-hover: hover) {
    .partybuilding-s6 .item:hover .tit {
        color: #d41f13;
    }

    .partybuilding-s6 .item:hover span {
        opacity: 1;
    }
}

.partybuilding-s7 {
    padding: 5rem 0;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.partybuilding-s7 .single {
    position: relative;
    padding: 0 1.25rem 1.25rem 0;
}

.partybuilding-s7 .single:before {
    content: '';
    position: absolute;
    left: 1.25rem;
    right: 0;
    top: 1.25rem;
    bottom: 0;
    background-color: #f9ab22;
    pointer-events: none;
}

.partybuilding-s7 .single a {
    position: relative;
    display: flex;
    background-color: #fff;
    z-index: 2;
}

.partybuilding-s7 .single .img-box {
    width: calc(50% - 1.875rem);
    height: 23.8125rem;
    overflow: hidden;
}

.partybuilding-s7 .single img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.partybuilding-s7 .single .txt-box {
    width: calc(50% + 1.875rem);
    padding: 3.75rem;
    position: relative;
}

.partybuilding-s7 .single .tit {
    font-size: max(16px, 1.5rem);
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.partybuilding-s7 .single p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partybuilding-s7 .single .date {
    position: absolute;
    bottom: 3.75rem;
    left: 3.75rem;
    right: 3.75rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #f9ab22;
}

.partybuilding-s7 .single .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s7 .single:hover img {
        transform: scale(1.1);
    }

    .partybuilding-s7 .single:hover .tit {
        color: #f9ab22;
    }
}

.partybuilding-s7 .items {
    margin: 2.5rem -2.25rem 3rem 0;
    display: flex;
    flex-wrap: wrap;
}

.partybuilding-s7 .item {
    width: calc(33.33% - 2.25rem);
    margin: 2.25rem 2.25rem 0 0;
    position: relative;
}

.partybuilding-s7 .item:nth-of-type(1),
.partybuilding-s7 .item:nth-of-type(2),
.partybuilding-s7 .item:nth-of-type(3) {
    margin-top: 0;
}

.partybuilding-s7 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ededed;
    transform: translate(10px, 10px);
    z-index: 1;
    pointer-events: none;
}

.partybuilding-s7 .item a {
    display: block;
    height: 100%;
    position: relative;
    background-color: #fff;
    padding: 2.5rem 2.5rem 6.25rem;
    z-index: 2;
}

.partybuilding-s7 .item .img-box {
    overflow: hidden;
}

.partybuilding-s7 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.partybuilding-s7 .item .tit {
    font-size: max(16px, 1.5rem);
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.5rem;
    transition: color .3s ease;
}

.partybuilding-s7 .item p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partybuilding-s7 .item .date {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #f9ab22;
}

.partybuilding-s7 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s7 .item:hover img {
        transform: scale(1.1);
    }

    .partybuilding-s7 .item:hover .tit {
        color: #f9ab22;
    }
}

.partybuilding-s8 {
    padding: 5rem 0;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.partybuilding-s8 .items {
    margin-bottom: 3.75rem;
}

.partybuilding-s8 .item {
    margin-top: 1.875rem;
    background-color: #fff;
    transition: all .3s ease;
}

.partybuilding-s8 .item:nth-of-type(1) {
    margin-top: 0;
}

.partybuilding-s8 .item a {
    display: block;
    padding: 2.5rem;
}

.partybuilding-s8 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #f9ab22;
    transition: color .3s ease;
}

.partybuilding-s8 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

.partybuilding-s8 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #333;
    margin-top: 1.5rem;
    transition: color .3s ease;
}

.partybuilding-s8 .item p {
    font-size: max(12px, 1rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .partybuilding-s8 .item:hover {
        /*background-color: #f4a316;*/
        background-color: #cc912b;        
        box-shadow: 0 1rem 1.875rem rgba(249, 171, 34, 0.5);
    }

    .partybuilding-s8 .item:hover .date {
        color: #fff;
    }

    .partybuilding-s8 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-1.png*/);
    }

    .partybuilding-s8 .item:hover .tit,
    .partybuilding-s8 .item:hover p {
        color: #fff;
    }
}

.partybuilding-s9 {
    padding: 5rem 0;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.partybuilding-s9 .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.875rem;
}

.partybuilding-s9 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #fff;
}

.partybuilding-s9 .item a {
    display: block;
}

.partybuilding-s9 .item .img-box {
    overflow: hidden;
}

.partybuilding-s9 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
}

.partybuilding-s9 .item .txt-box {
    padding: 0 2.5rem;
}

.partybuilding-s9 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #333;
    padding: 2rem 0;
    border-bottom: 1px solid #d8dbdb;
    transition: color .3s ease;
}

.partybuilding-s9 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #f9ab22;
    padding: 2rem 0;
}

.partybuilding-s9 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s9 .item:hover img {
        transform: scale(1.1);
    }

    .partybuilding-s9 .item:hover .tit {
        color: #f9ab22;
    }
}

.partybuilding-s10 {
    position: relative;
    padding: 16.66vw 0 10.5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/partybuilding/img-9.jpg"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/img-9.jpg*/);
}

.partybuilding-s10 .tit {
    font-size: 2.25rem;
    color: #fff;
    text-align: center;
}

.partybuilding-s10 .date {
    font-size: max(14px, 1rem);
    color: #fff;
    text-align: center;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
}

.partybuilding-s10 .share {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0;
}

.partybuilding-s10 .share a {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all .3s ease;
}

.partybuilding-s10 .share a:nth-of-type(1) {
    margin-left: 0;
}

.partybuilding-s10 .share a.wx {
    background-image: url("../images/partybuilding/share-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-1.png*/);
}

.partybuilding-s10 .share a.wb {
    background-image: url("../images/partybuilding/share-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-2.png*/);
}

.partybuilding-s10 .share a.in {
    background-image: url("../images/partybuilding/share-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-3.png*/);
}

.partybuilding-s10 .share a.copy {
    background-image: url("../images/partybuilding/share-4.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-4.png*/);
}

@media (any-hover: hover) {
    .partybuilding-s10 .share a:hover {
        background-color: #f9ab22;
    }
}

.partybuilding-s11 {
    padding: 5.625rem 3.75rem;
    display: flex;
}

.partybuilding-s11 .left-block {
    width: calc(100% - 25rem);
    padding-right: 3.75rem;
}

.partybuilding-s11 .left-block .para {
    font-size: max(14px, 1.125rem);
    color: #333333;
    line-height: 2;
}

.partybuilding-s11 .left-block .para p {
    margin-top: 1.5rem;
}

.partybuilding-s11 .left-block .para p:nth-of-type(1) {
    margin-top: 0;
}

.partybuilding-s11 .left-block .para hr {
    border: none;
    margin: 0;
    border-top: 1px solid #eff0f1;
}

.partybuilding-s11 .left-block .para img {
    max-width: 100%;
    height: auto !important;
}

.partybuilding-s11 .left-block .tips {
    margin-top: 3.75rem;
    padding-top: 1.25rem;
    border-top: 4px solid #f5f5f5;
    text-align: center;
    font-size: 0;
}

.partybuilding-s11 .left-block .tips span {
    display: inline-block;
    vertical-align: top;
    font-size: max(12px, 0.9375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f5f5f5;
    line-height: 2.25;
    margin-right: 4px;
    padding: 0 1.25rem;
}

.partybuilding-s11 .right-block {
    width: 25rem;
}

.partybuilding-s11 .right-block .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
}

.partybuilding-s11 .right-block a {
    display: block;
    border: 1px solid #dddddd;
    padding: 2.5rem;
    margin-top: 10px;
    transition: all .3s ease;
}

.partybuilding-s11 .right-block a:nth-of-type(1) {
    margin-top: 0;
}

.partybuilding-s11 .right-block a span {
    font-size: max(16px, 1.25rem);
    color: #333;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.partybuilding-s11 .right-block a .tit {
    font-size: max(14px, 1rem);
    color: #adadad;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
    transition: color .3s ease;
}

.partybuilding-s11 .right-block a .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.partybuilding-s11 .right-block a .date {
    font-size: max(12px, 0.875rem);
    color: #adadad;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.partybuilding-s11 .right-block a .more {
    font-size: max(12px, 0.875rem);
    color: #d21d14;
    transition: color .3s ease;
}

.partybuilding-s11 .right-block a .more:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/partybuilding/icon-5-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .partybuilding-s11 .right-block a:hover {
        background-color: #d21d14;
    }

    .partybuilding-s11 .right-block a:hover span,
    .partybuilding-s11 .right-block a:hover .tit,
    .partybuilding-s11 .right-block a:hover .date,
    .partybuilding-s11 .right-block a:hover .more {
        color: #fff;
    }

    .partybuilding-s11 .right-block a:hover .more:after {
        background-image: url("../images/partybuilding/icon-5-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-5-2.png*/);
    }
}

.partybuilding-s12 {
    padding: 5rem 0;
    background-image: linear-gradient(180deg, #f9f9fa, #f9f9fa, #fff);
}

.partybuilding-s12 .single {
    background-color: #fff;
}

.partybuilding-s12 .single a {
    display: flex;
    align-items: center;
}

.partybuilding-s12 .single .img-box {
    width: 50%;
    height: 23.1875rem;
    overflow: hidden;
}

.partybuilding-s12 .single img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.partybuilding-s12 .single .txt-box {
    width: 50%;
    padding: 0 2.5rem;
}

.partybuilding-s12 .single .tit {
    font-size: 2rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.partybuilding-s12 .single p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partybuilding-s12 .single .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    margin-top: 2.5rem;
}

.partybuilding-s12 .single .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s12 .single:hover img {
        transform: scale(1.1);
    }
}

.partybuilding-s12 .items {
    margin-top: 1.875rem;
    margin-right: -1.875rem;
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
}

.partybuilding-s12 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #fff;
}

.partybuilding-s12 .item:nth-of-type(1),
.partybuilding-s12 .item:nth-of-type(2),
.partybuilding-s12 .item:nth-of-type(3) {
    margin-top: 0;
}

.partybuilding-s12 .item a {
    display: block;
    height: 100%;
    position: relative;
}

.partybuilding-s12 .item .img-box {
    height: 14.75rem;
    overflow: hidden;
}

.partybuilding-s12 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.partybuilding-s12 .item .txt-box {
    padding: 1.875rem;
}

.partybuilding-s12 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-bottom: 2.5rem;
}

.partybuilding-s12 .item .date {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.partybuilding-s12 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .partybuilding-s12 .item:hover img {
        transform: scale(1.1);
    }
}

.szbl-s1 {
    padding: 6.25rem 0 5.625rem;
    background-color: #f9f9fa;
}

.szbl-s1 .single {
    margin-top: 2.5rem;
    background-color: #fff;
}

.szbl-s1 .single a {
    display: flex;
    align-items: center;
}

.szbl-s1 .single .img-box {
    width: 50%;
    height: 23.1875rem;
    overflow: hidden;
}

.szbl-s1 .single img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.szbl-s1 .single .txt-box {
    width: 50%;
    padding: 0 2.5rem;
}

.szbl-s1 .single .tit {
    font-size: 2rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.szbl-s1 .single p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.szbl-s1 .single .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    margin-top: 2.5rem;
}

.szbl-s1 .single .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .szbl-s1 .single:hover img {
        transform: scale(1.1);
    }
}

.szbl-s1 .items {
    margin-top: 1.875rem;
    margin-right: -1.875rem;
    display: flex;
    flex-wrap: wrap;
}

.szbl-s1 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #fff;
}

.szbl-s1 .item:nth-of-type(1),
.szbl-s1 .item:nth-of-type(2),
.szbl-s1 .item:nth-of-type(3) {
    margin-top: 0;
}

.szbl-s1 .item a {
    display: block;
    height: 100%;
    position: relative;
}

.szbl-s1 .item .img-box {
    height: 14.75rem;
    overflow: hidden;
}

.szbl-s1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.szbl-s1 .item .txt-box {
    padding: 1.875rem;
}

.szbl-s1 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-bottom: 2.5rem;
}

.szbl-s1 .item .date {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.szbl-s1 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .szbl-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.szbl-s2 {
    position: relative;
    background-color: #fff;
    padding: 5rem 0 200px;
    overflow: hidden;
}

.szbl-s2 .line {
    height: 180px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.szbl-s2 .items {
    position: relative;
    height: 20rem;
}

.szbl-s2 .item {
    position: absolute;
}

.szbl-s2 .item .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(150px, 12rem);
    height: max(150px, 12rem);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #f28332;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.szbl-s2 .item .img-box img {
    display: block;
    width: 102%;
    height: 102%;
    object-fit: cover;
    opacity: 0.9;
}

.szbl-s2 .item .img-box:after {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #f28332);
}

.szbl-s2 .item .icon {
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 1;
}

.szbl-s2 .item .icon:before,
.szbl-s2 .item .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: o-rotate 2s linear infinite;
}

.szbl-s2 .item .icon:before {
    transform-origin: 48% 48%;
    border: 1px solid #fce7d7;
}

.szbl-s2 .item .icon:after {
    border: 1px solid #fef3eb;
    transform-origin: 52% 52%;
}

.szbl-s2 .item .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #fef2ea;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
}

.szbl-s2 .item .icon i:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f28332;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
}

.szbl-s2 .item span {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: max(14px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    z-index: 3;
    transition: color .3s ease;
}

.szbl-s2 .item span:before {
    content: '';
    width: 1px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/szbl/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/szbl/icon-1.png*/);
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    pointer-events: none;
}

.szbl-s2 .item span:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/szbl/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/szbl/icon-2.png*/);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 5px);
    opacity: 0;
    transition: opacity .3s ease;
}

.szbl-s2 .item:nth-of-type(1) {
    top: 6.25rem;
    left: 6.5%;
}

.szbl-s2 .item:nth-of-type(2) {
    top: 11.25rem;
    left: 20%;
}

.szbl-s2 .item:nth-of-type(3) {
    top: 4.375rem;
    left: 38%;
}

.szbl-s2 .item:nth-of-type(4) {
    top: 12.5rem;
    right: 41%;
}

.szbl-s2 .item:nth-of-type(5) {
    top: 7.5rem;
    right: 20%;
}

.szbl-s2 .item:nth-of-type(6) {
    top: 12.5rem;
    right: 0;
}

@media (any-hover: hover) {
    .szbl-s2 .item:hover .img-box {
        opacity: 1;
        pointer-events: auto;
    }

    .szbl-s2 .item:hover span {
        color: #fff;
    }

    .szbl-s2 .item:hover span:after {
        opacity: 1;
    }
}

.szbl-s3 {
    position: relative;
    background-color: #0c3d70;
}

.szbl-s3 .item a {
    display: block;
    position: relative;
}

.szbl-s3 .item .img-box {
    width: 50%;
    height: 27vw;
    overflow: hidden;
    opacity: 0;
}

.szbl-s3 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.szbl-s3 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.szbl-s3 .item .wrap-s {
    height: 100%;
}

.szbl-s3 .item .box {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3.75rem 0 3.75rem 2.5rem;
}

.szbl-s3 .item .tit {
    font-size: 2.25rem;
    color: #fff;
    font-family: 'MiSans-Demibold';
    opacity: 0;
}

.szbl-s3 .item p {
    font-size: max(14px, 1.0625rem);
    color: #a0bad5;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
}

.szbl-s3 .item .date {
    position: absolute;
    bottom: 3.75rem;
    left: 2.5rem;
    right: 0;
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #a0bad5;
    margin-top: 2.5rem;
    opacity: 0;
}

.szbl-s3 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-2.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.szbl-s3 .item.swiper-slide-active .img-box,
.szbl-s3 .item.swiper-slide-active .tit,
.szbl-s3 .item.swiper-slide-active p,
.szbl-s3 .item.swiper-slide-active .date {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.szbl-s3 .item.swiper-slide-active .tit {
    animation-delay: .1s;
}

.szbl-s3 .item.swiper-slide-active p {
    animation-delay: .2s;
}

.szbl-s3 .item.swiper-slide-active .date {
    animation-delay: .3s;
}

.szbl-s3 .pagination {
    width: 100%;
    position: absolute;
    bottom: 3.75rem;
    left: 0;
    text-align: right;
    font-size: 0;
    z-index: 2;
    pointer-events: none;
}

.szbl-s3 .pagination .wrap-s {
    width: 90% !important;
    bottom: 0;
}

.szbl-s3 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f28332;
    margin-left: 10px;
    opacity: .3;
    transition: opacity .3s ease;
    pointer-events: auto;
    cursor: pointer;
}

.szbl-s3 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.szbl-s3 .pagination span.active {
    opacity: 1;
}

.szbl-s4 {
    padding: 3.75rem 0 5.625rem;
    background-color: #f0f1f4;
    position: relative;
}

.szbl-s4:after {
    content: '';
    width: 100%;
    height: 15rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #f0f1f4, #fff);
}

.szbl-s4 .items {
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.875rem;
}

.szbl-s4 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    background-color: #fff;
}

.szbl-s4 .item:nth-of-type(1),
.szbl-s4 .item:nth-of-type(2),
.szbl-s4 .item:nth-of-type(3) {
    margin-top: 0;
}

.szbl-s4 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem 1.875rem 17.3125rem;
    position: relative;
}

.szbl-s4 .item .tit {
    font-size: max(16px, 1.375rem);
    font-family: 'MiSans-Medium';
    margin-bottom: 2rem;
}

.szbl-s4 .item .img-box {
    position: absolute;
    left: 1.875rem;
    right: 1.875rem;
    bottom: 4.6875rem;
    height: 12.625rem;
    overflow: hidden;
}

.szbl-s4 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    will-change: transform;
}

.szbl-s4 .item .date {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    line-height: 4.6875rem;
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.szbl-s4 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .szbl-s4 .item:hover img {
        transform: scale(1.1);
    }
}

.tenders-s1 {
    padding: 0 3.75rem 5.625rem;
}

.tenders-s1 .items {
    margin-bottom: 3.75rem;
    margin-right: -1.25rem;
    display: flex;
    flex-wrap: wrap;
}

.tenders-s1 .item {
    width: calc(50% - 1.25rem);
    margin: 1.25rem 1.25rem 0 0;
    border: 1px solid #d8dbdb;
    transition: border .3s ease;
}

.tenders-s1 .item:nth-of-type(1),
.tenders-s1 .item:nth-of-type(2) {
    margin-top: 0;
}

.tenders-s1 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem;
}

.tenders-s1 .item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tenders-s1 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.tenders-s1 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.tenders-s1 .item span {
    font-size: max(12px, 0.875rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
}

.tenders-s1 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
    transition: color .3s ease;
}

.tenders-s1 .item p {
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .tenders-s1 .item:hover {
        border-color: #0c5096;
    }
}

.tenders-s2 {
    padding: 0 0 5.625rem;
}

.tenders-s2 .items {
    margin-bottom: 3.75rem;
}

.tenders-s2 .item {
    margin-top: 1.875rem;
    border: 1px solid #d8dbdb;
    transition: border .3s ease;
}

.tenders-s2 .item:nth-of-type(1) {
    margin-top: 0;
}

.tenders-s2 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem;
}

.tenders-s2 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.tenders-s2 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.tenders-s2 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
    transition: color .3s ease;
}

.tenders-s2 .item span {
    display: block;
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
}

.tenders-s2 .item .tips {
    margin-top: 10px;
    font-size: 0;
}

.tenders-s2 .item .tips i {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.25rem;
    background-color: #f7f7f8;
    line-height: max(30px, 2.25rem);
    font-size: 14px;
    color: #9ca2ad;
    font-style: normal;
    font-family: 'MiSans-Medium';
    margin: 0 .625rem .625rem 0;
}

@media (any-hover: hover) {
    .tenders-s2 .item:hover {
        border-color: #0c5096;
    }
}

.tenders-s3 .top-box {
    padding: 9.375rem 3.75rem 3.75rem;
    position: relative;
}

.tenders-s3 .top-box .tit {
    font-size: 2.875rem;
    font-family: 'MiSans-Medium';
    color: #23415a;
}

.tenders-s3 .top-box .date {
    font-size: 1.5rem;
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
}

.tenders-s3 .bot-box {
    padding: 3.75rem;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

.tenders-s3 .bot-box .para {
    width: calc(100% - 200px);
    padding-right: 3.75rem;
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
    line-height: 1.5;
}

.tenders-s3 .bot-box .para p {
    margin-top: 1rem;
}

.tenders-s3 .bot-box .para p:nth-of-type(1) {
    margin-top: 0;
}

.tenders-s3 .pic-box img {
    display: block;
    width: 100%;
}

.tenders-s3 .share {
    white-space: nowrap;
    font-size: 0;
}

.tenders-s3 .share a {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all .3s ease;
}

.tenders-s3 .share a:nth-of-type(1) {
    margin-left: 0;
}

.tenders-s3 .share a.wx {
    background-image: url("../images/partybuilding/share-1-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-1-gray.png*/);
}

.tenders-s3 .share a.wb {
    background-image: url("../images/partybuilding/share-2-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-2-gray.png*/);
}

.tenders-s3 .share a.in {
    background-image: url("../images/partybuilding/share-3-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-3-gray.png*/);
}

.tenders-s3 .share a.copy {
    background-image: url("../images/partybuilding/share-4-gray.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/share-4-gray.png*/);
}

.tenders-s4 {
    padding: 3.75rem 0 5.625rem;
}

.tenders-s4 .para {
    font-size: max(14px, 1.125rem);
    color: #23415a;
    line-height: 2;
}

.tenders-s4 .para p {
    margin-top: 1.5rem;
}

.tenders-s4 .para p:nth-of-type(1) {
    margin-top: 0;
}

.tenders-s4 .para hr {
    border: none;
    margin: 0;
    border-top: 2px solid #eff0f1;
}

.tenders-s4 .para img {
    max-width: 100%;
    height: auto !important;
}

.tenders-s4 .para a.link {
    display: inline-block;
    background-color: #0c3d70;
    color: #fff;
    border-radius: 5px;
    padding: .625rem 1rem;
}

.tenders-s4 .para a.link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/tenders/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/tenders/icon-1.png*/);
    margin: -4px 10px 0 0;
}

.tenders-s4 .para a.link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.875rem;
    height: 1.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/tenders/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/tenders/icon-2.png*/);
    margin: -4px 0 0 10px;
}

.tenders-s4 .tips {
    margin-top: 3.75rem;
    padding-top: 1.25rem;
    border-top: 4px solid #f5f5f5;
    text-align: right;
    font-size: 0;
}

.tenders-s4 .tips span {
    display: inline-block;
    vertical-align: top;
    font-size: max(12px, 0.9375rem);
    font-family: 'MiSans-Demibold';
    line-height: 2.25;
    margin: 0 4px 4px 0;
    padding: 0 1.25rem;
}

.tenders-s4 .tips span.gray {
    background-color: #f5f5f5;
    color: #9ca2ac;
}

.tenders-s4 .tips span.blue {
    background-color: #0c3d70;
    color: #a5b4c8;
}

.tenders-s5 {
    padding: 0 0 5.625rem;
}

.tenders-s5 .items {
    margin-bottom: 3.75rem;
}

.tenders-s5 .item {
    margin-top: 1.875rem;
    border: 1px solid #d8dbdb;
    transition: border .3s ease;
}

.tenders-s5 .item:nth-of-type(1) {
    margin-top: 0;
}

.tenders-s5 .item a {
    display: block;
    padding: 0 2.5rem 2.5rem;
}

.tenders-s5 .item .date {
    width: max(60px, 5rem);
}

.tenders-s5 .item .date span {
    display: block;
    text-align: center;
    font-size: max(12px, 0.875rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2.5;
}

.tenders-s5 .item .date i {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    line-height: 2.75rem;
    background-color: #0c3d70;
}

.tenders-s5 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
    transition: color .3s ease;
}

.tenders-s5 .item p {
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .tenders-s5 .item:hover {
        border-color: #0c5096;
    }
}

.scientific-s1 {
    padding: 5.625rem 0 0 3.75rem;
}

.scientific-s1 .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scientific-s1 .top-block span {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s1 .top-block .types {
    font-size: 0;
}

.scientific-s1 .top-block .types i {
    display: inline-block;
    vertical-align: top;
    width: max(40px, 3rem);
    height: max(40px, 3rem);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    margin-left: 1rem;
    cursor: pointer;
}

.scientific-s1 .top-block .types i:nth-of-type(1) {
    margin-left: 0;
    background-image: url("../images/scientific/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-2-1.png*/);
}

.scientific-s1 .top-block .types i:nth-of-type(1).active {
    background-color: #164c84;
    background-image: url("../images/scientific/icon-2-2.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-2-2.png*/);
}

.scientific-s1 .top-block .types i:nth-of-type(2) {
    margin-left: 0;
    background-image: url("../images/scientific/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-3-1.png*/);
}

.scientific-s1 .top-block .types i:nth-of-type(2).active {
    background-color: #164c84;
    background-image: url("../images/scientific/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-3-2.png*/);
}

.scientific-s1 .top-block a.more {
    font-size: max(14px, 1.15rem);
    color: #a9b0bb;
    padding-bottom: 6px;
    border-bottom: 2px solid #a9b0bb;
}

.scientific-s1 .top-block a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.scientific-s1 .items-block {
    margin-top: 2.5rem;
}

.scientific-s1 .items-block .items-box {
    display: none;
}

.scientific-s1 .items-block .items-box.active {
    display: block;
}

.scientific-s1 .c-team-items .item {
    width: calc((100% - 5.625rem) / 4);
    margin: 1.875rem 1.875rem 0 0;
}

.scientific-s1 .c-team-items .item:nth-of-type(1),
.scientific-s1 .c-team-items .item:nth-of-type(2),
.scientific-s1 .c-team-items .item:nth-of-type(3),
.scientific-s1 .c-team-items .item:nth-of-type(4) {
    margin-top: 0;
}

.scientific-s1 .c-team-items .item:nth-of-type(4n) {
    margin-right: 0;
}

.scientific-s1 .items-1 .table {
    overflow-x: auto;
}

.scientific-s1 .items-1 table {
    width: 100%;
    min-width: 800px;
}

.scientific-s1 .items-1 table thead {
    background-color: #f6f6f6;
}

.scientific-s1 .items-1 table th {
    padding: 1.25rem;
    text-align: left;
    font-weight: normal;
    font-size: max(12px, 1rem);
    color: #8f96a2;
}

.scientific-s1 .items-1 table tbody tr {
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

@media (any-hover: hover) {
    .scientific-s1 .items-1 table tbody tr:hover td {
        color: #f28332;
    }
}

.scientific-s1 .items-1 table tbody td {
    padding: 2.5rem 1.25rem;
    font-size: max(12px, 1rem);
    color: #4e607d;
    transition: color .3s ease;
    position: relative;
}

.scientific-s1 .items-1 table tbody td:nth-of-type(1),
.scientific-s1 .items-1 table tbody td:nth-of-type(2) {
    white-space: nowrap;
}

.scientific-s1 .items-1 table tbody td:nth-of-type(5):after {
    content: '';
    width: max(10px, 0.875rem);
    height: max(10px, 0.875rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-6.png*/);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.scientific-s2 {
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.scientific-s2 .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scientific-s2 .top-block span {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s2 .top-block a.more {
    font-size: max(14px, 1.15rem);
    color: #a9b0bb;
    padding-bottom: 6px;
    border-bottom: 2px solid #a9b0bb;
}

.scientific-s2 .top-block a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.scientific-s2 .items {
    margin-top: 2rem;
    margin-right: -1.875rem;
    display: flex;
    flex-wrap: wrap;
}

.scientific-s2 .item {
    width: calc(33.33% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    border: 1px solid #d8dbdb;
    transition: background .3s ease;
}

.scientific-s2 .item:nth-of-type(1),
.scientific-s2 .item:nth-of-type(2),
.scientific-s2 .item:nth-of-type(3) {
    margin-top: 0;
}

.scientific-s2 .item a {
    display: block;
    height: 100%;
}

.scientific-s2 .item .img-box {
    overflow: hidden;
}

.scientific-s2 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.scientific-s2 .item .txt-box {
    padding: 2.5rem;
    position: relative;
}

.scientific-s2 .item .txt-box:after {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 2rem;
    right: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-7.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-7.png*/);
    opacity: 0;
    transition: opacity .3s ease;
}

.scientific-s2 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
    margin-right: 3rem;
}

.scientific-s2 .item p {
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .scientific-s2 .item:hover {
        background-color: #0c3d70;
    }

    .scientific-s2 .item:hover img {
        transform: scale(1.1);
    }

    .scientific-s2 .item:hover .tit {
        color: #fff;
    }

    .scientific-s2 .item:hover p {
        color: #a5b4c8;
    }

    .scientific-s2 .item:hover .txt-box:after {
        opacity: 1;
    }
}

.scientific-s2 .single {
    margin-top: 5.625rem;
}

.scientific-s2 .single a {
    display: block;
    position: relative;
    overflow: hidden;
}

.scientific-s2 .single img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
    will-change: transform;
}

.scientific-s2 .single .txt-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 3.75rem;
    transform: translateY(-50%);
}

.scientific-s2 .single i {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-4.png*/);
}

.scientific-s2 .single .tit {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
    position: relative;
}

.scientific-s2 .single .tit:after {
    content: '';
    width: max(36px, 2.75rem);
    height: max(36px, 2.75rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #0c3d70;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/scientific/icon-5.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-5.png*/);
}

@media (any-hover: hover) {
    .scientific-s2 .single:hover img {
        transform: scale(1.05);
    }
}

.scientific-s3 {
    padding: 5.625rem 3.75rem;
}

.scientific-s3 .items {
    margin-right: -1.875rem;
    display: flex;
    flex-wrap: wrap;
}

.scientific-s3 .item {
    width: calc(25% - 1.875rem);
    margin: 1.875rem 1.875rem 0 0;
    border: 1px solid #d8dbdb;
    transition: background .3s ease;
}

.scientific-s3 .item:nth-of-type(1),
.scientific-s3 .item:nth-of-type(2),
.scientific-s3 .item:nth-of-type(3),
.scientific-s3 .item:nth-of-type(4) {
    margin-top: 0;
}

.scientific-s3 .item a {
    display: block;
    height: 100%;
}

.scientific-s3 .item .img-box {
    overflow: hidden;
}

.scientific-s3 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.scientific-s3 .item .txt-box {
    padding: 2.5rem;
    position: relative;
}

.scientific-s3 .item .txt-box:after {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 2rem;
    right: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-7.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-7.png*/);
    opacity: 0;
    transition: opacity .3s ease;
}

.scientific-s3 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
    margin-right: 3rem;
}

.scientific-s3 .item p {
    font-size: max(12px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .scientific-s3 .item:hover {
        background-color: #0c3d70;
    }

    .scientific-s3 .item:hover img {
        transform: scale(1.1);
    }

    .scientific-s3 .item:hover .tit {
        color: #fff;
    }

    .scientific-s3 .item:hover p {
        color: #a5b4c8;
    }

    .scientific-s3 .item:hover .txt-box:after {
        opacity: 1;
    }
}

.scientific-s4 {
    padding: 5.625rem 0 0 3.75rem;
}

.scientific-s4 .para {
    font-size: max(16px, 1.375rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
    line-height: 1.5;
}

.scientific-s4 .cont {
    margin-top: 2.5rem;
    display: flex;
}

.scientific-s4 .img-box {
    width: 50%;
}

.scientific-s4 .img-box img {
    display: block;
    width: 100%;
}

.scientific-s4 .txt-box {
    width: 50%;
    background-color: #f6f6f6;
    padding: 3.75rem;
    transform: translateY(3.75rem);
}

.scientific-s4 .s-para {
    font-size: max(14px, 1.125rem);
    color: #4e607d;
    line-height: 2;
}

.scientific-s5 {
    padding: 9.375rem 0 5.625rem 3.75rem;
}

.scientific-s5 .cont {
    display: flex;
}

.scientific-s5 .label {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s5 .type {
    width: 25rem;
}

.scientific-s5 .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
    padding-right: 2.5rem;
}

.scientific-s5 .sticky-box .link {
    margin-top: 2.5rem;
}

.scientific-s5 .sticky-box span {
    display: block;
    font-size: 1.625rem;
    font-family: 'MiSans-Medium';
    color: #9ca2ac;
    margin-top: 1.25rem;
    cursor: pointer;
    transition: color .3s ease;
}
.scientific-s5 .sticky-box span i {
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-9-1.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-9-1.jpg*/);
    display: inline-block;
    margin-right: 0.6rem;
}
.scientific-s5 .sticky-box span.active i {
   background-image: url("../images/scientific/icon-9-2.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-9-2.jpg*/);
}
.scientific-s5 .sticky-box span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #23415a;
    display:none;
    vertical-align: middle;
    margin: -4px 0 0 2rem;
    opacity: 0;
    transition: opacity .3s ease;
}


.scientific-s5 .sticky-box span:nth-of-type(1) {
    margin: 0;
}
.scientific-s5 .sticky-box span.active {
    color: #23415a;
}

.scientific-s5 .sticky-box span.active:after {
    opacity: 1;
}
.scientific-s5 .sticky-box span:not(:first-child):after {display: none;}
@media (any-hover: hover) {
    .scientific-s5 .sticky-box span:hover {
        color: #23415a;
    }
}

.scientific-s5 .c-team-items {
    width: calc(100% - 25rem);
}

.scientific-s5 .c-team-items .item {
    width: calc((100% - 3.75rem) / 3);
    margin: 1.875rem 1.875rem 0 0;
}

.scientific-s5 .c-team-items .item:nth-of-type(1),
.scientific-s5 .c-team-items .item:nth-of-type(2),
.scientific-s5 .c-team-items .item:nth-of-type(3) {
    margin-top: 0;
}

.scientific-s5 .c-team-items .item:nth-of-type(3n) {
    margin-right: 0;
}

.scientific-s6 {
    background-color: #f6f6f6;
    padding: 5.625rem 3.75rem;
}

.scientific-s6 .label {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s6 .items {
    margin-top: 2.5rem;
    display: flex;
}

.scientific-s6 .item {
    flex: 1;
    margin-left: 1.875rem;
    padding: 3.125rem 2.5rem;
    background-color: #fff;
    background-image: url("../images/scientific/img-15.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/img-15.png*/);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: background .3s ease;
}

.scientific-s6 .item .icon {
    width: 5.625rem;
    height: 5.625rem;
    position: relative;
    border: 6px solid #f6f6f6;
    background-color: #f6f6f6;
    transition: all .3s ease;
}

.scientific-s6 .item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 3.125rem;
    transition: opacity .3s ease;
}

.scientific-s6 .item i.hide {
    opacity: 0;
}

.scientific-s6 .item span {
    display: block;
    font-size: max(14px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    transition: coloe .3s ease;
    position: relative;
    padding-left: 1.25rem;
}

.scientific-s6 .item span:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0;
    top: .5rem;
    background-color: #0c3d70;
    transition: all .3s ease;
}

.scientific-s6 .item:nth-of-type(1) {
    margin: 0;
}

@media (any-hover: hover) {
    .scientific-s6 .item:hover {
        background-color: #0c3d70;
    }

    .scientific-s6 .item:hover .icon {
        border-color: #f28332;
        background-color: #0c3d70;
    }

    .scientific-s6 .item:hover i.show {
        opacity: 0;
    }

    .scientific-s6 .item:hover i.hide {
        opacity: 1;
    }

    .scientific-s6 .item:hover span {
        color: #fff;
    }

    .scientific-s6 .item:hover span:before {
        background-color: #f28332;
    }
}

.scientific-s7 {
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.scientific-s7 .label {
    font-size: 2.5rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s7 .s-label {
    font-size: 1.625rem;
    color: #9ca2ad;
    margin-top: 1rem;
    font-family: 'MiSans-Demibold';
}

.scientific-s7 .items {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.875rem;
}

.scientific-s7 .item {
    width: calc(25% - 1.875rem);
    height: max(140px, 13.75rem);
    margin: 1.875rem 1.875rem 0 0;
    border: 1px solid #dddddd;
    padding: 2.5rem;
    position: relative;
    transition: all .3s ease;
}

.scientific-s7 .item a {
    display: block
}

.scientific-s7 .item:nth-of-type(1),
.scientific-s7 .item:nth-of-type(2),
.scientific-s7 .item:nth-of-type(3),
.scientific-s7 .item:nth-of-type(4) {
    margin-top: 0;
}

.scientific-s7 .item span {
    font-size: 1.5rem;
    font-family: 'MiSans-Demibold';
    color: #9ca2ad;
}

.scientific-s7 .item .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem 2.5rem;
    font-size: max(16px, 1.25rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
}

@media (any-hover: hover) {
    .scientific-s7 .item:hover {
        border-color: #0c3d70;
    }
}

.scientific-s8 {
    padding: 5.625rem 3.75rem;
}

.scientific-s8 .flex {
    display: flex;
}

.scientific-s8 .left-box {
    width: 20rem;
    position: relative;
}

.scientific-s8 .left-box .label {
    font-size: max(18px, 1.375rem);
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
}

.scientific-s8 .left-box .clear {
    position: absolute;
    right: 0;
    top: 0;
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
    cursor: pointer;
}

.scientific-s8 .left-box .clear:after {
    content: '';
    width: 17px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-11.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-11.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.scientific-s8 .left-box .showbtn {
    display: none;
}

.scientific-s8 .left-box .form {
    margin-top: 1.875rem;
    background-color: #f6f6f6;
    height: max(40px, 3.125rem);
    position: relative;
    padding-left: 46px;
}

.scientific-s8 .left-box .form button::before {
    content: '';
    width: 46px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/scientific/icon-12.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-12.png*/);
    background-size: auto 20px;
}

.scientific-s8 .left-box .form input {
    width: 100%;
    height: 100%;
    font-size: max(14px, 1.125rem);
    padding-right: 1.25rem;
    background-color: transparent;
}

.scientific-s8 .left-box .tips {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid #dddddd;
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
}

.scientific-s8 .filter-box .panel-tit {
    padding: 1.5rem 20px 1.5rem 0;
    font-size: max(16px, 1.25rem);
    font-family: 'MiSans-Medium';
    color: #23415a;
    position: relative;
    cursor: pointer;
}

.scientific-s8 .filter-box .panel-tit:after {
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    background-image: url("../images/scientific/icon-13.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-13.png*/);
}

.scientific-s8 .filter-box .panel-cont .boxes {
    padding: 0 0 1.25rem;
}

.scientific-s8 .filter-box .panel-cont .box {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.scientific-s8 .filter-box .panel-cont .box:nth-of-type(1) {
    margin-top: 0;
}

.scientific-s8 .filter-box .panel-cont .box i {
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-9-1.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-9-1.jpg*/);
}

.scientific-s8 .filter-box .panel-cont .box span {
    font-size: max(14px, 0.9375rem);
    color: #23415a;
    margin-left: 10px;
}

.scientific-s8 .filter-box .panel-cont .box.active i {
    background-image: url("../images/scientific/icon-9-2.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-9-2.jpg*/);
}

.scientific-s8 .filter-box .panel-cont .box.active span {
    color: #11559b;
}

.scientific-s8 .filter-box .panel-box {
    border-top: 1px solid #dddddd;
}

.scientific-s8 .filter-box .panel-box:nth-of-type(1) {
    border: none;
}

.scientific-s8 .filter-box .panel-box.collapsed .panel-tit:after {
    transform: rotate(0deg);
}

.scientific-s8 .filter-box .panel-box.collapsed .panel-cont {
    display: none;
}

.scientific-s8 .right-box {
    width: calc(100% - 20rem);
    padding-left: 3.75rem;
}

.scientific-s8 .right-box .ope-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scientific-s8 .right-box .result {
    font-size: max(14px, 1rem);
    color: #9ca2ac;
}

.scientific-s8 .right-box .types {
    font-size: 0;
}

.scientific-s8 .right-box .types i {
    display: inline-block;
    vertical-align: top;
    width: max(40px, 3rem);
    height: max(40px, 3rem);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    margin-left: 1rem;
    cursor: pointer;
}

.scientific-s8 .right-box .types i:nth-of-type(1) {
    margin-left: 0;
    background-image: url("../images/scientific/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-2-1.png*/);
}

.scientific-s8 .right-box .types i:nth-of-type(1).active {
    background-color: #164c84;
    background-image: url("../images/scientific/icon-2-2.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-2-2.png*/);
}

.scientific-s8 .right-box .types i:nth-of-type(2) {
    margin-left: 0;
    background-image: url("../images/scientific/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-3-1.png*/);
}

.scientific-s8 .right-box .types i:nth-of-type(2).active {
    background-color: #164c84;
    background-image: url("../images/scientific/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-3-2.png*/);
}

.scientific-s8 .right-box ul {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.scientific-s8 .right-box li {
    border: 1px solid #b9c6da;
    border-radius: 13px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin: 0 4px 4px 0;
}

.scientific-s8 .right-box li span {
    font-size: max(12px, 0.8125rem);
    color: #11559b;
    line-height: 24px;
}

.scientific-s8 .right-box li i {
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-10.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-10.png*/);
    margin-left: 10px;
    cursor: pointer;
}

.scientific-s8 .items-block {
    margin-top: 2rem;
}

.scientific-s8 .items-block .items-box {
    display: none;
}

.scientific-s8 .items-block .items-box.active {
    display: block;
}

.scientific-s8 .c-team-items .item {
    width: calc((100% - 5.625rem) / 4);
    margin: 1.875rem 1.875rem 0 0;
}

.scientific-s8 .c-team-items .item:nth-of-type(1),
.scientific-s8 .c-team-items .item:nth-of-type(2),
.scientific-s8 .c-team-items .item:nth-of-type(3),
.scientific-s8 .c-team-items .item:nth-of-type(4) {
    margin-top: 0;
}

.scientific-s8 .c-team-items .item:nth-of-type(4n) {
    margin-right: 0;
}

.scientific-s8 .items-1 table {
    width: 100%;
}

.scientific-s8 .items-1 table thead {
    background-color: #f6f6f6;
}

.scientific-s8 .items-1 table th {
    padding: 1.25rem;
    text-align: left;
    font-weight: normal;
    font-size: max(12px, 1rem);
    color: #8f96a2;
}

.scientific-s8 .items-1 table tbody tr {
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

@media (any-hover: hover) {
    .scientific-s8 .items-1 table tbody tr:hover td {
        color: #f28332;
    }
}

.scientific-s8 .items-1 table tbody td {
    padding: 2.5rem 1.25rem;
    font-size: max(12px, 1rem);
    color: #4e607d;
    transition: color .3s ease;
    position: relative;
}

.scientific-s8 .items-1 table tbody td:nth-child(1),
.scientific-s8 .items-1 table tbody td:nth-child(2) {
    white-space: nowrap;
}

.scientific-s8 .items-1 table tbody td:nth-of-type(5):after {
    content: '';
    width: max(10px, 0.875rem);
    height: max(10px, 0.875rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-6.png*/);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.scientific-s9 {
    position: relative;
    padding: 8.125rem 3.75rem 0;
}

.scientific-s9 .info-box {
    padding: 6.5rem 6.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/scientific/img-8.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/img-8.jpg*/);
    position: relative;
    overflow: hidden;
}

.scientific-s9 .info-box .img-box {
    height: 100%;
    position: absolute;
    right: 7.5rem;
    bottom: 0;
}

.scientific-s9 .info-box .img-box img {
    display: block;
    height: 100%;
}

.scientific-s9 .info-box .name {
    font-size: 2.5rem;
    font-family: 'MiSans-Medium';
    color: #aeb9c1;
}

.scientific-s9 .info-box .name span {
    color: #0c3d70;
}

.scientific-s9 .info-box .tips {
    font-size: max(16px, 1.375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.scientific-s9 .info-box .info {
    margin-top: 5.625rem;
    display: flex;
}

.scientific-s9 .info-box .box {
    margin-left: 3.75rem;
}

.scientific-s9 .info-box .box:nth-of-type(1) {
    margin-left: 0;
}

.scientific-s9 .info-box .box.yjfx {
    max-width: 100%;
    width: 39rem;
    margin: 3rem 0 0 0;
}

.scientific-s9 .info-box .box span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
}

.scientific-s9 .info-box .box span:after {
    content: '';
    width: 12.5rem;
    height: 2px;
    background-color: #f28332;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 10px;
}

.scientific-s9 .info-box .box p {
    font-size: max(15px, 1.1875rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}
.scientific-s9 .info-box .box p a{color: #23415a;}
.scientific-s10 {
    padding-top: 1.25rem;
}

.scientific-s10 .tab-tit {
    position: sticky;
    top: 0;
    margin: 0 3.75rem;
    background-color: #fff;
    z-index: 3;
}

.scientific-s10 .tab-tit:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dce2e4;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.scientific-s10 .tab-tit .sw {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.scientific-s10 .tab-tit .item span {
    display: block;
    padding: 0 3.75rem;
    line-height: max(50px, 4.375rem);
    font-size: max(14px, 1.0625rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    cursor: pointer;
    transition: all .3s ease;
}

.scientific-s10 .tab-tit .item.active span {
    background-color: #0c3d70;
    color: #fff;
}

@media (any-hover: hover) {
    .scientific-s10 .tab-tit .item:hover span {
        background-color: #0c3d70;
        color: #fff;
    }
}

.scientific-s10 .tab-cont {
    position: relative;
    z-index: 2;
}

.scientific-s10 .tab-cont .child {
    display: none;
}

.scientific-s10 .tab-cont .child.active {
    display: block;
}

.scientific-s10 .child-1 {
    padding: 5.625rem 3.75rem;
    background: url("../images/scientific/img-10.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/img-10.png*/) center bottom no-repeat;
    background-size: 100% auto;
    position: relative;
}

.scientific-s10 .child-1:before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.scientific-s10 .child-1 .block {
    position: relative;
    z-index: 2;
}

.scientific-s10 .child-1 .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 100%;
    background: url("../images/scientific/icon-14.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-14.png*/) center top repeat-y;
    z-index: 1;
    overflow: hidden;
}

.scientific-s10 .child-1 .line span {
    width: 100%;
    background-color: #f28332;
    position: absolute;
    top: 0;
    left: 0;
}

.scientific-s10 .child-1 .icon {
    width: 9.375rem;
    height: 9.375rem;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    background-color: #e6ebf0;
    z-index: 2;
}

.scientific-s10 .child-1 .icon:before {
    content: '';
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    border: .625rem solid #0c3d70;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

.scientific-s10 .child-1 .icon span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 1.25rem;
    line-height: 30px;
    color: #0c3d70;
    margin-top: -15px;
}

.scientific-s10 .child-1 .items {
    padding-top: 4.375rem;
    position: relative;
    z-index: 2;
}

.scientific-s10 .child-1 .item {
    width: 50%;
    margin-top: 5.625rem;
}

.scientific-s10 .child-1 .item .box {
    width: 320px;
    display: inline-block;
}

.scientific-s10 .child-1 .item span {
    position: relative;
    display: block;
    font-size: max(18px, 1.5rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
}

.scientific-s10 .child-1 .item span i {
    width: 1.875rem;
    height: 1.875rem;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #0c3d70;
    position: absolute;
    top: 50%;
}

.scientific-s10 .child-1 .item span i:before {
    content: '';
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background-color: #0c3d70;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.scientific-s10 .child-1 .item .tit {
    border-top: 1px solid #dde1e7;
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    padding-top: 1rem;
    margin-top: 1rem;
}

.scientific-s10 .child-1 .item p {
    font-size: max(12px, 1.125rem);
    color: #11559b;
    margin-top: 1rem;
}

.scientific-s10 .child-1 .item:nth-of-type(1) {
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .scientific-s10 .child-1 .item:nth-of-type(odd) {
        padding-right: 36px;
        text-align: right;
    }

    .scientific-s10 .child-1 .item:nth-of-type(odd) span i {
        right: -36px;
        transform: translate(50%, -50%);
    }

    .scientific-s10 .child-1 .item:nth-of-type(even) {
        margin-left: 50%;
        padding-left: 36px;
        text-align: left;
    }

    .scientific-s10 .child-1 .item:nth-of-type(even) span i {
        left: -36px;
        transform: translate(-50%, -50%);
    }
}

.scientific-s10 .child-1 .item.active span i:before {
    opacity: 1;
}

.scientific-s10 .child-2 {
    padding: 5.625rem 3.75rem;
}

.scientific-s10 .child-2 .label {
    font-size: 2rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s10 .child-2 .para {
    margin-top: 2rem;
}

.scientific-s10 .child-2 .para .zybox {
    font-size: max(16px, 1.375rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.scientific-s10 .child-2 .para p {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #23415a;
    line-height: 2;
}

.scientific-s10 .child-2 .para .img-box {
    margin-top: 3rem;
}

.scientific-s10 .child-2 .para .img-box img {
    display: block;
    width: 100%;
}

.scientific-s10 .child-3 {
    padding: 5.625rem 3.75rem;
}

.scientific-s10 .child-3 .label {
    font-size: max(20px, 1.75rem);
    color: #0c3d70;
    font-family: 'MiSans-Medium';
    background-color: #f2f3f4;
    padding: 1rem 1.25rem;
}

.scientific-s10 .child-3 .label:before {
    content: '';
    width: 5px;
    height: 1.5rem;
    background-color: #f28332;
    margin: -4px 1rem 0 0;
    display: inline-block;
    vertical-align: middle;
}

.scientific-s10 .child-3 .para {
    margin-top: 2rem;
}

.scientific-s10 .child-3 .para .s-para {
    font-size: max(16px, 1.375rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.scientific-s10 .child-3 .para .box {
    margin-top: 2.5rem;
    border: 1px solid #eeeeee;
    padding: 3.125rem;
    text-align: center;
}

.scientific-s10 .child-3 .para .box img {
    max-width: 80%;
    height: auto !important;
}

.scientific-s10 .child-3 .para .box p {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 1rem;
}

.scientific-s10 .child-3 .para .box span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #9ca2ad;
    margin-top: 1rem;
}

.scientific-s10 .child-4 {
    padding: 5.625rem 3.75rem;
}

.scientific-s10 .child-4 .label {
    font-size: 2rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s10 .child-4 .items {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.scientific-s10 .child-4 .item {
    width: calc(25% - 1.25rem);
    margin: 0 1.25rem 1.25rem 0;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 1.25rem;
    display: flex;
    align-items: center;
}

.scientific-s10 .child-4 .item:before,
.scientific-s10 .child-4 .item:after {
    content: '';
    width: 1.875rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.scientific-s10 .child-4 .item:before {
    background-image: url("../images/scientific/icon-15-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-15-1.png*/);
}

.scientific-s10 .child-4 .item:after {
    background-image: url("../images/scientific/icon-15-2.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-15-2.png*/);
}

.scientific-s10 .child-4 .item span {
    width: calc(100% - 3.75rem);
    text-align: center;
    font-size: max(14px, 1.15rem);
    color: #23415a;
}

.scientific-s10 .child-5 {
    padding: 5.625rem 3.75rem;
}

.scientific-s10 .child-5 .label {
    font-size: 2rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s10 .child-5 .items {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.scientific-s10 .child-5 .item {
    width: calc(50% - 1.25rem);
    margin: 0 1.25rem 1.25rem 0;
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    transition: border .3s ease;
}

.scientific-s10 .child-5 .item a {
    display: block;
    padding: 2rem 1.875rem 0;
}

.scientific-s10 .child-5 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.scientific-s10 .child-5 .item .date {
    font-size: max(14px, 1.125rem);
    color: #9ca2ad;
    margin-top: 10px;
}

.scientific-s10 .child-5 .item span {
    display: block;
    margin-top: 2.5rem;
    border-top: 1px solid #e7e7e7;
    font-size: max(14px, 1rem);
    color: #0c3d70;
    line-height: max(50px, 3.75rem);
}

.scientific-s10 .child-5 .item span:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-16.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-16.png*/);
    margin: -2px 0 0 10px;
}

@media (any-hover: hover) {
    .scientific-s10 .child-5 .item:hover {
        border-color: #0c3d70;
    }
}

.scientific-s10 .child-6 {
    padding: 5.625rem 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/scientific/img-14.jpg"/*tpa=http://szbl.dw.cq.cn/images/scientific/img-14.jpg*/);
    margin-top: -1px;
    display: flex;
    align-items: flex-start;
}

.scientific-s10 .child-6 .label {
    width: 18.75rem;
    font-size: 2rem;
    color: #fff;
    font-family: 'MiSans-Medium';
    padding-top: 9.375rem;
}

.scientific-s10 .child-6 .items {
    width: calc(100% - 18.75rem);
    display: flex;
    flex-wrap: wrap;
}

.scientific-s10 .child-6 .item {
    width: calc(25% - 1.875rem);
    max-width: 300px;
    margin: 0 1.875rem 1.875rem 0;
    height: 21.25rem;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.scientific-s10 .child-6 .item a {
    display: block;
    height: 100%;
    padding: 0 2.5rem;
}

.scientific-s10 .child-6 .item span {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    display: none;
}

.scientific-s10 .child-6 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #fff;
    text-align: center;
    font-family: 'MiSans-Medium';
}

.scientific-s10 .child-6 .item p {
    font-size: max(14px, 1.125rem);
    color: #fff;
    opacity: 0.6;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 10px;
    text-align: center;
    display: none;
}

.scientific-s10 .child-6 .item .date {
    font-size: max(14px, 1.125rem);
    color: #fff;
    opacity: 0.4;
    text-align: center;
    margin-top: 1.5rem;
}

@media (any-hover: hover) {
    .scientific-s10 .child-6 .item:hover {
        background-color: #f28332;
        border-color: #f28332;
    }

    .scientific-s10 .child-6 .item:hover span,
    .scientific-s10 .child-6 .item:hover p {
        display: block;
    }
}

.scientific-s10 .child-7 {
    padding: 5.625rem 3.75rem;
}

.scientific-s10 .child-7 .label {
    font-size: 2rem;
    color: #0c3d70;
    font-family: 'MiSans-Medium';
}

.scientific-s10 .child-7 .items {
    margin-top: 2.5rem;
}

.scientific-s10 .child-7 .item #vsb_content p {
    padding: 1.5rem;
}

.scientific-s10 .child-7 .item #vsb_content p {
    font-size: max(12px, 0.875rem);
    color: #9ca2ad;
    line-height: 1.5;
}

.scientific-s10 .child-7 .item p span {
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
}

.scientific-s10 .child-7 .item #vsb_content p:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.infodisclosure-s1 {
    background-color: #f9f9f9;
    padding: 5rem 0;
    border-bottom: 1px solid #dddddd;
}

.infodisclosure-s1 .form {
    position: relative;
    height: max(48px, 3.375rem);
    border-radius: max(24px, 1.6875rem);
    background-color: #fff;
    padding: 0 70px 0 calc(1.875rem + 15px);
}

.infodisclosure-s1 .form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-1.png*/);
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.infodisclosure-s1 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 10px;
}

.infodisclosure-s1 .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    font-size: 0;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
}

.infodisclosure-s1 .filter {
    margin-top: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

.infodisclosure-s1 .filter .left-box {
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid #d4d4d4;
    margin-top: 4px;
}

.infodisclosure-s1 .filter .left-box span {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.infodisclosure-s1 .filter .left-box .all {
    font-size: 15px;
    color: #333333;
}

.infodisclosure-s1 .filter .right-box {
    width: calc(100% - 170px);
    padding-left: 10px;
}

.infodisclosure-s1 .filter .list-box {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 3.75rem;
    grid-row-gap: 1rem;
    position: relative;
}

.infodisclosure-s1 .filter .list .trigger {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
}

.infodisclosure-s1 .filter .list .trigger .box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.infodisclosure-s1 .filter .list .trigger .box i {
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/procure/icon-2-1.png"/*tpa=http://szbl.dw.cq.cn/images/procure/icon-2-1.png*/);
    opacity: 0;
    visibility: hidden;
    margin-top: -2px;
}

.infodisclosure-s1 .filter .list .trigger .box span {
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    margin-left: 10px;
}

.infodisclosure-s1 .filter .list .trigger .box.check i {
    opacity: 1;
    visibility: visible;
    background-image: url("../images/procure/icon-2-2.png"/*tpa=http://szbl.dw.cq.cn/images/procure/icon-2-2.png*/);
}

@media (any-hover: hover) {
    .infodisclosure-s1 .filter .list .trigger:hover .box i {
        opacity: 1;
        visibility: visible;
    }
}

.infodisclosure-s1 .filter .clear {
    margin-top: 10px;
    text-align: right;
    display: none;
}

.infodisclosure-s1 .filter .clear.show {
    display: block;
}

.infodisclosure-s1 .filter .clear span {
    display: inline-block;
    font-size: 15px;
    color: #23415a;
    cursor: pointer;
}

.infodisclosure-s1 .filter .clear span:before {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/procure/icon-3.svg"/*tpa=http://szbl.dw.cq.cn/images/procure/icon-3.svg*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.infodisclosure-s1 .block {
    margin-top: 1.25rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 2.5rem 2.5rem 4.5rem;
}

.infodisclosure-s1 .tips {
    background-color: #f9f9fa;
    border-radius: 20px;
    padding: 0 1.5rem;
    display: flex;
}

.infodisclosure-s1 .tips span {
    font-size: max(14px, 1rem);
    line-height: 40px;
    color: #273a49;
}

.infodisclosure-s1 .tips span:nth-of-type(1) {
    width: calc(100% - 120px);
}

.infodisclosure-s1 .tips span:nth-of-type(2) {
    width: 120px;
}

.infodisclosure-s1 .items {
    padding-bottom: 1.875rem;
    border-bottom: 4px solid #f9f9fa;
    margin-bottom: 3.125rem;
}

.infodisclosure-s1 .item {
    border-bottom: 1px solid #ececf2;
}

.infodisclosure-s1 .item:last-of-type {
    border: none;
}

.infodisclosure-s1 .item a {
    display: flex;
    align-items: center;
    margin: 0 -2.5rem;
    padding: 1.875rem 4rem;
    transition: background .3s ease;
}

.infodisclosure-s1 .item .tit {
    width: calc(100% - 120px);
    font-size: max(14px, 1.0625rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    padding-right: 2rem;
    transition: color .3s ease;
}

.infodisclosure-s1 .item .date {
    width: 120px;
    font-size: max(13px, 1rem);
    color: #9ca2ac;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .infodisclosure-s1 .item:hover a {
        background-color: #0f3f72;
    }

    .infodisclosure-s1 .item:hover .tit,
    .infodisclosure-s1 .item:hover .date {
        color: #d2d8e2;
    }
}

.workers-s1 {
    padding: 7.5rem 0;
    display: flex;
    align-items: center;
}

.workers-s1 .img-box {
    width: 44.5%;
    height: 28.125vw;
    border-radius: 0 1.25rem 1.25rem 0;
    overflow: hidden;
}

.workers-s1 .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workers-s1 .txt-box {
    width: 55.5%;
    padding: 2.5rem 8.75rem 0;
}

.workers-s1 .tit {
    font-size: 2.5rem;
    font-family: 'MiSans-Demibold';
    color: #23415a;
    padding-left: 1.25rem;
    position: relative;
}

.workers-s1 .tit:before {
    content: '';
    width: 0.375rem;
    height: 2rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.workers-s1 .link {
    margin-top: 4.375rem;
    max-width: 620px;
    display: flex;
    justify-content: space-between;
    grid-gap: 1rem;
}

.workers-s1 .link .s-box {
    display: flex;
    flex-direction: column;
    grid-gap: 2.5rem;
}

.workers-s1 .link a {
    display: block;
    position: relative;
    padding-right: 2.25rem;
    font-size: max(14px, 1.25rem);
    color: #9ca2ac;
    transition: color .3s ease;
}

.workers-s1 .link a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #9ca2ac;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transition: border .3s ease;
}

@media (any-hover: hover) {
    .workers-s1 .link a:hover {
        color: #143766;
    }

    .workers-s1 .link a:hover:after {
        border-right-color: #143766;
    }
}

.workers-s2 {
    padding-top: 6.25rem;
    position: relative;
}

.workers-s2 .img-box {
    margin-left: 44.5%;
    width: 55.5%;
    height: 29.6875vw;
    border-radius: 1.25rem 0 0 1.25rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.workers-s2 .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workers-s2 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 8.125rem;
    width: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/workers/img-3.png"/*tpa=http://szbl.dw.cq.cn/images/workers/img-3.png*/);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.workers-s2 .txt-box:before {
    content: '';
    width: 22.5vw;
    height: 22.5vw;
    max-width: 433px;
    max-height: 433px;
    position: absolute;
    left: 2.5rem;
    bottom: -11.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/workers/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/workers/icon-1.png*/);
    pointer-events: none;
}

.workers-s2 .block {
    width: 44.5%;
    padding: 0 3.75rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.workers-s2 .tit {
    font-size: 2.5rem;
    font-family: 'MiSans-Demibold';
    color: #ffffff;
    padding-left: 1.25rem;
    position: relative;
}

.workers-s2 .tit:before {
    content: '';
    width: 0.375rem;
    height: 2rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.workers-s2 .link {
    margin-top: 4.375rem;
    max-width: 620px;
    display: flex;
    justify-content: space-between;
    grid-gap: 1rem;
}

.workers-s2 .link .s-box {
    display: flex;
    flex-direction: column;
    grid-gap: 2.5rem;
}

.workers-s2 .link a {
    display: block;
    position: relative;
    padding-right: 2.25rem;
    font-size: max(14px, 1.25rem);
    color: #ffffff;
    transition: color .3s ease;
}

.workers-s2 .link a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #9ca2ac;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transition: border .3s ease;
}

@media (any-hover: hover) {
    .workers-s2 .link a:hover {
        color: #f28332;
    }

    .workers-s2 .link a:hover:after {
        border-right-color: #f28332;
    }
}

.workers-s3 {
    padding: 7.5rem 0;
}

.workers-s3 .cont {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.workers-s3 .img-box {
    width: 62.5%;
    border-radius: 1.25rem;
    overflow: hidden;
}

.workers-s3 .img-box img {
    display: block;
    width: 100%;
}

.workers-s3 .txt-box {
    width: 45%;
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    top: 3.125rem;
}

.workers-s3 .txt-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -2.5rem;
    bottom: -2.5rem;
    background-color: #0c3b6d;
    border-radius: 1.25rem;
    pointer-events: none;
    z-index: 1;
}

.workers-s3 .block {
    width: 100%;
    height: 100%;
    background: #fff url("../images/workers/img-5.jpg"/*tpa=http://szbl.dw.cq.cn/images/workers/img-5.jpg*/) center bottom no-repeat;
    background-size: 100% auto;
    border-radius: 1.25rem;
    box-shadow: 0 4px 3.75rem rgba(8, 33, 59, 0.1);
    position: relative;
    z-index: 2;
    padding: 6.25rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workers-s3 .tit {
    font-size: 2.5rem;
    font-family: 'MiSans-Demibold';
    color: #23415a;
    padding-left: 1.25rem;
    position: relative;
}

.workers-s3 .tit:before {
    content: '';
    width: 0.375rem;
    height: 2rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.workers-s3 .link {
    margin-top: 4.375rem;
    max-width: 390px;
    display: flex;
    justify-content: space-between;
    grid-gap: 1rem;
}

.workers-s3 .link .s-box {
    display: flex;
    flex-direction: column;
    grid-gap: 2.5rem;
}

.workers-s3 .link a {
    display: block;
    position: relative;
    padding-right: 2.25rem;
    font-size: max(14px, 1.25rem);
    color: #9ca2ac;
    transition: color .3s ease;
}

.workers-s3 .link a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #9ca2ac;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transition: border .3s ease;
}

@media (any-hover: hover) {
    .workers-s3 .link a:hover {
        color: #143766;
    }

    .workers-s3 .link a:hover:after {
        border-right-color: #143766;
    }
}

.workers-s4 {
    padding: 8.75rem 0 3.75rem;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.workers-s4 .label {
    font-size: 3.125rem;
    text-align: center;
    font-family: 'MiSans-Demibold';
    color: #23415a;
}

.workers-s4 .filter {
    margin-top: 3.125rem;
    display: flex;
    grid-gap: 1.25rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.workers-s4 .option {
    width: 160px;
    position: relative;
    z-index: 2;
}

.workers-s4 .option i {
    display: block;
    padding: 0 1.25rem;
    font-size: max(14px, 1rem);
    line-height: 44px;
    font-style: normal;
    border: 1px solid #dedede;
    cursor: pointer;
    position: relative;
}

.workers-s4 .option i:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #23415a;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.workers-s4 .option .link {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 1.25rem;
    font-size: 0;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    display: none;
}

.workers-s4 .option .link a {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 12px;
    line-height: 2;
    color: #333;
}

.workers-s4 .option.open .link {
    display: block;
}

.workers-s4 .form {
    position: relative;
    width: 30rem;
    padding-right: 90px;
    height: 46px;
    border: 1px solid #dedede;
}

.workers-s4 .form input {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
}

.workers-s4 .form button {
    height: 46px;
    width: 90px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #143766;
    font-size: max(14px, 1rem);
    color: #a5b4c8;
    cursor: pointer;
}

.workers-s5 {
    padding: 3.75rem 0 6.25rem;
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9fa;
    position: relative;
    z-index: 1;
}

.workers-s5 .items {
    margin-bottom: 3.125rem;
}

.workers-s5 .item {
    margin-top: 1.25rem;
    background-color: #fff;
    transition: box-shadow .3s ease;
}

.workers-s5 .item:nth-of-type(1) {
    margin-top: 0;
}

.workers-s5 .item a {
    display: block;
    position: relative;
    padding: 0 2.5rem 2.5rem;
}

.workers-s5 .item .date {
    width: max(60px, 5rem);
}

.workers-s5 .item .date i {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: max(12px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2.5;
}

.workers-s5 .item .date span {
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: max(30px, 3.125rem);
    background-color: #0c3d70;
}

.workers-s5 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
}

.workers-s5 .item p {
    font-size: max(14px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .workers-s5 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }
}

.procure-s1 {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1.25rem;
    grid-row-gap: 3.75rem;
    padding: 5.625rem 0 5.625rem 3.75rem;
}

.procure-s1 .block-1 {
    width: 100%;
    background-color: #fff;
}

.procure-s1 .block-1.half {
    width: calc((100% - 1.25rem) / 2);
}

.procure-s1 .block-2 {
    width: 100%;
}

.procure-s1 .block-2-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    grid-gap: 1.25rem;
}

.procure-s1 .inner-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.875rem;
    background-color: #eff0f1;
}

.procure-s1 .inner-tit span {
    font-size: max(18px, 1.375rem);
    color: #143766;
    font-family: 'MiSans-Demibold';
    position: relative;
    padding-left: 1.25rem;
}

.procure-s1 .inner-tit span:before {
    content: '';
    width: 0.375rem;
    height: 1.25rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.625rem;
}

.procure-s1 .inner-tit a.more {
    font-size: max(14px, 1rem);
    color: #a9b0bb;
}

.procure-s1 .inner-tit a.more:after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/scientific/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.procure-s1 .inner-tit.noborder {
    background-color: #fff;
    border-bottom: 1px solid #eff0f1;
}

.procure-s1 .inner-tit.noborder span {
    padding-left: 0;
    font-family: 'MiSans-Medium';
}

.procure-s1 .inner-tit.noborder span:before {
    display: none;
}

.procure-s1 .outer-tit span {
    font-size: max(18px, 1.375rem);
    color: #143766;
    font-family: 'MiSans-Demibold';
    position: relative;
    padding-left: 1.25rem;
}

.procure-s1 .outer-tit span:before {
    content: '';
    width: 0.375rem;
    height: 1.25rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.625rem;
}

.procure-s1 .tab-tit {
    position: relative;
    padding: 0 1.875rem;
    height: auto;
}

.procure-s1 .tab-tit:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #eff0f1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.procure-s1 .tab-tit .item {
    width: auto;
    height: max(60px, 4.5rem);
    position: relative;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.procure-s1 .tab-tit .item:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f28332;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.procure-s1 .tab-tit .item span {
    font-size: max(14px, 1.125rem);
    color: #9ca2ad;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

.procure-s1 .tab-tit .item.active:after {
    opacity: 1;
}

.procure-s1 .tab-tit .item.active span {
    color: #273a49;
}

@media (any-hover: hover) {
    .procure-s1 .tab-tit .item:hover span {
        color: #273a49;
    }
}

.procure-s1 .tab-cont .child {
    display: none;
}

.procure-s1 .tab-cont .child.active {
    display: block;
}

.c-procure-items {
    padding: 1.875rem;
}

.c-procure-items .tips {
    background-color: #fafafa;
    border-radius: max(15px, 1.25rem);
    padding: 0 1.5rem;
    display: flex;
}

.c-procure-items .tips span {
    font-size: max(14px, 1rem);
    line-height: max(30px, 2.5rem);
    color: #273a49;
}

.c-procure-items .tips span.tit {
    width: calc(100% - 70px);
}

.c-procure-items .tips span.date {
    width: 70px;
}

.c-procure-items .tips span.tit-1 {
    width: calc(100% - 120px);
}

.c-procure-items .tips span.enddate {
    width: 17.5rem;
}

.c-procure-items .tips span.date-1 {
    width: 120px;
}

.c-procure-items .tips span.tit-2 {
    width: calc(100% - 120px);
}

.c-procure-items .tips span.date-2 {
    width: 120px;
}

.c-procure-items .items {
    margin-top: 1rem;
}

.c-procure-items .item a {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
}

.c-procure-items .item .tit {
    width: calc(100% - 70px);
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.c-procure-items .item .date {
    width: 70px;
    font-size: 13px;
    color: #9ca2ac;
    transition: color .3s ease;
}

.c-procure-items .item .tit-1 {
    width: calc(100% - 120px);
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.c-procure-items .item .enddate {
    width: 17.5rem;
    font-size: max(13px, 0.85rem);
    color: #0c3d70;
}

.c-procure-items .item .date-1 {
    width: 120px;
    font-size: 13px;
    color: #9ca2ac;
    transition: color .3s ease;
}

.c-procure-items .item .tit-2 {
    width: calc(100% - 120px);
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.c-procure-items .item .date-2 {
    width: 120px;
    font-size: 13px;
    color: #9ca2ac;
    transition: color .3s ease;
}

@media (any-hover: hover) {

    .c-procure-items .item:hover .tit,
    .c-procure-items .item:hover .date,
    .c-procure-items .item:hover .tit-1,
    .c-procure-items .item:hover .date-1,
    .c-procure-items .item:hover .tit-2,
    .c-procure-items .item:hover .date-2 {
        color: #143766;
    }
}

.postgraduate-s1 {
    padding: 10rem 0;
    background-color: #f9f9fa;
    display: none;
}

.postgraduate-s1 .para {
    font-size: max(16px, 1.25rem);
    color: #8f96a2;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
}

.postgraduate-s2 {
    padding: 6.25rem 0;
    background: #fff url("../images/postgraduate/img-1.jpg"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/img-1.jpg*/) center bottom no-repeat;
    background-size: 100% auto;
}

.postgraduate-s2 .left-box {
    width: 20rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.postgraduate-s2 .left-box .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 3.125rem);
    text-align: center;
    font-size: 2.125rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
}

.postgraduate-s2 .left-box .box {
    width: 100%;
    border-radius: 6.875rem;
    background-color: #f0f5fa;
    padding: 1.25rem;
}

.postgraduate-s2 .left-box .cell-box {
    border-radius: 5.625rem;
    background-image: linear-gradient(50deg, #0c3d70, #256ebb);
    padding: 2rem 1rem;
}

.postgraduate-s2 .left-box i {
    display: block;
    margin: 0 auto;
    width: 3.75rem;
    height: 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-2.png*/);
}

.postgraduate-s2 .left-box span {
    display: block;
    font-size: 1.75rem;
    text-align: center;
    color: #fff;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.postgraduate-s2 .items {
    margin-left: 27.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 2.5rem;
    grid-row-gap: 12.5rem;
    position: relative;
}

.postgraduate-s2 .items:before {
    content: '';
    border-top: 2px dotted #dbdbe6;
    position: absolute;
    top: 50%;
    right: calc((100% - 2.5rem) / 4);
    left: -7.5rem;
    pointer-events: none;
}

.postgraduate-s2 .item {
    position: relative;
    width: calc(50% - 1.25rem);
    background-color: #f9f9f9;
    border-bottom: .625rem solid #efefef;
}

.postgraduate-s2 .item .top-box {
    background-color: #0c3d70;
    height: max(50px, 3.75rem);
    padding: 0 1rem;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postgraduate-s2 .item .top-box span {
    font-size: max(16px, 1.25rem);
    color: #fff;
    font-family: 'MiSans-Medium';
}

.postgraduate-s2 .item .bot-box {
    padding: 2.5rem;
    display: flex;
    align-items: flex-start;
}

.postgraduate-s2 .item .icon {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    border: 2px dashed #f0f0f0;
    padding: .625rem;
}

.postgraduate-s2 .item i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 2.75rem;
}

.postgraduate-s2 .item .para {
    width: calc(100% - 6.25rem);
    padding-left: 1.5rem;
    font-size: max(14px, 1rem);
    color: #8f96a2;
    line-height: 1.8;
    font-family: 'MiSans-Medium';
}

.postgraduate-s2 .item:nth-of-type(1):after,
.postgraduate-s2 .item:nth-of-type(2):after {
    content: '';
    width: 0;
    height: 12.5rem;
    border-left: 2px dotted #dbdbe6;
    position: absolute;
    top: calc(100% + .625rem);
    left: calc(50% - 1px);
    pointer-events: none;
}

.postgraduate-s3 {
    padding: 6.25rem 0 0;
}

.postgraduate-s3 .cont {
    margin-top: 2rem;
    position: relative;
}

.postgraduate-s3 .item {
    overflow: hidden;
}

.postgraduate-s3 .item a {
    display: block;
    height: 100%;
    position: relative;
}

.postgraduate-s3 .item .img-box {
    width: 58%;
    height: 400px;
    overflow: hidden;
    margin-left: 42%;
}

.postgraduate-s3 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.postgraduate-s3 .item .txt-box {
    width: 48%;
    height: 100%;
    padding: 5rem 3rem;
    position: absolute;
    top: 0;
    left: 0;
}

.postgraduate-s3 .item .txt-box:before {
    content: '';
    width: 920px;
    height: 920px;
    background-color: #0c3d70;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.postgraduate-s3 .item .box {
    position: relative;
    z-index: 2;
}

.postgraduate-s3 .item .tit {
    font-size: 2.25rem;
    color: #fff;
    font-family: 'MiSans-Demibold';
}

.postgraduate-s3 .item span {
    display: block;
    margin-top: 1rem;
    font-size: max(14px, 1rem);
    color: #a5b4c8;
    font-family: 'MiSans-Demibold';
}

@media (any-hover: hover) {
    .postgraduate-s3 .item:hover img {
        transform: scale(1.1);
    }
}

.postgraduate-s3 .ope {
    position: absolute;
    bottom: 5rem;
    left: 3rem;
    display: flex;
    align-items: baseline;
    z-index: 2;
}

.postgraduate-s3 .ope .num {
    width: max(90px, 8.5rem);
}

.postgraduate-s3 .ope .num span {
    font-size: 1.625rem;
    color: #a5b4c8;
}

.postgraduate-s3 .ope .num span.curr {
    font-size: 3.75rem;
}

.postgraduate-s3 .btns {
    display: flex;
    grid-gap: 14px;
    align-items: center;
}

.postgraduate-s3 .btns i {
    width: 1px;
    height: 10px;
    background-color: #a5b4c8;
}

.postgraduate-s3 .button {
    width: 16px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.postgraduate-s3 .prev {
    background-image: url("../images/postgraduate/prev-1.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/prev-1.png*/);
}

@media (any-hover: hover) {
    .postgraduate-s3 .prev:hover {
        background-image: url("../images/postgraduate/prev-2.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/prev-2.png*/);
    }
}

.postgraduate-s3 .next {
    background-image: url("../images/postgraduate/next-1.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/next-1.png*/);
}

@media (any-hover: hover) {
    .postgraduate-s3 .next:hover {
        background-image: url("../images/postgraduate/next-2.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/next-2.png*/);
    }
}

.postgraduate-s4 {
    padding: 6.25rem 0;
}

.postgraduate-s4 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2.25rem;
}

.postgraduate-s4 .item {
    width: calc((100% - 4.5rem) / 3);
    position: relative;
    padding: 0 10px 10px 0;
}

.postgraduate-s4 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #eef1f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.postgraduate-s4 .item a {
    position: relative;
    z-index: 2;
    height: 20rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: all .3s ease;
}

.postgraduate-s4 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    line-height: 1.5;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

.postgraduate-s4 .item  p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.postgraduate-s4 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    transition: color .3s ease;
}

.postgraduate-s4 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s4 .item:hover a {
        background-color: #0c3d70;
    }

    .postgraduate-s4 .item:hover .tit {
        color: #fff;
    }

    .postgraduate-s4 .item:hover .date {
        color: #a5b4c8;
    }

    .postgraduate-s4 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-2.png*/);
    }
}

.postgraduate-s5 {
    padding: 6.25rem 0;
    background-color: #f9fbfc;
}

.postgraduate-s5.nopb{
    padding-bottom: 0;
}

.postgraduate-s5 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2.5rem;
}

.postgraduate-s5 .item {
    width: calc((100% - 2.5rem) / 2);
    background-color: #fff;
    transition: all .3s ease;
}

.postgraduate-s5 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem;
}

.postgraduate-s5 .item .date {
    display: inline-block;
    padding: 0 1.25rem;
    background-color: #143766;
    font-size: max(12px, 0.875rem);
    line-height: max(30px, 2.25rem);
    font-family: 'MiSans-Demibold';
    color: #fff;
    transition: all .3s ease;
}

.postgraduate-s5 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

.postgraduate-s5 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.postgraduate-s5 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s5 .item:hover {
        background-color: #143766;
    }

    .postgraduate-s5 .item:hover .date {
        background-color: #f28332;
        color: #fffffff;
    }

    .postgraduate-s5 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-1.png*/);
    }

    .postgraduate-s5 .item:hover .tit {
        color: #fff;
    }

    .postgraduate-s5 .item:hover p {
        color: #a5b4c8;
    }
}

.postgraduate-s6 {
    padding: 6.25rem 0 3.25rem;
    display: none;
}

.postgraduate-s6 .items {
    margin-top: 2rem;
}

.postgraduate-s6 .item {
    padding: 3rem 0;
    border-top: 1px solid #eceff2;
}

.postgraduate-s6 .item:nth-of-type(1) {
    border: none;
    padding-top: 0;
}

.postgraduate-s6 .item .show {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.postgraduate-s6 .item .show:before {
    content: '';
    width: max(24px, 2.0625rem);
    height: max(24px, 2.0625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/Q.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/Q.png*/);
}

.postgraduate-s6 .item .show:after {
    content: '';
    width: 14px;
    height: max(24px, 2.0625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-4.png*/);
}

.postgraduate-s6 .item .show span {
    width: max(calc(100% - 38px), calc(100% - 2.0625rem - 14px));
    padding: 0 3.75rem 0 10px;
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    line-height: max(24px, 2.0625rem);
}

.postgraduate-s6 .item .hide {
    margin-top: 1.25rem;
    position: relative;
    background-color: #f3f5f7;
    border-radius: 10px;
    display: none;
    opacity: 0;
}

.postgraduate-s6 .item .hide:before {
    content: '';
    width: max(24px, 2.0625rem);
    height: max(24px, 2.0625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/A.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/A.png*/);
    position: absolute;
    top: 1.25rem;
    right: 2.5rem;
}

.postgraduate-s6 .item .hide .para {
    padding: 2.5rem 6.25rem 2.5rem 2.5rem;
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
}

.postgraduate-s6 .item.active .show:after {
    transform: rotate(180deg);
}

.postgraduate-s6 .item.active .hide {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.postgraduate-s7 {
    background-color: #f9f9f9;
    padding: 5rem 0;
    border-bottom: 1px solid #dddddd;
}

.postgraduate-s7 .form {
    position: relative;
    height: max(48px, 3.375rem);
    border-radius: max(24px, 1.6875rem);
    background-color: #fff;
    padding: 0 70px 0 calc(1.875rem + 15px);
}

.postgraduate-s7 .form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-1.png*/);
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.postgraduate-s7 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 10px;
}

.postgraduate-s7 .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
}

.postgraduate-s7 .items {
    margin-top: 2rem;
    margin-bottom: 3.75rem;
}

.postgraduate-s7 .item {
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 1rem;
    margin-top: 1.25rem;
}

.postgraduate-s7 .item:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s7 .item .show {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.postgraduate-s7 .item .show:before {
    content: '';
    width: max(24px, 2.0625rem);
    height: max(24px, 2.0625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/Q.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/Q.png*/);
}

.postgraduate-s7 .item .show:after {
    content: '';
    width: 14px;
    height: max(24px, 2.0625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-4.png*/);
}

.postgraduate-s7 .item .show span {
    width: max(calc(100% - 38px), calc(100% - 2.0625rem - 14px));
    padding: 0 3.75rem 0 10px;
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    line-height: max(24px, 2.0625rem);
}

.postgraduate-s7 .item .hide {
    margin-top: 1.25rem;
    position: relative;
    background-color: #f3f5f7;
    border-radius: 10px;
    display: none;
    opacity: 0;
}

.postgraduate-s7 .item .hide:before {
    content: '';
    width: max(24px, 2.0625rem);
    height: max(24px, 2.0625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/A.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/A.png*/);
    position: absolute;
    top: 1.25rem;
    right: 2.5rem;
}

.postgraduate-s7 .item .hide .para {
    padding: 2.5rem 6.25rem 2.5rem 2.5rem;
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
}

.postgraduate-s7 .item.active .show:after {
    transform: rotate(180deg);
}

.postgraduate-s7 .item.active .hide {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.postgraduate-s8 {
    padding: 5rem 0;
}

.postgraduate-s8 .form {
    position: relative;
    height: max(48px, 3.375rem);
    border-radius: max(24px, 1.6875rem);
    background-color: #f9f9fa;
    padding: 0 70px 0 calc(1.875rem + 15px);
}

.postgraduate-s8 .form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-1.png*/);
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.postgraduate-s8 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 10px;
}

.postgraduate-s8 .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
}

.postgraduate-s8 .items {
    margin-top: 2rem;
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2.5rem;
}

.postgraduate-s8 .item {
    width: calc((100% - 2.5rem) / 2);
    background-color: #f9f9fa;
    transition: all .3s ease;
}

.postgraduate-s8 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem;
}

.postgraduate-s8 .item .date {
    display: inline-block;
    padding: 0 1.25rem;
    background-color: #143766;
    font-size: max(12px, 0.875rem);
    line-height: max(30px, 2.25rem);
    font-family: 'MiSans-Demibold';
    color: #fff;
    transition: all .3s ease;
}

.postgraduate-s8 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

.postgraduate-s8 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.postgraduate-s8 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s8 .item:hover {
        background-color: #143766;
    }

    .postgraduate-s8 .item:hover .date {
        background-color: #f28332;
        color: #fffffff;
    }

    .postgraduate-s8 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-1.png*/);
    }

    .postgraduate-s8 .item:hover .tit {
        color: #fff;
    }

    .postgraduate-s8 .item:hover p {
        color: #a5b4c8;
    }
}

.postgraduate-s9 {
    padding: 5rem 0;
}

.postgraduate-s9 .form {
    position: relative;
    height: max(48px, 3.375rem);
    border-radius: max(24px, 1.6875rem);
    background-color: #f9f9fa;
    padding: 0 70px 0 calc(1.875rem + 15px);
}

.postgraduate-s9 .form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-1.png*/);
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.postgraduate-s9 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 10px;
}

.postgraduate-s9 .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
    font-size:0
}

.postgraduate-s9 .items {
    margin-top: 2rem;
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2.25rem;
}

.postgraduate-s9 .item {
    width: calc((100% - 4.5rem) / 3);
    position: relative;
    padding: 0 10px 10px 0;
}

.postgraduate-s9 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #eef1f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.postgraduate-s9 .item a {
    position: relative;
    z-index: 2;
    height: 20rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: all .3s ease;
}

.postgraduate-s9 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    line-height: 1.5;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}
.postgraduate-s9 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}
.postgraduate-s9 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    transition: color .3s ease;
}

.postgraduate-s9 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s9 .item:hover a {
        background-color: #0c3d70;
    }

    .postgraduate-s9 .item:hover .tit {
        color: #fff;
    }

    .postgraduate-s9 .item:hover .date {
        color: #a5b4c8;
    }

    .postgraduate-s9 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-2.png*/);
    }
}

.postgraduate-s10 {
    padding: 5rem 0;
}

.postgraduate-s10 .flex {
    padding: 0 8.75rem 0 3.75rem;
    display: flex;
}

.postgraduate-s10 .left-box {
    width: 21.25rem;
}

.postgraduate-s10 .left-box .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
    background-color: #fff;
    display: flex;
}

.postgraduate-s10 .left-box .sticky-box .tit {
    width: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c3d70;
}

.postgraduate-s10 .left-box .sticky-box .tit span {
    width: 20px;
    text-align: center;
    font-size: max(16px, 1.25rem);
    color: #ffffff;
    font-family: 'MiSans-Demibold';
    word-wrap: break-word;
}

.postgraduate-s10 .left-box .sticky-box .link {
    width: calc(100% - 3.75rem);
    border: 1px solid #dddddd;
    padding: 2.5rem;
}

.postgraduate-s10 .left-box .sticky-box .box {
    margin-top: 1.25rem;
}

.postgraduate-s10 .left-box .sticky-box .box:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s10 .left-box .sticky-box .box a {
    display: block;
    font-size: max(16px, 1.25rem);
    font-family: 'MiSans-Demibold';
    color: #9ca2ac;
    cursor: pointer;
    transition: color .3s ease;
}

.postgraduate-s10 .left-box .sticky-box .box a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #23415a;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 2rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.postgraduate-s10 .left-box .sticky-box .box.active a {
    color: #23415a;
}

.postgraduate-s10 .left-box .sticky-box .box.active a:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .postgraduate-s10 .left-box .sticky-box .box:hover a {
        color: #23415a;
    }
}

.postgraduate-s10 .right-box {
    width: calc(100% - 21.25rem);
    padding-left: 3.75rem;
}

.postgraduate-s10 .form {
    position: relative;
    height: max(48px, 3.375rem);
    border-radius: max(24px, 1.6875rem);
    background-color: #f9f9fa;
    padding: 0 70px 0 calc(1.875rem + 15px);
}

.postgraduate-s10 .form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-1.png*/);
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.postgraduate-s10 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 10px;
}
.postgraduate-s10 .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
}

.postgraduate-s10 .items {
    margin-top: 2rem;
    margin-bottom: 3.75rem;
}

.postgraduate-s10 .item {
    margin-top: 2rem;
    position: relative;
    padding: 0 10px 10px 0;
}

.postgraduate-s10 .item:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s10 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #eef1f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.postgraduate-s10 .item a {
    display: block;
    position: relative;
    z-index: 2;
    padding: 2rem;
    background-color: #fff;
    transition: all .3s ease;
}

.postgraduate-s10 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    transition: color .3s ease;
}

.postgraduate-s10 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

.postgraduate-s10 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    line-height: 1.5;
    margin-top: 1.25rem;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s10 .item:hover a {
        background-color: #0c3d70;
    }

    .postgraduate-s10 .item:hover .tit {
        color: #fff;
    }

    .postgraduate-s10 .item:hover .date {
        color: #a5b4c8;
    }

    .postgraduate-s10 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-2.png*/);
    }
}

.postgraduate-s11 {
    padding: 5rem 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dddddd;
}

.postgraduate-s11 .top-block {
    position: relative;
    background-color: #fff;
}

.postgraduate-s11 .single a {
    display: flex;
}

.postgraduate-s11 .single .img-box {
    width: 50%;
    height: 23.1875rem;
    overflow: hidden;
    opacity: 0;
}

.postgraduate-s11 .single img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postgraduate-s11 .single .txt-box {
    width: 50%;
    padding: 3.75rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.postgraduate-s11 .single .tit {
    font-size: 2rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    opacity: 0;
}

.postgraduate-s11 .single p {
    font-size: max(14px, 1.0625rem);
    color: #b1bcc6;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 1.25rem;
    opacity: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.postgraduate-s11 .single .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    opacity: 0;
    margin-top: 2.5rem;
}

.postgraduate-s11 .single .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.postgraduate-s11 .single.swiper-slide-active .img-box,
.postgraduate-s11 .single.swiper-slide-active .tit,
.postgraduate-s11 .single.swiper-slide-active p,
.postgraduate-s11 .single.swiper-slide-active .date {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.postgraduate-s11 .single.swiper-slide-active .tit {
    animation-delay: .1s;
}

.postgraduate-s11 .single.swiper-slide-active p {
    animation-delay: .2s;
}

.postgraduate-s11 .single.swiper-slide-active .date {
    animation-delay: .3s;
}

.postgraduate-s11 .pagination {
    width: auto;
    position: absolute;
    bottom: 3.75rem;
    left: auto;
    right: 3.125rem;
    font-size: 0;
    z-index: 2;
}

.postgraduate-s11 .pagination .wrap-s {
    width: 90% !important;
    bottom: 0;
}

.postgraduate-s11 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0c5096;
    margin-left: 10px;
    opacity: .3;
    transition: opacity .3s ease;
    pointer-events: auto;
    cursor: pointer;
}

.postgraduate-s11 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.postgraduate-s11 .pagination span.active {
    opacity: 1;
}

.postgraduate-s11 .form {
    margin-top: 3.75rem;
    position: relative;
    height: max(48px, 3.375rem);
    border-radius: max(24px, 1.6875rem);
    background-color: #ffffff;
    padding: 0 70px 0 calc(1.875rem + 15px);
}

.postgraduate-s11 .form:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-1.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-1.png*/);
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -7px;
}

.postgraduate-s11 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    padding: 0 10px;
}

.postgraduate-s11 .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
}

.postgraduate-s11 .items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
}

.postgraduate-s11 .item {
    width: calc((100% - 3.75rem) / 3);
    background-color: #fff;
}

.postgraduate-s11 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem 1.875rem 17.3125rem;
    position: relative;
}

.postgraduate-s11 .item .tit {
    font-size: max(16px, 1.375rem);
    font-family: 'MiSans-Medium';
    color: #23415a;
    margin-bottom: 2rem;
}

.postgraduate-s11 .item .img-box {
    position: absolute;
    left: 1.875rem;
    right: 1.875rem;
    bottom: 4.6875rem;
    height: 12.625rem;
    overflow: hidden;
}

.postgraduate-s11 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    will-change: transform;
}

.postgraduate-s11 .item .date {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    right: 1.875rem;
    font-size: max(12px, 0.875rem);
    line-height: 4.6875rem;
    font-family: 'MiSans-Demibold';
    color: #0c5096;
}

.postgraduate-s11 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .postgraduate-s11 .item:hover img {
        transform: scale(1.1);
    }
}

.postgraduate-s12 {
    padding: 5rem 0;
}

.postgraduate-s12 .flex {
    padding: 0 8.75rem 0 3.75rem;
    display: flex;
}

.postgraduate-s12 .left-box {
    width: 21.25rem;
}

.postgraduate-s12 .left-box .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
    background-color: #fff;
    display: flex;
}

.postgraduate-s12 .left-box .sticky-box .tit {
    width: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c3d70;
}

.postgraduate-s12 .left-box .sticky-box .tit span {
    width: 20px;
    text-align: center;
    font-size: max(16px, 1.25rem);
    color: #ffffff;
    font-family: 'MiSans-Demibold';
    word-wrap: break-word;
}

.postgraduate-s12 .left-box .sticky-box .link {
    width: calc(100% - 3.75rem);
    border: 1px solid #dddddd;
    padding: 2.5rem;
}

.postgraduate-s12 .left-box .sticky-box .box {
    margin-top: 1.25rem;
}

.postgraduate-s12 .left-box .sticky-box .box:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s12 .left-box .sticky-box .box .drop-tit {
    font-size: max(16px, 1.25rem);
    font-family: 'MiSans-Demibold';
    color: #9ca2ac;
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
}

.postgraduate-s12 .left-box .sticky-box .box .drop-tit:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #23415a;
    opacity: .3;
    transform: rotate(-90deg);
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s12 .left-box .sticky-box .box .drop-tit:hover {
        color: #23415a;
    }
}

.postgraduate-s12 .left-box .sticky-box .box .drop-link {
    margin-top: 1rem;
    display: none;
}

.postgraduate-s12 .left-box .sticky-box .box .drop-link a {
    display: block;
    font-size: max(12px, 0.9375rem);
    color: #b1bcc6;
    border-radius: 6px;
    padding: 5px 1.25rem;
    transition: color .3s ease;
}

.postgraduate-s12 .left-box .sticky-box .box .drop-link a.active {
    background-color: #0c3d70;
    color: #ffffff;
}

@media (any-hover: hover) {
    .postgraduate-s12 .left-box .sticky-box .box .drop-link a:hover {
        color: #23415a;
    }
}

.postgraduate-s12 .left-box .sticky-box .box.open .drop-tit {
    color: #23415a;
}

.postgraduate-s12 .left-box .sticky-box .box.open .drop-tit:after {
    opacity: 1;
    transform: rotate(0deg);
}

.postgraduate-s12 .left-box .sticky-box .box.open .drop-link {
    display: block;
}

.postgraduate-s12 .right-box {
    width: calc(100% - 21.25rem);
    padding-left: 3.75rem;
}

.postgraduate-s12 .right-box .cont {
    background-color: #f9f9f9;
    padding: 10px;
}

.postgraduate-s12 .filter {
    display: flex;
    position: relative;
    z-index: 2;
}

.postgraduate-s12 .filter:before {
    content: '';
    width: 1px;
    height: 26px;
    background-color: #ebebeb;
    position: absolute;
    left: 25%;
    top: 50%;
    margin-top: -13px;
    z-index: 2;
    pointer-events: none;
}

.postgraduate-s12 .filter .box {
    width: 25%;
    position: relative;
    z-index: 2;
}

.postgraduate-s12 .filter .box .tit {
    font-size: max(14px, 1.125rem);
    color: #c1c6ce;
    position: relative;
    line-height: max(48px, 3.75rem);
    padding: 0 1.25rem;
    background-color: #fff;
    cursor: pointer;
}

.postgraduate-s12 .filter .box .tit:after {
    content: '';
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #23415a;
}

.postgraduate-s12 .filter .box .hide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.25rem;
    border: 1px solid #e6e6e6;
    display: none;
}

.postgraduate-s12 .filter .box .hide span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #c1c6ce;
    margin-top: 1rem;
    cursor: pointer;
    transition: color .3s ease;
}

.postgraduate-s12 .filter .box .hide span:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .postgraduate-s12 .filter .box .hide span:hover {
        color: #0c3d70;
    }
}

.postgraduate-s12 .filter .box.open .hide {
    display: block;
}

.postgraduate-s12 .filter .form {
    width: calc(50% - 10px);
    height: max(48px, 3.75rem);
    margin-left: 10px;
    background-color: #fff;
    position: relative;
}

.postgraduate-s12 .filter .form input {
    width: 100%;
    height: 100%;
    font-size: max(14px, 1.125rem);
    color: #c1c6ce;
    padding: 0 1.25rem;
}

.postgraduate-s12 .filter .form input::-webkit-input-placeholder {
    color: #c1c6ce;
}

.postgraduate-s12 .filter .form input::-moz-placeholder {
    color: #c1c6ce;
}

.postgraduate-s12 .filter .form input:-ms-input-placeholder {
    color: #c1c6ce;
}
.form button{font-size:0}
.postgraduate-s12 .filter .form button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #0c3d70;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 15px;
    cursor: pointer;
}

.postgraduate-s12 .list-items {
    padding: 3.75rem 2.5rem;
    margin-top: 10px;
    background-color: #fff;
    position: relative;
}

.postgraduate-s12 .list-items:before {
    content: '';
    width: 50%;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    left: 0;
}

.postgraduate-s12 .list-items .block {
    margin-top: 5rem;
}

.postgraduate-s12 .list-items .block:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s12 .list-items .tit-box {
    font-size: max(16px, 1.25rem);
    color: #0c3d70;
    font-family: 'MiSans-Demibold';
    padding-bottom: 1rem;
    border-bottom: 1px solid #0c3d70;
    margin-bottom: 2rem;
}

.postgraduate-s12 .list-items .items {
    padding-bottom: 1.875rem;
    margin-bottom: 2.5rem;
}

.postgraduate-s12 .list-items .items:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

.postgraduate-s12 .list-items .s-tit {
    font-size: max(15px, 1.125rem);
    color: #23415a;
}

.postgraduate-s12 .list-items .list-box {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.postgraduate-s12 .list-items .list-box a {
    min-width: max(80px, 6.25rem);
    text-align: center;
    padding: 0 10px;
    font-size: max(14px, 1rem);
    line-height: max(36px, 3rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f9f9f9;
    border-radius: 4px;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s12 .list-items .list-box a:hover {
        background-color: #0c3d70;
        color: #fff;
    }
}

.postgraduate-s12 .info-items {
    padding: 3.75rem 2.5rem;
    margin-top: 10px;
    background-color: #fff;
    position: relative;
    display: none;
}

.postgraduate-s12 .info-items:before {
    content: '';
    width: calc(50% - 10px);
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    right: 0;
}

.postgraduate-s12 .info-items .items {
    margin-bottom: 3.125rem;
}

.postgraduate-s12 .info-items .item {
    margin-top: 1.25rem;
}

.postgraduate-s12 .info-items .item:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s12 .info-items .item a {
    display: flex;
}

.postgraduate-s12 .info-items .item .img-box {
    width: 110px;
    height: 120px;
    border: 1px solid #dddddd;
}

.postgraduate-s12 .info-items .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postgraduate-s12 .info-items .item .txt-box {
    width: calc(100% - 110px - 2.5rem);
    margin-left: 2.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bdc6ce;
    transition: border .3s ease;
}

.postgraduate-s12 .info-items .item .txt {
    width: 100%;
    display: flex;
    align-items: center;
}

.postgraduate-s12 .info-items .item .tit {
    width: 40%;
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    padding-right: 1.25rem;
}

.postgraduate-s12 .info-items .item .institute {
    width: 35%;
    font-size: max(14px, 1.0625rem);
    color: #23415a;
}

.postgraduate-s12 .info-items .item .other {
    width: 25%;
    font-size: max(14px, 1.0625rem);
    color: #23415a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .postgraduate-s12 .info-items .item:hover .txt-box {
        border-color: #0c3d70;
    }
}

.join-s1 {
    height: 100vh;
    position: relative;
}

.join-s1 .img-box {
    height: 100%;
    overflow: hidden;
}

.join-s1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-s1 .txt-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.join-s1 .tit {
    font-size: 3.375rem;
    color: #fff;
    font-family: 'MiSans-Medium';
}

.join-s1 .s-tit {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    grid-gap: 1.25rem;
}

.join-s1 .s-tit:before,
.join-s1 .s-tit:after {
    content: '';
    width: 5rem;
    height: 1px;
}

.join-s1 .s-tit:before {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

.join-s1 .s-tit:after {
    background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.join-s1 .s-tit p {
    font-size: max(14px, 1.125rem);
    color: #fff;
    font-family: 'MiSans-Demibold';
    text-shadow: 0 1px 1px #23415a;
}

.join-s1 .form {
    position: relative;
    margin-top: 5rem;
    width: 30rem;
    height: max(48px, 3.75rem);
    border-radius: max(24px, 1.875rem);
    background-color: #fff;
    overflow: hidden;
    padding-right: max(42px, calc(3rem + 6px));
}

.join-s1 .form input {
    width: 100%;
    height: 100%;
    padding: 0 1.875rem;
    font-size: max(14px, 1rem);
    color: #9ca2ad;
    background-color: transparent;
}

.join-s1 .form button {
    width: max(36px, 3rem);
    height: max(36px, 3rem);
    position: absolute;
    right: 6px;
    top: 6px;
    border-radius: 50%;
    background-color: #f28332;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/infodisclosure/icon-1-2.png"/*tpa=http://szbl.dw.cq.cn/images/infodisclosure/icon-1-2.png*/);
    background-size: auto 16px;
    cursor: pointer;
}

.join-s1 .scroll {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
}

.join-s1 .scroll span {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    position: relative;
}

.join-s1 .scroll span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/join/icon-1.png*/);
}

.join-s2 {
    padding: 7.5rem 0;
    position: relative;
    overflow: hidden;
}

.join-s2:before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 0 0 0 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

.join-s2 .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-s2 .top-box a {
    font-size: max(14px, 1rem);
    color: #23415a;
}

.join-s2 .top-box a:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-1.png*/);
    margin: -4px 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
}

.join-s2 .tit-box {
    position: relative;
}

.join-s2 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #f6f6f7;
    letter-spacing: 1rem;
    font-family: 'MiSans-Demibold';
    margin-left: 2rem;
    transform-origin: left center;
    transform: scaleX(0.8);
}

.join-s2 .tit-box .tit {
    font-size: 2rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
}

.join-s2 .bot-box {
    margin-top: 2.5rem;
    display: flex;
    align-items: flex-start;
}

.join-s2 .left-box {
    width: calc(50% + 3.75rem);
    height: 30rem;
}

.join-s2 .left-box .img-box {
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.join-s2 .left-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-s2 .right-box {
    width: calc(50% - 3.75rem);
    padding-left: 3.75rem;
}

.join-s2 .item {
    border-bottom: 1px solid #e6eaed;
}

.join-s2 .item a {
    padding: 1.25rem 0;
    display: block;
    position: relative;
}

.join-s2 .item:nth-of-type(1) a {
    padding-top: 0;
}

.join-s2 .item:last-of-type {
    border: none;
}

.join-s2 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #9ca2ad;
    font-family: 'MiSans-Medium';
    transform-origin: left center;
    transform: scale(0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.join-s2 .item p {
    font-size: max(14px, 0.9375rem);
    color: #23415a;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    opacity: 0;
}

.join-s2 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #9ca2ad;
    margin-top: 1rem;
}

.join-s2 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.join-s2 .item span {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    font-size: max(12px, 0.875rem);
    color: #f28c42;
}

.join-s2 .item span:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-6.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.join-s2 .item.active .tit {
    color: #23415a;
    transform: scale(1);
}

.join-s2 .item.active p {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.join-s3 {
    padding: 7.5rem 0;
    overflow: hidden;
}

.join-s3 .tit-box {
    position: relative;
}

.join-s3 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #f6f6f7;
    letter-spacing: 1rem;
    font-family: 'MiSans-Demibold';
    transform-origin: center center;
    transform: scaleX(0.8);
    text-align: center;
}

.join-s3 .tit-box .tit {
    font-size: 2rem;
    color: #23415a;
    font-family: 'MiSans-Demibold';
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.join-s3 .items {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem;
}

.join-s3 .item {
    width: calc(50% - 1rem);
}

.join-s3 .item a {
    position: relative;
    display: block;
    height: 100%;
    padding: 1.875rem 7.5rem 1.875rem 1.875rem;
    border-radius: 1rem;
    background-color: #f8f9fa;
    border-bottom: 5px solid #f0f2f5;
    transition: all .3s ease;
}

.join-s3 .item .icon {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
}

.join-s3 .item i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.join-s3 .item i.hide {
    opacity: 0;
}

.join-s3 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    transition: color .3s ease;
}

.join-s3 .item span {
    display: block;
    margin-top: 2rem;
    font-size: max(12px, 0.875rem);
    color: #f28c42;
}

.join-s3 .item span:after {
    content: '';
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/index/icon-6.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

@media (any-hover: hover) {
    .join-s3 .item:hover a {
        background-color: #0c3d70;
    }

    .join-s3 .item:hover i.show {
        opacity: 0;
    }

    .join-s3 .item:hover i.hide {
        opacity: 1;
    }

    .join-s3 .item:hover .tit {
        color: #fff;
    }
}

.join-s3 .bot-box {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
}

.join-s3 .bot-box a {
    font-size: max(14px, 1rem);
    color: #23415a;
}

.join-s3 .bot-box a:after {
    content: '';
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/news/icon-1.png*/);
    margin: -4px 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
}

.join-s4 {
    position: relative;
    overflow: hidden;
}

.join-s4:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/join/img-3.png"/*tpa=http://szbl.dw.cq.cn/images/join/img-3.png*/);
    z-index: 2;
}

.join-s4 .img-box img {
    display: block;
    width: 100%;
    height: 18.75vw;
    object-fit: cover;
}

.join-s4 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.join-s4 .tit {
    font-size: 2.125rem;
    color: #fff;
}

.join-s4 .tit:after {
    content: '';
    width: 3.75rem;
    height: 4px;
    background-color: #f28332;
    display: block;
    margin-top: 1rem;
}

.join-s5 {
    position: relative;
}

.join-s5 .form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 100%;
    max-width: 50rem;
    height: max(50px, 4rem);
    border-radius: max(25px, 2rem);
    background-color: #fff;
    overflow: hidden;
    padding: 0 max(100px, 8.75rem) 0 calc(2.5rem + 16px);
    box-shadow: 0 0.625rem 2.5rem rgba(12, 61, 112, 0.1);
}

.join-s5 .form:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-2.svg"/*tpa=http://szbl.dw.cq.cn/images/join/icon-2.svg*/);
    position: absolute;
    left: 2.5rem;
    top: 50%;
    margin-top: -8px;
}

.join-s5 .form input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: max(14px, 1rem);
    color: #9ca2ad;
}

.join-s5 .form button {
    position: absolute;
    right: 0;
    top: 0;
    width: max(100px, 8.75rem);
    height: 100%;
    font-size: max(14px, 1.125rem);
    color: #fff;
    background-color: #f28332;
    cursor: pointer;
}

.join-s5 .flex {
    display: flex;
    padding-top: 9.375rem;
}

.join-s5 .left-box {
    width: 23.125rem;
    padding: 0 2.5rem 7.5rem 0;
    border-right: 1px solid #eff1f1;
}

.join-s5 .left-box .ope {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eff1f1;
}

.join-s5 .left-box .ope .tit {
    font-size: 14px;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.join-s5 .left-box .ope span {
    font-size: 14px;
    color: #9ca2ac;
    cursor: pointer;
}

.join-s5 .left-box .group-block {
    padding-top: 1.875rem;
}

.join-s5 .left-box .group-block .block {
    margin-top: 2.5rem;
}

.join-s5 .left-box .group-block .block:nth-of-type(1) {
    margin-top: 0;
}

.join-s5 .left-box .group-block .label {
    font-size: max(16px, 1.125rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.join-s5 .left-box .group-block .group {
    margin-top: 1.5rem;
}

.join-s5 .left-box .group-block .box {
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.join-s5 .left-box .group-block .box i {
    width: 15px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/join/icon-3-1.png*/);
}

.join-s5 .left-box .group-block .box span {
    width: calc(100% - 15px);
    padding-left: 12px;
    font-size: max(14px, 0.9375rem);
    color: #23415a;
    line-height: 20px;
}

.join-s5 .left-box .group-block .box.check i {
    background-image: url("../images/join/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/join/icon-3-2.png*/);
}

.join-s5 .right-box {
    width: calc(100% - 23.125rem);
    padding: 0 0 7.5rem 5rem;
}

.join-s5 .right-box .label {
    font-size: 2rem;
    color: #1f394f;
    font-family: 'MiSans-Demibold';
}

.join-s5 .items {
    margin: 2rem 0 3.75rem;
    border-top: 1px solid #eff1f1;
}

.join-s5 .item {
    position: relative;
}

.join-s5 .item:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1f394f;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform-origin: left top;
    transform: scaleX(0);
}

.join-s5 .item a {
    display: block;
    padding: 2rem 0;
    border-bottom: 1px solid #eff1f1;
}

.join-s5 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #1f394f;
    transition: color .3s ease;
}

.join-s5 .item .tips {
    margin-top: 1rem;
    display: flex;
    grid-gap: 2.25rem;
}

.join-s5 .item .tips span {
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    position: relative;
}

.join-s5 .item .tips span:after {
    content: '';
    width: 1px;
    height: 1rem;
    background-color: #cfd4dc;
    position: absolute;
    right: -1.875rem;
    top: 50%;
    margin-top: -0.5rem;
}

.join-s5 .item .tips span:last-of-type:after {
    display: none;
}

@media (any-hover: hover) {
    .join-s5 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }
}

.join-s6 {
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f3f5;
}

.join-s6 a {
    font-size: max(14px, 1rem);
    line-height: max(48px, 3.75rem);
    color: #b1bcc6;
}

.join-s6 a:after {
    content: '';
    width: 8px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-1.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 1rem 0;
}

.join-s6 span {
    font-size: max(14px, 1rem);
    color: #8395a5;
}

.join-s7 {
    padding: 7.5rem 0;
}

.join-s7 .top-block {
    padding-bottom: 3.75rem;
    border-bottom: 4px solid #0c3d70;
}

.join-s7 .top-block .tit {
    font-size: 2.875rem;
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.join-s7 .top-block .tips {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 3.75rem;
    grid-row-gap: 1rem;
}

.join-s7 .top-block .tips span {
    font-size: max(14px, 1rem);
    color: #9ca2ac;
}

.join-s7 .mid-block {
    margin-top: 3.75rem;
}

.join-s7 .block {
    margin-top: 3.75rem;
}

.join-s7 .block:nth-of-type(1) {
    margin-top: 0;
}

.join-s7 .block .tit {
    font-size: max(16px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    position: relative;
    padding-left: 1.25rem;
}

.join-s7 .block .tit:before {
    content: '';
    width: 5px;
    height: 1.25rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.625rem;
}

.join-s7 .block .para {
    margin-top: 1.5rem;
    background-color: #f9f9fa;
    border-radius: 10px;
    padding: 2.5rem;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    line-height: 2;
    font-family: 'MiSans-Demibold';
}

.join-s7 .block .para strong {
    color: #23415a;
}

.join-s7 .block .desc {
    margin-top: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
}

.join-s7 .block .desc .box {
    display: flex;
    padding: 2rem 3.75rem;
    display: flex;
    align-items: baseline;
}

.join-s7 .block .desc .box:nth-of-type(odd) {
    background-color: #f9f9fa;
}

.join-s7 .block .desc .box:nth-of-type(even) {
    background-color: #f3f3f3;
}

.join-s7 .block .desc .box span {
    width: 12.5rem;
    font-size: max(14px, 1.0625rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    padding-right: 1rem;
}

.join-s7 .block .desc .box .s-para {
    width: calc(100% - 12.5rem);
    font-size: max(14px, 1rem);
    color: #7e8992;
    line-height: 2;
}

.join-s7 .bot-block {
    background-color: #0c3d70;
    display: flex;
    padding: 2rem 3.75rem;
    display: flex;
    align-items: baseline;
    border-radius: 10px;
    overflow: hidden;
}

.join-s7 .bot-block span {
    width: 12.5rem;
    font-size: max(14px, 1.0625rem);
    color: #ffffff;
    font-family: 'MiSans-Demibold';
    padding-right: 1rem;
}

.join-s7 .bot-block p {
    width: calc(100% - 12.5rem);
    font-size: max(14px, 1rem);
    color: #ffffff;
    line-height: 2;
}

.join-s8 {
    border-bottom: 1px solid #dce2e4;
}

.join-s8 .sw {
    display: flex;
    grid-gap: 2rem;
}

.join-s8 a {
    padding: 0 1.5rem;
    line-height: max(50px, 4.375rem);
    position: relative;
    font-size: max(14px, 1.0625rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    transition: color .3s ease;
}

.join-s8 a:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #11559b;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.join-s8 a.active {
    color: #0c3d70;
}

.join-s8 a.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .join-s8 a:hover {
        color: #0c3d70;
    }
}

.join-s9 {
    padding: 3.75rem 0 5rem;
}

.join-s9 .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-s9 .top-block .tit {
    font-size: 2rem;
    color: #1f394f;
    font-family: 'MiSans-Demibold';
}

.join-s9 .top-block .filter {
    display: flex;
    grid-gap: 1.25rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.join-s9 .top-block .option {
    width: 160px;
    position: relative;
    z-index: 2;
}

.join-s9 .top-block .option i {
    display: block;
    padding: 0 1.25rem;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    line-height: 44px;
    font-style: normal;
    border: 1px solid #dedede;
    cursor: pointer;
    position: relative;
}

.join-s9 .top-block .option i:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #23415a;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.join-s9 .top-block .option .link {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 1.25rem;
    font-size: 0;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    display: none;
}

.join-s9 .top-block .option .link a {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 12px;
    line-height: 2;
    color: #333;
}

.join-s9 .top-block .option.open .link {
    display: block;
}

.join-s9 .top-block .form {
    position: relative;
    width: 30rem;
    padding-right: 90px;
    height: 46px;
    border: 1px solid #dedede;
}

.join-s9 .top-block .form input {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: max(14px, 1rem);
    color: #9ca2ac;
}

.join-s9 .top-block .form button {
    height: 46px;
    width: 90px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #143766;
    font-size: max(14px, 1rem);
    color: #a5b4c8;
    cursor: pointer;
}

.join-s9 .items-1 {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.join-s9 .items-1 .item {
    width: calc((100% - 1.25rem) / 2);
}

.join-s9 .items-1 .item a {
    display: block;
    height: 100%;
    background-color: #fff;
    border: .625rem solid #f9f9fa;
    padding: 0 2.5rem 2.5rem 2.5rem;
    transition: border .3s ease;
}

.join-s9 .items-1 .item .top-box {
    height: max(100px, 8.75rem);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.25rem;
}

.join-s9 .items-1 .item .date {
    width: max(60px, 5rem);
    border-top: 5px solid #f28332;
}

.join-s9 .items-1 .item .date i {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2;
}

.join-s9 .items-1 .item .date span {
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: max(30px, 3.125rem);
    background-color: #0c3d70;
}

.join-s9 .items-1 .item .tit {
    width: max(calc(100% - 60px), calc(100% - 5rem));
    padding-right: 3.75rem;
    font-size: max(16px, 1.25rem);
    color: #23415a;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-s9 .items-1 .item p {
    font-size: max(14px, 0.9375rem);
    color: #9ca2ac;
    font-family: 'MiSans-Medium';
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .join-s9 .items-1 .item:hover a {
        border-color: #0c3d70;
    }
}

.join-s9 .items-2 {
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
}

.join-s9 .items-2 .item {
    margin-top: 1.25rem;
    background-color: #f9f9fa;
    transition: box-shadow .3s ease;
}

.join-s9 .items-2 .item:nth-of-type(1) {
    margin-top: 0;
}

.join-s9 .items-2 .item a {
    display: block;
    position: relative;
    padding: 0 2.5rem 2.5rem;
}

.join-s9 .items-2 .item .date {
    width: max(60px, 5rem);
}

.join-s9 .items-2 .item .date i {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: max(12px, 1rem);
    color: #9ca2ac;
    font-family: 'MiSans-Demibold';
    background-color: #f4f4f4;
    line-height: 2.5;
}

.join-s9 .items-2 .item .date span {
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: max(30px, 3.125rem);
    background-color: #0c3d70;
}

.join-s9 .items-2 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    margin-top: 1.5rem;
}

.join-s9 .items-2 .item p {
    font-size: max(14px, 1rem);
    color: #9ca2ad;
    line-height: 1.5;
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .join-s9 .items-2 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }
}

.join-s10 {
    padding: 5rem 0;
}

.join-s10 .block {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 5px solid #eef1f5;
}

.join-s10 .block:nth-of-type(1) {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.join-s10 .block .label {
    font-size: max(20px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    position: relative;
    padding-left: 1.25rem;
}

.join-s10 .block .label:before {
    content: '';
    width: 5px;
    height: 1.25rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.625rem;
}

.join-s10 .block .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
}

.join-s10 .block .item {
    width: calc((100% - 3.75rem) / 3);
    background-color: #f9f9fa;
    border-bottom: 5px solid #eff1f3;
    padding: 2.5rem 3.75rem 0;
    border-radius: 10px;
    transition: box-shadow .3s ease;
}

.join-s10 .block .item a {
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    padding: 1.25rem 1.875rem calc(3.25rem + 32px);
    position: relative;
}

.join-s10 .block .item .img-box {
    height: 24px;
}

.join-s10 .block .item .img-box img {
    display: block;
    height: 100%;
}

.join-s10 .block .item .tit {
    font-size: max(14px, 1rem);
    color: #9ca2ad;
    font-family: 'MiSans-Demibold';
    margin-top: 1rem;
}

.join-s10 .block .item span {
    position: absolute;
    bottom: 1.25rem;
    left: 1.875rem;
    background-color: #0c3d70;
    border-radius: 16px;
    padding: 0 1rem;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}

@media (any-hover: hover) {
    .join-s10 .block .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
    }
}

.join-s11 {
    padding: 5rem 0;
    background-color: #eff1f3;
}

.join-s11 .label {
    font-size: max(20px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    position: relative;
    padding-left: 1.25rem;
}

.join-s11 .label:before {
    content: '';
    width: 5px;
    height: 1.25rem;
    background-color: #f28332;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.625rem;
}

.join-s11 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
}

.join-s11 .item {
    width: calc((100% - 1.875rem) / 2);
    height: max(90px, 6.875rem);
    border-radius: 10px;
    background-color: #fff;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.join-s11 .item .tit {
    width: max(calc(100% - 120px), calc(100% - 10rem));
    font-size: max(14px, 1.0625rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    padding-right: 2rem;
    transition: color .3s ease;
}

.join-s11 .item a {
    width: max(120px, 10rem);
    font-size: max(10px, 0.875rem);
    line-height: max(30px, 2.5rem);
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: max(15px, 1.25rem);
    background-color: #98a0a9;
    transition: all .3s ease;
}

.join-s11 .item a:before {
    content: '';
    width: max(12px, 0.9375rem);
    height: max(12px, 0.9375rem);
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-4.png"/*tpa=http://szbl.dw.cq.cn/images/join/icon-4.png*/);
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .join-s11 .item:hover {
        background-color: #0c3d70;
    }

    .join-s11 .item:hover .tit {
        color: #fff;
    }

    .join-s11 .item:hover a {
        background-color: #f28332;
        color: #fff;
    }
}

@media screen and (max-width: 1921px) {
    .about-s5 .item .img-box {
        width: 13.75rem;
    }

    .about-s5 .item .txt-box {
        width: calc(100% - 13.75rem);
    }

    .about-s16 .info {
        margin-top: 2.5rem;
    }

    .about-s16 a.more {
        margin-top: 3.75rem;
    }

    .news-s13 .item a {
        height: 23rem;
    }
}

@media screen and (max-width: 1870px) {
    .c-procure-items .tips span.enddate {
        width: 150px;
    }

    .c-procure-items .tips span.tit-1 {
        /* width: calc(100% - 270px); */
    }

    .c-procure-items .item .enddate {
        width: 150px;
    }

    .c-procure-items .item .tit-1 {
        /* width: calc(100% - 270px); */
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 15px;
    }

    .news-s13 .item .info {
        display: block;
    }

    .news-s13 .item .info span {
        display: inline-block;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1681px) {
    html {
        font-size: 14px;
    }

    .about-s7 .info span {
        width: 90px;
    }

    .about-s7 .info p {
        width: calc(100% - 90px);
    }

    .about-s7 .pic-box {
        width: 70%;
    }

    .about-s7 .txt-box {
        width: 30%;
        margin-left: 70%;
    }

    .about-s16 .txt-box {
        width: 45%;
    }

    .about-s16 .pic-box {
        width: 55%;
    }

    .c-subnav {
        padding: 0 3.75rem;
    }

    .c-subnav .item {
        margin-left: 2.5rem;
    }
}

@media screen and (max-width: 1560px) {
    .news-s6 .item a {
        padding: 2rem 1.875rem calc(7.5rem + 9.2vw);
    }

    .news-s6 .item .img-box {
        height: 9.2vw;
    }

    .news-s4 .item a {
        padding: 15.2vw 0 5.625rem;
    }

    .news-s4 .item .img-box {
        height: 15.2vw;
    }

    .partybuilding-s5 .item a {
        padding: 2.5rem 2.5rem calc(8.0625rem + 12.6vw);
    }

    .partybuilding-s5 .item .img-box {
        height: 12.6vw;
    }

    .about-s15 .txt-box .para {
        -webkit-line-clamp: 12;
    }

    .postgraduate-s3 .item .img-box {
        height: 28vw;
    }

    .about-s22 .items {
        height: 60vw;
    }
}

@media screen and (max-width: 1441px) {
    html {
        font-size: 13px;
    }

    .about-s22 .item .img-box {
        height: 18vw;
    }
}

@media screen and (max-width: 1367px) {
    html {
        font-size: 12px;
    }

    .about-s7 .info span {
        width: 80px;
    }

    .about-s7 .info p {
        width: calc(100% - 80px);
    }

    .about-s7 .pic-box {
        width: 65%;
    }

    .about-s7 .txt-box {
        width: 35%;
        margin-left: 65%;
    }

    .about-s5 .item .img-box {
        width: 12rem;
    }

    .about-s5 .item .txt-box {
        width: calc(100% - 12rem);
    }

    .index-s2 .right-block .top-block .item .name,
    .index-s2 .right-block .top-block .item .addr {
        margin-top: 5px;
    }

    .c-subnav .item {
        margin-left: 0;
    }
}

@media screen and (max-width: 1281px) {
    html {
        font-size: 10px;
    }

    .news-s13 .item a {
        height: 26rem;
    }
}

@media screen and (max-width: 1200px) {
    .header li {
        padding-right: 4rem;
    }

    .header .dropmenu .item .tit {
        padding-right: 4rem;
    }

    .slider-main .slider-menu .item .linkbox a {
        width: 100%;
    }

    .about-s8 .item {
        width: calc(50% - 1.875rem);
    }

    .about-s8 .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .about-s2 .tab-tit .item a {
        padding: 0 2.5rem;
    }

    .about-s5 .item {
        width: calc(50% - 1.25rem);
    }

    .about-s6 .r-box {
        display: none;
    }

    .c-scroll-page {
        padding-right: 0;
    }

    .c-scroll-page .left-block {
        width: 100%;
        padding-right: 3.75rem;
    }

    .c-scroll-page .right-block {
        display: none;
    }

    .news-s13 .item a {
        height: 30rem;
    }

    .news-s9,
    .news-s11,
    .news-s13,
    .news-s15 {
        margin-right: -3.75rem;
    }

    .news-s9 .block,
    .news-s11 .block,
    .news-s13 .block,
    .news-s15 .block {
        margin-right: 3.75rem;
    }

    .news-s14 .item .img-box {
        height: 25vw;
display:none;
    }

    .partybuilding-s4 .s-flex {
        display: block;
    }

    .partybuilding-s4 .s-flex .link {
        display: inline-block;
    }

    .partybuilding-s4 .year-box {
        justify-content: right;
    }
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 10px;
    }

    .slider-main .slider-bar {
        display: none;
    }

    .slider-main .slider-menu {
        display: none;
    }

    .slider-main .slider-body {
        padding-left: 0;
    }

    .slider-main .slider-body .header {
        left: 0;
    }

    .slider-main .slider-mask {
        display: none;
    }

    .header {
        display: none;
    }

    .head-null {
        height: 60px;
    }

    .m-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        height: 60px;
        padding: 10px 5vw;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: block;
    }

    .m-header .logo {
        display: inline-block;
        height: 40px;
        position: relative;
        z-index: 3;
    }

    .m-header .logo img {
        display: block;
        height: 100%;
        width: auto;
    }

    .m-header .ope {
        position: absolute;
        right: 5vw;
        top: 0;
        height: 100%;
        font-size: 0;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .m-header a.lang {
        width: 36px;
        height: 36px;
        background-color: #f1f1f1;
        border-radius: 50%;
        font-size: 14px;
        color: #0c3d70;
        line-height: 36px;
        text-align: center;
    }

    .m-header a.search {
        width: 36px;
        height: 36px;
        background-color: #f1f1f1;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/icon-2.png"/*tpa=http://szbl.dw.cq.cn/images/icon-2.png*/);
        background-size: 16px;
        margin-left: 10px;
    }

    .m-header a.menu {
        width: 24px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        border-top: 2px solid #0c3d70;
        position: relative;
        margin-left: 15px;
    }

    .m-header a.menu:before,
    .m-header a.menu:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #0c3d70;
        position: absolute;
        left: 0;
    }

    .m-header a.menu:before {
        top: 7px;
    }

    .m-header a.menu:after {
        bottom: 0;
    }

    .m-header .m-head-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        z-index: 2;
        display: none;
    }

    .m-header .m-head-nav .close {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 5vw;
        top: 19px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/close.svg"/*tpa=http://szbl.dw.cq.cn/images/close.svg*/);
    }

    .m-header .m-head-nav .singlelink {
        border-top: 1px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 1rem;
        height: 60px;
        padding: 0 5vw;
    }

    .m-header .m-head-nav .singlelink a {
        padding: 0 10px;
        line-height: 36px;
        font-size: 12px;
        color: #23415a;
        background-color: #f9f9fa;
        text-align: center;
    }

    .m-header .m-head-nav .singlelink a:nth-of-type(1) {
        margin-left: 0;
    }

    .m-header .m-head-nav .block {
        height: calc(100vh - 180px);
        overflow: auto;
        padding: 0 5vw;
        border-top: 1px solid #e6e6e6;
    }

    .m-header .m-head-nav li {
        border-bottom: 1px solid #e6e6e6;
    }

    .m-header .m-head-nav li .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m-header .m-head-nav li .box i {
        width: 40px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: auto 6px;
        background-image: url("../images/icon-6.png"/*tpa=http://szbl.dw.cq.cn/images/icon-6.png*/);
        transition: transform .3s ease;
    }

    .m-header .m-head-nav li .box a {
        font-size: 16px;
        line-height: 50px;
        color: #252d36;
    }

    .m-header .m-head-nav li .subnav {
        padding: 0 20px 20px;
        display: none;
        font-size: 0;
    }

    .m-header .m-head-nav li .subnav a {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 30px;
        color: #252d36;
    }

    .m-header .m-head-nav li.active .box i {
        transform: rotate(180deg);
    }

    .join-header {
        height: 60px;
        padding: 0 5%;
    }

    .join-header .main {
        height: 100%;
    }

    .join-header ul {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        padding: 60px 30px;
        text-align: left;
        z-index: 3;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        overflow: auto;
    }

    .join-header ul.active {
        left: 0;
    }

    .join-header li {
        display: block;
        position: relative;
        border-bottom: 1px solid #ededed;
    }

    .join-header li a.single {
        line-height: 50px;
        color: #3e4247;
    }

    .join-header li a.single:after {
        display: none;
    }

    .join-header a.backhome {
        font-size: 12px;
        line-height: 30px;
        margin-right: 40px;
    }

    .join-header .mNavBtn {
        display: block;
        width: 20px;
        height: 16px;
        right: 5%;
        top: 22px;
        position: fixed;
        cursor: pointer;
        z-index: 4;
    }

    .join-header .mNavBtn span {
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background-color: #0c3d70;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .join-header .mNavBtn span.line1 {
        top: 0;
    }

    .join-header .mNavBtn span.line2 {
        top: 7px;
    }

    .join-header .mNavBtn span.line3 {
        bottom: 0;
    }

    .join-header .mNavBtn.active span {
        background-color: #0c3d70;
    }

    .join-header .mNavBtn.active .line2 {
        display: none;
    }

    .join-header .mNavBtn.active .line1 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }

    .join-header .mNavBtn.active .line3 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 7px;
    }

    .join-null {
        height: 60px;
    }
/*
    .footer {
        padding: 0 5%;
    }

    .footer .top-block {
        justify-content: center;
        padding: 2rem 0;
    }

    .footer .top-block .follow {
        display: none;
    }

    .footer .mid-block {
        justify-content: center;
        padding: 2rem 0;
        flex-wrap: wrap;
    }

    .footer .mid-block .left-box {
        white-space: normal;
    }

    .footer .mid-block .left-box span {
        display: none;
    }

    .footer .mid-block .left-box .para {
        margin-top: 0;
    }

    .footer .mid-block .right-box {
        width: 100%;
        margin-top: 2rem;
    }

    .footer .mid-block .right-box .sw {
        justify-content: center;
    }

    .footer .bot-block {
        display: block;
        padding: 2rem 0;
    }

    .footer .bot-block .left-box{
        display: block;
    }

    .footer .bot-block .left-box .newicon{
        display: block;
        margin: 0 auto 10px;
    }

    .footer .bot-block .left-box p {
        text-align: center;
    }

    .footer .bot-block .right-box {
        text-align: center;
        margin-top: 1rem;
    }
*/
    .fixed-search .tips .link .box {
        width: 50%;
        margin: 1rem 0 0 !important;
    }

    .fixed-search .tips .link .box:nth-of-type(1),
    .fixed-search .tips .link .box:nth-of-type(2) {
        margin-top: 0 !important;
    }

    .c-crumbs {
        display: none;
    }

    .c-subnav {
        width: 100%;
        padding: 0;
    }

    .inner-banner .img-box {
        width: 100%;
        height: 60vw;
        margin-left: 0;
    }

    .inner-banner .txt-box {
        width: 100%;
        height: 60vw;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .inner-banner .tit span {
        color: #fff;
        text-align: center;
    }

    .inner-banner.large .c-subnav {
        padding: 0;
    }

    .inner-banner.large .txt-box {
        background-color: transparent;
    }

    .inner-banner.large .img-box img {
        object-position: 86%;
    }

    .inner-banner.large .tit {
        align-items: flex-start;
        padding-top: 15vw;
    }

    .inner-banner .tit {
        padding: 0 5vw 5.625rem;
    }

    .inner-banner .tit p {
        color: #fff;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .about-s1 {
        padding: 0;
        overflow: hidden;
    }

    .about-s1 .img-box img {
        width: 160%;
    }

    .about-s2 {
        padding: 0;
    }

    .about-s2 .tab-tit {
        margin: 0;
        height: 51px;
        overflow: hidden;
    }

    .about-s2 .tab-tit .item {
        width: auto;
    }

    .about-s7 {
        padding: 2rem 5% 0;
    }

    .about-s7 .pic-box {
        position: static;
        width: 100%;
    }

    .about-s7 .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .about-s8 {
        padding: 6rem 5%;
    }

    .about-s9 .form-box {
        padding: 6rem 5%;
    }

    .about-s13 .info-box {
        display: block;
    }

    .about-s13 .info {
        margin: 1rem 0 0;
    }

    .about-s10 .main {
        display: none;
    }

    .about-s10 .label {
        display: block;
    }

    .about-s10 .items {
        height: auto;
        display: flex;
        margin-top: 2rem;
    }

    .about-s10 .item {
        position: static;
        width: calc((100% - 3rem) / 3);
        display: block;
        margin-left: 1.5rem;
    }

    .about-s10 .item:nth-of-type(1) {
        margin: 0;
    }

    .about-s10 .item .img-box {
        width: 100%;
        height: auto;
    }

    .about-s10 .item:nth-of-type(3) {
        transform: none;
    }

    .about-s10 {
        padding: 6rem 0;
    }

    .about-s13 {
        padding-bottom: 6rem;
    }

    .about-s13 {
        padding: 6rem 0;
    }

    .about-s5 {
        padding: 6rem 5%;
    }

    .about-s6 {
        padding: 6rem 0;
    }

    .about-s6 .year-box {
        display: none;
    }

    .about-s3 {
        padding: 6rem 5% 0;
    }

    .about-s3 .bot-box {
        margin: 0 -5vw;
        padding: 4rem 5vw;
    }

    .about-s4 {
        padding: 6rem 0;
    }

    .about-s4 .txt-box {
        width: 50%;
    }

    .about-s4 .img-box {
        width: 50%;
    }

    .about-s14 {
        padding: 6rem 5%;
    }

    .c-organization .bot-box .item .link a span:after {
        display: none;
    }

    .c-news-topbox .label {
        font-size: 2rem;
    }

    .news-s15 .item p {
        display: none;
    }

    .news-s14 .item .img-box {
        height: 30vw;
    }

    .partybuilding-s4 .link a {
        transition: none;
        width: 33.33%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .news-s4 .item .img-box {
        opacity: 1;
    }

    .news-s7 .top-box {
        padding: 4rem 5%;
    }

    .news-s7 .bot-box {
        padding: 2rem 5%;
    }

    .news-s7 .share {
        display: none;
    }

    .news-s7 .bot-box .info {
        width: 100%;
    }

    .news-s8 {
        padding: 4rem 5%;
    }

    .news-s2 .item .img-box {
        width: 40%;
    }

    .news-s2 .item .txt-box {
        width: 60%;
    }

    .news-s6 .item a {
        padding: 2rem 1.875rem calc(10rem + 9.2vw);
    }

    .news-s6 .item .img-box {
        bottom: 8rem;
        opacity: 1;
    }

    .news-s6 .item .info {
        display: block;
    }

    .news-s6 .item .info span {
        display: inline-block;
        margin-top: 1rem;
    }

    .c-subnav .item {
        width: 33.33%;
        text-align: center;
    }

    .c-subnav .item a {
        padding: 0;
    }

    .partybuilding-s6 .item span {
        opacity: 1;
    }

    .partybuilding-s10 .share {
        display: none;
    }

    .news-s17 {
        margin: 2rem 5% 0;
    }

    .partybuilding-s4 .label.t-left {
        text-align: center;
    }

    .partybuilding-s4 .s-flex .link {
        display: block;
    }

    .partybuilding-s4 .year-box {
        justify-content: center;
    }

    .news-s16 .right-box .typeope {
        display: none;
    }

    .news-s16 .rili-table {
        display: none;
    }

    .news-s16 .listitems {
        display: block;
    }

    .tenders-s3 .top-box {
        padding: 4rem 5%;
    }

    .tenders-s3 .bot-box .para {
        width: 100%;
    }

    .tenders-s3 .top-box .tit {
        font-size: 2rem;
    }

    .tenders-s3 .bot-box {
        padding: 2rem 5%;
    }

    .tenders-s4 {
        padding: 4rem 0;
    }

    .tenders-s3 .share {
        display: none;
    }

    .szbl-s3 .item .img-box {
        height: 36vw;
    }

    .szbl-s1 .single .img-box {
        height: 30vw;
    }

    .partybuilding-s12 .single .img-box {
        height: 30vw;
    }

    .szbl-s2 {
        padding: 6rem 0;
    }

    .szbl-s2 .items {
        height: auto;
        margin-top: 2rem;
        display: flex;
        margin-right: -1rem;
    }

    .szbl-s2 .item {
        width: calc(16.66% - 1rem);
        margin-right: 1rem;
        position: static;
    }

    .szbl-s2 .item .img-box {
        width: 100%;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        border-radius: 0;
    }

    .szbl-s2 .item .img-box img {
        opacity: 1;
    }

    .szbl-s2 .item span {
        display: block;
        position: static;
        text-align: center;
        margin-top: 2rem;
        transform: none;
        white-space: normal;
    }

    .szbl-s2 .item .img-box:after,
    .szbl-s2 .item .icon,
    .szbl-s2 .item span:before,
    .szbl-s2 .item span:after {
        display: none;
    }

    .about-s10 .label {
        font-size: 2rem;
    }

    .about-s12 .label {
        font-size: 2rem;
    }

    .about-s13 .label {
        font-size: 2rem;
    }

    .scientific-s1 .top-block .types {
        display: none;
    }

    .index-s1 {
        height: auto;
        display: block;
    }

    .index-s1 .left-block {
        width: 100%;
    }

    .index-s1 .banner {
        height: 60vw;
    }

    .index-s1 .banner .button {
        display: none;
    }

    .index-s1 .banner .item .txt-box {
        bottom: 4rem;
    }

    .index-s1 .banner .pagination {
        bottom: 2rem;
        text-align: center;
        width: 100%;
    }

    .index-s1 .right-block {
        width: 100%;
    }

    .index-s2 {
        padding-bottom: 6rem;
        display: block;
    }

    .index-s2 .left-block {
        width: 100%;
        padding-bottom: 4.375rem;
    }

    .index-s2 .left-block .top-block .items {
        height: auto;
        padding-right: 0;
    }

    .index-s2 .left-block .bot-block a {
        height: 20vw;
    }

    .index-s2 .right-block {
        width: 100%;
    }

    .index-s2 .right-block .bot-block .items {
        height: 100vw;
    }

    .partybuilding-s4 .s-flex {
        margin-top: 2rem;
    }

    .partybuilding-s4 .year-box {
        position: absolute;
        right: 5%;
        top: calc(100% + 2.2rem);
        z-index: 5;
    }

    .news-s16 .flex {
        display: block;
    }

    .news-s16 .left-box {
        width: 100%;
        padding: 3rem 5% 2rem;
    }

    .news-s16 .left-box .clear {
        position: static;
    }

    .news-s16 .left-box .m-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 2rem;
    }

    .news-s16 .left-box .showbtn {
        display: block;
        font-size: 14px;
        color: #9ca2ac;
    }

    .news-s16 .filter-box {
        margin-top: 0;
        border: none;
        max-height: 60vh;
        margin-right: -10px;
        padding-right: 10px;
        overflow: auto;
    }

    .news-s16 .m-according {
        position: absolute;
        top: 160px;
        left: 5%;
        right: 5%;
        padding: 4rem 2rem 2rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        z-index: 5;
        display: none;
    }

    .news-s16 .m-according .close {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 3rem;
        top: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/close.svg"/*tpa=http://szbl.dw.cq.cn/images/close.svg*/);
    }

    .news-s16 .right-box {
        width: 100%;
        padding: 2rem 5% 6rem;
    }

    .scientific-s8 {
        padding: 0;
    }

    .scientific-s8 .flex {
        display: block;
    }

    .scientific-s8 .left-box {
        width: 100%;
        padding: 3rem 5% 2rem;
        border-bottom: 1px solid #ddd;
    }

    .scientific-s8 .left-box .clear {
        position: static;
    }

    .scientific-s8 .left-box .m-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 2rem;
    }

    .scientific-s8 .left-box .showbtn {
        display: block;
        font-size: 14px;
        color: #9ca2ac;
    }

    .scientific-s8 .filter-box {
        max-height: 60vh;
        margin-right: -10px;
        padding-right: 10px;
        overflow: auto;
    }

    .scientific-s8 .m-according {
        position: absolute;
        top: 160px;
        left: 5%;
        right: 5%;
        padding: 4rem 2rem 2rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        z-index: 5;
        display: none;
    }

    .scientific-s8 .m-according .close {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 3rem;
        top: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/close.svg"/*tpa=http://szbl.dw.cq.cn/images/close.svg*/);
    }

    .scientific-s8 .left-box .tips {
        display: none;
    }

    .scientific-s8 .right-box {
        width: 100%;
        padding: 2rem 5% 6rem;
    }

    .scientific-s8 .right-box .types {
        display: none;
    }

    .scientific-s9 {
        padding: 0;
    }

    .scientific-s10 {
        padding-top: 0;
    }

    .scientific-s10 .tab-tit {
        margin: 0;
        top: 60px;
    }

    .scientific-s10 .tab-tit .item {
        width: 33.33%;
        text-align: center;
    }

    .scientific-s10 .tab-tit .item span {
        padding: 0;
    }

    .workers-s1 .txt-box {
        padding: 0 3.75rem;
    }

    .workers-s1 .link {
        margin-top: 2rem;
        flex-wrap: wrap;
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        justify-content: left;
    }

    .workers-s1 .link a {
        padding-right: 1.25rem;
    }

    .workers-s2 .link {
        margin-top: 2rem;
        flex-wrap: wrap;
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        justify-content: left;
    }

    .workers-s2 .link a {
        padding-right: 1.25rem;
    }

    .workers-s3 .block {
        padding: 5rem 3.75rem;
    }

    .workers-s3 .link {
        margin-top: 2rem;
        flex-wrap: wrap;
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        justify-content: left;
    }

    .workers-s3 .link a {
        padding-right: 1.25rem;
    }

    .procure-s1 .block-1.half {
        width: 100%;
    }

    .about-s22 {
        padding: 6rem 0;
    }

    .about-s22 .main {
        display: none;
    }

    .about-s22 .label {
        display: block;
    }

    .about-s22 .items {
        height: auto;
        margin-top: 2rem;
        grid-gap: 1.5rem;
    }

    .about-s22 .item {
        position: static;
        width: calc((100% - 4.5rem) / 4);
        display: block;
    }

    .about-s22 .item:nth-of-type(3) {
        order: inherit;
    }

    .about-s22 .item .img-box {
        width: 100%;
    }

    .about-s22 .item .txt-box {
        width: 100%;
        padding: 1rem 0 0;
    }

    .postgraduate-s2 .left-box {
        width: 100%;
        position: static;
        transform: none;
    }

    .postgraduate-s2 .left-box .title {
        position: static;
    }

    .postgraduate-s2 .left-box .box {
        max-width: 300px;
        margin: 2rem auto 0;
    }

    .postgraduate-s2 .items {
        margin: 4rem 0 0;
        grid-row-gap: 2.5rem;
    }

    .postgraduate-s2 .items:before {
        display: none;
    }

    .postgraduate-s2 .item:nth-of-type(1):after,
    .postgraduate-s2 .item:nth-of-type(2):after {
        display: none;
    }

    .postgraduate-s3 .item .img-box {
        height: 35vw;
    }

    .postgraduate-s10 .flex {
        display: block;
        padding: 0 5%;
    }

    .postgraduate-s10 .left-box {
        width: 100%;
    }

    .postgraduate-s10 .left-box .sticky-box .tit {
        display: none;
    }

    .postgraduate-s10 .left-box .sticky-box .link {
        width: 100%;
        padding: 2rem;
    }

    .postgraduate-s10 .left-box .sticky-box .box {
        width: auto;
        margin: 0;
    }

    .postgraduate-s10 .left-box .sticky-box .box a:after {
        display: none;
    }

    .postgraduate-s10 .right-box {
        width: 100%;
        margin-top: 2rem;
        padding-left: 0;
    }

    .postgraduate-s11 .single .img-box {
        height: 30vw;
    }

    .postgraduate-s12 .flex {
        display: block;
        padding: 0 5%;
    }

    .postgraduate-s12 .right-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .postgraduate-s12 .left-box {
        width: 100%;
    }

    .postgraduate-s12 .left-box .sticky-box {
        display: block;
    }

    .postgraduate-s12 .left-box .sticky-box .tit {
        width: 100%;
        padding: 1rem;
    }

    .postgraduate-s12 .left-box .sticky-box .tit span {
        width: 100%;
    }

    .postgraduate-s12 .left-box .sticky-box .link {
        width: 100%;
        padding: 2rem;
    }

    .infodisclosure-s1 .filter .list .trigger .box i {
        opacity: 1;
        visibility: visible;
    }

    .infodisclosure-s1 .filter .left-box {
        display: none;
    }

    .infodisclosure-s1 .filter .right-box {
        width: 100%;
        padding-left: 0;
    }

    .infodisclosure-s1 .filter {
        padding: 2rem;
    }

    .infodisclosure-s1 .filter .list-box {
        grid-column-gap: 1rem;
    }

    .join-s9 .top-block {
        display: block;
    }

    .join-s9 .top-block .filter {
        margin-top: 2rem;
    }

    .join-s9 .items-1 .item {
        width: 100%;
    }

    .join-s9 .items-1 {
        grid-gap: 2rem;
    }

    .join-s8 .sw {
        grid-gap: 0;
    }

    .join-s8 a {
        width: auto;
    }

    .join-s5 .left-box {
        display: none;
    }

    .join-s5 .flex {
        display: block;
    }

    .join-s5 .right-box {
        width: 100%;
        padding: 0 0 7.5rem;
    }

    .join-s4 .img-box img {
        height: 40vw;
        object-position: 68% center;
    }

    .join-s4 .tit {
        font-size: 2rem;
    }

    .join-s10 .block .item {
        width: calc((100% - 1.875rem) / 2);
    }

    .join-s6 {
        display: none;
    }

    .join-s1 {
        height: 60vw;
        margin-top: 60px;
    }

    .join-s2 {
        background-color: #f8f9fa;
    }

    .join-s2:before {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .inner-banner .tit span {
        font-size: 2.4rem;
    }

    .about-s7 .txt-box {
        padding: 2rem;
    }

    .about-s8 .items {
        margin-right: 0;
    }

    .about-s8 .item {
        width: 100%;
        padding: 1.5rem;
        margin: 2rem 0 0 !important;
    }

    .about-s8 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .about-s8 .item .top-box span {
        font-size: 12px;
    }

    .about-s9 .form-box {
        width: 100%;
    }

    .about-s9 .pic-box {
        width: 100%;
        position: static;
    }

    .about-s9 .form .box {
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    .about-s9 .form .box:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .about-s10 .items {
        display: block;
    }

    .about-s10 .item {
        width: 100%;
        display: flex;
        margin: 2rem 0 0;
    }

    .about-s10 .item:nth-of-type(1) .img-box {
        order: 0;
    }

    .about-s10 .item .img-box {
        width: 15rem;
    }

    .about-s10 .item .txt-box {
        width: calc(100% - 15rem);
        padding: 1.5rem;
    }

    .about-s11 .items {
        display: block;
    }

    .about-s11 .item {
        width: 100%;
        padding: 2rem;
    }

    .about-s11 .item .num {
        font-size: 4rem;
    }

    .about-s11 .para {
        padding: 2rem;
    }

    .about-s12 .items {
        margin-right: 0;
        display: block;
    }

    .about-s12 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .about-s12 .item:nth-of-type(1) {
        margin: 0 !important;
    }

    .about-s11 .item:nth-of-type(2) {
        border-left: none;
        border-top: 0.625rem solid #edeeef;
    }

    .about-s13 .cont {
        display: block;
    }

    .about-s13 .label {
        width: 100%;
    }

    .about-s13 .info-box {
        width: 100%;
        margin-top: 2rem;
    }

    .about-s5 .items {
        display: block;
        margin-right: 0;
    }

    .about-s5 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .about-s5 .item:nth-of-type(1) {
        margin: 0 !important;
    }

    .about-s6 .line {
        left: 8px;
        margin-left: 0;
        top: 5px;
        height: calc(100% - 5px);
    }

    .about-s6 .icon {
        display: none;
    }

    .about-s6 .items {
        padding: 0;
    }

    .about-s6 .item {
        width: 100%;
        margin-top: 4rem;
        padding-left: 4rem;
        min-height: auto;
    }

    .about-s6 .item .year {
        position: static;
        font-size: 2.4rem;
    }

    .about-s6 .item .txt {
        margin-top: 1.5rem;
    }

    .about-s6 .item .txt .month {
        width: 60px;
    }

    .about-s6 .item .txt .info-box {
        width: calc(100% - 60px);
    }

    .about-s6 .item .year i {
        left: -4rem;
        top: 5px;
    }

    .about-s3 .top-box {
        padding: 2rem;
    }

    .about-s3 .top-box p {
        font-size: 14px;
    }

    .about-s3 .bot-box {
        display: block;
    }

    .about-s3 .bot-box .item {
        margin: 2rem 0 0;
        padding: 2rem;
    }

    .about-s4 .cont {
        display: block;
    }

    .about-s4 .txt-box {
        width: 100%;
        padding-right: 0;
    }

    .about-s4 .img-box {
        width: 100%;
        margin-top: 2rem;
    }

    .about-s4 .mail {
        margin-top: 2rem;
    }

    .c-scroll-page .left-block {
        padding-right: 0;
    }

    .news-s9,
    .news-s11,
    .news-s13,
    .news-s15 {
        margin-right: 0;
    }

    .news-s9 .block,
    .news-s11 .block,
    .news-s13 .block,
    .news-s15 .block {
        margin-right: 0;
        padding: 6rem 5%;
    }

    .news-s9 .item {
        width: calc(50% - 1.25rem);
    }

    .news-s9 .item:nth-of-type(3) {
        margin-top: 1.25rem;
    }

    .news-s10 {
        padding: 6rem 5%;
    }

    .news-s10 .item a {
        padding: 2rem 2rem 12vw;
    }

    .news-s10 .item .info {
        padding: 0 2rem 2rem;
    }

    .news-s12 {
        padding: 6rem 5%;
    }

    .news-s13 .item {
        width: calc(50% - 1.25rem);
    }

    .news-s13 .item:nth-of-type(3),
    .news-s13 .item:nth-of-type(4) {
        margin-top: 1.25rem;
    }

    .news-s13 .item a {
        height: 35rem;
    }

    .news-s14 {
        padding: 6rem 5%;
    }

    .news-s15 .item {
        width: calc(50% - 1.875rem);
    }

    .news-s15 .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .news-s11 .ope,
    .news-s14 .ope {
        display: none;
    }

    .news-s11 .swiper-horizontal>.swiper-scrollbar,
    .news-s14 .swiper-horizontal>.swiper-scrollbar {
        left: 0;
        bottom: 0;
    }

    .news-s11 .swiper,
    .news-s14 .swiper {
        padding-bottom: 2rem;
    }

    .partybuilding-s4 {
        padding: 6rem 0 !important;
    }

    .c-filter {
        padding: 2rem 5%;
        display: block;
    }

    .c-filter .box:nth-of-type(2) {
        margin: 1rem 0 0;
    }

    .partybuilding-s4 .label {
        font-size: 2rem;
    }

    .partybuilding-s4 .link {
        margin-top: 2rem;
        margin-left: -5vw;
        margin-right: -5vw;
    }

    .c-filter span {
        width: 110px;
        margin-right: 0;
    }

    .c-filter .option {
        width: calc(100% - 110px);
    }

    .c-filter .form {
        width: calc(100% - 110px);
    }

    .news-s8 {
        display: block;
    }

    .news-s8 .left-block {
        width: 100%;
        padding-right: 0;
    }

    .news-s8 .right-block {
        width: 100%;
        margin-top: 4rem;
    }

    .news-s7 .top-box .tit {
        font-size: 2rem;
    }

    .news-s8 .left-block .info-box p {
        font-size: 14px;
    }

    .news-s8 .left-block .other-page {
        display: block;
    }

    .news-s8 .left-block .other-page a {
        display: block;
        padding: 2rem;
        width: 100%;
        margin: 2rem 0 0;
    }

    .news-s8 .right-block .top-box a {
        padding: 2rem;
    }

    .news-s3 .item {
        width: calc(50% - 2.25rem);
    }

    .news-s3 .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .news-s3 .item .img-box {
        height: 24vw;
    }

    .news-s6 .item {
        width: calc(50% - 1.875rem);
    }

    .news-s6 .item:nth-of-type(3),
    .news-s6 .item:nth-of-type(4) {
        margin-top: 1.875rem;
    }

    .news-s6 .item .img-box {
        height: 21vw;
    }

    .news-s6 .item a {
        padding: 2rem 1.875rem calc(10rem + 21vw);
    }

    .news-s4 .item {
        width: calc(50% - 1.875rem);
    }

    .news-s4 .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .news-s4 .item a {
        padding-top: 24vw;
    }

    .news-s4 .item .img-box {
        height: 24vw;
    }

    .partybuilding-s1 {
        padding: 6rem 0;
    }

    .partybuilding-s2 {
        padding: 6rem 0;
    }

    .partybuilding-s3 {
        padding: 6rem 0;
    }

    .partybuilding-s5 .item {
        width: calc(50% - 1.875rem);
    }

    .partybuilding-s5 .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .partybuilding-s5 .item .img-box {
        height: 21vw;
    }

    .partybuilding-s5 .item a {
        padding: 2.5rem 2.5rem calc(8.0625rem + 21vw);
    }

    .partybuilding-s5 {
        padding: 6rem 0;
    }

    .partybuilding-s6 {
        padding: 6rem 0;
        background-image: none;
        background-color: #fff;
    }

    .partybuilding-s6:before {
        display: none;
    }

    .partybuilding-s6 .book-img {
        display: none;
    }

    .partybuilding-s6 .items {
        background-color: #fff;
        display: block;
        padding: 0 5%;
    }

    .partybuilding-s6 .item {
        width: 100%;
        margin: 2rem 0 0;
        padding: 0;
    }

    .partybuilding-s6 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .partybuilding-s6 .item a {
        padding: 2rem;
        border: 1px solid #dddddd !important;
    }

    .partybuilding-s7 {
        padding: 6rem 0;
    }

    .partybuilding-s7 .item {
        width: calc(50% - 2.25rem);
    }

    .partybuilding-s7 .item:nth-of-type(3) {
        margin-top: 2.25rem;
    }

    .partybuilding-s9 {
        padding: 6rem 0;
    }

    .partybuilding-s9 .item {
        width: calc(50% - 1.875rem);
    }

    .partybuilding-s8 {
        padding: 6rem 0;
    }

    .partybuilding-s11 {
        padding: 6rem 5%;
        display: block;
    }

    .partybuilding-s11 .left-block {
        width: 100%;
        padding-right: 0;
    }

    .partybuilding-s11 .right-block {
        width: 100%;
        margin-top: 4rem;
    }

    .partybuilding-s11 .right-block a {
        padding: 2rem;
    }

    .news-s17 .items {
        display: block;
        margin-right: 0;
    }

    .news-s17 .item {
        width: 100% !important;
        margin: 4px 0 0 !important;
    }

    .news-s18 {
        padding: 2rem 0 6rem;
    }

    .tenders-s5 {
        padding: 0 0 6rem;
    }

    .tenders-s5 .item a {
        padding: 0 2rem 2rem;
    }

    .tenders-s2 {
        padding: 0 0 6rem;
    }

    .tenders-s2 .item a {
        padding: 2rem;
    }

    .tenders-s1 .items {
        display: block;
        margin-right: 0;
    }

    .tenders-s1 {
        padding: 0 5% 6rem;
    }

    .tenders-s1 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .tenders-s1 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .tenders-s1 .item a {
        padding: 2rem;
    }

    .tenders-s1 .item .info {
        display: block;
    }

    .tenders-s1 .item span {
        display: block;
        margin-top: 1rem;
    }

    .szbl-s3 .item .img-box {
        width: 100%;
        height: 50vw;
    }

    .szbl-s3 .item .txt-box {
        position: static;
    }

    .szbl-s3 .item .box {
        position: static;
        width: 100%;
        padding: 2rem 0 6rem;
    }

    .szbl-s3 .item .date {
        position: static;
    }

    .szbl-s3 .pagination {
        bottom: 2rem;
        text-align: center;
    }

    .szbl-s4 {
        padding: 2rem 0 6rem;
    }

    .szbl-s4 .items {
        display: block;
        margin-right: 0;
    }

    .szbl-s4 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .szbl-s4 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .szbl-s4 .item a {
        padding: 2rem;
    }

    .szbl-s4 .item .img-box {
        position: static;
        height: auto;
    }

    .szbl-s4 .item .date {
        position: static;
        line-height: 1.2;
        margin-top: 1.5rem;
    }

    .szbl-s1 {
        padding: 6rem 0;
    }

    .c-label.b-text span {
        font-size: 2rem;
    }

    .szbl-s1 .single a {
        display: block;
    }

    .szbl-s1 .single .img-box {
        width: 100%;
        height: 50vw;
    }

    .szbl-s1 .single .txt-box {
        width: 100%;
        padding: 2rem;
    }

    .szbl-s1 .single .tit {
        font-size: 16px;
    }

    .szbl-s1 .items {
        margin-top: 2rem;
        display: block;
        margin-right: 0;
    }

    .szbl-s1 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .szbl-s1 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .szbl-s1 .item .img-box {
        height: 50vw;
    }

    .szbl-s1 .item .txt-box {
        padding: 2rem;
    }

    .partybuilding-s12 {
        padding: 6rem 0;
    }

    .partybuilding-s12 .single a {
        display: block;
    }

    .partybuilding-s12 .single .img-box {
        width: 100%;
        height: 50vw;
    }

    .partybuilding-s12 .single .txt-box {
        width: 100%;
        padding: 2rem;
    }

    .partybuilding-s12 .single .tit {
        font-size: 16px;
    }

    .partybuilding-s12 .items {
        margin-top: 2rem;
        display: block;
        margin-right: 0;
    }

    .partybuilding-s12 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .partybuilding-s12 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .partybuilding-s12 .item .img-box {
        height: 50vw;
    }

    .partybuilding-s12 .item .txt-box {
        padding: 2rem;
    }

    .szbl-s2 .items {
        flex-wrap: wrap;
    }

    .szbl-s2 .item {
        width: calc(33.33% - 1rem);
        margin-top: 4rem;
    }

    .szbl-s2 .item:nth-of-type(1),
    .szbl-s2 .item:nth-of-type(2),
    .szbl-s2 .item:nth-of-type(3) {
        margin-top: 0;
    }

    .partybuilding-s10 .tit {
        font-size: 2rem;
    }

    .scientific-s1 {
        padding: 6rem 5%;
    }

    .scientific-s2 {
        padding: 0 5% 6rem;
    }

    .scientific-s1 .c-team-items .item {
        width: calc((100% - 1.875rem) / 2);
    }

    .scientific-s1 .c-team-items .item:nth-of-type(even) {
        margin-right: 0;
    }

    .scientific-s1 .c-team-items .item:nth-of-type(3),
    .scientific-s1 .c-team-items .item:nth-of-type(4) {
        margin-top: 1.875rem;
    }

    .scientific-s2 .item {
        width: calc(50% - 1.875rem);
    }

    .scientific-s2 .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .scientific-s5 .c-team-items .item {
        width: calc((100% - 1.875rem) / 2);
    }

    .scientific-s5 .c-team-items .item:nth-of-type(3n) {
        margin-right: 1.875rem;
    }

    .scientific-s5 .c-team-items .item:nth-of-type(even) {
        margin-right: 0;
    }

    .scientific-s5 .c-team-items .item:nth-of-type(3) {
        margin-top: 1.875rem;
    }

    .scientific-s2 .item .txt-box {
        padding: 2rem;
    }

    .scientific-s1 .top-block span {
        font-size: 2rem;
    }

    .scientific-s2 .top-block span {
        font-size: 2rem;
    }

    .scientific-s2 .single img {
        height: 30vw;
    }

    .scientific-s2 .single .tit {
        font-size: 2rem;
    }

    .scientific-s2 .single .txt-box {
        padding: 0 2rem;
    }

    .c-subnav .sw {
        justify-content: center;
    }

    .c-subnav .sw.swiper-wrapper {
        justify-content: left;
    }

    .scientific-s3 {
        padding: 6rem 5%;
    }

    .scientific-s3 .item {
        width: calc(50% - 1.875rem);
    }

    .scientific-s3 .item:nth-of-type(3),
    .scientific-s3 .item:nth-of-type(4) {
        margin-top: 1.875rem;
    }

    .scientific-s3 .item .txt-box {
        padding: 2rem;
    }

    .scientific-s4 {
        padding: 6rem 5%;
    }

    .scientific-s5 .type {
        width: 15rem;
    }

    .scientific-s5 .c-team-items {
        width: calc(100% - 15rem);
    }

    .scientific-s5 {
        padding: 0 5% 6rem;
    }

    .scientific-s6 {
        padding: 6rem 5%;
    }

    .scientific-s7 {
        padding: 6rem 5%;
    }

    .scientific-s4 .cont {
        display: block;
    }

    .scientific-s4 .img-box {
        width: 100%;
    }

    .scientific-s4 .txt-box {
        width: 100%;
        transform: none;
        padding: 2rem;
    }

    .scientific-s6 .item {
        padding: 2rem;
    }

    .scientific-s7 .item {
        padding: 2rem;
        height: auto;
    }

    .scientific-s7 .item .tit {
        padding: 0;
        position: static;
        margin-top: 1.5rem;
    }

    .scientific-s5 .label {
        font-size: 2rem;
    }

    .scientific-s6 .label {
        font-size: 2rem;
    }

    .scientific-s7 .label {
        font-size: 2rem;
    }

    .about-s15 {
        padding: 6rem 5%;
    }

    .about-s15 .top-box {
        display: block;
    }

    .about-s15 .top-box .label {
        width: 100%;
        font-size: 2rem;
    }

    .about-s15 .top-box p {
        width: 100%;
        margin-top: 1.5rem;
    }

    .about-s15 .txt-box {
        width: 100%;
        padding: 2rem;
        position: static;
    }

    .about-s15 .txt-box:before,
    .about-s15 .txt-box:after {
        display: none;
    }

    .about-s15 .pic-box {
        width: 100%;
        position: static;
        margin: 0;
    }

    .about-s16 {
        padding: 6rem 5%;
    }

    .about-s16 .flex {
        display: block;
    }

    .about-s16 .txt-box {
        width: 100%;
        padding-left: 0;
    }

    .about-s16 .label {
        font-size: 2rem;
    }

    .about-s16 .pic-box {
        width: 100%;
        margin-top: 2rem;
    }

    .about-s17 {
        padding: 6rem 5%;
    }

    .about-s17 .label {
        font-size: 2rem;
    }

    .about-s18 .label {
        font-size: 2rem;
    }

    .about-s18 .txt-box {
        width: 90%;
        margin: -2rem 5% 0;
        padding: 2rem 5%;
    }

    .about-s18 .cont-box {
        padding: 4rem 5%;
    }

    .about-s18 .cont-box .ope {
        display: none;
    }

    .about-s18 .cont-box .swiper {
        padding-bottom: 4rem;
    }

    .about-s18 .cont-box .swiper-horizontal>.swiper-scrollbar {
        left: 0;
        bottom: 0;
    }

    .about-s19 .cont-box {
        height: auto;
        margin: -2rem 5% 0;
        display: block;
    }

    .about-s19 .txt-box {
        width: 100%;
        padding: 2rem;
    }

    .about-s19 .label {
        font-size: 2rem;
    }

    .about-s19 .data-box {
        width: 100%;
        padding: 0 2rem;
    }

    .about-s19 .data {
        padding: 2rem 0;
    }

    .about-s19 .data .num {
        font-size: 4rem;
    }

    .about-s20 {
        padding: 6rem 5%;
    }

    .about-s20 .cont {
        padding: 2rem;
    }

    .about-s20 a {
        width: 160px;
    }

    .about-s20 .label {
        font-size: 2rem;
    }

    .about-s21 .top-box {
        display: block;
        padding: 6rem 5%;
    }

    .about-s21 .top-box .label {
        font-size: 2rem;
        width: 100%;
        padding-left: 0;
    }

    .about-s21 .top-box .info {
        width: 100%;
        padding: 2rem;
        margin-top: 2rem;
    }

    .about-s21 .top-box .info span {
        width: 80px;
    }

    .about-s21 .top-box .info p {
        width: calc(100% - 80px);
    }

    .about-s21 .top-box a.more {
        right: 5%;
        top: 6rem;
    }

    .about-s21 .mid-box {
        height: 60vw;
    }

    .about-s21 .bot-box {
        padding: 6rem 5%;
    }

    .about-s21 .bot-box .label {
        font-size: 2rem;
    }

    .about-s21 .bot-box .item .show .box {
        display: none;
    }

    .about-s21 .bot-box .item .hide .box .tomap {
        position: static;
        margin-top: 1rem;
    }

    .about-s21 .bot-box .item .hide {
        padding: 2rem;
    }

    .index-s1 .banner .item a:after {
        height: 100%;
    }

    .index-s1 .banner .item span {
        position: static;
        margin-top: 1rem;
        display: block;
    }

    .index-s1 .search-box {
        padding: 2rem 5%;
    }

    .index-s1 .search-box .form button {
        width: 80px;
    }

    .index-s1 .search-box .form {
        padding-right: 85px;
    }

    .index-s1 .search-box .tips .link {
        padding-right: 0;
    }

    .index-s1 .search-box .tips .link .box {
        width: 50%;
        margin: 1rem 0 0 !important;
    }

    .index-s1 .right-block .item .box:before{
        left: 0;
        right: 0;
    }

    .index-s1 .search-box .tips .link .box:nth-of-type(1),
    .index-s1 .search-box .tips .link .box:nth-of-type(2) {
        margin-top: 0 !important;
    }

    .index-s1 .right-block .item .box {
        padding: 10px 0 10px 10px;
    }

    .index-s1 .right-block .item .img-box {
        order: 0;
        height: 90px;
    }

    .index-s1 .right-block .item .txt-box {
        padding: 0 2rem;
    }

    .index-s1 .right-block .item .info {
        display: block;
        margin-top: 1rem;
    }

    .index-s1 .right-block .item .info i {
        display: none;
    }

    .index-s1 .right-block .item .label {
        margin-top: 5px;
    }

    .index-s2 .left-block .top-block {
        padding: 6rem 5%;
    }

    .index-s2 .label {
        font-size: 2rem;
    }

    .index-s2 .left-block {
        padding-bottom: 0;
    }

    .index-s2 .left-block .new-topbox .block{
        display: block;
    }

    .index-s2 .left-block .new-topbox .img-box{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .index-s2 .left-block .new-topbox .link{
        width: 100%;
        height: auto;
    }

    .index-s2 .left-block .new-topbox .link a{
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .index-s2 .left-block .new-topbox .link span{
        font-size: 16px;
    }

    .index-s2 .left-block .top-block .item {
        height: auto;
    }

    .index-s2 .left-block .top-block .item a {
        display: block;
    }

    .index-s2 .left-block .top-block .item .img-box {
        width: 100%;
    }

    .index-s2 .left-block .top-block .item .txt-box {
        width: 100%;
        padding: 2rem;
        background-image: none;
    }

    .index-s2 .left-block .top-block .item span {
        position: static;
        display: block;
        margin-top: 1rem;
    }

    .index-s2 .left-block .bot-block {
        padding: 0 5% 6rem;
        margin: 0;
    }

    .index-s2 .left-block .bot-block a {
        height: 25vw;
    }

    .index-s2 .left-block .bot-block a span {
        display: none;
    }

    .index-s2 .left-block .bot-block a .txt-box {
        padding: 1.5rem;
    }

    .index-s2 .left-block .bot-block a .tit {
        font-size: 14px;
    }

    .index-s2 .left-block .bot-block a .icon {
        margin-top: 2rem;
    }

    .index-s2 .right-block .top-block {
        padding: 6rem 5% 0;
    }

    .index-s2 .right-block .top-block .item a {
        height: auto;
    }

    .index-s2 .right-block .top-block .item .txt-box {
        padding: 2rem;
    }

    .index-s2 .right-block .top-block .item .info {
        position: static;
        margin-top: 2rem;
    }

    .index-s2 .right-block .bot-block {
        padding: 6rem 5% 0;
    }

    .index-s2 .right-block .bot-block .items {
        height: auto;
        display: block;
    }

    .index-s2 .right-block .bot-block .item {
        margin-top: 2rem;
    }

    .index-s2 .right-block .bot-block .item:nth-of-type(1) {
        margin-top: 0;
    }

    .index-s2 .right-block .bot-block .item .img-box {
        height: 60vw;
    }

    .index-s2 .right-block .new-botbox a {
        height: 25vw;
    }

    .index-s2 .right-block .new-botbox a span {
        display: none;
    }

    .index-s2 .right-block .new-botbox a .txt-box {
        padding: 1.5rem;
    }

    .index-s2 .right-block .new-botbox a .tit {
        font-size: 14px;
    }

    .index-s2 .right-block .new-botbox a .icon {
        margin-top: 2rem;
    }

    .partybuilding-s10 {
        padding-top: 28vw;
    }

    .szbl-s3 .item .tit {
        font-size: 16px;
    }

    .partybuilding-s4 .block {
        padding: 0 5%;
    }

    .news-s16 .listitems .items {
        display: block;
        margin-right: 0;
    }

    .news-s16 .listitems .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s16 .listitems .item:nth-of-type(1) {
        margin-top: 0;
    }

    .scientific-s8 .c-team-items .item {
        width: calc((100% - 1.875rem) / 2);
    }

    .scientific-s8 .c-team-items .item:nth-of-type(even) {
        margin-right: 0;
    }

    .scientific-s8 .c-team-items .item:nth-of-type(3),
    .scientific-s8 .c-team-items .item:nth-of-type(4) {
        margin-top: 1.875rem;
    }

    .scientific-s9 .info-box {
        padding: 6rem 5%;
    }

    .scientific-s9 .info-box .img-box {
        display: none;
    }

    .scientific-s9 .info-box .name {
        font-size: 2rem;
    }

    .scientific-s9 .info-box .info {
        margin-top: 3rem;
        display: block;
    }

    .scientific-s9 .info-box .box {
        margin: 2rem 0 0;
    }

    .scientific-s9 .info-box .box span:after {
        height: 2px;
        margin-top: -1px;
    }

    .scientific-s10 .child-1 {
        padding: 6rem 5% 15rem;
    }

    .scientific-s10 .child-1 .icon {
        display: none;
    }

    .scientific-s10 .child-1 .line {
        left: 8px;
        margin-left: 0;
        top: 5px;
        height: calc(100% - 5px);
    }

    .scientific-s10 .child-1 .items {
        padding-top: 0;
    }

    .scientific-s10 .child-1 .item {
        width: 100%;
    }

    .scientific-s10 .child-1 .item .box {
        width: 100%;
        padding-left: 4rem;
    }

    .scientific-s10 .child-1 .item span i {
        left: -4rem;
        top: 2px;
    }

    .scientific-s10 .child-2 {
        padding: 6rem 5%;
    }

    .scientific-s10 .child-2 .para .zybox {
        font-size: 14px;
    }

    .scientific-s10 .child-3 {
        padding: 6rem 5%;
    }

    .scientific-s10 .child-3 .para .box {
        padding: 2rem;
    }

    .scientific-s10 .child-3 .para .s-para {
        font-size: 14px;
    }

    .scientific-s10 .child-4 {
        padding: 6rem 5%;
    }

    .scientific-s10 .child-4 .items {
        margin-right: 0;
        display: block;
    }

    .scientific-s10 .child-4 .item {
        width: 100%;
        margin: 2rem 0 0;
    }

    .scientific-s10 .child-4 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .scientific-s10 .child-5 {
        padding: 6rem 5%;
    }

    .scientific-s10 .child-5 .items {
        display: block;
        margin-right: 0;
    }

    .scientific-s10 .child-5 .item {
        width: 100%;
        margin: 2rem 0 0;
    }

    .scientific-s10 .child-5 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .scientific-s10 .child-6 {
        padding: 6rem 5%;
        display: block;
    }

    .scientific-s10 .child-6 .label {
        width: 100%;
        padding-top: 0;
    }

    .scientific-s10 .child-6 .items {
        width: 100%;
        margin-top: 2.5rem;
        display: block;
    }

    .scientific-s10 .child-6 .item {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 2rem 0 0;
    }

    .scientific-s10 .child-6 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .scientific-s10 .child-6 .item a {
        padding: 4rem 2rem;
    }

    .scientific-s10 .child-6 .item span {
        display: block;
    }

    .scientific-s10 .child-6 .item p {
        display: block;
    }

    .scientific-s10 .child-7 {
        padding: 6rem 5%;
    }

    .scientific-s10 .child-7 .item {
        padding: 2rem;
    }

    .workers-s1 {
        padding: 6rem 5% 0;
        display: block;
    }

    .workers-s1 .img-box {
        width: 100%;
        height: 50vw;
        border-radius: 10px;
    }

    .workers-s1 .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .workers-s1 .tit {
        font-size: 2rem;
    }

    .workers-s2 {
        padding: 6rem 5% 0;
    }

    .workers-s2 .img-box {
        margin-left: 0;
        width: 100%;
        height: 50vw;
        border-radius: 10px;
    }

    .workers-s2 .txt-box {
        width: 100%;
        padding: 2rem 0 0;
        position: static;
        background-image: none;
        display: block;
    }

    .workers-s2 .txt-box:before {
        display: none;
    }

    .workers-s2 .block {
        width: 100%;
        padding: 0;
    }

    .workers-s2 .tit {
        font-size: 2rem;
        color: #23415a;
    }

    .workers-s2 .link a {
        color: #9ca2ac;
    }

    .workers-s3 {
        padding: 6rem 0;
    }

    .workers-s3 .img-box {
        width: 100%;
        border-radius: 10px;
        height: 50vw;
    }

    .workers-s3 .img-box img {
        height: 100%;
        object-fit: cover;
    }

    .workers-s3 .txt-box {
        width: 100%;
        padding: 2rem 0 0;
        position: static;
    }

    .workers-s3 .txt-box:before {
        display: none;
    }

    .workers-s3 .block {
        background-image: none;
        padding: 0;
        display: block;
        box-shadow: none;
    }

    .workers-s3 .tit {
        font-size: 2rem;
    }

    .workers-s4 {
        padding: 6rem 0;
    }

    .workers-s4 .label {
        font-size: 2rem;
    }

    .workers-s4 .filter {
        margin-top: 2rem;
        display: block;
    }

    .workers-s4 .option {
        width: 100%;
    }

    .workers-s4 .form {
        width: 100%;
        margin-top: 1rem;
    }

    .workers-s5 {
        padding: 2rem 0 6rem;
    }

    .workers-s5 .item a {
        padding: 0 2rem 2rem;
    }

    .procure-s1 {
        padding: 6rem 5%;
    }

    .procure-s1 .inner-tit span {
        font-size: 16px;
    }

    .c-procure-items .tips {
        display: none;
    }

    .c-procure-items .items {
        margin-top: 0;
    }

    .c-procure-items .item a {
        padding: 1.5rem 0;
        display: block;
    }

    .c-procure-items .item .tit,
    .c-procure-items .item .tit-1,
    .c-procure-items .item .tit-2 {
        width: 100%;
        padding-right: 0;
    }

    .c-procure-items .item .date,
    .c-procure-items .item .date-1,
    .c-procure-items .item .date-2,
    .c-procure-items .item .enddate {
        width: 100%;
        margin-top: 1rem;
    }

    .about-s22 .item {
        width: calc((100% - 1.5rem) / 2);
    }

    .about-s22 .item .img-box {
        height: 36vw;
    }

    .postgraduate-s1 {
        padding: 6rem 0;
    }

    .postgraduate-s1 .para {
        font-size: 14px;
    }

    .postgraduate-s2 {
        padding: 6rem 0;
    }

    .postgraduate-s2 .left-box .title {
        font-size: 2rem;
    }

    .postgraduate-s2 .left-box span {
        font-size: 1.6rem;
    }

    .postgraduate-s2 .item {
        width: 100%;
    }

    .postgraduate-s2 .items {
        grid-gap: 2rem;
    }

    .postgraduate-s2 .item .bot-box {
        padding: 2rem;
    }

    .postgraduate-s3 .item {
        background-color: #0c3d70;
        height: auto;
    }

    .postgraduate-s3 .item .img-box {
        width: 100%;
        height: 50vw;
        margin-left: 0;
    }

    .postgraduate-s3 .item .txt-box {
        width: 100%;
        height: auto;
        position: static;
        padding: 2rem 2rem 8rem;
    }

    .postgraduate-s3 .item .txt-box:before {
        display: none;
    }

    .postgraduate-s3 .item .tit {
        font-size: 16px;
    }

    .postgraduate-s3 .ope .num span.curr {
        font-size: 3rem;
    }

    .postgraduate-s3 .ope {
        bottom: 2rem;
        left: 2rem;
    }

    .postgraduate-s4 .item {
        width: calc((100% - 2.25rem) / 2);
    }

    .postgraduate-s5 .item {
        width: 100%;
    }

    .c-postgraduate-tit span {
        font-size: 2rem;
    }

    .postgraduate-s8 .item {
        width: 100%;
    }

    .postgraduate-s9 .item {
        width: calc((100% - 2.25rem) / 2);
    }

    .postgraduate-s11 .single a {
        display: block;
    }

    .postgraduate-s11 .single .img-box {
        width: 100%;
        height: 50vw;
    }

    .postgraduate-s11 .single .txt-box {
        width: 100%;
        padding: 2rem 2rem 6rem;
    }

    .postgraduate-s11 .single .tit {
        font-size: 16px;
    }

    .postgraduate-s11 .pagination {
        bottom: 2rem;
        left: 2rem;
        right: 2rem;
        text-align: center;
    }

    .postgraduate-s11 .item {
        width: calc((100% - 1.875rem) / 2);
    }

    .postgraduate-s11 .item a {
        padding: 2.5rem 1.875rem calc(4.6875rem + 22vw);
    }

    .postgraduate-s11 .item .img-box {
        height: 22vw;
    }

    .postgraduate-s12 .filter {
        flex-wrap: wrap;
    }

    .postgraduate-s12 .filter .box {
        width: 50%;
    }

    .postgraduate-s12 .filter .form {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .postgraduate-s12 .filter:before {
        left: 50%;
        top: 11px;
        margin-top: 0;
    }

    .postgraduate-s12 .list-items:before {
        display: none;
    }

    .postgraduate-s12 .info-items:before {
        display: none;
    }

    .postgraduate-s12 .info-items .item .txt {
        display: block;
    }

    .postgraduate-s12 .info-items .item .tit {
        width: 100%;
    }

    .postgraduate-s12 .info-items .item .institute {
        width: 100%;
        margin-top: 1rem;
    }

    .postgraduate-s12 .info-items .item .other {
        width: 100%;
        margin-top: 1rem;
    }

    .postgraduate-s12 .info-items .item a {
        align-items: flex-start;
    }

    .postgraduate-s12 .info-items .item .txt-box {
        border: none;
    }

    .postgraduate-s12 .info-items .item {
        margin-top: 2rem;
    }

    .c-page a.page {
        width: 30px;
        height: 30px;
    }

    .c-page span {
        font-size: 12px;
    }

    .c-page input {
        width: 50px;
        height: 30px;
        font-size: 12px;
    }

    .c-page span {
        font-size: 12px;
    }

    .c-page a.link {
        font-size: 12px;
    }

    .join-s9 .top-block .filter {
        margin-top: 2rem;
        display: block;
    }

    .join-s9 .top-block .option {
        width: 100%;
    }

    .join-s9 .top-block .form {
        width: 100%;
        margin-top: 1rem;
    }

    .join-s9 .items-2 .item a {
        padding: 0 2rem 2rem;
    }

    .join-s9 .items-1 .item a {
        padding: 0 2rem 2rem;
    }

    .join-s2 .flex {
        padding-top: 65px;
    }

    .join-s11 .items {
        grid-gap: 2rem;
    }

    .join-s11 .item {
        width: 100%;
        padding: 2rem;
        height: auto;
        display: block;
    }

    .join-s11 .item .tit {
        width: 100%;
    }

    .join-s11 .item a {
        display: block;
        margin-top: 1rem;
    }

    .join-s7 .block .desc .box {
        display: block;
        padding: 2rem;
    }

    .join-s7 .block .desc .box span {
        width: 100%;
        padding-right: 0;
    }

    .join-s7 .block .desc .box .s-para {
        width: 100%;
        margin-top: 1rem;
    }

    .join-s7 {
        padding: 4rem 0;
    }

    .join-s7 .top-block .tit {
        font-size: 2rem;
    }

    .join-s7 .block .para {
        padding: 2rem;
    }

    .join-s7 .bot-block {
        display: block;
        padding: 2rem;
    }

    .join-s7 .bot-block span {
        width: 100%;
        padding-right: 0;
    }

    .join-s7 .bot-block p {
        width: 100%;
        margin-top: 1rem;
    }

    .join-s2 .bot-box {
        display: block;
    }

    .join-s2 .left-box {
        width: 100%;
        height: 60vw;
    }

    .join-s2 .right-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .join-s3 .item {
        width: 100%;
    }

    .join-s1 .tit {
        font-size: 2rem;
    }

    .join-s1 .scroll {
        display: none;
    }

    .join-s1 .form {
        margin-top: 2rem;
        width: 100%;
        max-width: 30rem;
    }

    .join-s2 .top-box {
        display: block;
    }

    .join-s2 .top-box a {
        display: inline-block;
        margin-top: 2rem;
    }

    .join-s2 {
        padding: 6rem 0;
    }

    .join-s3 {
        padding: 6rem 0;
    }
}

@media screen and (max-width: 580px) {
    /*.footer .mid-block .right-box a {
        width: calc(33.33% - 0.625rem);
    }*/

    .news-s9 .items {
        margin-right: 0;
        display: block;
    }

    .news-s9 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s9 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s10 .items {
        margin-right: 0;
        display: block;
    }

    .news-s10 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s10 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s10 .item a {
        padding: 2rem;
    }

    .news-s10 .item .info {
        position: static;
        margin-top: 2rem;
        padding: 0;
        display: block;
    }

    .news-s10 .item .pic-box {
        width: 100%;
        height: auto;
    }

    .news-s10 .item .pic-box img {
        width: 100%;
    }

    .news-s10 .item .img-box {
        margin-top: 2rem;
    }

    .news-s12 .items {
        margin-right: 0;
        display: block;
    }

    .news-s12 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s12 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s13 .items {
        margin-right: 0;
        display: block;
    }

    .news-s13 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s13 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s13 .item .info {
        position: static;
        padding: 2rem 1.875rem;
    }

    .news-s13 .item a {
        height: auto;
    }

    .news-s14 .item a {
        padding: 0;
    }

    .news-s14 .item .img-box {
        width: 100%;
        height: 50vw;
    }

    .news-s14 .item .txt-box {
        position: static;
        width: 100%;
        padding: 2rem;
    }

    .news-s15 .items {
        margin-right: 0;
        display: block;
    }

    .news-s15 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s15 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s15 .item .img-box img.bg {
        display: none;
    }

    .news-s15 .item .img-box img.img {
        position: static;
    }

    .news-s15 .item span {
        position: static;
        display: inline-block;
        margin: 2rem 2rem 0;
    }

    .news-s15 .item .txt-box {
        padding: 1.5rem 2rem 0;
    }

    .news-s1 .item a {
        padding: 4rem 0;
        display: block;
    }

    .news-s1 .item .img-box {
        width: 100%;
        height: auto;
    }

    .news-s1 .item .txt-box {
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }

    .news-s1 .item p {
        height: auto;
    }

    .news-s2 .item a {
        padding: 2rem;
        display: block;
    }

    .news-s2 .item .img-box {
        width: 100%;
        height: auto;
    }

    .news-s2 .item .img-box img {
        width: 100%;
    }

    .news-s2 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .news-s2 .item .pic {
        margin-top: 2rem;
    }

    .news-s2 .item .pic {
        height: 20px;
    }

    .news-s3 .items {
        margin-right: 0;
        display: block;
    }

    .news-s3 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s3 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s3 .item .img-box {
        height: auto;
    }

    .news-s6 .items {
        margin-right: 0;
        display: block;
    }

    .news-s6 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .news-s6 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s6 .item a {
        padding: 2rem;
    }

    .news-s6 .item .img-box {
        height: auto;
        position: static;
        margin-bottom: 2rem;
    }

    .news-s6 .item .info {
        position: static;
        margin-top: 2rem;
    }

    .news-s5 .item a {
        padding: 4rem 0;
        display: block;
    }

    .news-s5 .item .img-box {
        width: 100%;
        height: auto;
    }

    .news-s5 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .news-s4 .items {
        /*        margin-right: 0;*/
        /*        display: block;*/
    }

    .news-s4 .item {
        width: 100%;
        /*        margin: 2rem 0 0 !important;*/
    }

    .news-s4 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .news-s4 .item a {
        padding-top: 0;
    }

    .news-s4 .item .img-box {
        position: static;
        height: auto;
    }

    .news-s4 .item p {
        opacity: 1;
    }

    .news-s4 .item span {
        position: static;
        margin: 2rem 0 0 2rem;
        display: inline-block;
    }

    .news-s4 .item .txt-box {
        padding: 1.5rem 2rem 0;
    }

    .partybuilding-s2 .items {
        display: block;
    }

    .partybuilding-s2 .item {
        margin: 2rem 0 0;
    }

    .partybuilding-s2 .item:nth-of-type(1) {
        margin: 0;
    }

    .partybuilding-s2 .item .txt-box {
        padding: 2rem;
    }

    .partybuilding-s2 .item .date {
        position: static;
        margin-top: 1.5rem;
    }

    .partybuilding-s3 .item a {
        padding: 2rem;
    }

    .partybuilding-s5 .items {
        margin-right: 0;
        display: block;
    }

    .partybuilding-s5 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .partybuilding-s5 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .partybuilding-s5 .item .img-box {
        position: static;
        height: auto;
        margin-bottom: 2rem;
    }

    .partybuilding-s5 .item a {
        padding: 2rem;
    }

    .partybuilding-s5 .item .date {
        position: static;
        margin-top: 1.5rem;
    }

    .partybuilding-s7 .single {
        padding: 0 8px 8px 0;
    }

    .partybuilding-s7 .single a {
        display: block;
    }

    .partybuilding-s7 .single .img-box {
        width: 100%;
        height: auto;
    }

    .partybuilding-s7 .single .txt-box {
        width: 100%;
        padding: 2rem;
    }

    .partybuilding-s7 .single .date {
        position: static;
        margin-top: 1.5rem;
    }

    .partybuilding-s7 .items {
        margin-right: 0;
        display: block;
    }

    .partybuilding-s7 .item {
        width: 100%;
        margin: 4rem 0 0 !important;
    }

    .partybuilding-s7 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .partybuilding-s7 .item a {
        padding: 2rem;
    }

    .partybuilding-s7 .item .date {
        position: static;
        margin-top: 1.5rem;
    }

    .partybuilding-s7 .item:before {
        transform: translate(5px, 5px);
    }

    .partybuilding-s9 .items {
        margin-right: 0;
        display: block;
    }

    .partybuilding-s9 .item {
        width: 100%;
        margin: 2rem 0 0;
    }

    .partybuilding-s9 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .partybuilding-s9 .item .txt-box {
        padding: 0 2rem;
    }

    .partybuilding-s8 .item a {
        padding: 2rem;
    }

    .scientific-s1 .c-team-items .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .scientific-s1 .c-team-items .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .scientific-s2 .items {
        display: block;
        margin-right: 0;
    }

    .scientific-s2 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .scientific-s2 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .scientific-s3 .items {
        display: block;
        margin-right: 0;
    }

    .scientific-s3 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .scientific-s3 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .scientific-s4 .para {
        font-size: 14px;
    }

    .scientific-s5 .cont {
        display: block;
    }

    .scientific-s5 .type {
        width: 100%;
    }

    .scientific-s5 .c-team-items {
        width: 100%;
        margin-top: 2rem;
    }

    .scientific-s5 .sticky-box .link {
        display: flex;
    }

    .scientific-s5 .sticky-box span {
        margin: 0 0 0 2rem;
    }

    .scientific-s5 .sticky-box span:after {
        margin-left: 1rem;
    }

    .scientific-s5 .c-team-items .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .scientific-s5 .c-team-items .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .scientific-s6 .items {
        display: block;
    }

    .scientific-s6 .item {
        margin: 2rem 0 0;
    }

    .scientific-s7 .items {
        display: block;
        margin-right: 0;
    }

    .scientific-s7 .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .scientific-s7 .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .scientific-s8 .c-team-items .item {
        width: 100%;
        margin: 2rem 0 0 !important;
    }

    .scientific-s8 .c-team-items .item:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .infodisclosure-s1 .block {
        padding: 2rem;
    }

    .infodisclosure-s1 .tips {
        display: none;
    }

    .infodisclosure-s1 .item a {
        display: block;
        padding: 2rem;
        margin: 0 -2rem;
    }

    .infodisclosure-s1 .item .tit {
        width: 100%;
        padding-right: 0;
    }

    .infodisclosure-s1 .item .date {
        width: 100%;
        margin-top: 1rem;
    }

    .about-s22 .item {
        width: 100%;
        padding: 2rem;
    }

    .about-s22 .item .img-box {
        height: 50vw;
    }

    .about-s22 .item .txt-box {
        padding: 0;
        margin-top: -3.125rem;
        position: relative;
        z-index: 2;
    }

    .about-s22 .item p a {
        font-size: 14px;
    }

    .postgraduate-s4 .items {
        grid-gap: 2rem;
    }

    .postgraduate-s4 .item {
        width: 100%;
    }

    .postgraduate-s4 .item a {
        height: auto;
        padding: 2rem;
    }

    .postgraduate-s4 .item .date {
        margin-top: 2rem;
    }

    .postgraduate-s5 .item a {
        padding: 2rem;
    }

    .postgraduate-s6 .item {
        padding: 2rem 0;
    }

    .postgraduate-s6 .item .hide:before {
        display: none;
    }

    .postgraduate-s6 .item .hide .para {
        padding: 2rem;
    }

    .postgraduate-s7 .item {
        padding: 2rem;
    }

    .postgraduate-s7 .item .hide:before {
        display: none;
    }

    .postgraduate-s7 .item .hide .para {
        padding: 2rem;
    }

    .postgraduate-s8 .item a {
        padding: 2rem;
    }

    .postgraduate-s9 .items {
        grid-gap: 2rem;
    }

    .postgraduate-s9 .item {
        width: 100%;
    }

    .postgraduate-s9 .item a {
        height: auto;
        padding: 2rem;
    }

    .postgraduate-s9 .item .date {
        margin-top: 2rem;
    }

    .postgraduate-s11 .items {
        grid-gap: 2rem;
    }

    .postgraduate-s11 .item {
        width: 100%;
    }

    .postgraduate-s11 .item a {
        padding: 2rem 2rem 1rem;
    }

    .postgraduate-s11 .item .tit {
        margin-bottom: 1rem;
    }

    .postgraduate-s11 .item .img-box {
        position: static;
        height: 44vw;
    }

    .postgraduate-s11 .item .date {
        position: static;
    }

    .postgraduate-s12 .list-items {
        padding: 2rem;
    }

    .postgraduate-s12 .info-items {
        padding: 2rem;
    }

    .postgraduate-s12 .info-items .item .img-box {
        width: 80px;
        height: 90px;
    }

    .postgraduate-s12 .info-items .item .txt-box {
        width: calc(100% - 90px);
        margin-left: 1rem;
    }

    .postgraduate-s15 .item a{
        padding: 2rem;
    }

    .join-s10 .block .items {
        grid-gap: 2rem;
    }

    .join-s10 .block .item {
        width: 100%;
        padding: 2rem 2.5rem 0;
    }

    .scientific-s10 .child-2 .para p {
        font-size: 14px;
    }
}


/*2024-12-06*/
.news-s19 {
    padding: 0 0 5.625rem;
}

.news-s19 .items {
    margin-bottom: 3.75rem;
}

.news-s19 .item {
    position: relative;
    border: 1px solid #e6eaed;
    margin-top: 1.875rem;
    transition: all .3s ease;
}

.news-s19 .item:nth-of-type(1) {
    margin-top: 0;
}

.news-s19 .item:before {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #f9f9f9, #fff);
    transition: opacity .3s ease;
}

.news-s19 .item a {
    display: flex;
    padding: 2.5rem;
    position: relative;
    z-index: 2;
}

.news-s19 .item .img-box {
    width: 24.375rem;
    aspect-ratio: 39 / 22;
    overflow: hidden;
    order: 2;
}

.news-s19 .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.news-s19 .item .txt-box {
    width: calc(100% - 24.375rem);
    padding: 1.25rem 3.75rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-s19 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.news-s19 .item .date {
    font-size: max(12px, 0.875rem);
    font-family: 'MiSans-Demibold';
    color: #0c5096;
    margin-top: 1rem;
}

.news-s19 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

@media (any-hover: hover) {
    .news-s19 .item:hover {
        box-shadow: 0 1.25rem 1.875rem rgba(12, 61, 112, 0.1);
        border-color: transparent;
    }

    .news-s19 .item:hover:before {
        opacity: 0;
    }

    .news-s19 .item:hover img {
        transform: scale(1.1);
    }
}

.news-s20 {
    padding: 7.5rem 0 12.5rem;
    background-color: #0c3d70;
}

.news-s20 .label {
    font-size: 2.5rem;
    font-family: 'MiSans-Medium';
    color: #fff;
}

.news-s20 .date {
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
    margin-top: 1.875rem;
}

.news-s20 .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3-2.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-2.png*/);
}

.news-s20 .date span {
    font-size: max(14px, 1rem);
    color: rgba(255, 255, 255, 0.6);
}

.news-s21 {
    margin-top: -7.5rem;
    padding: 0 0 7.5rem;
    position: relative;
    z-index: 2;
}

.news-s21 .block {
    background-color: #fff;
    padding: 2.5rem 2.5rem 0;
}

.news-s21 .list-top {
    display: flex;
    align-items: center;
    height: max(30px, 2.5rem);
    border-radius: max(15px, 1.25rem);
    background-color: #f9f9fa;
    padding: 0 1.5rem;
}

.news-s21 .list-top span {
    font-size: max(12px, 1rem);
    color: #273a49;
}

.news-s21 .list-top span:nth-of-type(1) {
    width: calc(100% - 100px);
    padding-right: 2.5rem;
}

.news-s21 .list-top span:nth-of-type(2) {
    width: 100px;
}

.news-s21 .items {
    margin-bottom: 3.75rem;
}

.news-s21 .item {
    border-bottom: 1px solid #ececf2;
}

.news-s21 .item a {
    display: flex;
    align-items: center;
    margin: 0 -2.5rem;
    padding: 1.875rem 4.375rem;
    transition: all .3s ease;
}

.news-s21 .item span {
    font-size: max(16px, 1.125rem);
    color: #9ca2ac;
    transition: color .3s ease;
}

.news-s21 .item span:nth-of-type(1) {
    width: calc(100% - 100px);
    padding-right: 2.5rem;
    font-family: 'MiSans-Medium';
}

.news-s21 .item span:nth-of-type(2) {
    width: 100px;
}

@media (any-hover: hover) {
    .news-s21 .item:hover a {
        background-color: #0f3f72;
    }

    .news-s21 .item:hover span {
        color: #fff;
    }
}

.postgraduate-s13 {
    padding: 5rem 0;
}

.postgraduate-s13 .left-box .form {
    margin-bottom: 1.5rem;
    background-color: #f6f6f6;
    height: max(40px, 3.125rem);
    position: relative;
    padding-left: 46px;
}

.postgraduate-s13 .left-box .form button::before {
    content: '';
    width: 46px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/scientific/icon-12.png"/*tpa=http://szbl.dw.cq.cn/images/scientific/icon-12.png*/);
    background-size: auto 20px;cursor: pointer;
}

.postgraduate-s13 .left-box .form input {
    width: 100%;
    height: 100%;
    font-size: max(14px, 1.125rem);
    padding-right: 1.25rem;
    background-color: transparent;
}

.postgraduate-s13 .flex {
    padding: 0 3.75rem 0 3.75rem;
    display: flex;
}

.postgraduate-s13 .left-box {
    width: 20rem;
}

.postgraduate-s13 .left-box .sticky-box {
    position: sticky;
    top: calc(8.5rem + 10px);
    background-color: #fff;
}

.postgraduate-s13 .left-box .sticky-box .tit {
    display: flex;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #dddddd;
}

.postgraduate-s13 .left-box .sticky-box .tit span {
    font-size: max(14px, 1.125rem);
    color: #9ca2ac;
}

.postgraduate-s13 .left-box .sticky-box .link {
    margin-top: 2.5rem;
}

.postgraduate-s13 .left-box .sticky-box .box {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid #dddddd;
}

.postgraduate-s13 .left-box .sticky-box .box:nth-of-type(1) {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-tit {
    font-size: max(16px, 1.25rem);
    font-family: 'MiSans-Demibold';
    color: #23415a;
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-tit:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 13px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-5.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-5.png*/);
    transform: rotate(180deg);
    transition: all .3s ease;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-link {
    margin-top: 1.875rem;
    display: none;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-link a {
    display: block;
    font-size: max(12px, 0.9375rem);
    color: #23415a;
    padding-left: 1.875rem;
    position: relative;
    transition: color .3s ease;
    margin-top: 1.25rem;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-link a:nth-of-type(1) {
    margin-top: 0;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-link a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 0.9375rem;
    height: 0.9375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-6-1.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-6-1.png*/);
}

.postgraduate-s13 .left-box .sticky-box .box .drop-link a.active {
    color: #11559b;
}

.postgraduate-s13 .left-box .sticky-box .box .drop-link a.active:before {
    background-image: url("../images/postgraduate/icon-6-2.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-6-2.png*/);
}

@media (any-hover: hover) {
    .postgraduate-s13 .left-box .sticky-box .box .drop-link a:hover {
        color: #11559b;
    }
}

.postgraduate-s13 .left-box .sticky-box .box.open .drop-tit {
    color: #23415a;
}

.postgraduate-s13 .left-box .sticky-box .box.open .drop-tit:after {
    transform: rotate(0deg);
}

.postgraduate-s13 .left-box .sticky-box .box.open .drop-link {
    display: block;
}

.postgraduate-s13 .right-box {
    width: calc(100% - 20rem);
    max-width: 1080px;
    padding-left: 3.75rem;
}

.postgraduate-s13 .right-box .cont {
    background-color: #f9f9f9;
    padding: 10px;
}

.postgraduate-s13 .right-box .filter {
    display: flex;
    align-items: flex-start;
    grid-gap: 2px;
}

.postgraduate-s13 .right-box .all {
    width: 2.75rem;
    line-height: 2.75rem;
    background-color: #fff;
    font-size: max(10px, 0.875rem);
    color: #c1c6ce;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.postgraduate-s13 .right-box .all.active {
    background-color: #f28332;
    color: #fff;
    z-index: 2;
}

@media (any-hover: hover) {
    .postgraduate-s13 .right-box .all:hover {
        background-color: #f28332;
        color: #fff;
        z-index: 2;
    }
}

.postgraduate-s13 .right-box .a-z {
    width: calc(100% - 2.75rem - 2px);
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2px;
}

.postgraduate-s13 .right-box .a-z a {
    width: 2.75rem;
    line-height: 2.75rem;
    background-color: #fff;
    font-size: max(10px, 0.875rem);
    color: #c1c6ce;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.postgraduate-s13 .right-box .a-z a.active {
    background-color: #f28332;
    color: #fff;
    z-index: 2;
}

@media (any-hover: hover) {
    .postgraduate-s13 .right-box .a-z a:hover {
        background-color: #f28332;
        color: #fff;
        z-index: 2;
    }
}

.postgraduate-s13 .items-block {
    margin-top: 2rem;
    padding: 2.5rem 2.5rem 3.75rem;
    background-color: #fff;
}

.postgraduate-s13 .items {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 3.75rem;
    grid-column-gap: 1.25rem;
    padding-bottom: 3.75rem;
}

.postgraduate-s13 .item {
    width: calc((100% - 3.75rem) / 4);
}

.postgraduate-s13 .item a {
    display: block;
    height: 100%;
}

.postgraduate-s13 .item .img-box {
    overflow: hidden;
}

.postgraduate-s13 .item img {
    display: block;
    width: 100%;
    transition: transform .5s ease;
    will-change: transform;
}

.postgraduate-s13 .item .txt-box {
    padding-top: 1.5rem;
}

.postgraduate-s13 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
}

.postgraduate-s13 .item p {
    font-size: max(13px, 1.0625rem);
    color: #23415a;
    margin-top: 5px;
}

.postgraduate-s13 .item .area {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
    font-size: max(12px, 0.875rem);
    color: #23415a;
}

.postgraduate-s13 .item .mail {
    font-size: max(12px, 0.875rem);
    color: #0c3d70;
    margin-top: 0.625rem;
    position: relative;
    padding-left: 26px;
}

.postgraduate-s13 .item .mail:before {
    content: '';
    width: 16px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-7.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-7.png*/);
    position: absolute;
    left: 0;
    top: 4px;
}

@media (any-hover: hover) {
    .postgraduate-s13 .item:hover img {
        transform: scale(1.1);
    }
}

.postgraduate-s14 {
    position: relative;
    padding: 9.375rem 0 7.5rem;
}

.postgraduate-s15{
    padding: 6.25rem 0;
    background-color: #f9fbfc;
}

.postgraduate-s15 .items{
    margin-top: 2.5rem;
}

.postgraduate-s15 .item {
    height: auto;
    background-color: #fff;
    transition: all .3s ease;
}

.postgraduate-s15 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem;
}

.postgraduate-s15 .item .date {
    display: inline-block;
    padding: 0 1.25rem;
    background-color: #143766;
    font-size: max(12px, 0.875rem);
    line-height: max(30px, 2.25rem);
    font-family: 'MiSans-Demibold';
    color: #fff;
    transition: all .3s ease;
}

.postgraduate-s15 .item .date:before {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/partybuilding/icon-3.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    transition: all .3s ease;
}

.postgraduate-s15 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    margin-top: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.postgraduate-s15 .item p {
    font-size: max(14px, 1.0625rem);
    color: #adadad;
    line-height: 1.5;
    font-family: 'MiSans-Demibold';
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .postgraduate-s15 .item:hover {
        background-color: #143766;
    }

    .postgraduate-s15 .item:hover .date {
        background-color: #f28332;
        color: #fffffff;
    }

    .postgraduate-s15 .item:hover .date:before {
        background-image: url("../images/partybuilding/icon-3-1.png"/*tpa=http://szbl.dw.cq.cn/images/partybuilding/icon-3-1.png*/);
    }

    .postgraduate-s15 .item:hover .tit {
        color: #fff;
    }

    .postgraduate-s15 .item:hover p {
        color: #a5b4c8;
    }
}

.postgraduate-s15 .pagination{
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    grid-gap: 0.625rem;
}

.postgraduate-s15 .pagination span{
    width: 0.625rem;
    height: 0.625rem;
    background-color: #f28332;
    border-radius: 50%;
    opacity: 0.3;
    transition: opacity .3s ease;
    cursor: pointer;
}

.postgraduate-s15 .pagination span.active{
    opacity: 1;
}

.scholar-s2 {
    background: #f9f9f9 url("../images/postgraduate/img-3.jpg"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/img-3.jpg*/) center bottom no-repeat;
    background-size: 100% auto;
    padding: 1.875rem;
    display: flex;
    align-items: center;
}

.scholar-s2 .img-box {
    width: 18.75rem;
}

.scholar-s2 .img-box img {
    display: block;
    width: 100%;
}

.scholar-s2 .txt-box {
    width: calc(100% - 18.75rem);
    padding: 0 1.875rem 0 3.75rem;
}

.scholar-s2 .tit {
    font-size: 2rem;
    font-family: 'MiSans-Medium';
    color: #23415a;
}

.scholar-s2 p {
    font-size: max(14px, 1rem);
    color: #23415a;
    margin-top: 5px;
}

.scholar-s2 p.mt {
    margin-top: 1rem;
}

.scholar-s2 .info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
}

.scholar-s2 .box {
    margin-top: 1.25rem;
    position: relative;
    padding-left: max(30px, 2.5rem);
}

.scholar-s2 .box:nth-of-type(1) {
    margin-top: 0;
}

.scholar-s2 .box:before {
    content: '';
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.scholar-s2 .box span {
    display: block;
    font-size: 14px;
    color: #9ca2ac;
    font-weight: lighter;
}

.scholar-s2 .box.area:before {
    background-image: url("../images/postgraduate/icon-8-1.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-8-1.png*/);
}

.scholar-s2 .box.mail:before {
    background-image: url("../images/postgraduate/icon-8-2.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-8-2.png*/);
}

.scholar-s2 .box.website:before {
    background-image: url("../images/postgraduate/icon-8-3.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-8-3.png*/);
}

.scholar-s2 .box.xueke:before {
    background-image: url("../images/postgraduate/icon-8-4.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-8-4.png*/);
}

.scholar-s3 {
    margin-top: 3.75rem;
}

.scholar-s3 .block {
    margin-top: 5rem;
}

.scholar-s3 .block:nth-of-type(1) {
    margin-top: 0;
}

.scholar-s3 .block .tit {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.scholar-s3 .block .tit span {
    display: inline-block;
    font-size: max(16px, 1.5rem);
    color: #23415a;
    font-family: 'MiSans-Medium';
    padding-bottom: 1rem;
    position: relative;
}

.scholar-s3 .block .tit span:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #0c3d70;
}

.scholar-s3 .block .cont {
    margin-top: 2rem;
}

.scholar-s3 .block .para {
    font-size: max(14px, 1.125rem);
    line-height: 2;
    color: #19344b;
    font-weight: lighter;
}

.scholar-s3 .block .edu-box p {
    padding-left: 2.75rem;
    padding-bottom: 1.875rem;
    font-size: max(14px, 1.125rem);
    line-height: 1.5;
    color: #19344b;
    font-weight: lighter;
    position: relative;
}

.scholar-s3 .block .edu-box p:nth-of-type(1) {
    margin-top: 0;
}

.scholar-s3 .block .edu-box p span {
    display: block;
}

.scholar-s3 .block .edu-box p:after {
    content: '';
    width: 1rem;
    height: max(21px, 1.6875rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/postgraduate/icon-9.png"/*tpa=http://szbl.dw.cq.cn/images/postgraduate/icon-9.png*/);
    position: absolute;
    left: 0;
    top: 0;
}

.scholar-s3 .block .edu-box p:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0.5rem;
    top: 1.875rem;
    background-color: #e6e6e6;
}

.n-c-organization {
    background-color: #eef1f3;
    padding: 10px;
}

.n-c-organization .main {
    padding: 10px;
    background-color: #fff;
}

.n-c-organization .cont {
    overflow: auto;
}

.n-c-organization .top-box a {
    display: block;
    position: relative;
    padding-bottom: 6px;
}

.n-c-organization .top-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1dbe5;
    border-radius: 4px;
    z-index: 1;
}

.n-c-organization .top-box a span {
    display: block;
    font-size: max(16px, 1.25rem);
    line-height: max(40px, 3.125rem);
    color: #e0e6f1;
    font-family: 'MiSans-Demibold';
    background-color: #0c3d70;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.n-c-organization .mid-box {
    padding: 10px 0;
    display: flex;
}

.n-c-organization .mid-box a {
    width: calc((100% - 20px) / 3);
    position: relative;
    padding-bottom: 6px;
    margin-left: 10px;
}

.n-c-organization .mid-box a:nth-of-type(1) {
    margin: 0;
}

.n-c-organization .mid-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dee5e9;
    border-radius: 4px;
    z-index: 1;
}

.n-c-organization .mid-box a span {
    display: block;
    font-size: max(14px, 1.125rem);
    line-height: max(40px, 3.125rem);
    color: #23415a;
    font-family: 'MiSans-Demibold';
    background-color: #eef1f3;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.n-c-organization .bot-box {
    position: relative;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient(180deg, #f0f3f6, #fff);
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.n-c-organization .bot-box:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -50px;
    background-color: #f0f3f6;
}

.n-c-organization .bot-box .item {
    width: calc((50% - 30px) / 2);
    margin-left: 20px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 10px 10px;
    border-bottom: 6px solid #e9edf2;
}

.n-c-organization .bot-box .item:nth-of-type(1) {
    width: calc(50% - 10px);
    margin-left: 0;
}

.n-c-organization .bot-box .s-items {
    display: flex;
    grid-gap: 20px;
}

.n-c-organization .bot-box .s-item {
    width: calc(50% - 10px);
}

.n-c-organization .bot-box .tit {
    font-size: max(14px, 1.125rem);
    line-height: max(40px, 3.125rem);
    color: #2a3349;
    font-family: 'MiSans-Medium';
    text-align: center;
}

.n-c-organization .bot-box .s-tit {
    font-size: max(13px, 1rem);
    line-height: max(40px, 3.125rem);
    color: #2a3349;
    font-family: 'MiSans-Medium';
    text-align: center;
}

.n-c-organization .bot-box .link {
    margin-right: -10px;
    padding-right: 10px;
}

.n-c-organization .bot-box .link a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
}

.n-c-organization .bot-box .link a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c36622;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.n-c-organization .bot-box .link a span {
    display: block;
    font-size: max(12px, 0.875rem);
    padding: 10px;
    color: #2a3349;
    background-color: #f0f3f6;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

.n-c-organization .bot-box .link a span:after {
    content: '';
    width: 8px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-13.png"/*tpa=http://szbl.dw.cq.cn/images/about/icon-13.png*/);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    opacity: 0;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .n-c-organization .bot-box .link a:hover:before {
        opacity: 1;
    }

    .n-c-organization .bot-box .link a:hover span {
        background-color: #f28332;
        color: #fff;
    }

    .n-c-organization .bot-box .link a:hover span:after {
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .scholar-s2 .img-box {
        width: 15rem;
    }

    .scholar-s2 .txt-box {
        width: calc(100% - 15rem);
    }

    .scholar-s2 {
        align-items: flex-start;
    }
}

@media screen and (max-width: 1025px) {
    .news-s19 .item .img-box {
        width: 40%;
    }

    .news-s19 .item .txt-box {
        width: 60%;
    }

    .postgraduate-s13 .flex {
        display: block;
        padding: 0 5%;
    }

    .postgraduate-s13 .left-box {
        width: 100%;
    }

    .postgraduate-s13 .right-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .postgraduate-s14 {
        padding: 5rem 0;
    }

    .n-c-organization .bot-box .item .link a span:after {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .news-s20 {
        padding: 7.5rem 0;
    }

    .news-s21 {
        margin-top: 0;
        padding: 7.5rem 0;
    }

    .news-s21 .block {
        padding: 0;
    }

    .news-s21 .list-top {
        display: none;
    }

    .news-s21 .item a {
        margin: 0;
        padding: 1.875rem;
        display: block;
    }

    .news-s21 .item span {
        display: block;
    }

    .news-s21 .item span:nth-of-type(1) {
        width: 100%;
        padding-right: 0;
    }

    .news-s21 .item span:nth-of-type(2) {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 769px) {
    .news-s20 {
        padding: 6rem 0;
    }

    .news-s20 .label {
        font-size: 20px;
    }

    .news-s21 {
        padding: 3rem 0 6rem;
    }

    .postgraduate-s13 .item {
        width: calc((100% - 1.25rem) / 2);
    }
}

@media screen and (max-width: 580px) {
    .news-s19 .item a {
        padding: 2rem;
        display: block;
    }

    .news-s19 .item .img-box {
        width: 100%;
    }

    .news-s19 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }

    .postgraduate-s13 .item {
        width: 100%;
    }

    .scholar-s2 {
        display: block;
    }

    .scholar-s2 .img-box {
        width: 100%;
    }

    .scholar-s2 .txt-box {
        width: 100%;
        padding: 1.5rem 0 0;
    }
}

/*2024-12-06 end*/



/*2024-12-29*/
.privacy-s1{
    padding: 5.625rem 3.75rem 0;
}
.privacy-s1:last-of-type{
    padding-bottom: 5.625rem;
}
.privacy-s1 .tit{
    font-size: 2rem;
}
.privacy-s1 .para{
    font-size: max(14px, 1.125rem);
    color: #0c3d70;
    line-height: 2;
    margin-top: 1.25rem;
}
/*2024-12-29 end*/