@charset "utf-8";
/**
 * Created by sunJia on 2026/02/24.
 * @Description: Index Style
 */

.indexContent{
    position: relative;
    z-index: 2;
}
.row01{
    background: url(../2026images/row01-bg.jpg) no-repeat center/cover;
}
.row01 .mode01{
    padding: .8rem 0 .45rem;
}
.row01 .modeCon{
    align-items: flex-end;
}
.row01 .lf{
    position: relative;
    z-index: 1;
    width: 55.45%;
    padding-top: .2rem;
    padding-left: .2rem;
    padding-right: 1.35rem;
    box-sizing: border-box;
}
.row01 .lf::before{
    content: '';
    display: block;
    width: 70.3%;
    height: 0;
    padding-bottom: 41.5%;
    background: #056840;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.row01 .lf .icon{
    width: 3.1rem;
    position: absolute;
    right: 0;
    top: -.4rem;
    z-index: 0;
}
.row01 .lf .gp-img-responsive{
    padding-bottom: 56.25%;
}
.row01 .lf .swiperBox{
    /* width: 80.6%; */
    overflow: hidden;
}
.row01 .lf .info{
    line-height: 1;
    padding-top: .3rem;
    max-width: calc(100% - 1.1rem);
}
.row01 .lf .date{
    color: #056840;
    margin-right: .3rem;
    flex-shrink: 0;
}
.row01 .lf .title{
    flex: 1;
    min-width: 0;
}
.row01 .lf .swiper-pagination{
    line-height: 1;
    min-height: 0;
    text-align: right;
    padding-right: 1.2rem;
    bottom: 0;
}
.row01 .lf .swiper-pagination .swiper-pagination-bullet{
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    border: 1px solid #056840;
    background: transparent;
    opacity: 1;
    margin: 0 .13rem;
}
.row01 .lf .swiper-pagination .swiper-pagination-bullet-active{
    background: #056840;
    position: relative;
}
.row01 .lf .swiper-pagination .swiper-pagination-bullet-active::before{
    content: '';
    display: block;
    top: -.05rem;
    right: -.05rem;
    bottom: -.05rem;
    left: -.05rem;
    border-radius: 50%;
    border: 1px solid #056840;
    position: absolute;
}
.row01 .rt{
    width: 40.13%;
}
.row01 .rt li{}
.row01 .rt li a{
    position: relative;
    line-height: 1.22;
    padding: .28rem 0 .26rem;
    align-items: center;
    border-bottom: 1px dashed #cde0d6;
    transition: all .3s ease-in-out;
}
.row01 .rt li a::before{
    content: '';
    display: block;
    width: 0%;
    height: .01rem;
    background: #056840;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 1;
    transition: all .3s;
}
.row01 .rt li a:hover::before{
    width: 100%;
}
.row01 .rt li:last-child a{
    padding-bottom: 0;
    border-bottom: none;
}
.row01 .rt .title{
    flex: 1;
    min-width: 0;
}
.row01 .rt a:hover .title{
    color: #056840;
    font-weight: bold;
}
.row01 .rt .title span{
    display: inline-block;
}
.row01 .rt .date{
    flex-shrink: 0;
}

