.newsList {
    padding-top: 100px;
    padding-bottom: 100px;
}

.img_video {
    width: 100%;
}

.news-title {
    margin-bottom: 50px;
}

.news-title span {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid var(--theme-color);
}

.news-list-box {}

.news-list-box .tab-ul {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.new-views{
    display: flex;
    align-items: center;
}
.news-list-box .tab-ul li {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.news-list-box .tab-ul li:hover {
    color: var(--theme-color);
}

.news-list-box .tab-ul li .bom {
    position: absolute;
    display: inline-block;
    bottom: -4px;
    left: 0;
    content: "";
    width: 0%;
    height: 3px;
    background-color: var(--theme-color);
    transition: all .5s;

}

.news-list-box .tab-ul li:hover .bom {
    width: 100%;
}
.news-list-box .tab-ul .active-li{
    color: var(--theme-color);
}
.news-list-box .tab-ul .active-li .bom {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--theme-color);
}

.news-list-item p,
h3 {
    text-align: center;
}

.new-list-item{

}
.new-list-item li{
    display: flex;
    justify-content: center;
    height: 230px;
    margin: 20px;
}
.new-list-item li img{
    width: 400px;
    height: 100%;
}
.new-list-item li .item-box{
    position: relative;
    padding: 40px 0;
    width: 40%;
    margin-left: 60px;
}
.new-list-item li .item-box h5{
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-list-item li .item-box h5:hover{
    color: var(--theme-color);
    cursor: pointer;
}
.new-list-item li .item-box p{
    color: var(--sub-title-color);
    margin-bottom: 10px;
}
.new-list-item li .item-box .icon-arrow-right{
    position: absolute;
    color: #000;
    font-size: 40px;
    font-weight: bolder;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);

}
.new-list-item li .item-box .icon-arrow-right{
    color: var(--theme-color);
    cursor: pointer;
}
.icon-yulan{
    margin-left: 25px;
    margin-right: 4px;
    font-size: 18px;
}
.item-box span{
    color: #AAAAAA;
}


.mb-vedioList-img{
    width: 100%;
}
.mb-news-tab{
    display: flex;
    background-color: #f5f5f5;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
}
.mb-news-tab li {
    text-align: center;
    flex: 1;
}
.mbactive{
    background-color: #fff;
    color: var(--theme-color);
}

.mb-new-ul li a{
    display: flex;
    padding-top:30px;
}
.mb-new-ul li img{
    width: 126px;
}
.mb-new-ul h5{
    font-size: 16px;
    font-weight: bold;
}
.mb-new-ul .mb-news-item{
    flex: 1;
    padding-left: 10px;
}
.mb-new-ul p {
    font-size: 14px;
    color: var(--sub-title-color);
}
.icon-box {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgb(250, 234, 216);
}