@charset "utf-8";


/* ld */
.leader ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leader ul li {
    width: 50%;
}

.leader ul li a .pic {
    width: 2.26rem;
    padding-top: 3.26rem;
    margin-right: .35rem;
}

.leader ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: .3rem .5rem;
    align items: flex-start;
}

.leader ul li a:hover {
    background: url(../images/wmq/ld-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.ld-tx {
    flex: 1;
    min-width: 0;
    padding top: 0.3rem: ;
    padding-top: 0.3rem;
}

.ld-tx h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ld-tx h3 b {
    font-size: .3rem;
    color: #333333;
    display: block;
    margin-right: .35rem;
    /*font-family: TIMES;*/
}

.ld-tx h3 span {
    color: #333333;
    font-size: .16rem;
    display: block;
    padding: 0 .15rem;
    border-radius: .99rem;
    background: #EFF7FF;
    line-height: .3rem;
    /*font-family: TIMES;*/
}

.ld-tx p {
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
    margin-top: .3rem;
    /*font-family: TIMES;*/
}

.leader ul li a:hover p,
.leader ul li a:hover b {
    color: #10305C;
}

/* list */

.list ul li {
    margin-bottom: .5rem;
    /*font-family: TIMES;*/
}

.list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .35rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(181, 181, 181, 0.2);
    position: relative;
    transition: all 0.5s;
}

.list ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .03rem;
    background-color: #D5AE6D;
    transition: all 0.5s;
}

.lt-tx {
    flex: 1;
    min-width: 0;
}

.lt-date {
    border-radius: .1rem;
    background: #F4F8FF;
    padding: .3rem;
    margin-right: .5rem;
    text-align: center;
    color: #10305C;
}

.lt-date b {
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: CanelaWeb-Regular;
    /*font-family: TIMES;*/
}

.lt-date span {
    font-size: .2rem;
    line-height: .36rem;
    text-align: center;
    font-family: CanelaWeb-Regular;
    /*font-family: TIMES;*/
}

.lt-tx {
    flex: 1;
    min-width: 0;
}

.lt-tx h3 {
    color: #333333;
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .15rem;
    /*font-family: TIMES;*/
}

.lt-tx p {
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #9E9E9E;
    /*font-family: TIMES;*/
}

.list ul li a:hover {
    box-shadow: 0rem .04rem .3rem 0rem rgba(0, 0, 0, 0.2);
}

.list ul li a:hover:after {
    width: 100%;
}

.list ul li a:hover .lt-date {
    background-color: #10305C;
    color: #ffffff;
}

.list ul li a:hover h3 {
    color: #10305C;
}

/* pl-lt */
.pic-lt {
    margin-top: -0.3rem;
}

.pic-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
    border-bottom: .01rem solid #E8E8E8;
    position: relative;
    transition: all 0.5s;
}

.pic-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .05rem;
    background-color: #D5AE6D;
    transition: all 0.5s;
}

.pic-lt ul li a:hover:after {
    width: 100%;
}

.pic-lt ul li a .pic {
    width: 2.45rem;
    padding-top: 1.73rem;
    margin-right: .35rem;
    border-radius: .1rem;
}

.pl-tx {
    flex: 1;
    min-width: 0;
    /*font-family: TIMES;*/
}

.pl-tx h3 {
    margin-top: .15rem;
    margin-bottom: .25rem;
}

.pl-date {
    font-family: CanelaWeb-Regular;
    /*font-family: TIMES;*/
}

.pl-date b {
    color: #0F4578;
    font-size: .24rem;
    margin-right: .05rem;
    font-weight: normal;
}

.pl-date span {
    color: #0F4578;
    font-size: .16rem;
}

.pl-tx h3 {
    font-size: .22rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pl-tx p {
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pic-lt ul li a:hover {
    padding: .4rem;
    box-shadow: 0rem .04rem .3rem 0rem rgba(0, 0, 0, 0.1);
}

.pic-lt ul li a:hover h3 {
    color: #0F4578;
}

/* content */

.c-tit {
    margin-bottom: .25rem;
}

.c-tit h3 {
    text-align: center;
    color: #333333;
    font-size: .36rem;
    margin-bottom: .2rem;
}

.c-tit p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.c-tit p span {
    color: #9E9E9E;
    font-size: .18rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 .2rem;
}

.c-tit p span img {
    width: .16rem;
    display: block;
    margin-right: .04rem;
}

.c-tx p {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .4rem;
}

.c-tx p {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
}
.c-tx table{
    margin: 0 auto;
}
.c-tx table p{
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
    line-height: .2rem;
    padding: 5px 5px;
}

.c-tx p img {
    max-width: 85%;
    margin: 0 auto;
    display: block;
}

.c-page {
    padding: .25rem 0;
    border-top: .01rem dashed #D8D8D8;
}

.c-page a {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    display: block;
    margin-bottom: .1rem;
}

.c-page a:hover {
    color: #0F4578;
}

/* xsfc */
.xsfc-lt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.xsfc-lt ul li {
    width: 33.33%;
    margin-bottom: .35rem;
}

.xsfc-lt ul li a {
    margin: 0 .25rem;
    display: block;
    transition: all 0.5s;
}

.xsfc-lt ul li a .pic {
    padding-top: 132%;
}

.xs-tx {
    padding: .2rem;
}

.xs-tx p {
    font-family: CanelaWeb-Regular;
    font-size: .18rem;
    color: #999999;
    margin-bottom: .1rem;
}

.xs-tx h3 {
    color: #333333;
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
}

.xsfc-lt ul li a:hover h3 {
    font-weight: 600;
}

.xsfc-lt ul li a:hover p {
    color: #D5AE6D;
}

.xsfc-lt ul li a:hover {
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(212, 212, 212, 0.3);
}


/* kytd */

.ky-lt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

.ky-lt ul li {
    width: 33.33%;
    margin-bottom: .34rem;
}

.ky-lt ul li a {
    margin: 0 .15rem;
    padding: .25rem;
    display: block;
    background: url(../images/wmq/ky-tbg.png) no-repeat;
    background-size: 100% 100%;
}
/* 内页二级导航 */
.ej-nav {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) scaleY(0);
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    padding: .1rem 0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
    min-width: 301px;
}

.ny-nav ul li:hover .ej-nav {
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
    visibility: visible;
}

.ny-nav ul li .ej-nav>a {
    color: #333333;
    font-size: .18rem;
    line-height: .4rem;
    transform: none !important;
    font-weight: normal !important;
    transition: all 0.5s;
}

.ny-nav ul li .ej-nav>a:hover {
    color: #10305C;
    background: #f5f5f5;
}

.ny-lmtit h3{
    position: relative;
    z-index: 2;
}

.ny-lmtit::before {
    content: '';
    width: 3.42rem;
    height: 1.19rem;
    background: url(../images/wmq/plane.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.1rem;
    left: -0.8rem;
}

/* 内页二级导航end */
.ky-lt ul li a p {
    padding-right: .25rem;
    background: url(../images/wmq/ky-jt1.png) no-repeat right center;
    background-size: .23rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: .22rem;
}

.ky-lt ul li a:hover {
    border-radius: .1rem;
    background: #10305C;
}

.ky-lt ul li a:hover p {
    color: #ffffff;
    font-weight: 600;
    background: url(../images/wmq/ky-jt2.png) no-repeat right center;
    background-size: .23rem;
}

/* lxwm */
.lx-tb {
    overflow-x: auto;
}


.lx-tb table {
    border-collapse: collapse;
    width: 100%;
    min-width: 6.5rem;
}

.lx-tb table th,
.lx-tb table td {
    border: .01rem solid #C9D9E8;
    text-align: center;
    vertical-align: middle;
    padding: .08rem;
    max-width: 4rem;
    height: 1rem;
}

.lx-tb table th {
    color: #052F5A;
    background: #DEEEFD;
    font-size: .3rem;
    line-height: .36rem;
}

.lx-tb table td {
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
}

/* 学科架构 */

.xkjg-t p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    margin-bottom: .5rem;
    /*font-family: TIMES;*/
}

.xkjg-bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.xkjg-bt>div {
    width: 48%;
}

.xkjg-c {
    background: #F9FBFD;
    margin-bottom: .5rem;
}

.xkjg-c h3 {
    color: #EEEEEE;
    font-size: .25rem;
    padding: 0 .34rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #052F58;
    /*font-family: TIMES;*/
}

.xkjg-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .35rem .5rem .25rem;
}

