.simple_news_box{
    box-sizing: border-box;
    padding: 10px 19px;
}
.simple_news_box_title{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding-bottom: 19px;
}
.simple_news_box_title span{
    position: relative;
    padding: 0px 10px;
}
.simple_news_box_title span:before{
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top:  50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    background: url(../../static/img/travel/title-icon-left.png) no-repeat right center;
    background-size: auto 18px;
}
.simple_news_box_title span:after{
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top:  50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    background: url(../../static/img/travel/title-icon-right.png) no-repeat left center;
    background-size: auto 18px;
}
.simple_news_box_subtitle{
    font-size: 12px;
    font-family: PingFang SC;
    text-align: center;
    color: #00000066;
    padding-bottom: 6px;
    margin-top: -10px;
}
.simple_news_box_item{
    display: flex;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 9px;
}
.simple_news_box_item_img{
    width: 40%;
    overflow: hidden;
}
.simple_news_box_item_content{
    width: 60%;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 8px;
}
.simple_news_box_item_title{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}
.simple_news_box_item_time{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}
.simple_news_box_item_time:before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../../static/img/time_icon.png) no-repeat center;
    background-size: contain;
    margin-right: 4px;
}

.simple_news_box .el-tabs__nav-prev,
.simple_news_box .el-tabs__nav-next{
    display: none !important;
}
.simple_news_box .el-tabs__nav-wrap::after{
    opacity: 0 !important;
}
.simple_news_box .el-tabs__nav-scroll{
    padding-bottom: 10px;
}
.simple_news_box .el-tabs__active-bar{
    bottom: -8px;
    background-color: #1449CEFF;
}
.simple_news_box .el-tabs__item.is-active{
    color: #1449CEFF;
}
.simple_news_box .el-tabs__item{
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
}
.simple_news_box .el-tabs__nav-wrap.is-scrollable{
    padding: 0;
    
}