.news-center{
    padding-top: 110px;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    color: #666666;
    /*height: 100%;*/
    background: url("../image/news-center-background.png")  round;
    box-sizing: border-box;
}

#swiper-news-center{
    width: 100%;
    height: 100vh;
}

#news-center > .swiper-slide{
    height: 100vh;
    overflow: hidden;
}


.news-center .news-center-wrapper{
    width: var(--hualu-content-width);
    height: auto;
    margin: 0 auto;
    /*position: relative;*/
}

.news-center .news-center-wrapper .news-center-header{
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.news-center .news-center-wrapper .news-center-header .news-center-header-left{
}


.news-center .news-center-wrapper .news-center-header .news-center-header-right ul{
    display: flex;
    gap: 10px;
    font-size: 24px;
}

.news-center .news-center-wrapper .news-center-header .news-center-header-right ul li {
    width: 103px;
    height: 40px;
    border: 1px solid #E6E6E6;
    line-height: 40px;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}


/*.news-center .news-center-wrapper .news-center-header .news-center-header-right ul li:nth-child(1) {*/
/*    background: #FF9E00;*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*}*/

/**/
/*.news-center-header-right-title-active{*/
/*    background: #FF9E00;*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*}*/


.news-center-content {
    display: flex;
    justify-content: space-between;
    height: 460px;
}

.news-center-content .news-center-content-left,.news-center-content-right{
    /*flex: 1;*/
    width: 49%;
    display: flex;
    flex-direction: column;
    height: auto;
}

.news-center-content .news-center-content-left{
    justify-content: space-between;
    position: relative;
    display: flex;
    flex-direction: column;
    background: white;

    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
    /* 提示浏览器该元素会有变化 */
    will-change: transform;
}

.news-center-content .news-center-content-left #swiper-news-center{
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.news-center-content .news-center-content-left .swiper-pagination{
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-50%);
    height: 20px;
}

.news-center-content .news-center-content-left .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: white;
    opacity: 1;
}

.news-center-content .news-center-content-left .swiper-pagination .swiper-pagination-bullet-active {
    background: orange;
    width: 25px;
    border-radius: 9px;
}


.news-center-content .news-center-content-left .swiper .swiper-wrapper
.swiper-slide{
    display: flex;
    flex-direction: column;
}

