body{
    background: #F2F2F2 !important;
}
.news-menu{
    position: relative;
    width: 100vw;
    padding: 0 30px;
}
.news-menu-cont{
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding: 26px 0 16px;
}
.news-menu-cont::-webkit-scrollbar{
    display: none;
}
.news-menu-cont div{
    font-size: 24px;
    color: #666666;
    margin-right: 46px;
    line-height: 24px;
    white-space: nowrap;
    letter-spacing: 2px;
    padding-bottom: 16px;
}
.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: 28px;
    font-size: 24px;
    color: #000000;
    background: linear-gradient(to right, rgba(242,242,242,.5) 0%,#F2F2F2 100%);
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: end;
    top: 0;
    height: 100%;
}
.menu-mask{
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, .4);
    height: 100vh;
}
.news-menu-all-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    padding: 226px 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-radius: 0px 0px 20px 20px;
    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{
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
}
.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 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;
}
.news-item-info a{
    color: #666666;
}
