.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 .n-newsIndex .movies-items {
    padding-top: 56px;
    padding-bottom: 38px;
}

.newIndex-fluid .n-newsIndex .movies-items ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.newIndex-fluid .n-newsIndex .movies-items ul li {
    width: 556px;
    height: 183px;
    margin-bottom: 42px;
    background: #F5F5F5;
    color: #666666;
    cursor: default;
}

.newIndex-fluid .n-newsIndex .movies-items ul li:hover dd {
    background: #EB640E;
    color: #fff;
}

.newIndex-fluid .n-newsIndex .movies-items ul li dl dd h4 {
    width: 187px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.newIndex-fluid .n-newsIndex .movies-items dl,
.newIndex-fluid .n-newsIndex .movies-items dl>dt,
.newIndex-fluid .n-newsIndex .movies-items dl>dd {
    height: 100%;
}

.newIndex-fluid .n-newsIndex .movies-items dl>dt {
    width: 313px;
    float: left;
    position: relative;
    cursor: pointer;
}

.newIndex-fluid .n-newsIndex .movies-items img {
    width: 100%;
    height: 100%;
}

.newIndex-fluid .n-newsIndex .movies-items dl>dt .playPause {
    width: 36px;
    height: 36px;
    display: block;
    background: #000;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.newIndex-fluid .n-newsIndex .movies-items dl>dt .playPause i {
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 6px solid transparent;
    margin-left: 14px;
    margin-top: 11px;
}

.newIndex-fluid .n-newsIndex .movies-items dl>dt .timer {
    height: 16px;
    line-height: 16px;
    background: #000000;
    opacity: 0.48;
    border-radius: 3px;
    color: #fff;
    padding: 0 4px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
}

.newIndex-fluid .n-newsIndex .movies-items dl>dd {
    padding: 32px 40px 10px 16px;
    float: right;
    width: 243px;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.46);
    z-index: 9;
    display: none;
}

.dialog {
    position: fixed;
    width: 1200px;
    height: 560px;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -600px;
    z-index: 99;
    background: #fff;
    color: #fff;
}

.dialog .close {
    /* margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px; */
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}

.dialog video {
    width: 100%;
    /* height: 529px; */
    height: 100%;
    object-fit: fill;
}

.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 {
        margin: 0 0.5rem;
        color: #353535;
    }

    #mobile-terminal .article ul li {
        padding-top: 0.3rem;
    }

    #mobile-terminal .article ul li .video-tit {
        font-size: 0.4rem;
        font-weight: 600;
        line-height: 1.3rem;
    }
}