.news-wrap {
    margin: 0 auto;
    padding: 1rem 0 .7rem 0;
}

.news-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-nav-box {
    display: flex;
}

.news-nav {
    margin-left: .8rem;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    padding-bottom: .17rem;
    position: relative;
    cursor: pointer;
}

.news-nav.active {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #273359;
}

.news-nav.active::after {
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #273359;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
    margin-bottom: .3rem;
}

.news-item {
    width: 5rem;
    margin-right: .5rem;
    margin-bottom: .2rem;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-img {
    width: 100%;
    height: 3.6rem;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-des {
    padding: .3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-time {
    font-size: 0.18rem;
    font-family: Bahnschrift-Bold, Bahnschrift;
    font-weight: bold;
    color: #666666;
}

.news-text {
    width: 100%;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: .2rem;
    text-align: center;
}

.news-bt {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: .3rem;
    padding-bottom: .05rem;
    border-bottom: 0.01rem solid #707070;
}