@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;
}

.ld-tx h3 span {
    color: #333333;
    font-size: .16rem;
    display: block;
    padding: 0 .15rem;
    border-radius: .99rem;
    background: #EFF7FF;
    line-height: .3rem;
}

.ld-tx p {
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
    margin-top: .3rem;
}

.leader ul li a:hover p,
.leader ul li a:hover b {
    color: #10305C;
}

/* list */

.list ul li {
    margin-bottom: .5rem;
}

.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;
}

.lt-date span {
    font-size: .2rem;
    line-height: .36rem;
    text-align: center;
    font-family: CanelaWeb-Regular;
}

.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;
}

.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;
}

.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;
}

.pl-tx h3 {
    margin-top: .15rem;
    margin-bottom: .25rem;
}

.pl-date {
    font-family: CanelaWeb-Regular;
}

.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 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: 58%;
}

.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;
}

.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: .3rem;
    padding: 0 .34rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #052F58;
}

.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: 50%;
}

.xkjg-c a {
    color: #333333;
    font-size: .2rem;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.xkjg-c ul li a:hover {
    color: #052F58;
}

.xkjg-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .25rem .35rem .5rem .25rem;
}

.xkjg-box>div {
    width: 20%;
}

.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: .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;
}

#wyh-box2 h2 {
    background: url(../images/wmq/wyh-tit2.png) no-repeat left top;
    background-size: 100%;
}

#wyh-box2 ul li b {
    width: 1.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: 2.4rem;
}

.wyh-c {
    flex: 1;
    min-width: 0;
}

.wyh-c a {
    display: inline-block;
    color: #333333;
    font-size: .22rem;
    line-height: .5rem;
    margin-right: .5rem;
}

.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;
}

.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;
}

.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;
}

.sz-tx p {
    font-size: .22rem;
    line-height: .48rem;
    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.3rem;
    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(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;
}

.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: .6rem;
    color: #333333;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: .1rem;
}

.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: .28rem;
    line-height: .66rem;
    color: #ffffff;
    padding-left: .5rem;
    padding-right: .3rem;
    display: inline-block;
    transform: translateX(-0.3rem);
    position: relative;
    margin-bottom: .3rem;
}

.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;
}


/* 教学成果 */

.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;
}

.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;
}

.jx2-top h3 {
    font-size: .2rem;
    line-height: .32rem;
    text-align: justify;
    font-weight: 600;
    color: #333333;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.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;
}

.jx2-date b {
    font-family: CanelaWeb-Regular;
    color: #0F4578;
    font-size: .24rem;
    display: block;
}

.jx2-date span {
    font-family: CanelaWeb-Regular;
    font-size: .14rem;
    line-height: .3rem;
    color: #9E9E9E;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.xy2-lt ul li a h3 span {
    font-size: .18rem;
}

.xy2-lt ul li a p {
    color: #333333;
    font-size: .18rem;
    max-width: 3rem;
}

.xy2-tx {
    flex: 1;
    min-width: 0;
}

.xy3-tx p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
}

.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;
}

.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;
}

.wh1-tl p {
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
}

.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;
}

.wh1-tr p {
    color: #333333;
    font-size: .24rem;
    line-height: .48rem;
}

.wh1-rtx {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.wh1-rtx>div {
    margin-right: .6rem;
}

.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;
}

.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;
}

.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;
}

.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;
}


.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%;
}

.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.3rem;
    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;
    }
    .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;
    }

    .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;
    }
}