.newIndex-fluid .investor-banner {
    /* overflow: hidden; */
    margin-top: 1.4814814815rem;
    width: 100%;
}

.newIndex-fluid .news-container {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
}

.newIndex-fluid .news-container .n-newsIndex {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.newIndex-fluid .news-container .n-newsIndex .title {
    text-align: center;
    padding-top: 1rem;
}

.newIndex-fluid .n-newsIndex .title .en-title {
    margin: 0;
    color: #EFEFEF;
    font-size: 40px;
    position: relative;
    top: 12px;
    z-index: 1;
    /* font-weight: bold; */
    letter-spacing: -3px;
}

.newIndex-fluid .n-newsIndex .title .cn-title {
    z-index: 2;
    position: relative;
    font-size: 28px;
    /* font-weight: bold; */
    color: #595959;
}

.newIndex-fluid .n-newsIndex .news-items {
    padding-top: 1rem;
}

.newIndex-fluid .n-newsIndex .news-items ul li {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.newIndex-fluid .n-newsIndex .news-items ul li .left {
    text-align: center;
    padding: 10px 10px;
    margin-right: 0.5rem;
    background: #FFF3E6;
}

.newIndex-fluid .n-newsIndex .news-items ul li .left p:nth-child(1) {
    margin: 0;
    font-weight: bold;
    color: #EB640E;
    font-size: 30px;
    line-height: 48px;
}

.newIndex-fluid .n-newsIndex .news-items ul li .left p:nth-child(2) {
    margin: 0;
    font-weight: bold;
    color: #666666;
}

.newIndex-fluid .n-newsIndex .news-items ul li .right p:nth-child(1) {
    /* margin: 0; */
    font-weight: bold;
    color: #333333;
    font-size: 20px;

}

.newIndex-fluid .n-newsIndex .news-items ul li .right p:nth-child(2) {
    /* margin: 0; */
    color: #666666;
    font-size: 16px;
}

.newIndex-fluid .n-newsIndex .news-items ul li:hover .left {
    background-color: #EB640E;

}

.newIndex-fluid .n-newsIndex .news-items ul li:hover .left p {
    color: #FFFFFF !important;
}

.newIndex-fluid .n-newsIndex .news-items ul li:hover .right p:nth-child(1) {
    color: #EB640E;
}

.newIndex-fluid .news-container .footer-bgcu {
    background: url('../img/user/news-background@2x.png') no-repeat;
    background-size: 100% 100%;
    height: 200px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 950px) {
    #mobile-terminal .article .gsxw-tit {
        margin: 0 0.5rem;
    }

    #mobile-terminal .article .news-company-customer {
        height: 20rem;
    }

    #mobile-terminal .article .news-company-customer .mescroll .notice {
        font-size: 14px;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
        color: #555;
    }

    /*列表*/
    #mobile-terminal .article .news-company-customer .mescroll {
        /* position: fixed;
        top: 44px;
        bottom: 0;
        height: auto; */
    }

    #mobile-terminal .article .news-company-customer .news-list a {
        color: #353535;
    }

    #mobile-terminal .article .news-company-customer .news-list li {
        margin: 0 0.5rem 0.5rem;
    }

    #mobile-terminal .article .news-company-customer .news-list li .news-pubdate {
        background: url(../img/user/news/gsxw-bg.png) no-repeat;
        background-size: 100% 100%;
        width: 3rem;
        text-align: center;
        font-weight: 600;
        color: #EB640E;
        position: relative;
        left: -0.5rem;
        font-size: 0.42rem;
    }

    #mobile-terminal .article .news-company-customer .news-list .new-content {
        font-size: 14px;
        margin-top: 6px;
        margin-left: 10px;
        color: #666;
    }

    #mobile-terminal .article .news-company-customer .news-list li .news-title {
        font-size: 0.42rem;
        font-weight: 600;
        margin: 0.3rem 0;
    }

    #mobile-terminal .article .news-company-customer .news-list li .news-desc {
        color: #666668;
        font-size: 0.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 0.6rem;
    }
}