@charset "UTF-8";

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.w1200 {
    width: 12.8rem;
    max-width: 94%;
    margin: 0 auto;
}

.j_pages {
    margin: 0.55rem auto 0;
    text-align: center;
}

.j_pages .box {
    display: inherit;
    width: 100%;
    padding: 0;
    font-size: 0;
}


.j_pages span {

    line-height: 0.4rem;
    display: inline-block;
    font-size: 0.14rem;
    border-radius: 50%;
    margin: 0 .05rem;
    transition: all .6s;
}

.j_pages a {
    padding: 0px 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    background: #fff;
    /* border-radius: 50%; */
    margin: 0 0.03rem;
    color: #4d3333;
    font-size: 0.14rem;
    box-sizing: border-box;
    box-shadow: 0px 4px 7.68px 0.32px rgba(6, 102, 102, 0.1);
}

.j_pages span:first-child a,
.j_pages span:last-child a {
    /* border-radius: .15rem; */
}

.j_pages span:hover a,
.j_pages span.on a {

    background: linear-gradient(to right, #5e52d2, #4c41c3);

    color: #fff;
}



.banner-slick {
    display: flex;
    flex-wrap: wrap;

}

.banner-slick .ny_bt {

    position: absolute;

    bottom: .3rem;

    left: 0;

    width: 100%;

    z-index: 9;
}

.banner-slick .ny_bt h2 {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
}

.banner-slick .ny_bt p {
    font-size: .18rem;
    color: #fff;
}


.banner .slick-slide a::after {
    display: none;
}

.banner .slick-dots {
    display: none !important;
}

.footer {
    padding-top: 0;
}

.inner {
    position: relative;
    padding-bottom: .7rem;

}
.gk_more {
    text-align: right;
    margin-top: .6rem;
}

.gk_more a {
    display: inline-block;
    width: 3rem;
    height: .5rem;
    border-radius: .3rem;
    line-height: .5rem;
    text-align: center;
    background: linear-gradient(to right, #381e8f 50%, #381e8f 100%);
    font-size: .2rem;
    color: #fff;
    transition: all .6s;
}

.gk_more a:hover {
    width: 3.2rem;
}
.inner .w1200 {
    position: relative;
    z-index: 2;

}

.inner::before {
    content: "";
    position: absolute;
    top: .6rem;
    left: 0;
    right: 0;
    background: url(../images/ny_bg1.png) no-repeat center top/100% 100%;
    height: 3.47rem;
}

.inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/ny_bg2.png) no-repeat center bottom/100% auto;
    height: 12.29rem;
}

.adress {

    margin-top: .05rem;

    color: #fff;

    font-size: 0.16rem;

    padding-left: .3rem;

    position: relative;

    align-items: flex-start;

    background: url(../images/home.png) no-repeat left center;

    background-size: 0.22rem !important;

    line-height: .3rem;
}

.adress p {
    display: flex;
    align-items: center;
}

.adress a {
    font-size: .16rem;
    color: #fff;
    transition: 0.5s;
}

.adress a:hover {
    color: #4a3fc3;
}

.local {
    position: relative;
    z-index: 6;
}

.local .w1200 {
    position: relative;
    z-index: 8;
}

.local::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: .6rem;
    background: url(../images/ny_navbg.png) no-repeat center top/100% 100%;
    z-index: 6;
}

.local h2 {
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    width: 1.6rem;
}

.local>.w1200>ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: .59rem;
    line-height: .59rem;
}



.local>.w1200>ul>li {
    position: relative;
    margin-right: .35rem;
}

.local>.w1200>ul>li>a {
    position: relative;
    display: block;
    font-size: .18rem;
    color: #fff;

}

.local>.w1200>ul>li>a>span {
    padding-left: .15rem;
}

.local>.w1200>ul>li>a>span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background: #fff;
}

.local>.w1200>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background: transparent;
}

.local>.w1200>ul>li.on>a span::after,
.local>.w1200>ul>li:hover>a span::after {
    background: #fcbb2b;
}

.local>.w1200>ul>li.on>a,
.local>.w1200>ul>li:hover>a {
    font-weight: bold;
    color: #fcbb2b;
}

