/* pc样式 */
@media screen and (min-width: 1024px){

    .content {
        box-sizing: border-box;
        padding: 0.15rem 0.6rem 0 0.6rem;
        min-height: 8rem;
        background-image: url(../imgs/bottom_bj.png);
        background-position: center calc(100% + 2.6rem);
        background-repeat: no-repeat;
        background-size: 5.2rem auto;
    }

    .content-title{
        margin-bottom: 0.1rem;
        height: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../imgs/title_bj.png);
        background-repeat: no-repeat;
        background-position: top center ;
        background-size: 1.3rem auto;
        font-size: 0.38rem;
        font-weight: 700; 
    }
    .content-title>a {
	    color: var(--zt_1_color--);
    }
    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    .swiper-pagination {
        display: none;
    }

    .content-box1-top {
        display: flex;
        justify-content: space-between;
    }
    .content-box1-top-left{
        width: 50%;
        height: 4rem;
        background-size: auto 4rem;
        background-repeat: no-repeat;
        background-position: center;
    }
    .content-box1-top-right{
        width: 48%;
    }
    .content-box1-top-right>p{
        font-size: 0.22rem;
        color: #010101;
    }
    .content-box1-top-right>a{
        font-size: 0.24rem;
        font-weight: 700;
        color: #0027da;
    }

    .content-box1-bottom {
        margin-top: 0.2rem;
    }

    .scholars{
        display: flex;
        justify-content: space-between;
    }
    .scholars>li{
        width: 33.3%;
    }
    .scholars>li>a {
        display: flex;
        height: 1.1rem;
    }

    .scholars-img {
        width: 1.7rem;
        background-repeat: no-repeat;
        background-position: center ;
        background-size: 1.7rem auto;
    }
    .scholars-text {
        flex: 1;
        box-sizing: border-box;
        padding: 0.15rem;
        font-size: 0.18rem;
        line-height: 0.2rem;
        color: #fff;
    }
    .scholars>li:nth-child(1) .scholars-text {
        background-color: #00797c;
    }
    .scholars>li:nth-child(2) .scholars-text {
        background-color:  #33058d;
    }
    .scholars>li:nth-child(3) .scholars-text {
        background-color: #41b6e6;
    }

    .content-box2 {
        margin-top: 0.2rem;
    }
    .latest {
        height: 4.1rem;
        display: flex;
        justify-content: space-between;
    }
    .latest-img{
        background-repeat: no-repeat;
        background-position: center;
    }
    .latest-text{
        box-sizing: border-box;
        padding: 0.15rem;
        font-size: 0.18rem;
        line-height: 0.2rem;
        color: #fff;
        overflow: hidden;
    }


    .latest-left{
        width: 56%;
    }

    .latest-left>ul{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .latest-left>ul>li>a{
        display: flex;
    }
    .latest-left>ul>li:nth-child(1) .latest-img{
        width: 4.6rem;
        height: 3rem;
        background-size: 4.6rem auto;
    }
    .latest-left>ul>li:nth-child(1) .latest-text{
        flex: 1;
        background-color: #00797c;
        color: #fff;
    }


    .latest-left>ul>li:nth-child(2) .latest-img{
        width: 1.5rem;
        height: 1rem;
        background-size: 1.5rem auto;
    }
    .latest-left>ul>li:nth-child(2) .latest-text{
        flex: 1;
        background-color: #41b6e6;
    }



    .latest-center{
        width: 20%;
    }
    .latest-center>a>.latest-img{
        height: 1.6rem;
        background-size: auto 1.6rem;
    }
    .latest-center>a>.latest-text{
        height: 2.5rem;
        background-color: #ffa300;
    }

    .latest-right{
        width: 22%;
    }
    .latest-right>ul{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .latest-right>ul>li{
        height: 32%;
    }
    .latest-right>ul>li .latest-text{
        height: 100%;
    }
    .latest-right>ul>li:nth-child(1) .latest-text{
        background-color:  #33058d;
    }
    .latest-right>ul>li:nth-child(2) .latest-text{
        background-color: #41b6e6;
    }
    .latest-right>ul>li:nth-child(3) .latest-text{
        background-color: #002554;
    }


    /* 内容3 */
    .content-box3 {
        margin-top: 0.5rem;
    }
    .policies{
        display: flex;
        justify-content: space-between;
    }

    .policies-left{
        width: 20%;
    }
    .policies-left>a>.latest-img{
        height: 1.6rem;
        background-size: auto 1.6rem;
    }
    .policies-left>a>.latest-text{
        height: 2.5rem;
        background-color: #00797c;
        color: #fff;
    }

    .policies-center{
        width: 38.5%;
    }
    .policies-center .latest-img{
        display: none;
    }
    .policies-center>ul{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .policies-center>ul>li{
        height: 31%;
    }
    .policies-center>ul>li .latest-text{
        height: 100%;
        flex: 1;
    }
    .policies-center>ul>li>a{
        display: flex;
        height: 100%;
    }


    .policies-center>ul>li:nth-child(1) .latest-img{
        width: 2.4rem;
        height: 100%;
        background-size: 2.4rem auto;
        display: block;
    }
    .policies-center>ul>li:nth-child(1) .latest-text{
        background-color:  #41b6e6;
    }
    .policies-center>ul>li:nth-child(2) .latest-text{
        background-color:  #002554;
    }
    .policies-center>ul>li:nth-child(3) .latest-text{
        background-color:  #33058d;
    }



    .policies-right{
        width: 38.5%;
    }
    .policies-right>a>.latest-img{
        height: 3rem;
        background-size: auto 3rem;
    }
    .policies-right>a>.latest-text{
        height: 1.1rem;
        background-color: #ffa300;
        color: #fff;
    }

    .content-box4 {
        margin-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .achie{}
    .achie>ul{
        display: flex;
        flex-wrap: wrap;
    }
    .achie>ul>li {
        height: 4.3rem;
    }
    .achie>ul>li .latest-img {
        height: 50%;
        background-size: cover;
    }
    .achie>ul>li .latest-text {
        height: 50%;
    }
    .achie>ul>li:nth-child(1){
        width: 50%;
    }
    .achie>ul>li:nth-child(1) .latest-img{
        height: 3.2rem;
    }
    .achie>ul>li:nth-child(1) .latest-text{
        height: 1.1rem;
        background-color: #41b6e6;
    }
    .achie>ul>li:nth-child(2){
        width: 25%;
    }
    .achie>ul>li:nth-child(3){
        width: 25%;
    }
    .achie>ul>li:nth-child(4){
        width: 25%;
    }
    .achie>ul>li:nth-child(5){
        width: 25%;
    }
    .achie>ul>li:nth-child(6){
        width: 50%;
    }
    .achie>ul>li:nth-child(2) .latest-text{
        background-color: #33058d;
    }
    .achie>ul>li:nth-child(3) .latest-text{
        background-color:  #002554;
    }
    .achie>ul>li:nth-child(4) .latest-text{
        background-color:  #ffa300;
    }
    .achie>ul>li:nth-child(5) .latest-text{
        background-color:  #00797c;
    }
    .achie>ul>li:nth-child(6) .latest-img{
        height: 3.2rem;
    }
    .achie>ul>li:nth-child(6) .latest-text{
        height: 1.1rem;
        background-color: #33058d;
    }

    .toTop {
        cursor: pointer;
        padding-bottom: 0.2rem;
        text-align: center;
        color: #000000;
        font-size: 0.18rem;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .swiper-pagination {
        display: none;
    }
    .content {
        box-sizing: border-box;
        padding: 0.15rem 0.6rem 0 0.6rem;
        min-height: 8rem;
        background-image: url(../imgs/bottom_bj.png);
        background-position: center calc(100% + 2.6rem);
        background-repeat: no-repeat;
        background-size: 5.2rem auto;
    }

    .content-title{
        margin-bottom: 0.1rem;
        height: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../imgs/title_bj.png);
        background-repeat: no-repeat;
        background-position: top center ;
        background-size: 1.3rem auto;
        font-size: 0.38rem;
        font-weight: 700;
    }
    .content-title>a {
	    color: var(--zt_1_color--);
    }

    .content-box1-top {
        display: flex;
        justify-content: space-between;
    }
    .content-box1-top-left{
        width: 50%;
        height: 4rem;
        background-size: auto 4rem;
        background-repeat: no-repeat;
        background-position: center;
    }
    .content-box1-top-right{
        width: 48%;
    }
    .content-box1-top-right>p{
        font-size: 0.22rem;
        color: #010101;
    }
    .content-box1-top-right>a{
        font-size: 0.24rem;
        font-weight: 700;
        color: #0027da;
    }

    .content-box1-bottom {
        margin-top: 0.2rem;
    }

    .scholars{
        display: flex;
        justify-content: space-between;
    }
    .scholars>li{
        width: 33.3%;
    }
    .scholars>li>a {
        display: flex;
        height: 1.1rem;
    }

    .scholars-img {
        width: 1.7rem;
        background-repeat: no-repeat;
        background-position: center ;
        background-size: 1.7rem auto;
    }
    .scholars-text {
        flex: 1;
        box-sizing: border-box;
        padding: 0.15rem;
        font-size: 0.18rem;
        line-height: 0.2rem;
        color: #fff;
    }
    .scholars>li:nth-child(1) .scholars-text {
        background-color: #00797c;
    }
    .scholars>li:nth-child(2) .scholars-text {
        background-color:  #33058d;
    }
    .scholars>li:nth-child(3) .scholars-text {
        background-color: #41b6e6;
    }

    .content-box2 {
        margin-top: 0.2rem;
    }
    .latest {
        height: 4.1rem;
        display: flex;
        justify-content: space-between;
    }
    .latest-img{
        background-repeat: no-repeat;
        background-position: center;
    }
    .latest-text{
        box-sizing: border-box;
        padding: 0.15rem;
        font-size: 0.18rem;
        line-height: 0.2rem;
        color: #fff;
        overflow: hidden;
    }


    .latest-left{
        width: 56%;
    }

    .latest-left>ul{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .latest-left>ul>li>a{
        display: flex;
    }
    .latest-left>ul>li:nth-child(1) .latest-img{
        width: 4.6rem;
        height: 3rem;
        background-size: 4.6rem auto;
    }
    .latest-left>ul>li:nth-child(1) .latest-text{
        flex: 1;
        background-color: #00797c;
        color: #fff;
    }


    .latest-left>ul>li:nth-child(2) .latest-img{
        width: 1.5rem;
        height: 1rem;
        background-size: 1.5rem auto;
    }
    .latest-left>ul>li:nth-child(2) .latest-text{
        flex: 1;
        background-color: #41b6e6;
    }



    .latest-center{
        width: 20%;
    }
    .latest-center>a>.latest-img{
        height: 1.6rem;
        background-size: auto 1.6rem;
    }
    .latest-center>a>.latest-text{
        height: 2.5rem;
        background-color: #ffa300;
    }

    .latest-right{
        width: 22%;
    }
    .latest-right>ul{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .latest-right>ul>li{
        height: 32%;
    }
    .latest-right>ul>li .latest-text{
        height: 100%;
    }
    .latest-right>ul>li:nth-child(1) .latest-text{
        background-color:  #33058d;
    }
    .latest-right>ul>li:nth-child(2) .latest-text{
        background-color: #41b6e6;
    }
    .latest-right>ul>li:nth-child(3) .latest-text{
        background-color: #002554;
    }


    /* 内容3 */
    .content-box3 {
        margin-top: 0.5rem;
    }
    .policies{
        display: flex;
        justify-content: space-between;
    }

    .policies-left{
        width: 20%;
    }
    .policies-left>a>.latest-img{
        height: 1.6rem;
        background-size: auto 1.6rem;
    }
    .policies-left>a>.latest-text{
        height: 2.5rem;
        background-color: #00797c;
        color: #fff;
    }

    .policies-center{
        width: 38.5%;
    }
    .policies-center .latest-img{
        display: none;
    }
    .policies-center>ul{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .policies-center>ul>li{
        height: 31%;
    }
    .policies-center>ul>li .latest-text{
        height: 100%;
        flex: 1;
    }
    .policies-center>ul>li>a{
        display: flex;
        height: 100%;
    }


    .policies-center>ul>li:nth-child(1) .latest-img{
        width: 2.4rem;
        height: 100%;
        background-size: 2.4rem auto;
        display: block;
    }
    .policies-center>ul>li:nth-child(1) .latest-text{
        background-color: # 41b6e6;
    }
    .policies-center>ul>li:nth-child(2) .latest-text{
        background-color:  #002554;
    }
    .policies-center>ul>li:nth-child(3) .latest-text{
        background-color:  #33058d;
    }



    .policies-right{
        width: 38.5%;
    }
    .policies-right>a>.latest-img{
        height: 3rem;
        background-size: auto 3rem;
    }
    .policies-right>a>.latest-text{
        height: 1.1rem;
        background-color: #ffa300;
        color: #fff;
    }

    .content-box4 {
        margin-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .achie{}
    .achie>ul{
        display: flex;
        flex-wrap: wrap;
    }
    .achie>ul>li {
        height: 4.3rem;
    }
    .achie>ul>li .latest-img {
        height: 50%;
        background-size: cover;
    }
    .achie>ul>li .latest-text {
        height: 50%;
    }
    .achie>ul>li:nth-child(1){
        width: 50%;
    }
    .achie>ul>li:nth-child(1) .latest-img{
        height: 3.2rem;
    }
    .achie>ul>li:nth-child(1) .latest-text{
        height: 1.1rem;
        background-color: #41b6e6;
    }
    .achie>ul>li:nth-child(2){
        width: 25%;
    }
    .achie>ul>li:nth-child(3){
        width: 25%;
    }
    .achie>ul>li:nth-child(4){
        width: 25%;
    }
    .achie>ul>li:nth-child(5){
        width: 25%;
    }
    .achie>ul>li:nth-child(6){
        width: 50%;
    }
    .achie>ul>li:nth-child(2) .latest-text{
        background-color: #33058d;
    }
    .achie>ul>li:nth-child(3) .latest-text{
        background-color:  #002554;
    }
    .achie>ul>li:nth-child(4) .latest-text{
        background-color:  #ffa300;
    }
    .achie>ul>li:nth-child(5) .latest-text{
        background-color:  #00797c;
    }
    .achie>ul>li:nth-child(6) .latest-img{
        height: 3.2rem;
    }
    .achie>ul>li:nth-child(6) .latest-text{
        height: 1.1rem;
        background-color: #33058d;
    }

    .toTop {
        cursor: pointer;
        padding-bottom: 0.2rem;
        text-align: center;
        color: #000000;
        font-size: 0.18rem;
    }

}

@media screen and (max-width: 800px) {
    .content {
        padding: 0.15rem 0.2rem 0 0.2rem;
    }
    .scholars,.policies {
        flex-wrap: wrap;
    }
    .scholars>li {
        width: 100%;
    }
    .scholars>li>a {
        height: 1.5rem;
    }
    .scholars-img {
        width: 2.5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2.5rem auto;
    }

    .latest {
        height: 100%;
        flex-wrap: wrap;
    }
    .latest-left,.latest-center,.latest-right {
        width: 100%;
    }
    .latest-left>ul>li:nth-child(1) .latest-img,.latest-left>ul>li:nth-child(2) .latest-img {
        width: 2.5rem;
        height: 1.5rem;
        background-size: 2.5rem auto;
    }
    .latest-text {
        height: 1.5rem;
    }
    .latest-center>a {
        display: flex;
    }
    .latest-center>a>.latest-img{
        width: 2.5rem;
        height: 1.5rem;
        background-size: 2.5rem auto;
    }
    .latest-center>a>.latest-text {
        flex: 1;
        height: 1.5rem;
    }
    .latest-right>ul>li {
        width: 100%;
        /* height: 1.5rem; */
    }

    .policies-left,.policies-center,.policies-right {
        width: 100%;
    }
    .policies-left>a{
        display: flex;
    }
    .policies-left>a>.latest-img {
        width: 2.5rem;
        height: 1.5rem;
        background-size: 2.5rem auto;
    }
    .policies-left>a>.latest-text {
        flex: 1;
        height: 1.5rem;
    }
    .policies-center>ul>li {
        height: auto;
    }
    .policies-center>ul>li:nth-child(1) .latest-img {
        width: 2.5rem;
        height: 1.5rem;
        background-size: 2.5rem auto;
    }
    .policies-center>ul>li:nth-child(1) .latest-text {
        height: 1.5rem;
    }
    .policies-right>a {
        display: flex;
    }
    .policies-right>a>.latest-img {
        width: 2.5rem;
        height: 1.5rem;
        background-size: 2.5rem auto;
    }
    .policies-right>a>.latest-text {
        flex: 1;
        height: 1.5rem;
    }


    .achie>ul>li {
        height: auto;
        width: 100% !important;
    }
    .achie>ul>li>a {
        display: flex;
    }

    .achie>ul>li .latest-img {
        width: 2.5rem !important;
        height: 1.5rem !important;
        background-size: 2.5rem auto !important;
    }
    .achie>ul>li .latest-text {
        flex: 1;
        height: 1.5rem !important;
    }


}