.news-banner{
    padding: 30px;
    border-bottom: 20px solid #F4F4F4;
}
.news-banner img{
    width: 100%;
    height: 356px;
    object-fit: cover;
    border-radius: 20px;
}
.news-swiper-pagination{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: 20px !important;
}
.news-swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #4FC2B8;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    margin: 0 5px !important;
    opacity: 1;
}
.news-swiper-pagination .swiper-pagination-bullet-active{
    width: 28px;
    background: #F79130;
}
.part-rcmd{
    border-bottom: 20px solid #F4F4F4;
    padding: 30px;
}
.part-rcmd-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
}
.part-rcmd-title-right{
    display: flex;
    align-items: center;
    color: #999999;
    font-weight: normal;
}
.part-rcmd-title-right span{
    font-size: 24px;
    margin-left: 6px;
}
.part-rcmd-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.part-rcmd-cont .icon-xiangyoujiantou{
    font-size: 24px;
    color: #B8B8B8;
}
.part-rcmd-item{
    display: flex;
    align-items: center;
}
.part-rcmd-item img{
    width: 84px;
    height: 84px;
    margin-right: 14px;
    object-fit: cover;
}
.part-rcmd-item-info{
    width: 206px;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
}
.part-rcmd-item-info div:last-child{
    font-size: 24px;
    color: #7E807E;
    margin-top: 12px;
    font-weight: normal;
}
.news-menu{
    position: relative;
    width: 100vw;
    padding: 0 30px;
}
.news-menu-cont{
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding: 26px 0 26px;
}
.news-menu-cont::-webkit-scrollbar{
    display: none;
}
.news-menu-cont div{
    font-size: 28px;
    color: #7E807E;
    margin-right: 46px;
    line-height: 24px;
    white-space: nowrap;
    letter-spacing: 2px;
    padding-bottom: 18px;
}
.news-menu-cont .on{
    color: #108391;
    background-image: url("../../imgs/layouts/recommend_line.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}
.news-menu .news-menu-cont div:last-child{
    margin-right: 0;
}
.news-menu-btn{
    position: absolute;
    right: 0;
    font-size: 28px;
    color: #000000;
    background: linear-gradient(to right, rgba(255, 255, 255, .5) 17%, #ffffff 100%);
    width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100%;
    font-weight: bold;
}
.news-menu-all-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    padding: 10px 30px 29px;
}
.news-menu-all-title div:nth-child(1){
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.news-menu-all-title div:nth-child(2){
    color: #108391;
    font-size: 22px;
    font-weight: bold;
}
.menu-all-cont{
    background: #FFFFFF;
    border-bottom: 1px solid #F4F4F4;
    padding: 30px 35px 15px;
    display: flex;
    flex-wrap: wrap;
}
.menu-all-cont div{
    margin-bottom: 20px;
    margin-right: 35px;
    width: 200px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #666666;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-all-cont div:nth-child(3n){
    margin-right: 0;
}
.menu-all-cont .on{
    background: #108391;
    color: #ffffff;
}
.news-list{
    padding: 0 30px;
}
.news-item{
    background: #FFFFFF;
    padding: 30px 0;
    border-bottom: 1px solid #F4F4F4;
}
.news-item-name{
    font-weight: bold;
    font-size: 28px;
    color: #108391 !important;
    line-height: 34px;
    margin-bottom: 18px;
    height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}
.news-item-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #666666;
}
.news-item-info a{
    color: #666666;
}
.news-item-info div:nth-child(1){
    display: flex;
    align-items: center;
}
.news-item-info div:nth-child(1) span{
    margin-right: 4px;
    font-size: 32px;
    color: #999999;
}
.news-item-info div:nth-child(1) div{
    max-width: 440px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