.local>.w1200>ul>li.on>a::after,
.local>.w1200>ul>li:hover>a::after {
    background: #fcbb2b;
}

.local>.w1200>ul>li {
    position: relative;

}

.local>.w1200>ul>li .box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 20px);
    padding-top: .2rem;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .6s;
}

.local>.w1200>ul>li:hover .box {
    opacity: 1;
    z-index: 9;
    visibility: visible;
    transform: translate(-50%, 0);
}

.local>.w1200>ul>li .box:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .08rem;
    border: 5px solid transparent;
    border-bottom: 8px solid #4239a5;
}

.local>.w1200>ul>li ul {

    min-width: 1.2rem;

    background: #4239a5;

    border-radius: .1rem;

    z-index: 9;
}

.local>.w1200>ul>li ul>li {
    position: relative;
    padding: 0 .1rem;
}

.local>.w1200>ul>li ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: .24rem;
    background: transparent;
    transition: all .6s;
}


.local>.w1200>ul>li ul>li:hover:after {
    background: #ff9b39;
}

.local>.w1200>ul>li ul>li>a {
    display: block;
    padding: .15rem 0;
    line-height: .3rem;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: .16rem;
    color: #8dc7f8;
    transition: all .6s;
}


.local>.w1200>ul>li ul>li:hover>a {
    color: #fff;
}

.ny {
    padding-top: .4rem;
    position: relative;
    z-index: 6;
}

/* 手机内页二级导航 */
.wrap_ph {
    margin-top: 0.3rem;
    display: none;
}

.wrap_ph h2 {
    position: relative;
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0 0.2rem;
    background: #4a3fc2;
}

.wrap_ph h2::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/cd.png) no-repeat right center/cover;
    left: auto;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_ph ul {
    padding: 0.1rem 0.2rem 0.2rem;
    display: none;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph .on {
    color: #4a3fc2;
}

.wrap_ph li {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.34rem;
    font-family: hel-bold;
}

.wrap_ph li a {
    transition: 0.5s;
    display: block;
    color: #333;
}

.inner .wrap_ph {
    display: none;
}

.wrap_ph li.active a {
    color: #3E86A7;
}

.wrap_ph i {
    opacity: 1;
    display: inline-block;
    width: .34rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/arrow_down.png) center no-repeat;
    background-size: .1rem auto !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transition: 0.5s;
}

.wrap_ph i.on {
    transform: rotate(-90deg);
}

.wrap_ph .box {
    display: none;
    padding-left: 0.25rem;
}

.wrap_ph .box a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666 !important;
    display: block;
}

.wrap_ph .box a:hover {
    color: #0048bf;
}

@media screen and (max-width: 1024px) {
    .banner {
        margin-left: 0;
        order: -1;
        width: 100%;
        flex: none;
    }

    .banner-slick .ny_bt h2 {
        display: none;
    }

    .banner-slick .ny_bt {
        bottom: .15rem;
    }

    .local {
        display: none;
    }

    .inner::before {
        top: 0;
    }

    .inner .wrap_ph {
        display: block;
        margin-bottom: .2rem;
        margin-top: 0;
        padding-top: .2rem;
    }

    .w1200 {
        width: auto;
        max-width: inherit;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .banner .slick-slide a .pic {
        padding-top: 22.2%;
    }

    .banner {
        height: initial;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        padding: .2rem 0;
    }

    .ny {
        padding: 0;
    }

    .j_pages {
        margin-top: .2rem;
    }
}

/* 学院新闻 */

.newlist li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: .4rem .2rem;
    padding-left: 1.3rem;
    align-items: center;
    border-bottom: 1px solid #cacaca;
    transition: all .6s;
}

.newlist li:hover a {
    border-bottom: 1px solid #4b3fc2;
    background: url(../images/tw-bg.png) no-repeat center center/100% 100%;
}

.newlist li a .date {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: .2rem;
    border-right: 1px solid #d4d4d4;
    color: #034a51;
    width: 1rem;
    text-align: right;
}

.newlist li a .date p {
    display: block;
    font-size: .4rem;
}

