@charset "utf-8";

body {
    overflow-x: hidden;
}

/* edp */

.ztitle {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.ztit-c {
    display: inline-block;
}

.ztit-cbox {
    display: flex;
    align-items: center;
    font-family: "sys-m";
}

.ztit-cbox .en {
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #002147;
    line-height: 1;
    margin-right: 0.15rem;
}

.ztit-cbox .tx {
    /* flex: 1;
    min-width: 0; */
    text-align: left;
}

.ztit-cbox .tx h3 {
    font-size: 0.48rem;
    font-weight: 600;
    line-height: 1;
    color: #333333;
}

.ztit-cbox .tx p {
    font-size: 0.16rem;
    color: #B0B0B0;
}

.zmore {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.zmore a {
    display: block;
    font-size: 0.2rem;
    line-height: 0.59rem;
    color: #0F4578;
    background: url(../images/zcm/zmore.png) no-repeat;
    background-size: auto 100%;
    transition: all 0.5s;
}



.edp {}

.edp1 .ztitle {
    text-align: left;
}

.edp1 .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.edp1 .con .l {
    width: 49.33%;
    position: relative;
    z-index: 1;
}

.edp1 .con .l::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -0.37rem;
    width: 0.74rem;
    height: 2.13rem;
    background: rgba(213, 174, 109, 0.2);
    z-index: -1;
}

.edp1 .con .l>img {
    display: block;
    width: 100%;
}

.edp1 .con .tx {
    width: 43%;
    padding-top: 0.3rem;
}

.edp1 .con .tx p {
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.edp2 {
    padding: 0.47rem 0 0.66rem 0;
}

.edp2 .con {
    background: url(../images/zcm/edp2-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.5rem;
}

.edp2 .con p {
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.edp3 .con {
    overflow: hidden;
}

.edp3 .con ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

.edp3 .con ul li {
    width: 33.33%;
}

.edp3 .con ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.15rem;
    padding: 0.64rem 0.1rem;
    background: linear-gradient(270deg, rgba(249, 252, 255, 0.3) 0%, rgba(225, 238, 253, 0.3) 100%);
    border: 1px solid transparent;
    transition: all 0.5s;
}

.edp3 .con ul li a .icon {
    width: 0.9rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.3rem;
    position: relative;
    z-index: 1;
}

.edp3 .con ul li a .y {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #002147;
    border-radius: 50%;
    animation: play2 6s linear forwards;
    animation-play-state: paused;
}

.edp3 .con ul li a .y::after {
    content: '';
    position: absolute;
    top: 0.11rem;
    right: 0.07rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #002147;
    border-radius: 50%;
}

.edp3 .con ul li a .icon>img {
    display: block;
    max-width: 0.5rem;
    max-height: 0.5rem;
}

.edp3 .con ul li a h3 {
    font-size: 0.36rem;
    font-weight: normal;
    color: #002147;
}

@keyframes play2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

.edp4 {
    padding-top: 0.6rem;
}

.edp4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.35rem;
}

.edp4 ul li {
    width: 25%;
    position: relative;
    z-index: 1;
}

.edp4 ul li::before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    border-left: 1px solid #D5E2FA;
    z-index: -1;
    transition: all 0.5s;
}

.edp4 ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    border-left: 1px solid #052F58;
    z-index: -1;
    transition: all 0.5s ease 0.1s;
}

.edp4 ul li a {
    display: block;
    margin: 0 0.35rem;
}

.edp4 ul li a .pic {
    padding-top: 67.74%;
}

