body {
    background: #0f0232;
}

.header .right .list p:nth-child(4) {
    color: #fe2a44;
}

.news-services {
    width: 100%;
    min-height: 100vh;
    background: #0f0232;
    color: #fff;
}

.contain {
    width: 100%;
    margin: 0 auto;
}

.contain .type {
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 60px;
    width: 65%;
    color: #fff;
    font-size: 32px;
    margin: 0 auto;
    margin-top: 80px;
}

.contain .type .red {
    color: #a30055;
}

.contain .top-news {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.contain .top-news .item {
    position: relative;
    width: 30%;
    min-width: 320px;
    height: 14vw;
    min-height: 210px;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 0px #fff, inset 0px -250px 250px -250px #0f0232;
    margin: 1%;
}

.contain .top-news .item img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.contain .top-news .item .content {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.contain .top-news .item .content .title {
    color: #fff;
    font-size: 14px;
}

.contain .top-news .item .content .info {
    font-size: 16px;
    color: #ccc;
}

.contain .mid-news {
    margin-top: 50px;
    transition: all 0.5s;
}

.contain .mid-news .item {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 260px; */
    border-top: 1px solid #0c0e6b;
    border-bottom: 1px solid #0c0e6b;
    cursor: pointer;
    margin: 0 auto;
    padding: 5px;
}

.contain .mid-news .item img {
    width: 25%;
    /* height: 200px; */
}

.contain .mid-news .item .content {
    flex: 1;
    height: 200px;
    margin-left: 20px;
    margin-right: 20px;
}

.contain .mid-news .item .content .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contain .mid-news .item .content .info {
    font-size: 16px;
    height: 120px;
    font-weight: 400;
    line-height: 30px;
    color: #ababab;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.contain .mid-news .item .content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contain .mid-news .item .content .bottom .left {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #ababab;
}

.contain .mid-news .item .content .bottom .right {
    width: 48px;
    height: 11px;
    background: url(../img/news-service/arrows.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.contain .mid-news .item:hover {
    background: rgba(21, 5, 66, 0.8);
    transform: translateX(20px);
    transition: all 0.5s;
    box-shadow: inset -500px 0px 600px -500px #0f0232, inset -500px 0px 600px -500px #0f0232;
}

.translate-news {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.all-news {
    display: flex;
    width: 100%;
    transition: all 1s;
}

.all-news .news-left {
    width: 100%;
}

.all-news .news-right {
    width: 100%;
    margin-left: 100px;
}

.news-video {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.news-video .video {
    position: absolute;
    width: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#play {
    position: absolute;
    width: 15%;
    /* height: 60px; */
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
}

.video-close {
    position: absolute;
    width: 45px;
    right: 10%;
    top: 5%;
    margin: auto;
}

#poster {
    width: 100%;
}