.newlist li a .date span {
    font-size: .18rem;
    display: block;
}

.newlist li .scale {
    position: relative;
    z-index: 6;
    width: 2rem;

}



.newlist ul li a .pic {
    position: relative;
    padding-top: 60%;
    z-index: 6;
}

.newlist li .cont {
    position: relative;
    z-index: 6;
    padding-left: .35rem;
    flex: 1;
    min-width: 0;
}

.newlist li .span {
    font-size: 0.18rem;
    color: #9E9E9E;
    line-height: 1.3;
    transition: 0.5s;


}

.newlist li h3 {
    position: relative;

    font-size: 0.18rem;
    color: #222;
    line-height: 0.32rem;
    transition: 0.5s;

}


.newlist li .cont p {
    margin-top: .1rem;
    font-size: 0.14rem;
    line-height: .32rem;
    color: #8c8c8c;
    max-height: 0.64rem\0;
    transition: 0.5s;
}

.newlist li h4 {
    justify-content: flex-end;
    opacity: 0;
    margin-top: 0.15rem;
}


@media(min-width: 1024px) {




    .newlist li a:hover h3 {
        color: #4b3fc2;
        font-weight: bold;
    }





}

.newlist li:hover a .date {
    color: #4b3fc2;
}

.newlist li:hover a .date p,
.newlist li:hover a .date span {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .newlist li a {
        padding: .15rem;
        padding-left: 1.3rem;
        margin-bottom: .15rem;
    }

    .newlist li h3 {
        font-size: .2rem;
    }

    .newlist li h4 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .newlist li a {
        padding: .2rem 0;

    }

    .newlist li a .date {
        display: none;
    }

    .newlist li .scale {
        width: 2.3rem;
    }

    .newlist li .con {
        padding-left: .2rem;
    }

    .newlist li h3 {
        padding-right: 0;
        margin: .1rem 0;
    }




    .newlist li span {
        position: static;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 420px) {
    .newlist li a {
        display: block;
        margin-bottom: 0;
    }

    .newlist li .scale {
        width: 100%;
    }

    .newlist li .cont {
        width: 100%;
        padding: 0;
        padding-left: 0;
        padding-top: .2rem;
    }
}

/* 日期列表 */
.date-list li {
    position: relative;
    transition: all .6s;
    margin-bottom: .2rem;
}



.date-list li a {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    background-position: center center;
    transition: all 0.5s;
    background: #f3f3f3;
}


.date-list li a:hover::after {
    width: 100%;
    opacity: 1;

}

.date-list li a .date {
    position: relative;
    z-index: 2;
    padding: .2rem 0;
    padding-left: .15rem;
    padding-right: .5rem;
    text-align: right;
    color: #999999;
    border-right: 1px solid #d4d4d4;
}


.date-list li a .date p {
    font-size: 0.32rem;

    line-height: 1;
    margin-bottom: .1rem;
}



.date-list li a .date span {
    display: block;
    font-size: 0.2rem;

}

.date-list li a .txt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    /* line-height: 0.7rem; */
    padding-left: .55rem;
    padding-right: .5rem;

    min-height: .5rem;
}

.date-list li a .txt h2 {
    font-size: .18rem;
    color: #333;

    line-height: 0.32rem;
    transition: 0.5s;
    padding-bottom: .2rem;
    border-bottom: 1px solid #d4d4d4;
}

.date-list li a .txt p {
    font-size: 0.16rem;
    margin-top: .15rem;
    color: #666;
    line-height: .3rem;
    max-height: 0.6rem\0;
}


.date-list li:hover a .txt h2 {
    font-weight: bold;
    color: #4b3fc2;
}

@media screen and (max-width: 768px) {
    .date-list li a .date {
        padding-left: 0;
        padding-right: .15rem;
    }

    .date-list li a .date p {
        font-size: .24rem;
    }

    .date-list li a .txt {
        padding-left: .15rem;
        padding-right: 0;
    }

    .date-list li a .txt h2 {
        padding-bottom: .05rem;
    }

    .date-list li a {
        padding: .05rem;
    }
}