.edp4 ul li a .tx h3 {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    height: 0.64rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.edp4 ul li a .tx span {
    display: block;
    margin-top: 0.16rem;
    font-family: CanelaWeb-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #999999;
}



/* 硕士页面 */

.ssbox {}

.ss1a .swiper-slide {
    padding-top: 0.46rem;
}

.ss1a a {
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    border-bottom: 1px solid #052F58;
    padding: 0.4rem;
    position: relative;
    top: 0;
    transition: all 0.5s;
}

.ss1a a .date {
    margin-right: 0.25rem;
}

.ss1a a .date b {
    display: block;
    width: 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    border-radius: 50%;
    border: 0.02rem dashed #052F58;
    position: relative;
    z-index: 1;
    font-family: CanelaWeb-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    color: #0F4578;
}

.ss1a a .date b::after {
    content: '';
    position: absolute;
    top: 0.01rem;
    right: 0.1rem;
    width: 0.06rem;
    height: 0.06rem;
    background: #052F58;
    border-radius: 50%;
}

.ss1a a .date span {
    display: block;
    font-family: CanelaWeb-Regular;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #999999;
    text-align: center;
    margin-top: 0.13rem;
}

.ss1a a .date em {
    width: 0.44rem;
    display: block;
    border-radius: 0.5rem;
    border: 1px solid #052F58;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #052F58;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2rem;
    font-style: normal;
}

.ss1a a .r {
    flex: 1;
    min-width: 0;
}

.ss1a a .r h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.ss1a a .r .tx {
    margin-top: 0.15rem;
    padding-top: 0.2rem;
    position: relative;
    z-index: 1;
}

.ss1a a .r .tx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.9rem;
    border-top: 1px solid #052F58;
}

.ss1a a .r .tx p {
    font-size: 0.15rem;
    line-height: 0.2rem;
    color: #9F9F9F;
    margin-top: 0.1rem;
    padding-left: 0.28rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.18rem auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ss1a a .r .tx p:first-child {
    background-image: url(../images/zcm/ss1-icon1.png);
}

.ss1a a .r .tx p:nth-child(2) {
    background-image: url(../images/zcm/ss1-icon2.png);
}

.ss1a a .r .tx p:nth-child(3) {
    background-image: url(../images/zcm/ss1-icon3.png);
}




.ss1a .swiper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.22rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.ss1a .swiper-button-next,
.ss1a .swiper-button-prev,
.mem5-r .swiper-button-next,
.mem5-r .swiper-button-prev {
    position: static;
    transform: none;
    margin-top: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.ss1a .swiper-button-prev,
.mem5-r .swiper-button-prev {
    background-image: url(../images/zcm/ss1-prev1.png);
}

.ss1a .swiper-button-next,
.mem5-r .swiper-button-next {
    background-image: url(../images/zcm/ss1-next1.png);
}

.ss1a .swiper-pagination {
    position: static;
    margin: 0 0.15rem;
}

.ss1a .swiper-pagination span {
    width: 0.12rem;
    height: 0.12rem;
    border: 1px solid #052F58;
    border-radius: 50%;
    margin: 0 0.06rem;
    opacity: 1;
}

.ss1a .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #002147;
}

.ss2 {
    padding: 1.15rem 0 1.4rem 0.84rem;
    margin-top: 0.54rem;
    position: relative;
    z-index: 1;
}

.ss2::after {
    content: '';
    position: absolute;
    top: 0.54rem;
    bottom: 0;
    left: 0;
    width: calc((100vw - 15rem)/2 + 100%);
    background: linear-gradient(140deg, transparent 30px, #fff 0);
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.ss2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0.76rem;
    left: -2.1rem;
    width: 85.15%;
    background: #052F58;
    z-index: -1;
}

.ss2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ss2 ul li {
    width: 46.66%;
}

.ss2 ul li a {
    display: block;
}

.ss2 ul li a .pic {
    padding-top: 41.42%;
}

.ss3 {
    padding-top: 1.4rem;
}

.ss3 .qh-tit .ztit-c {
    opacity: 0.3;
    cursor: pointer;
}

.ss3 .qh-tit .ztit-c.on {
    opacity: 1;
}

.ss3 .qh-tit .ztit-c+div {
    margin-left: 1.25rem;
}

.ss3 .zmore a {
    display: none;
}

.ss3 .zmore a.on {
    display: block;
}

.ss3 .qh-bd {
    position: relative;
}

.ss3 .qh-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
}

.ss3 .qh-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.ss3 .qh-bd ul li {
    width: 33.33%;
}

.ss3 .qh-bd ul li a {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0.16rem;
    padding: 0.4rem 0.4rem 0.9rem;
}

.ss3 .qh-bd ul li a::before {
    content: '';
    position: absolute;
    top: -0.19rem;
    left: -0.3rem;
    right: -0.3rem;
    bottom: -0.33rem;
    background: url(../images/zcm/ss3-libg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    transition: all 0.5s;
}

.ss3 .qh-bd ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.ss3 .qh-bd ul li a .gd {
    margin-top: 0.16rem;
    text-align: right;
}

.ss3 .qh-bd ul li a .gd span {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/zcm/ss3-jt1.png) no-repeat;
    background-size: 100% auto;
    transition: all 0.5s;
}

.ss3 .qh-bd ul li a .date {
    position: absolute;
    left: 0.59rem;
    bottom: 0;
    font-family: CanelaWeb-Regular;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #0F4578;
}

/* MEM */
.mem1 .con .l {
    padding-bottom: 0.1rem;
}

.mem1 .con .tx {
    width: 43.73%;
    padding-top: 0;
}

.mem1 .con .tx p {
    text-indent: 2em;
}

.mem1 .con .tx p+p {
    margin-top: 0.2rem;
}

.mem1>p {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-indent: 2em;
}

.mem2 {
    padding: 0.4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mem2-l {
    width: 52%;
    margin-top: 0.57rem;
    position: relative;
    z-index: 1;
}

.mem2-l::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.1rem;
    width: calc(100% + 2.4rem);
    background: #FCFCFC;
    z-index: -1;
}

.mem2-l ul li a {
    display: flex;
    align-items: center;
    padding: 0.45rem 0.4rem 0.45rem 0;
    border-top: 1px solid #E5E5E5;
    position: relative;
    z-index: 1;
}

.mem2-l ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.1rem;
    width: 0;
    background: #052F58;
    z-index: -1;
    transition: width 0.5s;
}

