.page-banner {
    position: relative;
}

.page-banner .banner-bg {}

.page-banner .banner-bg img {
    width: 100%;
}

.page-banner .title {
    position: relative;
}

.page-banner .title h1 {
    position: absolute;
    left: 0;
    bottom: 5.75rem;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    background: linear-gradient(20deg, #FFFFFF 13%, rgba(255, 255, 255, 0.00) 134%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/*  */

.page-video {
    margin: 4rem 0;
}

.page-video .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-time p {
    /* 2023年 */
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8125rem;
    color: #004FFF;
    padding-right: 2.5rem;
    background: url(/src/img/news/video/drop-down-arrow.png) no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: right center;
}

.menu .menu-time {
    /* width: 150px; */
    /* height: 30px; */
    position: relative;
}

.menu .menu-time .year {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid;
    border-image: linear-gradient(90deg, #DDEBFE -7%, #E5EEFF 102%) 1;
    /* background: linear-gradient(90deg, rgba(2,179,255,0.01) 0%, rgba(0,79,255,.1) 100%); */
    background: linear-gradient(168deg, #FFFFFF -36%, rgba(255, 255, 255, 0.01) 56%), linear-gradient(90deg, #F4F8FB 8%, #E2ECFE 88%);
    position: absolute;
    top: 2rem;
    z-index: 5;
}

.menu .menu-time .year li {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1rem;
    font-weight: 350;
    line-height: 2.5rem;
    padding-left: .875rem;
    padding-right: 4.3125rem;
    margin-right: 0px;
    /* background: #fff; */
    color: #1D1D1F;
}

.menu .menu-time .year li:hover {
    padding-right: 20px;
    background: #004FFF;
    color: #FFFFFF;
}

.video-content {
    position: relative;
    margin-top: 41px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-content a {
    width: 33.3%;
    height: auto;
}

@media screen and (max-width:800px) {
    .video-content a {
        width: 50%;
    }
}

@media screen and (max-width:500px) {
    .video-content a {
        width: 100%;
    }
}

.video-item {
    margin-left: -14%;
    margin-bottom: 1.5rem;
    width: 100%;
    /* width: 24rem; */
    height: 16rem;
    position: relative;
    border-width: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(206, 215, 234, 0.1) 100%);
    background-size: 100% 100%;
    transform: skewX(-23deg);
    border-right: 1px solid #000;
    border-image: linear-gradient(203deg, rgba(0, 79, 255, .1) 0%, rgba(0, 79, 255, 1) 30%, rgba(0, 79, 255, 1) 100%) 1;
}


/* @media screen and (max-width: 1260px) {
    .video-item {
        width: 23rem;
    }
} */

.video-item .item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
}

.video-item:hover .item-bg,
.video-item.active .item-bg {
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(0, 79, 255, 0.1) 100%);
}

.video-item h4 {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
    color: #1D1D1F;
    margin-bottom: 1rem;
    width: 84%;
    max-height: 3.25rem;
    overflow: hidden;
    transform: skew(23deg) translatex(7%);
    text-align: left;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-item:hover h4 {
    color: #004FFF;
}

.video-item p {
    margin-top: 1rem;
    /* width: 16.75rem; */
    width: 66%;
    opacity: 0.65;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    transform: skew(23deg) translatex(11%);
    text-align: left;
    /* 浏览器可能不支持 */
    color: #1D1D1F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* @media screen and (max-width: 900px) {
    .news-content .video-item p {
        width: 74%;
    }
} */

.video-item:hover p {
    color: #004FFF;
}

.video-item .time {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #004FFF;
    border-right-width: 0;
    padding: 0.4rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #004FFF;
    z-index: 3;
}

.video-item:hover .time,
.video-item.active .time {
    background: rgba(0, 79, 255, 1);
}

.video-item .time i {
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    z-index: 3;
    font-weight: 400;
    color: #004FFF;
    display: block;
    /* transition: all 0.3s ease-in-out; */
    transform: skew(23deg) translateX(0%);
}

.video-item:hover .time i {
    color: #FFFFFF;
}


/* 视频播放 */


/* 分页 */

.paging {
    margin: 4rem 0;
}

.paging-container {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

@media screen and (max-width:500px) {
    .paging-container {
        width: 120%;
        margin-left: -38px;
    }
}

.paging .paging-container a::before,
.paging .paging-container span.active::before,
.paging .paging-container .jump button::before {
    content: '';
    height: 2rem;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border: 1px solid rgba(0, 79, 255, 1);
    transform: skewX(-23deg);
}

.paging .paging-container .jump .jump-input::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 0;
    border: 1px solid rgba(0, 79, 255, 1);
    transform: skewX(-23deg);
}

.paging .paging-container .jump .jump-input input {
    font-weight: 400;
    width: 3rem;
    font-size: 1rem;
    line-height: 2rem;
    border: 0 none;
    color: #666;
    box-sizing: border-box;
    font-weight: 400;
    background: none;
    text-align: center;
}

.paging .paging-container a,
.paging .paging-container .jump .jump-input,
.paging .paging-container span.active {
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(29, 29, 31, 1);
    margin: 0.5rem 0.4rem;
    font-weight: 400;
    width: 2.5rem;
    height: 2rem;
    text-align: center;
    position: relative;
    display: inline-block;
}

.paging .paging-container a.prev,
.paging .paging-container a.next {
    color: rgba(0, 79, 255, 1);
}

.paging .paging-container span {
    font-size: 1rem;
    line-height: 2rem;
    color: #666;
    font-weight: 400;
    margin: 0 0.9rem;
    margin-left: 2rem;
    display: inline-block;
    width: 2.5rem;
}

.paging .paging-container span.active::before {
    background: rgba(0, 79, 255, 1);
}

.paging .paging-container span.active {
    /* margin-left: 0.9rem; */
    color: #fff;
}

.paging .paging-container .jump button {
    font-weight: 400;
    margin: 0 0.4rem;
    font-size: 0.9rem;
    line-height: 2rem;
    width: 3.375rem;
    text-align: center;
    line-height: 2rem;
    background: none;
    border: 0 none;
    border-radius: 0.3rem;
    color: rgba(0, 79, 255, 1);
    margin-right: 0;
    position: relative;
}