/* 列表页 */
.list li {
    padding: 0 .2rem;
    border-bottom: 1px dashed #d4d4d4;
    transition: all .6s;
}

.list li:hover {
    background: url(../images/listbg.png) no-repeat right center/100% 100%;
    border-bottom: 1px solid #4239a5;
}

.list li a {
    display: block;
    position: relative;
    line-height: .8rem;
    padding-right: 1.1rem;
    transition: all .6s;
}

.list li a p {
    padding-left: .2rem;
    background: url(../images/list.png) no-repeat left center;
    font-size: .18rem;
    color: #4d3333;
    transition: all .6s;
}

.list li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    color: #4d3333;
    transition: all .6s;
}


.list li:hover a p {
    font-weight: bold;
    color: #4239a5;
    background: url(../images/list1.png) no-repeat left center;

}

.list li:hover a span {
    color: #4239a5;
}

@media screen and (max-width: 768px) {
    .list li {

        padding: 0;
    }

    .list li a {
        line-height: .6rem;
    }
}

/* 内容页 */
.art-main * {
    font-weight: inherit !important;
}

.art-main .art-tit {}

.art-main .art-tit h2 {
    text-align: center;
    font-size: .32rem;
    color: #222;
    font-weight: bold !important;
}

.art-main .art-tit h3 {
    text-align: center;
    font-size: 0.24rem;
    color: #222;
    line-height: .32rem;
    padding-top: .15rem;
    width: 60%;
    margin: 0 auto;
}


.art-main .art-tit p {
    margin-top: .25rem;
    line-height: .55rem;
    display: flex;
    padding: .17rem 0;
    flex-wrap: wrap;
    justify-content: center;

    background: url(../images/art_titbg.png) no-repeat center top/100% 100%;
}

.art-main .art-tit p span {
    line-height: .18rem;
    font-size: .16rem;
    color: #666;
    margin: 0 .1rem;
    padding-right: .4rem;
    /* border-left: 1px solid #666; */
}

.art-main .art-tit p span:first-child {
    border-left: none;
}

.art-main .art-body {
    padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p span {
    color: #222;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    /* font-size: 0.2rem !important; */
    line-height: 0.4rem !important;
    margin-bottom: 0.2rem !important;
    text-align: justify;
    word-break: break-all;
}

.art-main .art-body p strong {
    font-weight: bold !important;
}

.art-main .art-body img
 {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  
}
.art-main .art-body video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
     width: 100%; 
}
.art-main .art-body iframe {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}

.art-main .art-body table {
    max-width: 98%;
    margin: 0 auto;
}

.art-main .art-body table td {
    padding: 5px 10px;
    line-height: 30px;
}

.art-main .art-body table td p {
    text-indent: 0em !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    text-align: inherit;
}


.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 0.22rem;
    line-height: 0.24rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.18rem;
    margin-right: 0.05rem;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #666;
    margin: 0 0.3rem;
}

.art-info {
    font-size: .18rem;
    border-top: 0.04rem solid #d4d4d4;
    margin-top: 0.4rem;
    padding-top: .2rem;
}


.art-info p {

    font-size: .18rem;

    text-indent: initial;

    line-height: 0.34rem;

    margin-top: .2rem;
}


.art-info p,
.art-info p a,
.art-info p a em {
    font-size: .18rem;
    color: #4d3333;
}

.art-info p:hover {
    font-weight: bold !important;
    color: #4b3fc2;
}

.art-info p a:hover em {
    font-weight: bold !important;
    color: #4b3fc2;
}

@media screen and (max-width: 768px) {
    .art-main .art-tit p span {
        padding: 0 .1rem;
        margin: .1rem;
        line-height: .3rem;
    }

    .art-main .art-tit h2 {
        font-size: .24rem;
    }

    .art-main .art-tit h3 {
        width: 100%;
        font-size: .2rem;
    }
}

.art_jjwz {
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: .27rem .30rem;
    background: #f1f1f1;
}

.art_jjwz>div {}

.jg {
    margin-bottom: .25rem;
}

