body {
    background: #FEF7EE;
    font-family: "Microsoft YaHei";
}

#slideBox {
    width: 608px;
    height: 375px;
}

.focusRight {
    width: 553px;
    margin-left: 39px;
}

.actItem span {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    display: block;
}

.govpushinfo150203 li a {
    height: 42px;
    width: 370px;
    overflow: hidden;
    display: inline-block;
    margin-left: -20px;
}

.piaochuang2 {
    top: 530px;
}

.imNews li a {
    height: 42px;
    width: 370px;
    overflow: hidden;
    display: inline-block;
    margin-left: -20px;
}
.hotNews {
    position: relative;
    height: 445px;
    width: 100%;
}
.hotNews_bg{
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/bg.webp') no-repeat top center;
    background-size: cover;
    padding: 0;
    height: 690px;
    position: absolute;
    width: 100%;
}
.hotNews a {
    color: #da2124;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    width: 952px;
    position: relative;
    top: 328px;
    left: 50%;
    transform: translateX(-476px);
    display: inline-block;
}
.subSelfTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 41px;
    margin-bottom: 10px;
}
.subSelfTitle h5 {
    color: #da2124;
    text-align: center;
    font-family: "Source Han Sans SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    flex: 1;
}
.subSelfTitle span, .more {
    color: #c16b6d;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 65px;
    display: flex;
}
.more img {
    margin-left: 5px;
}
.imNews {
    width: 100%;
    border-bottom: none;
}
.imNews .bd ul li a {
    width: 352px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    /* height: 21px;
    line-height: 21px; */
}
.imNews .bd ul li {
    background: none;
}
.imNews .bd ul li span {
    height: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
}

.focusRight {
    height: 375px;
}

.focusRight .imNews .bd ul li a {
    width: 420px;
}

ul.customUl {
    list-style: none; /* 禁用默认标记 */
    padding-left: 0px;
}

ul.customUl li {
    height: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background: none;
}

/* ul.customUl li:hover a, ul.customUl li::before:hover{
    transform: scaleY(1.1);
    transform: translateX(-10px);
} */
/* ul.customUl li:hover a {
    color: #da2124;
} */
/* ul.customUl li:hover {
    transition: all 0.3s ease; 
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    } */
ul.customUl li::before{
    content: "■";    /* 使用方块字符 */
    color: #cbb9a2;   /* 红色方块 */
    font-size: 7px;  /* 调整大小 */
    display: inline-block;
    width: 7px;       /* 字符宽度 */
    position: absolute;
    left: -18px;
    top: 0px;
}
.slideBox .bd img {
    width: 608px;
    height: 375px;
}
.subTitle {
    height: 42px;
    display: flex;
    flex-direction: column-reverse;
    flex-direction: row-reverse;
    align-items: center;
}

.subTitle-zhanwang {
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/zhanwang.webp') no-repeat center;
    background-size: 1100px;
}
.zhanwang-content {
    display: flex;
    column-gap: 30px;
    height: 140px;
}

.zhanwang-content-detail {
    width: 380px;
    background-image: url('https://file.henan.gov.cn/4500000052/zt/syjs/zhanwangdetail.webp');
    background-size: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhanwang-content-detail ul, .common-extra-list ul {
    list-style: none;
}

.zhanwang-content-detail ul li {
    width: 280px;
    margin: 0 auto;
    color: #60330c;
}
.zhanwang-content-detail ul li:last-child {
    margin-bottom: 0;
}

.zhanwang-content-detail ul li, .common-extra-list ul li {
    text-align: center;
    font-family: "Source Han Sans SC";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 8px;
    cursor: pointer;
}
.zhanwang-content-detail ul li a, .common-extra-list ul li a {
    color: #60330c !important;

}
/* hover 上去之后，有放大的效果 */
.zhanwang-content-detail ul li:hover, .common-extra-list ul li:hover {
    transform: scale(1.1);
    transition: all 0.3s ease; 
}

.zhanwang-content-detail ul li:last-child, .common-extra-list ul li:last-child {
    margin-bottom: 0;
}

.subTitle-pinglun {
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/pinglun.webp') no-repeat center;
    background-size: 1100px;
}
.pinglun-detail {
    display: flex;
    column-gap: 150px;
    margin-top: 19px;
}
.pinglun-detail-left, .pinglun-detail-right {
    flex: 1;
}
.pinglun-detail .imNews {
    height: 208px;
}

.subTitle-zhanbo {
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/zhanbo.webp') no-repeat center;
    background-size: 1100px;
}
.zhanbo-content {
    display: flex;
    column-gap: 20px;
    border: 1px solid #E2D2BE;
    height: 316px;
    background: #FFF;

    padding: 22px 22px 42px;
    margin-top: 16px;
}
.zhanbo-content-video {
    /* flex: 1; */
    position: relative;
    width: 372px;
}

.zhanbo-content-video-img>img {
    /* width: 100%; */
    height: 218px;
    width: 372px;
}
.zhanbo-content-video .mask {
    /* width: 100%; */
    height: 218px;
    width: 372px;
    position: absolute;
    opacity: 0.4;
    background: #000;
    top: 0;
    cursor: pointer;
}

.zhanbo-content-video-img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.zhanbo-content-video .mask img {
    /* 居中 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zhanbo-content-video p {
    color: #121212;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 14px;
}

.subTitle-cehua {
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/cehua.webp') no-repeat center;
    background-size: 1100px;
}
.cehua-content {
    height: 558px;
    display: flex;
    column-gap: 22px;
    margin-top: 14px;
}
.cehua-content-left {
    width: 373px;
}

.cehua-content-left img:hover, .cehua-content-right img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cehua-content-right {
    flex: 1;
}

.cehua-content-right-bottom {
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/cehualist.webp') no-repeat center;
    background-size: 805px 159px;
    padding: 18px 0;
    margin-top: 15px;
}

.subTitle-media {
    background: url('https://file.henan.gov.cn/4500000052/zt/syjs/media.webp') no-repeat center;
    background-size: 1100px;
}
.media-content {
    margin-top: 14px;
}
.media-content-video {
    display: flex;
    column-gap: 27px;
}

.media-content-video-light-title {
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-list {
    flex: 1;
    height: 342px;
}

.left-image {
    width: 634px;
    height: 342px;
}

.left-image img {
    width: 100%;
    height: auto;
}
.right-list .imNews .bd ul li a {
    width: 332px;
}

.media-content-video-light {
    width: 539px;
    height: 129px;
    background: #FFF;
    padding: 14px 20px 11px 18px;
    margin-bottom: 12px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}
.media-content-video-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.media-content-video-light p {
    width: 484px;
    color: #da2124;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 18px;
}

.media-content-video-light-footer {
    display: flex;
    justify-content: space-between;
    height: 27px;
    line-height: 27px;
}
.media-content-video-light-footer .more {
    width: 100px;
}
.media-content-video-light-footer span {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.more-detail {
    color: #c16b6d;
    font-size: 15px;
    font-weight: 400;
}
.more-detail img {
    margin-left: 6px;
}