.mem2-l ul li:first-child a {
    border-top: 0;
}

.mem2-l ul li a .date {
    text-align: center;
    color: #0F4578;
    margin-right: 0.36rem;
    font-family: CanelaWeb-Regular;
    transition: all 0.5s;
}

.mem2-l ul li a .date b {
    display: block;
    font-size: 0.36rem;
    line-height: 1;
}

.mem2-l ul li a .date span {
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.mem2-l ul li a .tx {
    flex: 1;
    min-width: 0;
}

.mem2-l ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s;
}

.mem2-l ul li a .tx p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #767676;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
    transition: all 0.5s;
}

.mem2-r {
    width: 48%;
    position: relative;
    z-index: 1;
    padding-top: 0.48rem;
}

.mem2-r::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.1rem;
    width: calc(100% + 1.8rem);
    background: #F5FAFF;
    z-index: -1;
}

.mem2-r .ztitle {
    text-align: left;
    padding-left: 0.9rem;
}

.mem2-banner ul li a {
    display: block;
    position: relative;
    z-index: 1;
}

.mem2-banner ul li a .pic {
    padding-top: 63.88%;
}

.mem2-banner ul li a .pic::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.52) 107%);
}

.mem2-banner ul li a .tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem 0.25rem;
    z-index: 1;
}

.mem2-banner ul li a .tx span {
    display: inline-block;
    padding-left: 0.26rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.mem2-banner ul li a .tx span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.74rem;
    background: #1E6871;
    z-index: -1;
}

.mem2-banner ul li a .tx h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.1rem;
}

.mem3 {
    padding: 0.5rem 0 1.32rem 0;
}

.mem3 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mem3 ul li {
    width: 33.333%;
}

.mem3 ul li a {
    display: block;
    padding: 0.12rem 0.2rem;
    transition: all 0.5s;
}

.mem3 ul li a .k {
    padding: 0.45rem 0.2rem 0.35rem 0.2rem;
}

.mem3 ul li a .date {
    font-family: CanelaWeb-Regular;
    font-size: 0.18rem;
    color: #052F58;
    line-height: 0.36rem;
}

.mem3 ul li a .date b {
    font-size: 0.36rem;
    margin-right: 0.1rem;
}

.mem3 ul li a .tx {
    position: relative;
    z-index: 1;
    margin-top: 0.24rem;
    padding-top: 0.22rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.03rem solid #052F58;
}

.mem3 ul li a .tx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-top: 3px solid #052F58;
    transition: all 0.5s;
}

.mem3 ul li a .tx h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.mem3 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #3D3D3D;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 0.24rem;
}

.mem3 ul li a .tx .gd {
    text-align: right;
    font-size: 0;
    display: none;
}

.mem3 ul li a .tx .gd span {
    display: inline-block;
    width: 0.97rem;
    height: 0.3rem;
    background: url(../images/zcm/mem3-gd.png) no-repeat;
    background-size: 100% 100%;
}