.ny_tit h2 {
    display: block;
    padding-left: .2rem;
    line-height: .9rem;
    background: url(../images/zj_btbg.png) no-repeat right bottom/100% auto;
    font-size: .32rem;
    color: #4239a5;
    font-weight: bold;
    position: relative;
}

.ny_tit h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .12rem;
    height: .18rem;
    background: url(../images/jg_icon.png) no-repeat center center/100% 100%;
}

.jg ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.jg ul li {
    position: relative;
    width: 49%;

    border-bottom: 1px dashed #d4d4d4;
}

.jg ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #4b3fc2;
    width: 0;
    transition: all .6s;
}

.jg ul li a {

    display: block;

    padding: .35rem 0;



    background-position: right bottom;
    font-size: .18rem;

    color: #4d3333;

    transition: all .6s;
}

.jg ul li a p {
    position: relative;
    padding-left: .18rem;
    line-height: .3rem;
    transition: all .6s;
}

.jg ul li a p:after {
    content: "";
    position: absolute;
    left: 0.02rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: .06rem;
    height: .06rem;
    border: 1px solid #4d3333;
    transition: all .6s;
}


@media screen and (min-width: 1025px) {
    .jg ul li:hover a {
        background: url(../images/jg_bg.png ) no-repeat right bottom;
    }

    .jg ul li:hover a p:after {
        border: 1px solid #4b3fc2;
        background: #4b3fc2;
    }

    .jg ul li:hover a p {
        font-weight: bold;
        color: #4b3fc2;
    }

    .jg ul li:hover::after {
        width: 100%;
    }
}



@media screen and (max-width: 768px) {


    .jg ul li {
        width: 100%;
        padding: 0;
    }

    .jg ul li a {
        padding: .15rem 0;
    }

    .ny_tit h2 {
        font-size: .24rem;
        line-height: .6rem;
    }
}

/* 校园风光 */
.xyfg-top {
    position: relative;
    margin-top: .4rem;
}

.xyfg-top img {
    display: block;
    width: 100%;
}

.xyfg-top .xyfg_bt {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6.11rem;
    background: url(../images/fg_btbg.png) no-repeat center center/100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    padding-bottom: 10%;
    padding-left: 15%;
}

.xyfg-top .xyfg_bt h2 {
    font-size: .28rem;
    font-weight: bold;
}

.xyfg-top .xyfg_bt p {
    font-size: .4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.xyfg ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.21rem;
}

.xyfg ul li {
    width: 33.33%;
    padding: 0 .21rem;
}

.xyfg ul li a {
    position: relative;
    display: block;
    margin-top: .4rem;
}

.xyfg ul li a .pic {
    padding-top: 65%;
}


.xyfg ul li a p {
    position: relative;
    text-align: center;
    line-height: .8rem;
    background: url(../images/xyfg_btbg.png) no-repeat center top/cover;
    font-size: .18rem;
    color: #222222;
}

.xyfg ul li:hover a p {
    font-weight: bold;
    background: url(../images/xyfg_btbg1.png) no-repeat center top/cover;
    color: #4239a5;
}

@media screen and (max-width: 1024px) {
    .xyfg ul li {
        padding: 0 .15rem;
    }

    .xyfg ul {
        margin: 0 -.15rem;
    }

    .xyfg-top .xyfg_bt {
        padding-left: 30%;
    }
}

@media screen and (max-width: 768px) {
    .xyfg ul li {
        padding: 0 .15rem;
        width: 50%;
    }

    .xyfg-top .xyfg_bt {
        width: 50%;
        padding-left: 26%;
    }

    .xyfg-top .xyfg_bt h2 {
        font-size: .18rem;
    }

    .xyfg-top .xyfg_bt p {
        font-size: .18rem;
    }

}

@media screen and (max-width: 480px) {
    .xyfg ul li {
        width: 100%;

    }

    .xyfg ul li a {
        margin: .1rem 0;
    }
}

/* 师资列表 */
.sz_list ul li {
    position: relative;
    margin-top: .35rem;
}

.sz_list ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .04rem;
    background: #4239a5;
    height: 0;
    transition: all .6s;
}

.sz_list ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem;
    padding-left: 0;
    background: #f8f8f8;
    transition: all .6s;
}





