.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{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .2rem;
    gap: .2rem;
    background-color: #FFFFFF;
    border-radius: .1rem;
    padding: .2rem;
}
.n2-box .con1 .img{
    flex: 1;
}
.n2-box .con1 .img img{
    width: 100%;
}
.n2-box .con1 .txt{
    flex: 1;
    line-height: 2;
}
.n2-box .con1 .txt .time{
    color: #777676;
}
.n2-box .con1 .txt .h{
    color: #3E77A4;
    font-size: .18rem;
    font-weight: bold;
    margin-top: .1rem;
    margin-bottom: .3rem;
}
.n2-box .con1 .txt .more{
    color: #3E77A4;
    margin-top: auto;
    cursor: pointer;
}
.n2-box .con2{
    margin-top: .2rem;
    background-color: #FFFFFF;
    border-radius: .1rem;
    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 .tit .search {
    height: .25rem;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    border-radius: .15rem;
    align-items: center;
}
.n2-box .con2 .tit .search input{
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    padding-left: .1rem;
}
.n2-box .con2 .tit .search .bn{
    width: .25rem;
    height: .25rem;
    border-radius: .13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .2);
}
.n2-box .con2 .tit .search img{
    height: .1rem;
    margin-right: .1rem;
    margin-left: .1rem;
}
.n2-box .con2 .item{
    padding: .2rem 0;
    margin: 0 .2rem;
    border-bottom: .01rem dotted #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.n2-box .con2 .item .date{
    margin-right: .4rem;
    color: #777676;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.n2-box .con2 .item .date .d{
    font-size: .3rem;
}
.n2-box .con2 .item .label{
	flex: 1;
}
.n2-box .con2 .item .label .h{
    font-size: .18rem;
    margin-bottom: .1rem;
    margin-top: .1rem;
    color: #3E77A4;
}
.n2-box .con2 .item .label p{
    color: #777676;
    font-size: .12rem;
}
.n2-box .con2 .page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.n2-box .con2 .page .pg{
    width: .25rem;
    height: .25rem;
    border-radius: .13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #DCE7ED;
    margin: 0 .05rem;
}
.n2-box .con2 .page .pg.acv{
    background-color: #008B8C;
    color: #FFFFFF;
}

@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;
    }
    .n2-box .title .tag{
        margin-top: .1rem;
    }
    .n2-box .con1 {
        padding: .1rem;
        margin-top: .1rem;
        flex-direction: column;
    }
    .n2-box .con1 .txt{
        margin: 0;
    }
    .n2-box .con1 .h{
        margin-bottom: .1rem !important;
        line-height: 1.6;
    }
    .n2-box .con2 {
        margin-top: .1rem;
        padding: .1rem;
    }
    .n2-box .con2 .item{
        padding: .1rem 0;
        margin: 0 .1rem;
    }
    .n2-box .con2 .item .label .h{
        font-size: .14rem;
    }
    .n2-box .con2 .item .date{
        margin-right: .2rem;
    }
    .n2-box .con2 .item .label p{
        display: none;
    }
}
