
.n2-box{
    margin: 0 1.3rem;
}
.n2-box .bg{
    height: 4rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.n2-box .bg .t{
    font-size: .3rem;
}
.n2-box .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 200;
    margin-top: .4rem;
    color: #FFFFFF;
}
.n2-box .title .label{
    font-size: .2rem;
    display: flex;
    align-items: center;
}
.n2-box .title .label img{
    height: .18rem;
    margin-right: .05rem;
}
.n2-box .title .tag{
    font-size: .12rem;
    display: flex;
    align-items: center;
}
.n2-box .title .tag span{
    margin-right: .1rem;
    padding: .05rem 0.1rem;
    border-radius: .2rem;
    border: .01rem solid rgba(0,0,0,0);
    cursor: pointer;
}
.n2-box .title .tag span.acv{
    border: .01rem solid #FFFFFF;
}
.n2-box .con1{
    position: relative;
}
.n2-box .con1 ._con{
    display: flex;
    margin-top: .2rem;
    background-color: #FFFFFF;
    border-radius: .1rem;
    overflow: hidden;
}
.n2-box .con1 .img{
    width: 50%;
}
.n2-box .con1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n2-box .con1 .txt{
    flex: 1;
    line-height: 2;
    padding: 0 .3rem;
    color: #000000;
}
.n2-box .con1 .txt.lxbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.n2-box .con1 .txt .h{
    font-size: .2rem;
    font-weight: bold;
    margin-top: .45rem;
    margin-bottom: .1rem;
}
.n2-box .con1 .txt .j{
    margin-bottom: .25rem;
}
.n2-box .con1 .txt .j.lx{
    margin-bottom: .1rem;
}
.n2-box .con1 .txt .h.lx, .n2-box .con1 .txt .j.lx{
    color: #3E77A4;
}
.n2-box .con1 .txt .ln{
    width: .6rem;
    height: .02rem;
    background: linear-gradient(90deg, #10A5A6, #3B6CA8);
    margin-bottom: .1rem;
}
.n2-box .con1 .txt .lxrow{
    display: flex;
    align-items: center;
    margin-top: .2rem;
}
.n2-box .con1 .txt .lxrow .icn{
    height: .2rem;
    margin-right: .1rem;
}
.n2-box .con1 .numtj{
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: .5rem;
    display: flex;
    justify-content: space-between;
}
.n2-box .con1 .numtj .item{
    color: #000000;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.n2-box .con1 .numtj .item.b{
    width: .8rem;
}
.n2-box .con1 .numtj .item.b ._i{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}
.n2-box .con1 .numtj .item.b ._i.white {
  color: white;
  clip-path: inset(0 30% 0 0);
}

.n2-box .con1 .numtj .item.b ._i.black {
  color: black;
  clip-path: inset(0 0 0 33%);
}
.n2-box .con1 .numtj .item span{
    font-size: .35rem;
}
.n2-box .con1 .numtj .item.a{
    color: #FFFFFF;
}
.n2-box .con1 .txt .img{
    display: none;
}
.n2-box .con2{
    margin-top: .2rem;
    background-color: #FFFFFF;
    border-radius: .1rem;
    overflow: hidden;
    padding: .2rem;
}
.n2-box .con2 .tit{
    padding: .1rem;
    background: linear-gradient(90deg, #10A5A6, #3B6CA8);
    color: #FFFFFF;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n2-box .con2 .t{
    font-size: .2rem;
    color: #3E77A4;
    text-align: center;
    margin-top: .4rem;
}
.n2-box .con2 .line{
    display: flex;
    align-items: center;
    justify-content: center;
}
.n2-box .con2 .line span{
    width: .5rem;
    height: .02rem;
    font-size: .18rem;
    margin-bottom: .1rem;
    margin-top: .1rem;
    background: linear-gradient(90deg, #10A5A6, #3B6CA8);
}
.n2-box .con2 .im{
    width: 6rem;
    border: .01rem dashed #535353;
    margin: .2rem auto;
}
.n2-box .con2 .im img{
    width: 100%;
}
.n2-box .con5{
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
    gap: .2rem;
}
.n2-box .con5 .item{
    width: calc(100%/2 - .1rem);
    background-color: #FFFFFF;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
    padding: .1rem;
}
.n2-box .con5 .item .tit{
    height: .35rem;
    background: linear-gradient(90deg, #18A4ED, #00B285);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: .1rem;
    border-radius: .1rem;
}
.n2-box .con5 .item .bom{
    display: flex;
    margin-top: .1rem;
}
.n2-box .con5 .item .bom .img{
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    border-radius: .1rem;
}
.n2-box .con5 .item .bom .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n2-box .con5 .item .bom .txt{
    flex: 1;
    padding-left: .1rem;
}
.n2-box .timeline-con{
    margin-top: .4rem;
    background-color: #EAF3F7;
    border-radius: .1rem;
    overflow: hidden;
    padding: .2rem;
    position: relative;
}
.n2-box .timeline-con ._con{
    display: flex;
    margin: 0 1rem;
}
.n2-box .timeline-con ._con .img{
    width: 40%;
    min-height: 2rem;
    overflow: hidden;
    border-radius: .1rem 0 0 .1rem;
}
.n2-box .timeline-con ._con .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n2-box .timeline-con ._con .txt{
    flex: 1;
    padding-left: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.n2-box .timeline-con ._con .txt .h{
    color: #3E77A4;
    font-size: .2rem;
    margin-bottom: .1rem;
    font-weight: 200;
}
.n2-box .timeline-con ._con .txt .date{
    color: #3E77A4;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.1;
}
.n2-box .timeline-con .jtbox{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.n2-box .timeline-con .jtbox .bn{
    width: .5rem;
    height: .5rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n2-box .timeline-con .jtbox .bn img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.n2-box .timeline-con .jtbox.zjt{
    left: .3rem;
}
.n2-box .timeline-con .jtbox.yjt{
    right: .3rem;
}
.n2-box .timeline{
    padding: 1rem 0 .3rem;
    overflow: hidden;
    overflow-x: auto;
}
.n2-box .timeline .lin{
    height: .1rem;
    width: 100%;
    background: url(../img/dbj.png) repeat-x left center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n2-box .timeline .lin .dd{
    width: .6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
}
.n2-box .timeline .lin .d{
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background-color: #1B7CAD;
    border: .02rem solid #FFFFFF;
}
.n2-box .timeline .lin .t{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
}
.n2-box .timeline .lin .t img{
    height: .08rem;
}
.n2-box .timeline .lin .dd.acv .t{
    bottom: .2rem;
    font-size: .3rem;
}

@media screen and (max-width: 1439px) {
    
}


@media screen and (max-width: 767px) {
    .n2-box .bg{
        height: 1rem;
    }
    .n2-box{
        margin: 0 .1rem;
    }
    .n2-box .title{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 0;
    }
    .n2-box .title .tag{
        margin-top: .1rem;
    }
    .n2-box .title .tag span{
        margin-right: .03rem;
    }
    .n2-box .con1 ._con{
        flex-direction: column;
    }
    .n2-box .con1 .txt{
        padding: 0 .1rem;
    }
    .n2-box .con1 .txt .img{
        display: block;
        width: 100%;
    }
    .n2-box .con1 .txt .img img{
        border-radius: .1rem;
    }
    .n2-box .con1 .numtj{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        display: block;
        padding-bottom: .3rem;
    }
    .n2-box .con1 .numtj .item.a{
        color: #000000;
    }
    .n2-box .con1 .numtj .item.b ._i{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        display: block;
    }
    .n2-box .con1 .numtj .item.b ._i.white{
        display: none;
    }
    .n2-box .con1 .numtj .item.b ._i.black{
        clip-path: inset(0 0 0 0%);
    }
    .n2-box .con1 .numtj .item{
        width: 50% !important;
        float: left;
        align-items: center;
        justify-content: center;
        margin-top: .3rem;
    }
    .n2-box .con2 .im{
        width: 100%;
    }
    .n2-box .con5 {
        margin-top: .1rem;
        gap: .1rem;
    }
    .n2-box .con5 .item{
        width: 100%;
    }
    .n2-box .con5 .item .bom .img{
        width: 1.5rem;
        height: 1.5rem;
    }
    .n2-box .timeline-con .jtbox{
        display: none;
    }
    .timeline-con{
        padding: .1rem;
    }
    .n2-box .timeline-con ._con{
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .n2-box .timeline-con ._con .img{
        width: 100%;
    }
    .n2-box .timeline-con ._con .txt{
        padding-left:0;
        margin-top: .1rem;
    }
}