.sz_list ul li a .scale {
    width: 3rem;
}

.sz_list ul li a .scale .pic {
    padding-top: 66.67%;
}

.sz_list ul li a .cont {
    position: relative;
    padding-left: .35rem;

    flex: 1;
    min-width: 0;
}



.sz_list ul li a .cont h2 {
    position: relative;
    padding-left: .4rem;
    line-height: .6rem;
    z-index: 6;
    font-size: .24rem;
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: .1rem;
    background: url(../images/jg_ic1.png) no-repeat left center/.2rem auto;
    transition: all .6s;
}

.sz_list ul li a .cont span {
    position: absolute;
    left: .3rem;
    font-size: .16rem;
    color: #666;
    font-weight: normal;
    top: 0;
    /* padding-left: .15rem; */
}

.sz_list ul li a .cont p {
    position: relative;
    padding-left: .8rem;
    z-index: 6;
    font-size: .16rem;
    color: #666;
    line-height: .4rem;
    max-height: .8rem;
    transition: all .6s;
}

.sz_list ul li a .cont p.zw {
    background: url(../images/jg_ic2.png) no-repeat left .1rem/.2rem auto;
}

.sz_list ul li a .cont p.szjj {
    background: url(../images/jg_ic3.png) no-repeat left .1rem/.18rem auto;
}

@media screen and (min-width: 1025px) {


    .sz_list ul li:hover a {
        background: #f2f7ff;
        box-shadow: 0px 8px 14.72px 1.28px rgba(11, 119, 207, 0.2), inset -4px 0px 0px 0px rgba(66, 57, 165, 0.004);
    }

    .sz_list ul li:hover::after {
        height: 100%;
    }

    .sz_list ul li:hover a .cont h2 {
        border-bottom: 1px solid #4239a5;
        color: #4239a5;
        background: url(../images/jg_ic1h.png) no-repeat left center/.2rem auto;
    }

    .sz_list ul li:hover a .cont p.zw {
        background: url(../images/jg_ic2h.png) no-repeat left .1rem/.2rem auto;
    }

    .sz_list ul li:hover a .cont p.szjj {
        background: url(../images/jg_ic3h.png) no-repeat left .1rem/.18rem auto;
    }
}

@media screen and (max-width: 768px) {
    .sz_list ul li a .scale {
        margin: 0 auto;

    }

    .sz_list ul li a .cont {
        flex: none;
        width: 100%;
        padding: 0;

    }

    .sz_list ul li a .cont:after {
        display: none;
    }

    .sz_list ul li a .cont h2 {
        margin-bottom: 0;

    }

    .sz_list ul li a {
        padding-left: .2rem;
    }
}

.lrld>ul>li {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
}

.lrld>ul>li .ld_l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
}

.lrld>ul>li:nth-child(1) .ld_l {
    background: url(../images/lrld_bg1.jpg) no-repeat center center/cover;
}

.lrld>ul>li:nth-child(2) .ld_l {
    background: url(../images/lrld_bg2.jpg) no-repeat center center/cover;
}

.lrld>ul>li .ld_l span {
    font-size: .24rem;
    color: #4239a5;
    font-weight: bold;
}

.lrld>ul>li .ld_r {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #f7d0d2;
    border-left: none;
}

.lrld>ul>li .ld_r ul {
    display: flex;
    flex-wrap: wrap;
}

.lrld>ul>li .ld_r ul:nth-child(2n) {
    background: #f1f9ff;
}

.lrld>ul>li .ld_r ul li {
    width: 33.33%;
    text-align: center;
    padding: .3rem 0;
}

.lrld>ul>li .ld_r ul li span {
    display: block;
    line-height: .25rem;
    border-left: 1px solid #d4d4d4;
    font-size: .18rem;
    color: #4d3333;

}

.lrld>ul>li .ld_r ul li:first-child span {
    border-left: none;
}

.lrld>ul>li .ld_r ul:first-child li span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .lrld>ul>li .ld_l {
        width: 100%;
        padding: .2rem 0;
    }

    .lrld>ul>li .ld_r ul li {
        padding: .15rem 0;
    }
}