.xkjg-c ul li {
    width: 100%;
}

.xkjg-c a {
    color: #333333;
    font-size: .2rem;
    line-height: .3rem;
    padding: .1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: block;
    /*font-family: TIMES;*/
}

.xkjg-c ul li a:hover {
    color: #052F58;
}

.xkjg-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: .25rem .35rem .5rem .25rem;
}

.xkjg-box>div {
    width: 33%;
    margin-bottom: .2rem;
}

.xkjg-lk a:first-child {
    font-weight: 600;
}

.xkjg-lk a:hover {
    color: #052F58;
}


/* 科研平台 */

.kypt ul li {
    margin-bottom: .2rem;
}

.kypt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
    border-top: .01rem dashed #D8D8D8;
    transition: all 0.5s;
}

.kypt ul li a .pic {
    width: 4.3rem;
    padding-top: 3rem;
    margin-right: .4rem;
}

.kypt ul li:nth-child(even) a .pic {
    order: 2;
    margin-right: 0;
    margin-left: .4rem;
}

.kypt-tx {
    flex: 1;
    min-width: 0;
}

.kypt-tx h3 {
    color: #333333;
    font-size: .3rem;
    margin-bottom: .2rem;
}

.kypt-tx p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    text-align: justify;
}

@media screen and (min-width: 1024px) {
    .kypt ul li a:hover {
        padding: .5rem;
        background: url(../images/wmq/kypt-tbg.png) no-repeat;
        background-size: 100% 100%;
        border-color: transparent;
    }
}

.kypt ul li a:hover h3 {
    color: #052F58;
}

/* wyh */
.wyh-box {
    padding-top: .6rem;
    position: relative;
    margin-bottom: .5rem;
}

.wyh-box h2 {
    font-weight: 600;
    font-size: .32rem;
    color: #FFFFFF;
    padding-left: .3rem;
    padding-right: 1.64rem;
    background: url(../images/wmq/wyh-tit.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    height: 1.22rem;
    line-height: .6rem;
    left: 0;
    top: 0;
    z-index: 1;
    /*font-family: TIMES;*/
}

#wyh-box2 h2 {
    background: url(../images/wmq/wyh-tit2.png) no-repeat left top;
    background-size: 100%;
}

#wyh-box2 ul li b {
    width: 4.2rem;
}

.wyh-box ul {
    border-radius: .3rem .1rem .1rem .1rem;
    background: linear-gradient(180deg, #F1F8FF 0%, #FFFFFF 100%);
    position: relative;
    z-index: 2;
    padding: .4rem .45rem;
}

.wyh-box ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: .01rem solid rgba(216, 216, 216, 0.2);
    padding: .1rem 0;
}

.wyh-box ul li:last-child {
    border-color: transparent;
}

.wyh-box ul li b {
    color: #333333;
    font-size: .22rem;
    line-height: .5rem;
    display: block;
    width: 4.2rem;
    /*font-family: TIMES;*/
}

.wyh-c {
    flex: 1;
    min-width: 0;
}

.wyh-c a {
    display: inline-block;
    color: #333333;
    font-size: .22rem;
    line-height: .5rem;
    margin-right: .3rem;
    min-width: 1.6rem;
    /*font-family: TIMES;*/
}

.wyh-c a:hover {
    color: #052F58;
}

/* 人才队伍 */

.rc-top {
    background: url(../images/wmq/rc-tbg.png) no-repeat;
    background-size: 100% 100%;
    padding: .45rem;
    padding-top: .35rem;
    margin-bottom: .5rem;
    /*font-family: TIMES;*/
}

.rc-tit {
    position: relative;
    cursor: pointer;
}

.rc-tit p {
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    padding: 0 .2rem;
    background: #FAFDFF;
    filter: drop-shadow(0 0 10px rgba(194, 194, 194, 0.3));

    position: absolute;
    left: 0;
    top: 150%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.rc-tit p::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: .7rem;
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #FAFDFF;
    border-left: .1rem solid transparent;
}

.rc-tit:hover p {
    top: 120%;
    opacity: 1;
    visibility: visible;
}

.rc-tit h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .24rem;
    color: #333333;
    line-height: .5rem;
}

.rc-tit h3 img {
    width: .16rem;
    margin-left: 0;
}

.rc-top ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.rc-sort {
    flex: 1;
    min-width: 0;
    font-size: 0;
}

