* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

a {
    text-decoration: none;
}

li,
dl {
    list-style: none;
}

.w {
    width: 16rem;
    margin: 0 auto;
}

.main {
    background-color: #F2F6F9;
    padding-top: 1px;
    padding-bottom: 1px;
}

/* 新闻详情 */
.news-body {
    margin: 0 auto;
    width: 16rem;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
    padding: 1px 0;
}

#ContentBody {
    width: 12rem;
    margin: 0.6rem auto;
}

#ContentBody .news-title {
    color: #4C4C4C;
    font-size: 26px;
    line-height: 0.6rem;
    text-align: center;
    margin-bottom: 0.2rem;
}



#ContentBody .line {
    height: 4px;
    width: 100%;
    background-color: #BAD0F0;
    margin-bottom: 0.6rem;
    margin-top: 16px;
    opacity: 0.2;
}

#ContentBody .article-conent p {
    font-size: 18px;
    color: #4C4C4C;
    line-height: 34px;
    text-indent: 2em;
    margin-bottom: 0.2rem;
}



#ContentBody .par {
    display: flex;
    justify-content: space-evenly;
}

#ContentBody .par div {
    font-size: 16px;
    color: #999;
}

#ContentBody .par div span {
    font-size: 16px;
    color: #666;
}

.white-bg {
    background-color: #fff;
}

.grey-bg {
    background-color: rgba(247, 247, 247, 1);
}

.border5 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    border: 5px solid rgba(237, 237, 237, 1);
    width: 6.4rem;
}

.link-btn {
    height: 0.6rem;
    width: 1.8rem;
    border: 1px solid #fff;
    border-radius: 12px;
    background-color: rgba(0, 104, 207, 1);
}

.link-btn a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.link-btn a span {
    color: #fff;
    font-size: 16px;
}

.link-btn a img {
    transition: all 0.4s ease;
    margin-left: 6px;
}

.link-btn a:hover img {
    transform: translateX(6px);
}

.news-eq {
    margin-bottom: 0.2rem;
    color: #4C4C4C;
    font-size: 18px;
}

.news-eq a {
    color: #4C4C4C;
    font-size: 18px;
}

.tj-news {
    padding-top: 0.6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #404040;
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

.rd-news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.rd-news .item {
    width: 5.2rem;
}

.rd-news .item a {
    display: block;
    width: 100%;
}

.rd-news .item a img {
    width: 5.2rem;
    height: 3.2rem;
    margin-bottom: 0.2rem;
}

.rd-news .item a p {
    font-size: 0.22rem;
    color: #454A4D;
    text-align: center;
    line-height: 0.32rem;
    height: 0.64rem;
}

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

@media screen and (max-width: 1400px) {
    .w {
        width: 90%;
    }

    #ContentBody {
        width: 100%;
    }

    #ContentBody .news-title {
        font-size: 36px;
        margin-bottom: 16px;
    }



    #ContentBody .line {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px) {
    .w {
        width: 98%;
    }

    #ContentBody {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    #ContentBody .news-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    #ContentBody .line {
        margin-bottom: 26px;
    }
}