.mem4 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 0.8rem 0 0.85rem 0;
}

.mem4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.1rem;
    width: 58.6%;
    background: url(../images/zcm/mem4-lbg.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.mem4-l {
    width: 61.73%;
}

.mem4-l .ztitle {
    text-align: left;
    width: 4.66rem;
}

.mem4-l ul {
    background: url(../images/zcm/mem4-lk.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.49rem 0.42rem;
    position: relative;
    z-index: 1;
}

.mem4-l ul::before {
    content: '';
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/zcm/mem4-lzs.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.mem4-l ul li {
    overflow: hidden;
    line-height: 0.6rem;
    position: relative;
    left: 0;
    transition: all 0.5s;
}

.mem4-l ul li span {
    display: block;
    float: right;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.2rem;
}

.mem4-l ul li a {
    display: block;
    font-size: 0.2rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mem4-r {
    position: absolute;
    right: -2.1rem;
    top: 0;
    bottom: 0.85rem;
    width: 84.2%;

}

.mem4-r .pic {
    padding-top: 42.75%;
}

.mem4-r .pic::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, #07458E 0%, rgba(7, 69, 142, 0) 100%);
    opacity: 0.8;
}

.mem4-r .bmrk {
    position: absolute;
    right: 16.66%;
    top: 26.85%;
}

.mem4-r .bmrk a {
    display: block;
}

.mem4-r .bmrk a .icon {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;

}

.mem4-r .bmrk a .icon img {
    display: block;
    width: 0.9rem;
}

.mem4-r .bmrk a h3 {
    text-align: center;
    margin-top: 0.19rem;
    font-size: 0.48rem;
    color: #FFFFFF;
}

.mem5 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mem5 .ztitle {
    width: 32%;
    text-align: left;
    margin-top: 0.6rem;
}

.mem5 .zmore {
    right: 0.4rem;
}

.mem5-r {
    width: 68%;
    padding-right: 1.28rem;
    margin-top: -0.85rem;
    position: relative;
    z-index: 1;
}

.mem5-r ul li a {
    display: block;
    position: relative;
    z-index: 1;
}

.mem5-r ul li a .pic {
    padding-top: 66.36%;
}

.mem5-r ul li a .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40.54%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.mem5-r ul li a h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
    padding: 0.25rem 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.mem5-r ul li a h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.28rem;
    width: 0.64rem;
    height: 0.05rem;
    background: #F7D397;
}

.mem5-r .swiper-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.28rem;
    padding-top: 1.28rem;
    padding-left: 0.39rem;
    padding-right: 0.39rem;
}

.mem5-r .swiper-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.28rem;
    background: #052F58;
}

.mem5-r .swiper-button-prev {
    margin-top: 0.2rem;
    transform: rotate(90deg);
}

.mem5-r .swiper-button-next {
    margin-top: 0.25rem;
    transform: rotate(90deg);
}

/* 历史沿革 */
.his1 p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-indent: 2em;
}

.his1 p+p {
    margin-top: 0.25rem;
}

.his2 {
    padding: 0.5rem 0 0.4rem 0;
}

.his2>img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.his3 {
    position: relative;
    z-index: 1;
    height: 7.8rem;
}

.his3::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    left: -2.1rem;
    width: 100vw;
    background: url(../images/zcm/his3-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: -1;
}

.his3 li {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.his3 li p {
    font-size: 0.2rem;
    line-height: 0.36rem;
}

.his3 li .icon {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px dashed #10305C;
    border-radius: 50%;
    padding: 0.07rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 0.22rem;
    color: #fff;
}

.his3 li .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 0.14rem);
    height: calc(100% - 0.14rem);
    background: #10305C;
    border-radius: 50%;
    z-index: -1;
}

.his3 li .x {
    width: 0.8rem;
    height: 0.9rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.his3 li .x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    top: -0.5rem;
    border-left: 1px solid #10305C;
}

.his3 li .x .y {
    width: 10px;
    height: 10px;
    background: #10305C;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.his3 li .x .y::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: rgba(16, 48, 92, 0.1);
}

.his3 li:nth-child(odd):not(:nth-child(9)) p {
    order: 1;
}

.his3 li:nth-child(odd):not(:nth-child(9)) .icon {
    order: 2;
    margin-top: 0.1rem;
}

