.brand .title {
    padding: 30px;
    color: #333;
    font-size: 18px;
}

.tab-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-box ul{
    border-bottom: none!important;
}

.tab-box li a{
    color: #333333!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    transition: 0.2s all linear;
}

.tab-box .active a{
    color: #19BBC6!important;
}

.tab-box li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #1ABBC7;
    transition: 0.2s all linear;
}

.tab-box .active a::before {
    left: 0;
}

.tab-box .active a::before {
    width: 100%;
    left: 0;
    top: 0;
}

.brand .SubTitle {
    color: #999;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.brand .SubTitle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
    height: 1px;
    background: #F9F9F9;
}

.brand .desc {
    color: #333;
    font-size: 12px;
}

html, body {
    position: relative;
    height: 100%;
}

.indexImg img {
    width: 100%;
}

.page-box {
    display: flex;
    justify-content: center;
}

.page-box li a {
    margin: 0 15px;
    color: #1ABBC7;
}

.page-box .active a{
    background: #19BBC6!important;
    border:1px solid #19BBC6!important;
}


.new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.date {
    width: 15%;
    font-size:  1.5vw;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin-right: 20px;
    white-space: nowrap;
}
.news-content {
    flex: 1;
}

.new-left {
    display: flex;
    align-items: center;
    width: 60%;
}

.arrow {
    background: #19BBC6;
    color: white;
    width: 40px;
    margin: 0 auto;
}

.content-title {
    color: #19BBC6;
    font-size: 1.2vw;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-content {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: 2em;
    margin-top: 20px;
}
.news-right img{
    width: 240px;
}
.news-hits {
    font-size: 12px;
    margin: 10px 0;
    color: #19BBC6;
}
    .news-hits img{
        width: 15px;
    }
        .news-hits img,
        .news-hits span{
            vertical-align: middle;
        }
        .new-source {
            color: #999;
            font-size: 12px;
        }


@media (max-width: 768px) {
    .brand .title, .new {
        padding: 15px;
    }
    .news-right img{
        width: 120px;
    }
}