.rc-top ul li {
    margin-bottom: .3rem;
}

.rc-top ul li:last-child {
    margin-bottom: 0;
}

.rc-sort a {
    margin: 0 .15rem;
    padding: 0 .2rem;
    line-height: .5rem;
    display: inline-block;
    color: #333333;
    font-size: .24rem;
    border-radius: .99rem;
}

.rc-sort a:hover {
    color: #052F58;
}

.rc-sort a.cur {
    background-color: #052F58;
    color: #ffffff;
}

.rc-tb {
    overflow-x: auto;
}

.rc-tb table {
    border-collapse: collapse;
    width: 100%;
    min-width: 9rem;
}

.rc-tb th {
    background: #EEF7FF;
    height: .72rem;
    font-size: .24rem;
    color: #333333;
    padding: .1rem .2rem;
}

.rc-tb td {
    color: #333333;
    font-size: .22rem;
    height: .85rem;
    padding: .1rem .2rem;
    max-width: 5rem;
}

.rc-tb tbody tr {
    border-bottom: .01rem dashed #D8D8D8;
}

.rc-tb tbody tr a {
    line-height: .48rem;
    padding: 0 .2rem;
    border-radius: .99rem;
    display: inline-block;
}

.rc-tb tbody tr:hover td {
    color: #052F58;
    font-weight: 600;
}

.rc-tb tbody tr:hover td:last-child a {
    color: #ffffff;
    background-color: #052F58;
}

.sz-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sz-lt ul li {
    width: 48%;
    margin-bottom: .5rem;
}

.sz-lt ul li a .pic {
    width: 2.06rem;
    padding-top: 2.7rem;
    border-radius: .1rem;
    margin-left: 0.3rem;
}

.sz-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .36rem;
    border-radius: .1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(235, 244, 252, 0.6) 100%);
    position: relative;
}

.sz-tx {
    flex: 1;
    min-width: 0;
    padding-top: .2rem;
    /*font-family: TIMES;*/
}

.sz-tx h2 {
    color: #10305C;
    font-size: .3rem;
    line-height: .6rem;
    border-radius: .1rem 0rem .1rem 0rem;
    background: rgba(148, 180, 225, 0.2);
    padding: 0 .4rem;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60%;
    text-overflow: ellipsis;
}

.sz-tx p {
    font-size: .16rem;
    line-height: .4rem;
    color: #333333;
}

.sz-lt ul li a:hover {
    box-shadow: 0rem .04rem .1rem 0rem rgba(187, 187, 187, 0.3);
}

.jgsz {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.jgsz>div {
    width: 33.33%;
}

.jgsz>div:nth-child(1) {
    background: url(../images/wmq/jg-bg1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.17rem;
    min-height: 12.83rem;
}

.jgsz>div:nth-child(2) {
    background: url(../images/wmq/jg-bg2.png) no-repeat;
    background-size: 100% 100%;
    padding-top: .77rem;
    min-height: 12.41rem;
    margin-top: .4rem;
}
.jgsz>div:nth-child(2) h3.glfw{
    padding-left: 0.2rem;
    padding-right: 0;
}
.jgsz>div:nth-child(1) div:nth-child(2) h3{
    padding-left: .1rem;
    padding-right: 0;
    font-size: 0.22rem;
}}
.jgsz>div:nth-child(1)>div:nth-child(2) h3{
    padding-left: 0.2rem;
    padding-right: 0;
}
.jgsz>div:nth-child(3) {
    background: url(../images/wmq/jg-bg3.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.48rem;
    min-height: 12.61rem;
    margin-top: .2rem;
    padding-top: 0.98rem;
}

.jg-c ul {
    margin-bottom: .8rem;
}

.jg-c ul li {
    padding-left: .5rem;
    padding-right: .3rem;
}

.jg-c ul li a {
    font-size: .22rem;
    line-height: .4rem;
    margin: .3rem 0;
    color: #333333;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: block;
    padding-left: .1rem;
    /*font-family: TIMES;*/
}

.jg-c ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.jg-c h3.glfw {
    background: #D5AE6D;
}

.jg-c h3 {
    background: #0F4578;
    font-size: .24rem;
    line-height: .66rem;
    color: #ffffff;
    padding-left: .5rem;
    padding-right: .3rem;
    display: inline-block;
    transform: translateX(-0.3rem);
    position: relative;
    margin-bottom: .3rem;
    /*font-family: TIMES;*/
}

.jg-c h3.glfw::after {
    border-left: .3rem solid #D5AE6D;
}

.jg-c h3::after {
    content: '';
    position: absolute;
    left: 99.6%;
    top: 0;
    border-top: .34rem solid transparent;
    border-right: .3rem solid transparent;
    border-bottom: .34rem solid transparent;
    border-left: .3rem solid #0F4578;
}

.jg-c h3.glfw::before {
    border-top: .1rem solid #AC7C2D;
    border-right: .15rem solid #AC7C2D;
}

.jg-c h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-top: .1rem solid #2769A8;
    border-right: .15rem solid #2769A8;
    border-bottom: .1rem solid transparent;
    border-left: .15rem solid transparent;
}

.jg-c ul li a::before {
    content: '·';
    font-weight: normal;
}

.jg-c ul li a:hover {
    color: #1F5990;
    font-weight: 600;
    font-size: .21rem;
}


/* 教学成果 */

.jx-tit {
    margin-bottom: .6rem;
    text-align: center;
    font-size: .3rem;
}

.jx1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E2F1FF 100%);
    padding: .5rem .3rem;
}

.jx1-ban {
    width: 9rem;
}

.jx1-ban .pic {
    padding-top: 62%;
}

.jx1-lt {
    flex: 1;
    min-width: 0;
}

.jx1-lt ul li {
    height: .93rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .25rem;
    position: relative;
    /*font-family: TIMES;*/
    
    @charset "utf-8";
    body {
    overflow-x: hidden;
}

/* edp */

.ztitle {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
    /*font-family: TIMES;*/
}

.ztit-c {
    display: inline-block;
    /*font-family: TIMES;*/
}

.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;
    display: none;
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}



.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;
    /*font-family: TIMES;*/
}

.edp2 {
    padding: 0.47rem 0 0.66rem 0;
    display: none;
}
.edp3{
    display: none;
}
.edp4{
    display: none;
}

.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;
    /* font-family: TIMES; */
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

