.top_box2 {
    clear: both;
}

    .top_box2 img {
        width: 100%;
    }

    .top_box2 .container {
        margin-top: -120px;
    }

        .top_box2 .container .row {
            height: 120px;
            padding-bottom: 20px;
        }

            .top_box2 .container .row div {
                height: 70px;
                line-height: 70px;
            }

                .top_box2 .container .row div.top-title-en {
                    height: 30px;
                    line-height: 30px;
                }

@media(max-width:768px) {
    .tuijian {
        display: none;
    }
}



.top-title {
    color: rgba(255, 255, 255, 100);
    font-size: 48px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
}

.top-title-en {
    color: rgba(255, 255, 255, 100);
    font-size: 28px;
    text-align: left;
    font-family: Arial-regular;
}

.line {
    position: relative;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 0.5rem auto;
    text-align: center;
}

    .line i {
        display: block;
        height: 1px;
        background: #e9eaec;
        position: absolute;
        top: 0.9rem;
        width: 100%;
    }

    .line p {
        display: inline-block;
        font-size: 0.75rem;
        color: #c1c1c1;
        background: #fff;
        padding: 0 1.875rem;
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

.tab-new-deatil-tj {
    cursor: pointer;
}

    .tab-new-deatil-tj:hover > div:last-child {
        color: #ff0000 !important;
    }