/*---------------------banner----------*/
.banner-item-left-p1 {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}

.banner-item-left-p2 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    color: #333333;
    margin-top: 35px;
}

.banner-item-left-p3 {
    color: #7f7f7f;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    margin-top: 20px;
}

.banner {
    background-image: url("/assets/zrx_front/images/banner/新闻资讯.png");
}

/* .header-top {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
} */

/***************newsMenu****************************/
.newsMenu {}

.Menu-box {
    margin-top: 3vmax;
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(6 38 78 / 10%);
    z-index: 1;
    border-left-color: transparent;
}

.newsMenu .newsMenu-item {
    padding: 0.8vmax 2vmax;
    text-align: center;
    line-height: normal;
    color: #000;
    margin-right: 10px;
    border-radius: 4px;
}

.newsMenu .newsMenu-item:hover {
    background-color: #DB3730;
    color: #fff;
}

.newsMenu .newsMenu-item.active {
    background-color: #DB3730;
    color: #fff;
}

.newsMenu .newsMenu-item:hover h5 {
    color: #fff;
}

/***************newsList*****************************/
.newsList {
    margin-top: 1vmax;
    flex: 1;
}

.newsList h5 {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(87, 87, 87);
}

.newsList .dec {
    margin-top: 0.5vmax;
    font-size: 0.7vw;
    color: #7f7f7f;
}

.newsList-item {
    padding: 17px 0;
    border-bottom: 0.5px solid #eeeaea;
    border-radius: 4px;

}

.newsList-item:hover {
    background-color: #eeebeb;
}

.newsList-item:hover h5 {
    color: #DB3730;
}

.newsList-item-right {
    padding-right: 5vmax;
}

.thumbnail {
    padding-left: 12vw;
    padding-top: 8vw;
    background-image: url("../public/img/私有云解决方案.jpg");
    transition-duration: 0.5s;
    background-size: 100%;
}

.thumbnail:hover {
    background-size: 110%;
}

.newsList-item-right-bottom {
    margin-top: 20px;
    color: #aaaaaa;
}

/**********hotNews***************************/
.hotNews {
    width: 400px;
    padding: 1vmax 0.5vmax;
}

.hotNews .topImg {
    width: 100%;
    height: 160px;
    border-radius: 4px;

}

.hotNews-box {
    background-color: #f8f9fa;
    padding-bottom: 2vmax;
    border-radius: 4px;

}

.hotNews-box h6 {
    margin-top: 0.8vmax;
    text-align: center;
    letter-spacing: 2px;
}

.hotNews .hotNews-title {
    padding-left: 1vmax;
    padding-bottom: 0.5vmax;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.8vmax;
    border-bottom: 0.5px solid #fff;
}

.hotNews.fixed {
    position: fixed;
    top: 0;
}

.about_us {
    padding-bottom: 48px;

}

/*********分页***********/
/* 分页 */
.pager {
    line-height: 22px;
    padding: 30px 0 20px;
}

.pager a.f_dib {
    font-size: 13px;
    margin-right: 10px;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    background: #333;
    overflow: hidden;
}

.pager a.f_dib:hover {
    color: #f00;
    box-shadow: inset #dbdbdb 0 0 3px;
}

.pager span.f_dib {}

.pager a.current {
    background: #666;
}