/* row02 */
.row02{
    padding: 1.6rem 0 .8rem;
    background: url(../2026images/row02-bg.png) no-repeat center top;
}
.row02 .modeTil{
    padding-bottom: 0;
    border-bottom: none;
}
.row02 .modeTil:nth-of-type(1){
    width: 35.13%;
    margin-left: .35rem;
}
.row02 .modeTil:nth-of-type(2){
    width: 40%;
}
.row02 .modeCon{
    margin-top: .28rem;
    padding-left: .35rem;
    padding-right: .44rem;
    background: rgba(255,255,255,.85);
    border-radius: .15rem;
}
.row02 .modeCon > .modeTil{
    display: none;
}
.row02 .lf{
    width: 35.13%;
}
.row02 .lf li{}
.row02 .lf a{
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: .25rem 0 .22rem;
    border-bottom: 1px dashed #aeccbe;
    transition: all .3s ease-in-out;
}
.row02 .lf a::before{
    content: '';
    display: block;
    width: 0%;
    height: 0.01rem;
    background: #056840;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 1;
    transition: all .3s;
}
.row02 .lf a:hover::before{
    width: 100%;
}
.row02 .lf a:hover .title{
    color: #056840;
    font-weight: bold;
}
.row02 .lf li:last-child a{
    border-bottom: none;
    padding-bottom: .3rem;
}
.row02 .lf li:last-child a::before{
    display: none;
}
.row02 .lf .img{
    border: 1px solid #e4e5e2;
    width: .84rem;
    flex-shrink: 0;
    margin-right: .22rem;
}
.row02 .lf a:hover .img{
    border: 1px dashed #056840;
}
.row02 .lf .gp-img-responsive{
    padding-bottom: 54.76%;
}
.row02 .lf .title{
    flex: 1;
    min-width: 0;
}
.row02 .rt{
    width: 42.9%;
}
.row02 .videoSwiper{
    position: relative;
    overflow-x: clip;
    overflow: auto\0;
}
.row02 .rt > a{
    display: block;
    margin-top: .3rem;
    position: relative;
    z-index: 1;
}
.row02 .rt .gp-img-responsive{
    padding-bottom: 56.25%;
    position: relative;
}
.row02 .rt .gp-img-responsive::before{
    content: '';
    display: block;
    width: .84rem;
    height: .84rem;
    background: url(../2026images/video-ico.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.row02 .rt .title{
    position: absolute;
    width: 100%;
    padding: 0 .23rem;
    bottom: .15rem;
    left: 0;
    z-index: 2;
    color: #fff;
}
.row02 .rt ul{
    margin-top: .17rem;
}
.row02 .rt li .gp-img-responsive::before{
    width: .29rem;
    height: .29rem;
}
.row02 .rt li a{
    display: block;
}
.row02 .swiper-pagination{
    line-height: 1;
    min-height: 0;
    bottom: auto;
    top: calc(100% + .18rem);
}
.row02 .swiper-pagination .swiper-pagination-bullet{
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    border: 1px solid #056840;
    background: transparent;
    opacity: 1;
    margin: 0 .13rem;
}
.row02 .swiper-pagination .swiper-pagination-bullet-active{
    background: #056840;
    position: relative;
}
.row02 .swiper-pagination .swiper-pagination-bullet-active::before{
    content: '';
    display: block;
    top: -.05rem;
    right: -.05rem;
    bottom: -.05rem;
    left: -.05rem;
    border-radius: 50%;
    border: 1px solid #056840;
    position: absolute;
}

/* row03 */
.row03{
    padding: .93rem 0 1.57rem;
    background: url(../2026images/row03-bg.jpg) no-repeat center/cover;
}
.row03 .modeTil{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: .3rem;
}
.mode03{
    flex-direction: row-reverse;
}
.row03 .lf{
    position: relative;
    z-index: 2;
    width: 38.01%;
}
.row03 .lf .top{
    padding: .09rem;
    background: #056840;
}
.row03 .lf .top a{
    align-items: center;
}
.row03 .lf .img{
    width: 2.85rem;
    flex-shrink: 0;
    margin-right: .24rem;
}
.row03 .lf .gp-img-responsive{
    padding-bottom: 56.25%;
}
.row03 .lf .info{
    flex: 1;
    min-width: 0;
    line-height: 2;
}
.row03 .lf .date{
    color: #fff;
    line-height: .3rem;
    float: right;
}
.row03 .lf .tag{
    display: inline-block;
    line-height: .3rem;
}
.row03 .lf .top .title{
    color: #fff;
}
.row03 .lf .summary{
    color: #fff;
    line-height: 1.875;
    margin-top: .22rem;
}
.row03 .rt{
    width: 38.01%;
    width: 58.46%;
}
.row03 .bottom ul{
    padding-top: .06rem;
}
.row03 .bottom a{
    position: relative;
    padding: .14rem 0;
    border-bottom: 1px dashed #c3d8d0;
    transition: all .3s ease-in-out;
    align-items: center;
}
.row03 .bottom a::before{
    content: '';
    display: block;
    width: 0%;
    height: .01rem;
    background: #056840;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 1;
    transition: all .3s;
}
.row03 .bottom a:hover::before{
    width: 100%;
}
.row03 .bottom a:hover .title{
    color: #056840;
    font-weight: bold;
}
.row03 .bottom li:nth-of-type(4) a{
    border-bottom: 0;
}
.row03 .bottom .tag{
    flex-shrink: 0;
    width: 1.22rem;
    text-align: center;
    background: #ebf3f0;
    line-height: .45rem;
    color: #056840;
    margin-right: .2rem;
}
.row03 .bottom .title{
    line-height: 2;
    flex: 1;
    min-width: 0;
}
.row03 .bottom .date{
    line-height: 1;
    color: #056840;
    margin-left: .1rem;
    flex-shrink: 0;
}
.row03 .rt{}
.row03 .rt .modeCon{
    position: relative;
    padding: .21rem 0 .24rem;
    z-index: 1;
}
.row03 .rt .modeCon::before{
    content: '';
    display: block;
    width: 117.32%;
    height: 100%;
    background: #056840;
    position: absolute;
    left: .4rem;
    top: 0;
    z-index: -1;
    pointer-events: none;
    -ms-pointer-events: none;
}
.row03 .rt .modeCon > a{
    position: relative;
}
.row03 .rt .modeCon .gp-img-responsive{
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
}
.row03 .rt .modeCon .gp-img-responsive::before{
    content: '';
    display: block;
    width: 100%;
    height: 1.1rem;
    background: url(../2026images/row03-bg2.png) no-repeat center bottom/100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.row03 .rt .modeCon > a .title{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0.2rem;
    padding: 0 .2rem;
    color: #fff;
}
.row03 .rt ul{
    padding: 0 .15rem 0.06rem .1rem;
    background: #fff;
}
.row03 .rt li a{
    position: relative;
    align-items: center;
    line-height: 1;
    padding: .33rem 0 .3rem;
    margin: 0 .25rem;
    border-bottom: 1px dashed #d0e4e0;
    transition: all .3s ease-in-out;
}
.row03 .rt li a::before{
    content: '';
    display: block;
    width: 0%;
    height: .01rem;
    background: #056840;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 1;
    transition: all .3s;
}
.row03 .rt li a:hover::before{
    width: 100%;
}
.row03 .rt li:nth-of-type(11) a::before, .row03 .rt li:nth-of-type(12) a::before{
    display: none;
}
.row03 .rt li a:hover .title{
    font-weight: bold;
    color: #056840;
}
.row03 .rt li:nth-of-type(11) a,
.row03 .rt li:nth-of-type(12) a{
    border: none;
}
.row03 .rt li a:hover{
    /* transform: translateX(.05rem); */
}
.row03 .rt li a .date{
    flex-shrink: 0;
    margin-left: .1rem;
}

/* row04 */
.row04{
    padding: .7rem 0 1.44rem;
    background: url(../2026images/row04-bg.jpg) no-repeat top center/cover;
}
.mode04{
}
.row04 .lf{
    width: 28.65%;
}
.row03 .lf .modeCon{
    position: relative;
    z-index: 1;
    padding: .21rem 0 .24rem;
    padding-right: .2rem;
}
.row03 .lf .modeCon::before{
    content: '';
    display: block;
    width: 71.4%;
    height: 100%;
    background: #f5ede0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    -ms-pointer-events: none;
}
.row03 .lf .boxBg{
    background: #fff;
    padding: .1rem .15rem .06rem;
}
.row04 .lf li a{
    position: relative;
    align-items: center;
    padding: .3rem 0;
    border-bottom: 1px dashed #c3d8d0;
    line-height: 1;
    transition: all .3s ease-in-out;
}
.row04 .lf li a::before{
    content: '';
    display: block;
    width: 0%;
    height: .01rem;
    background: #056840;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 1;
    transition: all .3s;
}
.row04 .lf li a:hover::before{
    width: 100%;
}
.row04 .lf li a:hover .title{
    color: #056840;
    font-weight: bold;
}
.row04 .lf li .title{
    flex: 1;
    min-width: 0;
}
.row04 .lf li .date{
    flex-shrink: 0;
}
.row04 .md{
    position: relative;
    width: 43.78%;
    margin-top: -1.37rem;
}
.row04 .md > .modeTil{
    display: none;
}
.row04 .md .modeTitle{
    position: absolute;
    left: 0;
    top: 0;
    width: 33.38%;
}

.row04 .md .modeTitle .gp-flex{
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    padding-top: .35rem;
    padding-right: .35rem;
    line-height: 1;
}
.row04 .md .modeTitle a{
    color: #fff;
}
.row04 .md .modeTitle a:first-child{
    writing-mode: vertical-rl;
    letter-spacing: -10px;
    letter-spacing: 0px;
}
.row04 .md .modeTitle a:last-child{
    margin-top: 1rem;
}
.row04 .md ul{}
.row04 .md ul:nth-of-type(1){
    margin-left: 33.38%;
}
.row04 .md li{
    background: #fff9f0;
}
.row04 .md li:nth-of-type(odd){
    background: #f6eee2;
}
.row04 .md ul:last-child li:nth-of-type(1),
.row04 .md ul:last-child li:nth-of-type(2){
    background: #f6eee2;
}
.row04 .md ul:last-child li:nth-of-type(3){
    background: #fff9f0;
}
.row04 .md li a{
    align-items: center;
    padding: .19rem .3rem;
}
.row04 .md li a:hover .name,
.row04 .md li a:hover .speak{
    color: #056840;
    font-weight: bold;
}
.row04 .md .img{
    position: relative;
    width: 1.32rem;
    flex-shrink: 0;
    margin-right: .18rem;
    border-radius: 50%;
    overflow: hidden;
}
.row04 .md .img::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #056840;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -ms-pointer-events: none;
}
.row04 .md a:hover .img::before{
    /* opacity: 1; */
    transition: transform 40s linear;
    transform: rotateZ(720deg);
}
.row04 .md .gp-img-responsive{
    padding-bottom: 100%;
    background-size: 100% auto;
    transition: all .4s ease-in-out;
}
.row04 .md a:hover .gp-img-responsive{
    background-size: 105% auto;
}
.row04 .md .info{
    flex: 1;
    min-width: 0;
    line-height: 2;
}
.row04 .md .name{
    font-weight: bold;
    color: #614730;
}
.row04 .md .speak{
    color: #4b524f;
}
.row04 .rt{
    width: 21.79%;
}
.row04 .rt .modeTil{
    border-bottom: none;
}
.row04 .rt .modeCon{
    position: relative;
    z-index: 1;
    padding: .2rem .3rem 0;
    text-align: center;
}
.row04 .rt .modeCon::before{
    content: '';
    display: block;
    width: 100%;
    height: 86.37%;
    background: #056840;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.row04 .rt .gp-img-responsive{
    padding-bottom: 142.8%;
    box-shadow: 0 0 15px rgba(221,235,230,.8);
}
.row04 .rt .paperTil{
    line-height: 1;
    margin-bottom: .1rem;
}
.row04 .rt .paperIssue{
    line-height: 1;
    margin-bottom: .1rem;
}
.row04 .rt .swiper-slide{
    opacity: 0 !important;
}
.row04 .rt .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.row04 .navigation{
    justify-content: center;
    position: absolute;
    left: 50%;
    top: calc(100% + .15rem);
    transform: translateX(-50%);
}
.row04 .navigation .line{
    width: .02rem;
    background: #e5e5e2;
    margin: 0 .25rem;
}
.row04 .navigation *{
    color: #e5e5e2;
}
.row04 .navigation div{
    cursor: pointer;
}
.row04 .navigation div:hover::before{
    color: #056840;
}









/* Responsive style */
@media screen and (max-width:1600px){
    .row01 .lf .icon{
        width: 2.68rem;
    }
    .row01 .rt li a{
        padding: .25rem 0;
    }
    .row02{
        padding: 1.3rem 0 0.6rem;
    }
    .row02 .lf{
        width: 40%;
    }
    .row02 .lf a{
        padding: .2rem 0;
    }
    .row03{
        padding: 1rem 0 1.2rem;
    }
    .row03 .lf .img{
        margin-right: .1rem;
    }
    .row04{
        padding: .7rem 0 1rem;
    }
    .row04 .md{
        margin-top: -1rem;
    }
    .row04 .md .img{
        width: 1.18rem;
    }
    .row04 .lf li a{
        padding: 0.26rem 0;
    }
    .row04 .rt .modeCon{
        padding: .15rem .2rem 0;
    }
    .row04 .md li a{
        padding: .15rem .2rem;
    }
    .row04 .md .modeTitle .gp-flex{
        padding-top: .25rem;
        padding-right: .2rem;
    }
    
}

@media screen and (max-width:1480px){
}

@media screen and (max-width:1386px){
    .row02 .lf{
        width: 45%;
    }
    .row02 .lf a {
        padding: .17rem 0;
    }
}

@media screen and (max-width:1320px){
  
}

@media screen and (max-width:1280px){}

@media screen and (max-width:1200px){}

@media screen and (max-width:996px){
    .row01 .mode01{
        padding: .2rem 0 .4rem;
    }
    .row01 .modeCon{
        flex-direction: column;
    }
    .row01 .lf,
    .row01 .rt{
        width: 100%;
        margin-top: .6rem;
    }
    .row01 .lf .icon{
        width: auto !important;
        height: 100% !important;
    }
    .row02{
        padding: .9rem 0 0;
        background: #fafafa url(../2026images/row02-bg.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    .modeTilBox{
        display: none;
    }
    .row02 .modeCon{
        flex-direction: column;
    }
    .row02 .modeTil:nth-of-type(1){
        width: 100%;
        margin-left: 0;
    }
    .row02 .modeCon{
        padding: .2rem .3rem .5rem;
    }
    .row02 .modeCon > .modeTil{
        display: flex;
        display: -ms-flexbox;
    }
    .row02 .lf ~ .modeTil{
        margin-top: .3rem;
    }
    .row02 .lf{
        width: 100%;
    }
    .row02 .rt{
        width: 100%;
    }
    .row03{
        padding: .6rem 0 .04rem;
    }
    .mode03{
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .row03 .modeTil{
        margin-bottom: .1rem;
    }
    .row03 .lf{
        width: 100%;
        margin-top: .6rem;
    }
    .row03 .rt{
        width: 100%;
    }
    .row03 .rt .modeCon{
        padding: .15rem;
        padding-left: 0;
    }
    .row03 .rt .modeCon::before{
        width: 90%;
        left: auto;
        right: 0;
    }
    .row03 .rt ul{
        padding: 0;
    }
    .row03 .lf .modeCon{
        padding: .15rem;
        padding-left: 0;
    }
    .row03 .lf .modeCon::before{
        width: 90%;
    }
    .row04{
        padding: .6rem 0 .55rem;
    }
    .mode04{
        flex-direction: column;
    }
    .row04 .lf{
        width: 100%;
    }
    .row04 .md{
        margin-top: 0.6rem;
        width: 100%;
    }
    .row04 .md > .modeTil{
        display: flex;
        display: -ms-flexbox;
        border-bottom: 0;
    }
    .row04 .md .modeTitle{
        display: none;
    }
    .row04 .md ul:nth-of-type(1){
        margin-left: 0;
    }
    .row04 .md .img{
        width: 1rem;
    }
    .row04 .rt{
        width: 100%;
        margin-top: .6rem;
    }
    .row04 .md ul:last-child li:nth-of-type(2){
        background: #fff9f0;
    }
    .row04 .md ul:last-child li:nth-of-type(3){
        background: #f6eee2;
    }
}

@media screen and (max-width:768px){
    .row02 .modeCon{
        margin-top: 0;
    }
}

@media screen and (max-width:680px){
    .row03 .lf .img{
        width: 2.6rem;
    }
}

@media screen and (max-width:491px){
    .row01 .lf{
        padding: .15rem .8rem 0 .15rem;
    }
    .row01 .lf .swiper-pagination{
        padding-right: 0;
    }
    .row01 .lf .swiper-pagination .swiper-pagination-bullet{
        margin: 0 .1rem;
    }
    .row02{
        padding: .3rem 0 0;
    }
    .row02 .rt > a{
        margin-top: .2rem;
    }
    .row03{
        padding: .3rem 0;
    }
    .row03 .modeTil{
        margin-bottom: .2rem;
    }
    .row03 .rt li:first-child a{
        padding-top: .25rem;
    }
    .row03 .bottom a{
        padding: .15rem 0;
    }
    .row03 .lf .top a{
        flex-direction: column;
    }
    .row03 .lf .img{
        width: 100%;
        margin-right: 0;
    }
    .row03 .lf .info{
        width: 100%;
    }
    .row03 .bottom .tag{
        width: 1rem;
        line-height: .35rem;
        margin-right: .1rem;
    }
    .row03 .rt li a{
        margin: 0 .15rem;
        padding: .2rem 0;
    }
    .row03 .rt li:nth-of-type(11) a{
        border-bottom: 1px dashed #d0e4e0;
    }
    .row04{
        padding: .3rem 0 .5rem;
    }
    .row04 .lf li a{
        padding: .2rem 0;
    }

}

@media screen and (max-width:414px){
    .row01 .mode01{
        padding: 0 0 .3rem;
    }
    .row01 .rt{
        margin-top: .4rem;
    }
    .row02 .modeCon{
        padding: .2rem 0.15rem .5rem;
    }
    .row02 .lf ~ .modeTil{
        margin-top: .1rem;
    }
    .row02 .lf .img{
        width: .7rem;
        margin-right: .1rem;
    }
    .row03 .lf{
        margin-top: .4rem;
    }
    .row04 .md{
        margin-top: .4rem;
    }
    .row04 .md .img{
        width: .8rem;
        margin-right: .1rem;
    }
    .row04 .md li a{
        padding: .1rem .15rem;
    }
    .row04 .rt{
        margin-top: .4rem;
    }
    .row03 .bottom a{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: .1rem 0;
    }
    .row03 .bottom .title{
        order: 2;
        flex: unset;
        width: 100%;
    }
    .row03 .bottom .tag{
        line-height: .3rem;
    }
    .row03 .bottom .date{
        line-height: .3rem;
        margin-left: 0;
    }
    
}

@media screen and (max-width:365px){
  
}
