.about-bg {
    margin-bottom: 20px;
}

.about-title {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10%;
}

.nav-address {
    line-height: 60px;
}

.nav-address span {
    color: #369A94;
}

.about-content {
    border-radius: 32px;
    padding: 30px;
    background: #fff;
    margin-top: 40px;
}

.news-top img {
    width: 100%;
}

.news-top-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    margin-top: 20px;
}

.news-top-desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-top: 20px;
}

.news-top-btn {
    width: 207px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #369A94;
    border-radius: 34px 34px 34px 34px;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.news-list {
    margin-top: 10px;
    background: #F8F8F8;
}

.news-list-margin {
    margin-top: 10px;
}

.news-list img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px 0px 0px 6px;
}


.news-list-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
}

.news-list-desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    margin-top: 10px;
}

.newsbtn {
    cursor: pointer;
}

.news-list-btn {
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #369A94;
    border-radius: 34px 34px 34px 34px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.news-list-count {
    margin-top: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 12px;
    color: #7A7A7A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list-img img {
    width: 16px;
    height: 16px;
}

.news-time {
    margin-left: 20px;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.detail-content {
    padding-left: 10%;
    padding-right: 10%;
}

.detail-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 23px;
}

.detail-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #7A7A7A;
    line-height: 40px;
}

.news-detail-content img {
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .about-title {
        font-size: 20px;
        padding-top: 10%;
    }

    .title {
        width: 80px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title img {
        width: 100%;
    }

    .news-top-title {
        font-size: 18px;
    }

    .newsbtn {
        display: flex;
        justify-content: flex-end;
    }

    .about-content {
        padding: 10px;
    }

    .news-top-btn {
        width: 160px;
        height: 36px;
        line-height: 36px;
    }
}