/* 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;
    display: none;
}

.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 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-bottom: 1px solid #052F58;
    z-index: -1;
    transition: all 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.2rem;
    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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

.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;
    /*font-family: TIMES;*/
}

.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;
    display: none;
}

.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: none;
}

.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;
    /*font-family: TIMES;*/
}

.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: 8.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.3rem;
    /*font-family: TIMES;*/
}

.his3
    li .icon {
    width: 0.9rem;
    height: 0.9rem;
    border: 1px dashed #10305C;
    border-radius: 50%;
    padding: 0.07rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    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.9rem;
    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: .9rem;
}

.his3
    li:nth-child(2) {
    left: 1.89rem;
    top: 4.54rem;
}

.his3
    li:nth-child(3) {
    left: 3.56rem;
    top: -0.25rem;
}

.his3
    li:nth-child(3) .x {
    height: 0.6rem;
}

.his3
    li:nth-child(4) {
    left: 5.3rem;
    top: 4.36rem;
}

.his3
    li:nth-child(5) {
    left: 6.8rem;
    top: -0.1rem;
}

.his3
    li:nth-child(5) .x {
    height: 0.7rem;
}

.his3
    li:nth-child(6) {
    left: 8.49rem;
    top: 3.7rem;
}

.his3
    li:nth-child(7) {
    left: 9.5rem;
    top: 1rem;
}

.his3
    li:nth-child(7) .x {
    height: 1.35rem;
}

.his3
    li:nth-child(8) {
    left: 11.47rem;
    top: 1.1rem;
}

.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: 5.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;
}

/* 侧边导航 */
#asideNav {
    position: fixed;
    right: -1.42rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
    transition: all 0.5s;
}

#asideNav.on {
    right: 0.2rem;
}

#asideNav .cl-logo {
    display: block;
    margin: 0 auto;
    width: 1.21rem;
    position: relative;
    z-index: 2;
}

#asideNav .a {
    width: 1.15rem;
    margin: 0 auto;
    margin-top: -0.6rem;
    padding: 0.6rem 0 0 0;
    position: relative;
    z-index: 1;
}

#asideNav .a::
    before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0.25rem;
    left: 0;
    right: 0;
    background: #124B83;
    z-index: -1;
}

#asideNav
    ul li a {
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

#asideNav
    ul li:first-child a {
    border-top: 0;
}

#asideNav
    ul li a .show {
    padding: 0.2rem 0;
    background: #124B83;
}

#asideNav
    ul li a .show .icon {
    text-align: center;
}

#asideNav
    ul li a .show .icon img {
    height: 0.36rem;
}

#asideNav
    ul li a .show h3 {
    font-size: 0.18rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 0.1rem;
    transition: all 0.5s;
}

#asideNav
    ul li a .hide {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    padding: 0.05rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.5s;
    /* display: none; */
}

#asideNav
    ul li a .hide img {
    display: block;
    width: 100%;
}

#asideNav
    ul li:hover a,
#asideNav ul li.active a {
    background-color: #002147;
}

#asideNav
    ul li:hover a h3,
#asideNav ul li.active a h3 {
    color: #fff;
}

#asideNav
    ul li:hover a .hide {
    /* display: block; */
    right: 100%;
    opacity: 1;
    visibility: visible;
}

.goTop {}

.goTop
    a {
    display: block;
    text-align: center;
    font-size: 0;
    background: url(../images/zcm/gotop-bg.png) no-repeat center;
    background-size: 100% 100%;
    height: 0.51rem;
    line-height: 0.51rem;
}

.goTop
    a img {
    vertical-align: middle;
    width: 0.4rem;
    transition: all 0.5s;
}

.goTop
    a:hover img {
    transform: scale(1.1);
}
    @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::after {
        left: 0;
    width: 100%;
    }

    .mem2-l ul li:
    hover a .tx h3 {
        color: #0F4578;
    }

    .mem2-l ul li:
    hover a .tx p {
        color: #8BAAC8;
    color: #0F4578;
    opacity: 0.7;
    }

    .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) {
    #asideNav {
        display: none !important;
    }

    .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;
    }
};
}

.jx1-lt ul li::after {
    content: '';
    position: absolute;
    left: .25rem;
    right: .25rem;
    bottom: 0;
    border-bottom: .01rem dashed #D8D8D8;
}

.jx1-lt ul li.on {
    background: #0F4578;
}

.jx1-lt ul li.on a {
    color: #ffffff;
    font-weight: 600;
    border-color: transparent;
}

.jx1-lt ul li.on::after {
    display: none;
}

.jx1-lt ul li:last-child:after {
    display: none;
}

