[v-clock] {
    display: none;
}

.ell4 {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-box {
    min-height: 60vh;
}

.main {
    width: 1280px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.main a {
    color: #333;
    text-decoration: none;
}

.check-more {
    color: #0170f5;
    font-size: 20px;
    line-height: 24px;
}

.check-more img {
    margin-left: 8px;
}

.recommend {
    display: flex;
}

.recommend-label {
    display: flex;
    align-items: center;
    margin: 40px 0 24px;
}

.recommend-label img {
    width: 26px;
    height: 30px;
    margin-right: 12px;
}

.recommend-label span {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 35px;
}

.content-box-1 {
    display: flex;
    margin-bottom: 40px;
}

.left-cover-img {
    width: 787px;
    height: 416px;
}

.left-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-content-info {
    width: 413px;
    background: #fafafa;
    height: 416px;
    padding: 0px 24px 16px;
    position: relative;
    box-sizing: border-box;
}

.right-content-title {
    color: #333333;
    font-size: 26px;
    font-weight: 900;
    padding-top: 68px;
    position: relative;
}

.right-content-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 3px;
    opacity: 1;
    background: #235ffb;
    top: 40px;
}

.right-content-desc {
    color: #999999;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    max-height: 212px;
    overflow: hidden;
    line-height: 30px;
}

.right-content-source {
    position: absolute;
    bottom: 16px;
    width: 365px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 20px;
    font-weight: 400;
}

.right-content-kph {
    color: #0170f5;
}

.list-content-img,
.list-content-img img {
    width: 277px;
    height: 358px;
    object-fit: cover;
}

.list-content-title {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    margin: 24px 0 30px;
    line-height: 25px;
    height: 50px;
}

.content-box-2 {
    display: flex;
}

.list-content {
    width: 300px;
}


.zhuanti-list {
    background-size: 100% 100%;
}

.zhuanti-list .swiper {
    margin: auto;
    width: 1200px;
    height: 269px;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}

.zhuanti-list .swiper-wrap {
    position: relative;
}

.zhuanti-list .swiper-wrap .swiper-button-prev,
.zhuanti-list .swiper-button-next {
    position: absolute;
    top: 144px;
    width: 20px;
    height: 40px;
    background: url(/assets/images/index/zhuanti-swiper-pre.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;

}

.zhuanti-list .swiper-button-next {
    background-image: url(/assets/images/index/zhuanti-swiper-next.png);
    right: 0;
}

.zhuanti-list .swiper-wrap .swiper-button-prev {
    left: 0;
}

.zhuanti-list .swiper-button-prev.swiper-button-disabled {
    background: url(/assets/images/index/zhuanti-pre-disable.png) no-repeat center;
    opacity: 1;
    pointer-events: auto;
    cursor: auto;
}

.zhuanti-list .swiper-button-next.swiper-button-disabled {
    background: url(/assets/images/index/zhuanti-next-disable.png) no-repeat center;
    opacity: 1;
    pointer-events: auto;
    cursor: auto;
}

.zhuanti-item {
    height: 263px;
    position: relative;
    width: 384px;
    overflow: hidden;
    box-shadow: 0 2px 7px 0 #e8ecff;
    display: block;
}

.zhuanti-item_img {
    width: 384px;
    height: 190px;
}

.zhuanti-item_title {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    padding: 24px 16px;
}

.list-nav {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.list-nav a {
    text-decoration: none;
    color: inherit;
}

.list-nav .nav-item {
    width: 167px;
    height: 55px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0170f5;
    font-size: 26px;
    font-weight: 400;
    color: #0170f5;
    line-height: 53px;
    text-align: center;
    margin-right: 28px;
}

.list-nav .nav-divider {
    width: 812px;
    height: 2px;
    background: #f1f1f1;
}

.list-nav .nav-active {
    background: linear-gradient(317deg, #0170f5 0%, #00c2ff 100%);
    color: #ffffff;
    border: none;
}

.list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-item {
    display: flex;
    width: 584px;
    height: 169px;
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 8px;
}

.list-item:nth-child(2n + 1) {
    margin-right: 32px;
}

.item-img {
    flex-shrink: 0;
    width: 203px;
    height: 121px;
    background: #d9d9d9;
    margin-right: 24px;
    position: relative;
}

.item-img img {
    width: 100%;
    height: 100%;
}

.item-img .play-button {
    position: absolute;
    top: 46px;
    left: 87px;
    width: 28px;
    height: 28px;
}

.item-info .item-title {
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    overflow: hidden;
}

.item-desc {
    display: flex;
    align-items: center;
    margin-top: 46px;
}

.item-desc .item-source {
    font-size: 14px;
    font-weight: 400;
    color: #0170f5;
    line-height: 21px;
    width: 200px;
    height: 21px;
    overflow: hidden;
    margin-right: 20px;
}

.item-desc .item-source a {
    color: #0170f5;
}

.item-desc .publish-time {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

.pointer {
    cursor: pointer;
}




/* 分页 */
.page-box {
    padding-top: 30px;
    text-align: center;
}

.page-box .el-pager li {
    min-width: 28px;
    height: 28px;
    margin: 0 4px;
    border: 1px solid transparent;
}

.page-box .el-pager li:not(.active):hover {
    border: 1px solid #0170F5;
    color: #303133;
}

.page-box .el-pager li.active {
    background: #024AC2;
    border: 1px solid #024AC2;
    color: #fff;

}

.more-btn {
    width: 335px;
    height: 54px;
    border-radius: 75px;
    opacity: 1;
    background: #f5f5f5;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.to-loading {
    animation: loading 2s linear infinite;
}