.video-img a {
    position: relative;
}

.video-img span {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat center center;
    background-size: contain;
}

.hj-cont h2 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #e80f06;
    padding-left: 25px;
    margin-bottom: 20px;
    line-height: 30px;
}

.hj-cont h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../images/hj-icon.png") no-repeat center center;
    background-size: contain;
}

.hj-lists {
    padding-left: 30px;
}

.hjlist-wrap .row>div {
    /* border-bottom: 1px dashed #e8b042; */
    padding-top: 20px;
}



.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
}

.swiper-pagination {
    text-align: right;
    display: none;
}


.pic-focus {
    margin-top: 20px;
}

.jxs-tit {
    font-size: 20px;
    font-weight: bold;
    color: #eca514;
    background: url("../images/tit-star.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 20px;
    text-align: center;
}

.zzjg {
    height: 36px;
    display: block;
    margin: 10px auto 20px auto;
}


.lhzb {
    height: 50px;
    display: block;
    margin: 10px auto;
}

.gjdw {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .pic-focus {
        margin-top: 0;
    }

    .swiper-pagination {
        display: block;
    }


    .swiper-slide p {
        font-size: 16px;
    }

    .jxs-tit {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .jxs-tit {
        background-size: auto auto;
        padding-bottom: 30px;
        border-bottom: 0 none !important;
    }

    .okj {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .xnyhj {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}