.footer[data-v-4242f67b] {
    background: #000827;
    border-top: 1px solid hsla(0, 0%, 100%, .22);
    padding-top: 50px
}

.footer img[data-v-4242f67b] {
    width: 100%;
    height: 100%
}

.footer .title[data-v-4242f67b] {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #e6e8eb;
    line-height: 22px;
    padding-bottom: 19px
}

.footer p[data-v-4242f67b] {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(204, 208, 215, .8);
    line-height: 24px;
    padding-bottom: 19px
}

.footer p span[data-v-4242f67b] {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #e6e8eb;
    line-height: 20px;
    margin-right: 16px
}

.footer .qr_code[data-v-4242f67b] {
    padding: 4px;
    box-sizing: border-box;
    background: #fff;
    margin: auto
}

.footer .qr_code img[data-v-4242f67b] {
    width: 100%;
    height: auto
}

.footer .keep_on_record[data-v-4242f67b] {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccd0d7;
    line-height: 20px;
    padding: 20px 0
}

.footer .keep_on_record a[data-v-4242f67b] {
    color: #ccd0d7;
    text-decoration: none
}

.el-icon-arrow-down:before {
    content: "\e6df"
}

#news {
    padding-bottom: 40px;
}

#news img {
    width: 100%;
}

#news .container {
    margin-top: 40px;
    position: relative;
    max-width: 1320px;
}

#news .col-sm-4 {
    padding: 0 20px;
    height: 407px;
}

#news .col-sm-4 .news-item {
    position: relative;
    padding-bottom: 30px;
}

#news .col-sm-4:first-child .news-item {
    border-bottom: 1px solid #EEEEEE;
}

#news .col-sm-4:first-child .description {
    -webkit-line-clamp: 3;
}

#news .col-sm-4:nth-child(2) .article-item:nth-child(1) .news-item,
#news .col-sm-4:nth-child(3) .article-item:nth-child(1) .news-item {
    border-bottom: 1px solid #EEEEEE;
}

#news .col-sm-4:nth-child(1) .news-item::after,
#news .col-sm-4:nth-child(2) .article-item:nth-child(1) .news-item::after,
#news .col-sm-4:nth-child(3) .article-item:nth-child(1) .news-item::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #00BFBF;
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

#news .col-sm-4:nth-child(1) .news-item:hover:after,
#news .col-sm-4:nth-child(2) .article-item:nth-child(1) .news-item:hover:after,
#news .col-sm-4:nth-child(3) .article-item:nth-child(1) .news-item:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #00BFBF;
    -webkit-transition: width 1200ms ease-in-out;
    transition: width 1200ms ease-in-out;
    width: 100%;
}

#news .col-sm-4:nth-child(2) {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

#news .news-item .title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin: 30px 0 14px;
}

#news .col-sm-4:first-child .title {
    margin-top: 20px;
}

#news .news-item .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#news .news-item .title a:hover,
#news .news-item .title a:focus,
#news .news-item .title a:active {
    color: #00BFBF;
}

#news .news-item .time {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #999999;
    line-height: 17px;
    margin: 0;
}

#news .news-item .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #666666;
    line-height: 24px;
    margin: 20px 0 0;
}

#news .container>a {
    position: absolute;
    right: 20px;
    top: -68px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}


.ascroll_forever_banner_title {
    margin-top: 4.1667vw;
    font-size: 1.875vw;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.tab {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.tab>a {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #F4F4F4;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    text-align: center;
    line-height: 36px;
}

.tab>a:nth-child(1) {
    border-radius: 100px 0px 0px 100px;
}

.tab>a:nth-child(2) {
    border-radius: 0px 100px 100px 0px;
}

.tab .active-btn {
    background: #00D0D0;
    color: #FFFFFF;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}