.his3 li:nth-child(odd):not(:nth-child(9)) .x {
    order: 3;
}

.his3 li:nth-child(even) .icon {
    margin-bottom: 0.1rem;
}

.his3 li:nth-child(even) .x {
    align-items: flex-start;
}

.his3 li:nth-child(even) .x::before {
    top: 0;
    bottom: -0.5rem;
}




.his3 li:first-child {
    left: 0.47rem;
    top: 1.66rem;
}

.his3 li:nth-child(2) {
    left: 1.89rem;
    top: 3.54rem;
}

.his3 li:nth-child(3) {
    left: 3.56rem;
    top: 0.4rem;
}

.his3 li:nth-child(3) .x {
    height: 0.6rem;
}

.his3 li:nth-child(4) {
    left: 5.3rem;
    top: 3.36rem;
}

.his3 li:nth-child(5) {
    left: 6.8rem;
    top: 0.08rem;
}

.his3 li:nth-child(5) .x {
    height: 0.7rem;
}

.his3 li:nth-child(6) {
    left: 8.49rem;
    top: 2.58rem;
}

.his3 li:nth-child(7) {
    left: 9.8rem;
    top: 0.5rem;
}

.his3 li:nth-child(7) .x {
    height: 1.35rem;
}

.his3 li:nth-child(8) {
    left: 11.47rem;
    top: 1.4rem;
}

.his3 li:nth-child(8) p {
    order: 1;
}

.his3 li:nth-child(8) .icon {
    order: 2;
    margin-top: 0.1rem;
    margin-bottom: 0;
}

.his3 li:nth-child(8) .x {
    height: 0.7rem;
    order: 3;
    align-items: flex-end;
}

.his3 li:nth-child(8) .x::before {
    top: -0.5rem;
    bottom: 0;
}

.his3 li:nth-child(9) {
    left: 12.7rem;
    top: 4.15rem;
}

.his3 li:nth-child(9) .x {
    height: 0.6rem;
    align-items: flex-start;
}

.his3 li:nth-child(9) .x::before {
    top: 0;
    bottom: -0.5rem;
}


