
.part8 {
    padding: 0 0 80px;
    overflow: hidden;
    background: url('../images/bg5.png') no-repeat 0 100%;
}

.part8 .tabsMenu {
    position: relative;
    margin-top: 59px
}

.part8 .live-arrow {
    width: 14px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 20px;
    display: none;
    -webkit-transition: all 0.3s;
}

.part8 .tabsMenu a:first-child {
    margin-left: 0;
    padding-left: 40px;
    z-index:5
}

.part8 .tabsMenu a {
    margin-left: -47px;
    color: #333;
    width: 318px;
    height: 70px;
    display: inline-block;
    object-fit: contain;
    text-decoration: none;
    border-radius: 6px 6px 0 0;
    background: url('../images/liveStream/rectangle_1.png') no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.part8 .tabsMenu a:nth-child(2) {
    background: url('../images/liveStream/rectangle_2.png') no-repeat;
    z-index: 4;
    background-size: contain;
}

.part8 .tabsMenu a:nth-child(3) {
    background: url('../images/liveStream/rectangle_1.png') no-repeat;
    z-index: 3;
    background-size: contain;
    /* width: 160px; */
}

.part8 .tabsMenu a:last-child {
    background: url('../images/liveStream/rectangle.png') no-repeat;
    z-index: 2;
    background-size: contain;

    /* width: 160px; */
}

/* .part8 .tabsMenu a:last-child.active {
    width: 165px;
} */
.part8 .tabsMenu a.active {
    color: #fff;
    background: url('../images/liveStream/rectangle_3.png') no-repeat;
    background-size: contain;
    z-index: 6;
}

.line1_ac {
    padding-left: 15px;
    background: url("../images/liveStream/red-dot1.png") no-repeat;
    background-size: 6px 6px;
    background-position: left center;
}

.line2_ac {
    padding-left: 15px;
}

.part8 .tabsMenu .line1 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'huaweisans-bold';
}

.part8 .tabsMenu .line2 {
    font-size: 16px;
    line-height: 30px;
    font-family: 'huaweisans-bold';
    padding-right: 24px;
}
.part8 .tabsMenu .samll{
    font-size: 13px!important;
}

.part8 .tabContent {
    background-color: #000;
}

.part8 .tabContent .timeLine {

    background: #e4e5ea;
    margin: 20px 0;
}

.part8 .tabContent .timeLine .time {
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    background: url('../images/time-icon.jpg') no-repeat 20px;
    background-size: 16px 16px;
    line-height: 48px;
    text-align: left;
    padding: 0 20px 0 45px;
}

.part8 .tabContent .timeLine .time img {
    width: 73px;
    height: 27px;
    margin-top: 10px;
    float: right;
}

.part8 .tabContent .timeLine .theme {
    background: #eff0f3;
    padding: 18px 20px
}

.part8 .tabContent .timeLine .theme .online {
    margin-top: 11px;
    color: #333;
    font-size: 16px;
}

.part8 .tabContent .timeLine .theme .titleLine {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
}

.part8 .tabContent .timeLine .theme .titleLine p {
    font-size: 16px;
    display: block;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    margin: 0;
}

.part8 .tabContent .timeLine .theme .subtitle {
    font-size: 16px;
}

.part8 .tabContent .timeLine .theme .titleLine span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.part8 .tabContent .timeLine .theme .subtitle span, .part8 .tabContent .timeLine .theme .titleLine span {
    float: right;
}

.part2 .tabContent .timeLine .time-live {
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    background: url('../images/liveStream/live-dot.png') no-repeat 20px;
    background-size: 16px 16px;
    line-height: 48px;
    text-align: left;
    padding: 0 20px 0 45px;
}

.part2 .tabContent .timeLine .time-live img {
    width: 70px;
    height: 28px;
    margin-top: 10px;
    float: right;
}
@media screen and (max-width: 1175px) {
    .part8 .tabsMenu a:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 890px) {
    .part8 .tabsMenu a:last-child {
        margin-left: -47px;
        margin-top: 20px;
    }

    .part8 .tabsMenu a:nth-child(3) {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .part8 .tabsMenu a.active .live-arrow {
        display: block !important;
    }

    #part8 .tabsMenu {
        position: relative;
        margin-top: 0px;
        height: 70px;
        overflow: hidden;
    }

    #part8 .tabsMenu a {
        color: #333;
        width: 100%;
        height: 70px;
        display: block;
        object-fit: contain;
        text-decoration: none;
        position: relative;
        z-index: 2;
        padding: 10px 0 10px 20px;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        border-radius: 0;
    }

    #part8 .tabsMenu a:first-child {
        background: #cccccc;
    }

    #part8 .tabsMenu a:nth-child(2) {
        background: #D1D1D1;
    }

    #part8 .tabsMenu a:nth-child(3) {
        background: #ECECEC;
    }

    #part8 .tabsMenu a:last-child {
        background: #FFFFFF;
    }

    #part8 .tabsMenu a.active {
        color: #fff;
        background: url('../images/liveStream/tab-bg.png') no-repeat;
        background-size: cover;
        z-index: 6;
    }

    #part8 .tabsMenu .line1 {
        font-size: 14px;
        line-height: 25px;
        padding-left: 10px;
        font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
    }

    #part8 .tabsMenu .line2 {
        font-size: 14px;
        line-height: 25px;
        padding-left: 10px;
        font-family: 'huaweisans-bold';
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #head {
        height:70px;
        margin-bottom: 0;
    }
}