.jx1-lt ul li a {
    width: 100%;
    max-height: .6rem;
    color: #333333;
    font-size: .18rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* jx2 */


.jx2 {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
    background: url() no-repeat center center;
    background-size: cover;
    position: relative;
    background: linear-gradient(180deg, rgba(241, 247, 252, 0.15) 0%, rgba(15, 69, 120, 0.05) 43%, rgba(241, 239, 245, 0) 100%);
}

.jx2::before {
    content: '';
    position: absolute;
    width: 5.24rem;
    height: 8.94rem;
    background: url(../images/wmq/jx2-q.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: .9rem;
}

.jx2>div {
    position: relative;
}

.jx2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jx2-l {
    flex: 1;
    min-width: 0;
}

.jx2-r {
    width: 6rem;
    margin-left: 1.2rem;
    position: relative;
}

.jx2-r .pic {
    padding-top: 6rem;
    border-radius: 50%;
}

.jx2-r a {
    position: relative;
}

.jx2-top {
    padding: .65rem;
    padding-right: 1.4rem;
    background: url(../images/wmq/jx2-tbg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: .3rem;
}

.jx2-top h2 {
    font-family: CanelaWeb-Regular;
    color: #0F4578;
    font-size: .3rem;
    /*font-family: TIMES;*/
}

.jx2-top h3 {
    font-size: .2rem;
    line-height: .32rem;
    text-align: justify;
    font-weight: 600;
    color: #333333;
    margin-top: .1rem;
    margin-bottom: .2rem;
    /*font-family: TIMES;*/
}

.jx2-top p {
    font-size: .16rem;
    line-height: .3rem;
    color: #999999;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*font-family: TIMES;*/
}

.jx2-date b {
    font-family: CanelaWeb-Regular;
    color: #0F4578;
    font-size: .24rem;
    display: block;
    /*font-family: TIMES;*/
}

.jx2-date span {
    font-family: CanelaWeb-Regular;
    font-size: .14rem;
    line-height: .3rem;
    color: #9E9E9E;
    /*font-family: TIMES;*/
}

.jx2-bot {
    background: url(../images/wmq/jx2-line.png) no-repeat left center;
    background-size: .04rem;
}

.jx2-bot ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .25rem .75rem;
    padding-right: 1.4rem;
    position: relative;
    background: url(../images/wmq/jx2-d1.png) no-repeat left .4rem;
    background-size: .16rem;
}

.jx2-bot ul li.slick-current a {
    background: url(../images/wmq/jx2-d2.png) no-repeat left .35rem;
    background-size: .35rem;
}

.jx2-date {
    margin-right: .2rem;
}

.jx2-bot ul li a p {
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    text-align: justify;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*font-family: TIMES;*/
}

.jx2-bot>ul .slick-prev {
    width: .5rem;
    height: .5rem;
    background: url(../images/wmq/jx2-prev.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    top: auto;
    transform: none;
    right: 0;
    bottom: 2rem;
}

.jx2-bot>ul .slick-next {
    width: .5rem;
    height: .5rem;
    background: url(../images/wmq/jx2-next.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    top: auto;
    transform: none;
    right: 0;
    bottom: 1rem;
}



/* jd */

.progress-container {
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    right: 0.6rem;
    bottom: -1.3rem;
}


@keyframes progress {
    from {
        stroke-dashoffset: 283;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.track-circle {
    fill: none;
    stroke: #E0E6ED;
    stroke-width: 5;
}

.progress-circle {
    fill: none;
    stroke: #0F4578;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transform-origin: center;
    transform: rotate(-90deg);
}

/* jd */

.jx2-r .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    /*font-family: TIMES;*/
}

.jx2-r .slick-dots li {
    display: none;
    vertical-align: bottom;
}

.jx2-r .slick-dots li.slick-active {
    display: block;
}

.jx2-r .slick-dots li span::before {
    content: '0';
}

.jx2-r .slick-dots li span {
    font-family: Impact;
    font-size: .4rem;
    line-height: .4rem;
    color: #0F4578;
    vertical-align: top;
    margin-right: .03rem;
    /*font-family: TIMES;*/
}

.jx2-r .slick-dots li b::before {
    content: '/0';
}

.jx2-r .slick-dots li b {
    font-family: Impact;
    font-size: .2rem;
    line-height: .4rem;
    color: #999999;
    font-weight: normal;
    vertical-align: .15rem;
    /*font-family: TIMES;*/
}

.jx2-r .slick-dots {
    bottom: -1.75rem;
    left: 1.75rem;
}

.jx2-bot a:hover p,
.jx2-top a:hover h3 {
    color: #052F58;
}


/* jx3 */

.jx3 {
    padding-top: .8rem;
    display: none;
}

.jx3-lt>ul {
    margin-left: -0.28rem;
    margin-right: -0.28rem;
}

.jx3-lt ul li a {
    display: block;
    margin: 0 .28rem;
}

.jx3-lt .pic {
    padding-top: 60%;
}

.jx3-tx {
    padding: .2rem;
}

.jx3-tx p {
    color: #999;
    font-size: .18rem;
    font-family: CanelaWeb-Regular;
    margin-bottom: .1rem;
}

.jx3-tx h3 {
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.06em;
    color: #333333;
    font-weight: normal;
}

.jx3-lt>ul {
    padding-bottom: .8rem;
}

.jx3-lt>ul .slick-dots li {
    width: .12rem;
    height: .12rem;
    border: .01rem solid #052F58;
    border-radius: 50%;
}

.jx3-lt>ul .slick-dots li.slick-active {
    background-color: #052F58;
}

.jx3-lt .slick-prev {
    width: .5rem;
    height: .5rem;
    background: url(../images/wmq/jx3-l.png) no-repeat;
    background-size: 100% 100%;
    transform: none;
    left: 40%;
    top: auto;
    bottom: -0.1rem;
}

.jx3-lt .slick-next {
    width: .5rem;
    height: .5rem;
    background: url(../images/wmq/jx3-r.png) no-repeat;
    background-size: 100% 100%;
    transform: none;
    right: 40%;
    top: auto;
    bottom: -0.1rem;
}

/* xyjj */
.xy1 {
    background: url(../images/wmq/xy-p1.png) no-repeat right top;
    background-size: auto 100%;
    padding-top: .7rem;
}

.xy1-lg img {
    width: 4.5rem;
    max-width: 100%;
}

.xy1-tx {
    width: 9.8rem;
    padding: .6rem .9rem 1rem 0;
    background: #ffffff;
    position: relative;
}

.xy1-tx::after {
    content: '';
    width: 6.13rem;
    height: 2.6rem;
    background: url(../images/wmq/xy-p2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 85%;
    bottom: .25rem;
}


.xy1-tx p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .3rem;
    /*font-family: TIMES;*/
}

.xy2 {
    padding: .6rem 0;
}

.xy2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xy2-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: .1rem;
}

.xy2-lt ul li a .ico {
    margin-right: .2rem;
}

.xy2-lt ul li a .ico img {
    max-width: 1.34rem;
    min-width: 1.16rem;
}

.xy2-lt ul li a h3 b {
    font-size: .64rem;
    color: #333333;
    font-family: Impact;
    font-weight: normal;
    /* font-family: TIMES; */
}

.xy2-lt ul li a h3 span {
    font-size: .18rem;
    /*font-family: TIMES;*/
}

.xy2-lt ul li a p {
    color: #333333;
    font-size: .18rem;
    max-width: 3rem;
    /*font-family: TIMES;*/
}

.xy2-tx {
    flex: 1;
    min-width: 0;
}

.xy3-tx p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
    /*font-family: TIMES;*/
}

.xy4 {
    padding-top: .5rem;
}

.xy4-tx {
    padding: .35rem;
    padding-bottom: .5rem;
    background: url(../images/wmq/xy-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.xy4-tx p {
    font-size: .22rem;
    font-weight: bold;
    line-height: .42rem;
    color: #10305C;
    text-indent: 2em;
    /*font-family: TIMES;*/
}

.xy1-p {
    display: none;
}


/* xywh */
.wh1-t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.wh1-tl {
    background: url(../images/wmq/wh-tbg1.png) no-repeat;
    background-size: 100% 100%;
    width: 6.04rem;
    height: 2.28rem;
    position: relative;
    padding: .6rem .8rem;
}

.wh1-tl h3 {
    background: url(../images/wmq/wh-tit1.png) no-repeat;
    background-size: 100% 100%;
    width: .57rem;
    height: 1.8rem;
    text-align: center;
    padding: .1rem;
    color: #10305C;
    font-size: .3rem;
    line-height: .36rem;
    position: absolute;
    left: -0.1rem;
    top: .2rem;
     /* 或 block，根据需要 */
     /* 或 rotate(-90deg) */
    writing-mode: vertical-rl; /;
    /*font-family: TIMES;*/
}

.wh1-tl p {
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    /*font-family: TIMES;*/
}

.wh1-tr {
    flex: 1;
    min-width: 0;
    position: relative;
    padding: .9rem;
    padding-bottom: .5rem;
}

.wh1-tr::before {
    content: '';
    width: 8.06rem;
    height: 3.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/wmq/wh-rtbg.png) no-repeat;
    background-size: 100% 100%;
}

.wh1-tr h3 {
    width: 1.7rem;
    height: .56rem;
    background: url(../images/wmq/wh-tit2.png) no-repeat;
    background-size: 100% 100%;
    color: #10305C;
    font-size: .3rem;
    line-height: .56rem;
    padding-left: .15rem;
    position: absolute;
    left: .9rem;
    top: -0.1rem;
    z-index: 1;
    /*font-family: TIMES;*/
}

.wh1-tr p {
    color: #333333;
    font-size: .24rem;
    line-height: .48rem;
    /*font-family: TIMES;*/
}

.wh1-rtx {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.wh1-rtx>div {
    margin-right: .7rem;
}

.wh2 {
    padding: .6rem 0;
}

.wh2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.wh2 ul li {
    width: 22.66%;
}

.wh2 ul li:nth-child(1) {
    padding: .25rem;
    padding-bottom: .4rem;
    background: url(../images/wmq/wh-tx1.png) no-repeat center top;
    background-size: 100% 100%;
    margin-top: .5rem;
}

.wh2 ul li:nth-child(2) {
    padding: .54rem .25rem;
    background: url(../images/wmq/wh-tx2.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.wh2 ul li:nth-child(3) {
    padding: .25rem;
    padding-bottom: .7rem;
    background: url(../images/wmq/wh-tx3.png) no-repeat center top;
    background-size: 100% 100%;
    margin-top: .8rem;
}

.wh2 ul li:nth-child(4) {
    padding: .25rem;
    padding-bottom: .4rem;
    padding-bottom: .7rem;
    background: url(../images/wmq/wh-tx4.png) no-repeat center top;
    background-size: 100% 100%;
}

.wh2 ul li a {
    display: block;
}

.wh2 ul li a h3 {
    color: #10305C;
    font-size: .28rem;
    /*font-family: TIMES;*/
}

.wh2 ul li a img {
    width: 1.9rem;
    display: block;
    margin: .1rem 0;
}

.wh2 ul li a p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    /*font-family: TIMES;*/
}

.wh3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/wmq/wh2-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.wh3-l {
    width: 46%;
}

.wh3-l img {
    width: 100%;
    display: block;
}

.wh3-r {
    flex: 1;
    min-width: 0;
}

.wh3-r h3 {
    color: #10305C;
    font-size: .36rem;
    line-height: .7rem;
    padding: 0 .25rem;
    display: inline-block;
    background: url(../images/wmq/wh-tit2.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: .3rem;
    /*font-family: TIMES;*/
}

.wh3-r img {
    width: 6.12rem;
    display: block;
}

.wh4 {
    padding: 1rem 0;
}

.wh4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wh4-r,
.wh4-l {
    width: 38%;
    position: relative;
    z-index: 2;
}

.wh4-m {
    flex: 1;
    min-width: 0;
}

.wh4-m img {
    width: 100%;
    display: block;
    transform: scale(1.05);
}


.wh4-box {
    background: linear-gradient(270deg, rgba(213, 232, 253, 0) 2%, #EEF5FF 68%);
    padding: .2rem;
    padding-left: .4rem;
    padding-right: .6rem;
    min-height: 2rem;
    cursor: pointer;
    position: relative;
    text-align: justify;
    color: #333333;
    /*font-family: TIMES;*/
}


.w4-line1 {
    width: 5.5rem;
    height: .2rem;
    background: url(../images/wmq/wh3-l1.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.w4-line2 {
    width: 6rem;
    height: .2rem;
    background: url(../images/wmq/wh3-l2.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.w4-line1::after {
    content: '';
    width: .6rem;
    height: .6rem;
    background: url(../images/wmq/wh3-d1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    transition: all 0.5s;
}

.w4-line2::after {
    content: '';
    width: .6rem;
    height: .6rem;
    background: url(../images/wmq/wh3-d1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 80%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.wh4-box:first-child .w4-line1 {
    width: 5.8rem;
}

.wh4-box:first-child .w4-line2 {
    width: 6.2rem;
}

.wh4-box:first-child {
    margin-bottom: .6rem;
}

.wh4-box b {
    line-height: .36rem;
    font-size: .2rem;
    position: relative;
}

.wh4-box b::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.2rem;
    transform: translateY(-50%);
    width: .1rem;
    height: .06rem;
    background: url(../images/wmq/wh-dots.png) no-repeat;
    background-size: 100% 100%;
}

.wh4-box span {
    line-height: .36rem;
    font-size: .2rem;
}

.wh4-m {
    transform: translateX(-0.2rem);
}

.wh4-box:hover .w4-line::after {
    width: 1.18rem;
    height: 1.18rem;
    background: url(../images/wmq/wh3-d1-hover.png) no-repeat;
    background-size: 100% 100%;
}

.w4-line {
    opacity: 0.7;
}

.wh4-box:hover .w4-line {
    opacity: 1;
}


.wh4-box:hover {
    color: #10305C;
}

.wh5 {
    margin-top: .5rem;
}

.wh5-c {
    padding: .7rem 2rem .5rem .7rem;
    background: url(../images/wmq/wh5-tbg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 12.36rem;
    max-width: 100%;
    /*font-family: TIMES;*/
}

.wh5-lg {
    width: 3.3rem;
    height: 3.3rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(55%, -50%);
}

.wh5-lg img {
    display: block;
    width: 100%;
    height: 100%;
}

.wh5-tit {
    width: 3.4rem;
    height: 1.33rem;
    background: url(../images/wmq/wh5-tit.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 1.1rem;
    padding-top: .55rem;
    position: absolute;
    left: .7rem;
    top: -0.7rem;
}

.wh5-tit h3 {
    font-size: .3rem;
    color: #10305C;
}

.wh5-tx h4 {
    color: #333333;
    font-size: .24rem;
    margin-bottom: .15rem;
}

.wh5-tx p {
    color: #333333;
    font-size: .2rem;
    line-height: .34rem;
    margin-bottom: .3rem;
    text-align: justify;
}

.wh5-xz a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #333333;
    font-size: .22rem;
}

.wh5-xz a img {
    width: .2rem;
    margin-right: .14rem;
}















@media screen and (max-width: 1024px) {
    .leader ul li {
        width: 100%;
        margin-bottom: .3rem;
    }

    .leader ul li a {
        padding: 0;
    }

    .pic-lt ul li a {
        padding: .2rem 0;
    }

    .pic-lt ul li a:hover {
        padding: .2rem;
    }

    .c-tit h3 {
        font-size: .26rem;
    }

    .c-tit p span {
        width: 100%;
        justify-content: center;
        line-height: .3rem;
    }

    .c-tx p {
        margin-bottom: .2rem;
    }

    .list ul li a {
        padding: .2rem;
    }

    .list ul li {
        margin-bottom: .2rem;
    }

    .lt-date {
        margin-right: .2rem;
    }

    .ky-lt ul li {
        width: 50%;
    }

    .lx-tb table th {
        font-size: .26rem;
    }

    .lx-tb table th,
    .lx-tb table td {
        height: .6rem;
        line-height: .24rem;
    }

    .lx-tb table th {
        font-size: .2rem;
    }

    .lx-tb table td {
        font-size: .18rem;
    }

    .xkjg-bt>div {
        width: 100%;
    }

    .xkjg-box>div {
        width: 50%;
    }

    .xkjg-lk {
        margin-bottom: .1rem;
    }


    .kypt ul li a {
        padding: .2rem;
    }

    .kypt ul li a .pic {
        margin: 0 auto !important;
        order: 0 !important;
    }

    .kypt-tx {
        flex: auto;
        width: 100%;
        padding-top: .2rem;
    }

    .kypt-tx h3 {
        font-size: .26rem;
        margin-bottom: .15rem;
        text-align: center;
    }

    .kypt-tx p {
        font-size: .18rem;
        line-height: .3rem;
    }

    .rc-top {
        padding: .3rem;
    }

    .rc-tit h3,
    .rc-sort a {
        font-size: .2rem;
        line-height: .4rem;
    }

    .rc-tb td {
        max-width: 4rem;
        min-width: .6rem;
    }

    .rc-tb th {
        font-size: .18rem;
        padding: .1rem;
    }

    .rc-tb td {
        font-size: .18rem;
        padding: .1rem;
    }

    .sz-lt ul li a .pic {
        margin: 0 auto;
    }

    .sz-tx {
        flex: auto;
        width: 100%;
        text-align: center;
        order: 2;
    }

    .sz-tx h2 {
        position: static;
        background: none;
    }

    .jgsz {
        padding-left: .3rem;
    }

    .jg-c ul li a {
        font-size: .18rem;
        line-height: .4rem;
    }

    .jgsz>div {
        width: 100%;
        background: #f0f6fc !important;
        padding-top: .3rem !important;
        min-height: auto !important;
    }

    .jg-c h3 {
        font-size: .24rem;
    }


    .jg-c ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 .2rem;
        margin-bottom: .5rem;
    }

    .jg-c ul li {
        padding: 0;
        width: 33.33%;
    }

    .jx1-lt {
        flex: auto;
        width: 100%;
    }

    .jx1-ban {
        width: 100%;
        margin: 0;
        order: -1;
    }

    .jx1-c {
        padding: .1rem;
    }

    .jx1-lt ul li {
        height: .8rem;
    }

    .jx2-l {
        flex: auto;
        width: 100%;
    }

    .jx2-r {
        margin: 0 auto;
    }

    .jx2::before {
        display: none;
    }


    .progress-container {
        display: none;
    }

    .jx2-r .slick-dots {
        right: 0;
        bottom: 0;
        width: auto;
        left: auto;
    }

    .jx2 {
        padding: .3rem 0;
    }

    .jx2-top {
        padding: .3rem;
        margin-bottom: .1rem;
    }

    .jx2-bot>ul .slick-arrow {
        right: .1rem;
    }

    .jx2-bot ul li a {
        padding: .2rem .4rem;
        padding-right: 0.8rem;
    }

    .jx3-lt ul li a {
        margin: 0 .15rem;
    }

    .jx3-lt>ul {
        margin: 0;
    }

    .jx3-lt .slick-next {
        right: 0;
    }

    .jx3-lt .slick-prev {
        left: 0;
    }

    .xy1-p {
        display: block;
    }

    .xy1 {
        background-size: 0;
        padding-top: .2rem;
        position: relative;
    }

    .xy1-tx {
        padding: .2rem 0;
        position: static;
        width: 100%;
    }

    .xy1-tx::after {
        left: .3rem;
        right: auto;
    }

    .xy1-p img {
        width: 100%;
    }

    .xy1-tx::after {
        max-width: 60%;
        background-size: 100%;
        background-position: left bottom;
    }

    .xy2 {
        padding: .3rem 0;
    }

    .xy4-tx {
        background-size: 0;
        border: .01rem solid #82A5D4;
        padding: .2rem;
    }

    .xy1-tx p {
        margin-bottom: .2rem;
    }

    .wh1-t {
        padding-left: .2rem;
    }

    .wh1-tl {
        margin-bottom: .5rem;
    }

    .wh1-tr {
        flex: auto;
        width: 100%;
        margin-top: .2rem;
    }

    .wh2 ul li {
        width: 100%;
        margin-top: .3rem !important;
        background: linear-gradient(180deg, #EDF5FD 0%, rgba(255, 255, 255, 0) 100%) !important;
        padding: .2rem !important;
    }

    .wh2 ul li a h3 {
        font-size: .24rem;
    }

    .wh3-l {
        width: 100%;
        margin-bottom: .3rem;
    }

    .wh3-r {
        flex: auto;
        width: 100%;
        text-align: center;
    }

    .wh3 {
        padding: 0 .1rem;
        padding-bottom: .3rem;
    }

    .wh3-r img {
        margin: 0 auto;
        max-width: 85%;
    }

    .wh3-r h3 {
        font-size: .24rem;
    }

    .wh4-l {
        margin-bottom: .8rem;
    }

    .wh4-m {
        flex: auto;
        width: 100%;
        margin: .3rem auto;
        transform: none;
    }

    .wh4-m img {
        width: 3rem;
        margin: 0 auto;
        transform: none;
    }

    .wh4-l {
        margin-bottom: 0;
    }

    .wh4-r,
    .wh4-l {
        width: 100%;
    }

    .w4-line {
        display: none;
    }

    .wh4-box:first-child {
        margin-bottom: .3rem;
    }

    .wh5-lg {
        position: static;
        transform: none;
        margin: .2rem auto;
    }

    .wh5-tit {
        position: static;
        margin-bottom: .2rem;
        margin-left: -0.2rem;
    }

    .wh5-c {
        width: 100%;
        padding: .3rem;
        padding-top: 0;
    }

    .wh5-tit h3 {
        font-size: .24rem;
    }

    .wh4 {
        padding: .2rem 0;
    }

    .wh1-tr {
        background: linear-gradient(180deg, #EDF5FD 0%, rgba(255, 255, 255, 0) 100%) !important;
    }

    .wh1-tl {
        width: 100%;
        background: linear-gradient(180deg, #EDF5FD 0%, rgba(255, 255, 255, 0) 100%) !important;
    }

    .wh1-tr::before {
        display: none;
    }

    .wh1-tr h3,
    .wh1-tl h3 {
        width: 1.5rem;
        height: .56rem;
        background: url(../images/wmq/wh-tit2.png) no-repeat;
        background-size: 100% 100%;
        color: #10305C;
        font-size: .24rem;
        line-height: .56rem;
        padding: 0;
        padding-left: .15rem;
        position: absolute;
        left: -0.2rem;
        top: -0.1rem;
        z-index: 1;
        text-align: left;
        writing-mode: initial;
    }
    .wh1-tr,
    .wh1-tl {
        height: auto;
        padding: .2rem .4rem;
        padding-top: .6rem;
    }

    .wh2 {
        padding: .3rem 0;
    }

}

@media screen and (max-width: 768px) {
    .wh1-tl p,
    .wh1-tr p {
        font-size: .2rem;
    }
    .xsfc-lt ul li {
        width: 50%;
        margin-bottom: .2rem;
    }

    .xsfc-lt ul li a {
        margin: 0 .1rem;
    }

    .xsfc-lt ul {
        margin: 0 -0.1rem;
    }

    .ky-lt ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .kypt ul li a {
        padding: .2rem 0;
    }

    .xkjg-c a {
        font-size: .18rem;
        line-height: .4rem;
    }

    .xkjg-c ul {
        padding: .2rem;
    }

    .xkjg-c h3 {
        line-height: .5rem;
        font-size: .2rem;
        padding: 0 .2rem;
    }

    .wyh-box h2 {
        font-size: .2rem;
    }

    .wyh-box ul {
        padding: .2rem .4rem;
    }

    .wyh-box ul li b {
        font-size: .18rem;
        line-height: .3rem;
    }

    .wyh-c a {
        font-size: .18rem;
        line-height: .3rem;
    }

    .wyh-box ul li b {
        width: 1.8rem;
    }

    .wyh-c a {
        margin: 0 .1rem;
    }

    .rc-tit {
        width: 100%;
        margin-bottom: .2rem;
    }

    .rc-sort {
        flex: auto;
        width: 100%;
    }

    .rc-sort a {
        margin: 0;

    }

    .rc-top {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EDF5FD 100%);
        border: .01rem solid #EDF5FD;
    }

    .sz-tx p {
        font-size: .18rem;
        line-height: .32rem;
    }

    .sz-tx h2 {
        font-size: .2rem;
        line-height: .4rem;
        max-width: 100%;
    }

    .sz-lt ul li {
        margin-bottom: .2rem;
    }

    .jg-c ul li {
        width: 50%;
    }


}

@media screen and (max-width: 640px) {
    .sz-lt ul li {
        width: 100%;
    }

    .jg-c ul li {
        width: 100%;
    }

    .jx2-r {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 .2rem;
    }

    .jx2-r .pic {
        padding-top: 100%;
    }


}

@media screen and (max-width: 480px) {
    .leader ul li a .pic {
        margin: 0 auto;
    }

    .ld-tx {
        flex: auto;
        width: 100%;
        text-align: center;
        padding-top: .2rem;
    }

    .ld-tx h3 {
        justify-content: center;
    }

    .ld-tx p {
        font-size: .18rem;
        margin-top: .1rem;
    }

    .ld-tx h3 b {
        font-size: .24rem;
        margin-right: .2rem;
    }

    .pic-lt ul li a .pic {
        margin: 0;
        margin-bottom: .2rem;
        width: 100%;
        padding-top: 64%;
    }

    .pl-tx {
        flex: auto;
        width: 100%;
    }

    .lt-date {
        padding: .1rem;
    }

    .lt-date b {
        font-size: .26rem;
    }

    .lt-date span {
        font-size: .16rem;
    }

    .lt-tx h3 {
        font-size: .18rem;
    }

    .lt-tx p {
        font-size: .16rem;
        line-height: .2rem;
        height: .4rem;
    }

    .xsfc-lt ul li {
        width: 100%;
    }

    .ky-lt ul li a p {
        font-size: .18rem;
    }

    .xkjg-c ul li {
        width: 100%;
    }

    .xkjg-box>div {
        width: 100%;
    }

    .xkjg-c {
        margin-bottom: .2rem;
    }

    .kypt ul li a .pic {
        padding-top: 70%;
        width: 100%;
    }

    .wyh-box ul li b {
        width: 100%;
        margin-bottom: .1rem;
        margin-left: .1rem;
    }

    .wyh-c {
        flex: auto;
        width: 100%;
    }

    .wyh-box ul li b br {
        display: none;
    }

    .wyh-box {
        margin-bottom: .3rem;
    }

    .wyh-box ul {
        padding: .2rem;
    }

    .rc-sort a {
        font-size: .18rem;
    }

    .jg-c h3 {
        font-size: .2rem;
        line-height: .5rem;
        margin-bottom: .2rem;
    }

    .jg-c h3::after {
        border-width: .25rem !important;
    }
}