@media screen and (min-width:1025px) {
    .zmore a:hover {
        font-weight: bold;
    }

    .edp3 .con ul li a:hover {
        background: linear-gradient(270deg, #F9FCFF 0%, #E1EEFD 100%);
        border: 1px solid;
        border-image: linear-gradient(270deg, rgba(0, 33, 71, 0.054) 0%, rgba(0, 33, 71, 0.2) 100%) 1;
    }

    .edp3 .con ul li a:hover .icon .y {
        animation-iteration-count: infinite;
        animation-play-state: running;
    }

    .edp4 ul li:hover::before {
        height: 100%;
    }

    .edp4 ul li:hover::after {
        height: 34.48%;
    }

    .edp4 ul li:hover a .tx h3 {
        color: #052F58;
    }

    .ss1a .swiper-button-prev:hover,
    .mem5-r .swiper-button-prev:hover {
        background-image: url(../images/zcm/ss1-prev2.png);
    }

    .ss1a .swiper-button-next:hover,
    .mem5-r .swiper-button-next:hover {
        background-image: url(../images/zcm/ss1-next2.png);
    }

    .ss1a a:hover {
        box-shadow: 0px 0.1rem 0.28rem 0px rgba(0, 0, 0, 0.1);
        top: -0.36rem;
    }

    .ss3 .qh-bd ul li:hover a::before {
        background: url(../images/zcm/ss3-libg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .ss3 .qh-bd ul li:hover a h3 {
        font-weight: bold;
        color: #052F58;
    }

    .ss3 .qh-bd ul li:hover a .gd span {
        background: url(../images/zcm/ss3-jt2.png) no-repeat;
        background-size: 100% auto;
    }

    .mem2-l ul li:hover a::before {
        width: calc(100% + 2.1rem);
    }

    .mem2-l ul li:hover a .date,
    .mem2-l ul li:hover a .tx h3 {
        color: #fff;
    }

    .mem2-l ul li:hover a .tx p {
        color: #8BAAC8;
    }

    .mem3 ul li.on a {
        background: #FFFFFF;
        box-shadow: 0px 0.1rem 0.28rem 0px rgba(0, 0, 0, 0.1);
    }

    .mem3 ul li.on a .k {
        background: url(../images/zcm/mem3-k.png) no-repeat;
        background-size: 100% 100%;
    }

    .mem3 ul li.on a .tx {
        border-bottom-color: transparent;
        padding-bottom: 0;
    }

    .mem3 ul li.on a .tx h3 {
        color: #052F58;
        font-weight: bold;
        height: 0.3rem;
        -webkit-line-clamp: 1;
    }

    .mem3 ul li.on a .tx p {
        color: #052F58;
    }

    .mem3 ul li.on a .tx .gd {
        display: block;
        margin-top: 0.4rem;
    }

    .mem3 ul li.on a .tx::before {
        width: 1.72rem;
    }

    .mem4-l ul li:hover {
        left: 0.05rem;
    }
}



@media screen and (max-width:1024px) {
    .ztitle {
        text-align: left;
        margin-bottom: 0.25rem;
        padding-right: 0.6rem;
    }

    .ztit-cbox .tx h3 {
        font-size: 0.24rem;
    }

    .ztit-cbox .tx p {
        font-size: 0.14rem;
    }

    .ztit-cbox .en {
        font-size: 0.42rem;
        margin-right: 0.1rem;
    }

    .zmore a {
        font-size: 0.16rem;
        line-height: 0.39rem;
    }

    .edp1 .con .l {
        width: 100%;
    }

    .edp1 .con .l::before {
        right: -10px;
    }

    .edp1 .con .tx {
        width: 100%;
        padding-top: 0.25rem;
    }

    .edp2 {
        padding: 0.4rem 0 0.4rem 0;
    }

    .edp2 .con {
        padding: 0.25rem;
        background: linear-gradient(180deg, #FFFFFF 0%, #F3F9FF 100%);
        border: 1px solid rgba(130, 165, 212, 0.3);
    }

    .edp3 .con ul li {
        width: 100%;
    }

    .edp3 .con ul li a {
        padding: 0.25rem 0.1rem;
        margin: 0.05rem 0.15rem;
    }

    .edp3 .con ul li a h3 {
        font-size: 0.2rem;
    }

    .edp3 .con ul li a .icon {
        width: 0.6rem;
        height: 0.6rem;
    }

    .edp3 .con ul li a .icon>img {
        max-width: 0.3rem;
        max-height: 0.3rem;
    }

    .edp3 .con ul li a .y::after {
        width: 0.06rem;
        height: 0.06rem;
        top: 0.05rem;
        right: 0.03rem;
    }

    .edp4 ul {
        margin: 0 -0.1rem;
    }

    .edp4 ul li {
        width: 50%;
    }

    .edp4 ul li:nth-child(2)~li {
        margin-top: 0.2rem;
    }

    .edp4 ul li a {
        margin: 0 0.1rem;
    }

    .ss2::after {
        width: calc(100% + 10px);
    }

    .ss2::before {
        left: -10px;
    }

    .ss1a a {
        padding: 0.2rem;
    }

    .ss1a a .date b {
        width: 0.44rem;
        height: 0.44rem;
        line-height: 0.44rem;
        font-size: 0.26rem;
    }

    .ss1a a .date b::after {
        top: 0;
        right: 0.05rem;
    }

    .ss1a a .date span {}

    .ss1a a .r .tx {
        margin-top: 0.1rem;
        padding-top: 0.1rem;
    }

    .ss1a .swiper-slide {
        padding-top: 0;
        padding-bottom: 1px;
    }

    .ss1a .swiper-button-next,
    .ss1a .swiper-button-prev {
        width: 0.4rem;
        height: 0.4rem;
    }

    .ss1a .swiper-pagination span {
        width: 0.1rem;
        height: 0.1rem;
    }

    .ss2 {
        padding: 0.4rem 0 0.2rem 0.1rem;
        margin-top: 0.4rem;
    }

    .ss2::after {
        top: 0.2rem;
        background: linear-gradient(140deg, transparent 10px, #fff 0);
    }

    .ss2 ul li {
        width: 100%;
    }

    .ss2 ul li+li {
        margin-top: 0.2rem;
    }

    .ss3 {
        padding-top: 0.4rem;
    }

    .ss3 .qh-tit .ztit-c+div {
        margin-left: 0.25rem;
    }

    .ss3 .qh-bd ul li {
        width: 100%;
    }

    .ss3 .qh-bd ul li+li {
        margin-top: 0.2rem;
    }

    .ss3 .qh-bd ul li a {
        padding: 0.2rem;
        background: #FFFFFF;
        box-shadow: 0px 0.03rem 0.08rem 0.03rem rgba(0, 0, 0, 0.1);
    }

    .ss3 .qh-bd ul li a::before {
        content: none;
    }

    .ss3 .qh-bd ul li a h3 {
        height: auto;
    }

    .ss3 .qh-bd ul li a .date {
        position: static;
        margin-top: 10px;
        font-size: 0.2rem;
    }

    .mem1>p {
        margin-top: 0.2rem;
    }

    .mem2-l {
        width: 100%;
        margin-top: 0;
    }

    .mem2-l ul li a {
        padding: 0.2rem 0;
    }

    .mem2-l ul li a .date b {
        font-size: 0.26rem;
    }

    .mem2-l ul li a .tx p {
        font-size: 0.15rem;
    }

    .mem2-r {
        width: 100%;
        padding-top: 0.3rem;
    }

    .mem2-r::before {
        left: -10px;
        width: calc(100% + 20px);
    }

    .mem2-r .ztitle {
        padding-left: 0;
    }

    .mem2-banner ul li a .tx h3 {
        font-size: 0.18rem;
    }

    .mem3 {
        padding: 0 0 0.4rem 0;
    }

    .mem3 ul li {
        width: 100%;
    }

    .mem3 ul li a {
        padding: 0.2rem 0 0 0;
    }

    .mem3 ul li a .k {
        padding: 0;
    }

    .mem3 ul li a .date b {
        font-size: 0.24rem;
    }

    .mem3 ul li a .tx {
        margin-top: 0.1rem;
        padding-top: 0;
        padding-bottom: 0.2rem;
        border-bottom-width: 1px;
    }

    .mem3 ul li a .tx h3,
    .mem3 ul li a .tx p {
        height: auto;
        max-height: 0.6rem;
    }

    .mem3 ul li a .tx p {
        margin-top: 0.1rem;
    }

    .mem4 {
        padding: 0.3rem 0 0 0;
    }

    .mem4::before {
        left: -10px;
    }

    .mem4-l {
        width: 100%;
    }

    .mem4-l .ztitle {
        width: 100%;
    }

    .mem4-l ul {
        padding: 0.2rem;
    }

    .mem4-l ul li span,
    .mem4-l ul li a {
        font-size: 0.18rem;
    }

    .mem4-r {
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .mem4-r .bmrk {
        right: auto;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .mem4-r .bmrk a .icon {
        width: 0.9rem;
        height: 0.9rem;
    }

    .mem4-r .bmrk a .icon img {
        width: 0.5rem;
    }

    .mem4-r .bmrk a h3 {
        margin-top: 0.1rem;
        font-size: 0.18rem;
    }

    .mem5 .ztitle {
        width: 100%;
        margin-top: 0.3rem;
    }

    .mem5-r {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
    }

    .mem5-r .swiper-btn {
        position: static;
        width: 100%;
        padding-top: 0.2rem;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mem5-r .swiper-button-prev,
    .mem5-r .swiper-button-next {
        transform: none;
        margin-top: 0;
    }

    .mem5-r .swiper-button-next {
        margin-left: 0.3rem;
    }

    .mem5 .zmore {
        right: 0;
    }

    .his1 p {
        font-size: 0.18rem;
    }

    .his3 {
        height: auto;
    }

    .his3::before {
        left: -10px;
    }

    .his3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .his3 li {
        width: 48.5%;
        position: static;
        display: block;
        padding: 0.1rem 0;
    }

    .his3 li .x {
        display: none;
    }

    .his3 li p {
        margin-top: 0.1rem;
        font-size: 0.18rem;
        line-height: 0.26rem;
    }

    .his3 li .icon {
        width: 0.7rem;
        height: 0.7rem;
        font-size: 0.18rem;
        margin: 0 !important;
    }


}



@media screen and (max-width: 768px) {
    .ss3 .qh-tit .ztit-c {
        width: 100%;
    }

    .ss3 .qh-tit .ztit-c+div {
        margin-left: 0;
        margin-top: .2rem;
    }
}