a {
    text-decoration: none;
    color: #333;
}

h2{
    margin: 0;
    padding: 0;
}

.w {
    max-width: 1440px;
    /* width: 18rem; */
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .w {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
}

/* banner图 */
.banner {
    height: 6.25rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

/* 企业新闻 */

.news-category {
    height: 0.75rem;
    background-color: #f4f4f4;
}

.news-category .category-list {
    height: 0.75rem;
    display: flex;
}

.news-category .category-list .category-active {
    background-color: #b21e23;
    color: #fff;
}

.category-list .category-item {
    width: 20%;
    font-size: 0.225rem;
    color: #be912f;
    font-weight: bold;
    text-align: center;
    line-height: 0.75rem;
}



.news-title{
    margin-top: 1.0125rem !important;
    color: #B42624;
    font-size: .4rem;
    text-align: center;
}

.news-desc{
    text-align: center;
    font-size: .225rem;
    color: #333;
    margin-top: .375rem !important;
}

.news-desc .news-date{
    margin-right: .625rem;
}

.news-content{
    font-size: .275rem;
    margin-top: .75rem !important;
}

.news-prev{
    font-size: .2rem;
    color: #333;
    font-weight: 400;
    margin-top: 1rem !important;
    padding-bottom: .125rem;
    border-bottom: 1px dashed  #CAC8C8 ;
}

.news-next{
    font-size: .2rem;
    color: #333;
    font-weight: 400;
    margin-top: .25rem !important;
    margin-bottom: 1.25rem;
    padding-bottom: .125rem;
    border-bottom: 1px dashed  #CAC8C8 ;
}

.contribution{
    text-align: right;
    font-size: .2rem;
    color: #3c3c3c;
    padding-top: 0.9rem;
    font-family: "Microsoft YaHei";
}