.news-center-content .news-center-content-right{
    background: linear-gradient( 180deg, #FAFAFA 0%, #FFFFFF 100%);
    justify-content: flex-start;
    /*gap: 10px;*/
}


.news-center-content .news-center-content-right .news-center-news-item{

}


.news-center-content .news-center-content-left .img-wrapper{
    width: 100%;
    height: 320px;
    /*background: url("../image/news-center-banner.png");*/
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}


.news-center-content .news-center-content-left .sub-description{
    width: 100%;
    flex: 1;
    color: #666666;
    text-align: left;
    font-family: AlibabaPuHuiTi-Regular;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sub-description .sub-description-title {
    /*font-weight: bold;*/
    margin: 12px 0 0 16px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;
    height: 24px;
    font-size: 16px;
    color: #FF9E00;
    line-height: 24px;
}

.sub-description .sub-description-content {
    margin: 0 16px;
    height: 44px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


.sub-description  .sub-description-content-foot{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #666666;
    height: 30px;
    margin-top: auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.sub-description  .sub-description-content-foot .sub-description-date{
    font-size: 14px;
    line-height: 22px;
}

.sub-description  .sub-description-content-foot .sub-description-learn-more
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../image/news-center-right-arrow-circle-2x.png") center center;
    background-size: cover;
    cursor: pointer;
}

.sub-description .sub-description-loadmore{
    margin: 80px auto;
    border: 1px solid white;
    width: 84px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.sub-description .sub-description-loadmore:hover{
    cursor: pointer;
}

.news-center-overhead{
    display: flex;
}

.news-center-overhead .news-center-overhead-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-right: 25px;
    box-sizing: border-box;
    text-align: left;
    height: 215px;
    cursor: pointer;
    z-index: 60;
    background-position: center center;
}


.news-center-overhead .news-center-overhead-item:nth-child(1){
    border-right: 1px solid #E6E6E6;
}


.news-center-overhead .news-center-overhead-item:nth-child(2){
    padding-left: 25px;
}


.news-center-overhead .news-center-overhead-item .news-center-overhead-item-title{
    font-size: 22px;
    font-family: 'AlibabaPuHuiTi-Medium';
    color: #333333;
    height: 50px;
    transition: .5s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;

}

.news-center-overhead .news-center-overhead-item .news-center-overhead-item-title:hover{
    color: #FF9E00;
}


.news-center-overhead .news-center-overhead-item .news-center-overhead-item-content{
    color: #666666;
    font-size: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    line-height: 28px;
    display: -webkit-box;
}


.news-center-overhead .news-center-overhead-item .news-center-overhead-item-date{
    margin-top: auto;
}


.news-center-overhead .news-center-overhead-item .news-center-overhead-item-date .news-center-overhead-item-date-monthday {
    line-height: 28px;
    height: 30px;
    font-size: 20px;
    color: #666666;
}


.news-center-overhead .news-center-overhead-item .news-center-overhead-item-date .news-center-overhead-item-date-year {
    line-height: 22px;
    color: #666666;
    font-size: 14px;
}


.news-center-content-right .news-center-news-item{
    display: flex;
    height: 96px;
    box-sizing: border-box;
    gap: 10px;
    padding: 10px;
    transition: background-color .4s ease;
    width: 100%;
    border-radius: 3px;
}

.news-center-content-right .news-center-news-item:hover{
    cursor: pointer;
}

.news-center-news-item .news-date-wrapper{
    min-width: 76px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 5px;
    text-align: right;
    background: #F5F5F5;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
}

.news-center-news-item .news-date-wrapper .day{
    font-size: 20px;
    /*line-height: 50px;*/
    font-family: 'AlibabaPuHuiTi-Medium';
    color: #666666;
    border-bottom: 1px solid white;
    text-align: center;
}

.news-center-news-item .news-date-wrapper .year{
    color: #999999;
    font-size: 14px;
    padding-right: 10px;
}


/*.news-center-news-item .news-img img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: 1s;*/
/*}*/
/*.news-center-news-item .news-img img:hover{*/
/*   transform: scale(1.5);*/
/*}*/

.news-center-news-item .news-content{
    /*width: 340px;*/
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    transition: .5s;
    color: #666666;
    width: 530px;
    overflow: hidden;
}

.news-center-news-item:hover {
    background: #FFF3E0;
}

.news-center-news-item:hover .news-date-wrapper{
    background: #FF9E00;
}

.news-center-news-item:hover .news-date-wrapper .day{
    color: white;
}

.news-center-news-item:hover .news-date-wrapper .year{
    color: white;
}

.news-content .news-content-title{
    color: #333333;
    font-size: 16px;
    transition: .3s ease;
    font-family: 'AlibabaPuHuiTi-Medium';
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 使用省略符号表示被截断的文本 */
    width: 500px;
}

.news-content .news-content-detail{
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
}


.news-content .news-content-title:hover{
    color: #FF9E00;
}

.news-content .news-content-date{
    color: #666666;
    margin-top: auto;
}


.news-center-loadmore{
    width: 70px;
    height: 32px;
    background: url("../image/news-center-readmore.svg") round no-repeat;
    cursor: pointer;
    margin: 25px auto 0;
}


.news-center-loadmore::after{
    content: '';
    width: 0;
    height: 2px;
    background: #FF9E00;
    position: absolute;
    bottom: -10px;
    transition: .5s;
}

.news-center-loadmore:hover::after{
    width: 120px;
}