.index_main {
    padding-top: 16px;
}
.i_imgbox2 {
    justify-content: space-between;
    margin-bottom: 30px;
}
.index_s_img {
    width: 390px;
    transition: 0.4s;
}
.mb15 {
    margin-bottom: 15px;
}
.index_s_img:hover {
    transform: translateY(-5px);
    box-shadow:  4px 4px 12px #bebebe
}
.swiper {
    width: 795px;
    height: 380px;
    /* margin-right: 15px; */
}
.swiper-slide a {
    display: block;
    height: 100%;
}
.swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sw_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 15px;
    padding-right: 110px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide:hover .sw_text {
    text-decoration: underline;
}
.swiper-pagination {
    display: flex;
    justify-content: end;
}
.my_bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 10px;
}
.my_bullet {
    background: rgba(255, 255, 255, 0.5);
}
.my_bullet:last-child {
    margin-right: 20px;
}
.my_bullet_active {
    background: #ffffff;
    width: 16px;
    border-radius: 16px;
}
.i_list_wrap {
    align-items: flex-start;
    justify-content: space-between;
}
.l_list_box, .r_list_box {
    width: 585px;
    height: 340px;
}
.c_title {
    background: #d3eee6;
    height: 40px;
    line-height: 40px;
    justify-content: space-between;
    padding-right: 10px;
}
.c_title_a {
    display: block;
    padding: 0 15px;
    color: #ffffff;
    border-right: 2px solid #fff;
    transition: 0.1s;
}
.c_title_a:last-child {
    border-right: none;
}
.c_title_active {
    font-weight: bold;
    font-size: 18px;
}
.more {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
}
.l_list_box .c_title_a {
    background: rgba(35, 169, 130, 0.4);
}
.l_list_box .c_title_active {
    background: #23a982;
}
.r_list_box .c_title_a{
    background: #76a1ce;
}
.r_list_box .c_title_active {
    background: #2471c3;
}
.r_list_box .c_title {
    background: #d3e3f3;
}
.newsList li {
    padding: 15px 7px;
    border-bottom: 1px solid #ececec;
}
.newsList li span {
    font-size: 14px;
}
.newsList li i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999999;
    margin-right: 8px;
}
.newsList li a {
    color: #333;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mid_index_s_img {
    width: 187px;
    height: 192px;
}
.n_list_s {
    justify-content: space-between;
    margin-bottom: 20px;
}
.n_list_s a {
    color: #333;
}
.n_list_s .title {
    font-size: 28px;
    font-weight: bold;
}
.n_list_s .title::before {
    content: ' ';
    display: inline-block;
    width: 6px;
    height: 36px;
    background-image: linear-gradient(to bottom, #408fe4, #99c4f1);
    margin-right: 8px;
}
.n_ho_list {
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: flex-start; */
}
.n_ho_list li a {
    width: 380px;
    display: block;
    color: #333;
    position: relative;
    min-height: 370px;
    overflow: hidden;
    /* padding: 10px 28px 15px; */
    margin-bottom: 15px;
    transition: 0.3s;
}
.n_ho_list li a img {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    /* height: 100%; */
    height: 265px;
    object-fit: cover;
    /* z-index: -1; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transform: scale(1.15);
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease; */
    /* border-radius: 5px; */
    margin-bottom: 8px;
}
.n_ho_list li a .day {
    display: block;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0 38px 0;
    color: rgba(43,102,255,.4);
}
.n_ho_list li a .y_m {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(43,102,255,.4);
    padding: 0 8px;
    font-weight: 700;
}
.n_ho_list li a .line {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to bottom, #408fe4, #99c4f1);
    margin: 8px 0;
}
.n_ho_list li a .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 8px;
    margin-bottom: 10px;
}
/* .n_ho_list li a:hover .n_ho_cover {
    opacity: 1;
    transform: scale(1);
} */
.n_ho_list li a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);
    border-radius: 5px;
}
/* .n_ho_list li a:hover .title, .n_ho_list li a:hover .y_m, .n_ho_list li a:hover .day {
    color: #fff;
}
.n_ho_list li a:hover .line {
    background-image: linear-gradient(to bottom, #ffffff);
} */
.cn_z_wrap {
    background: url('http://www.hengqin.gov.cn/lab2023/cn_box1_back2.png') no-repeat;
    background-size: contain;
}
.cn_box_flex {
    justify-content: space-between;
    margin: 20px 0 50px 0;
}
.box_1_list {
    width: 405px;
    padding-left: 35px;
}
.box_1_text {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}
.box_1_text:last-child {
    margin-bottom: 0;
}
.box_1_text a {
    color: #333;
    line-height: 26px;
    min-height: 52px;
}
.box_1_text a:hover {
    color: #23a982;
}
.box_1_text::before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 10px;
}
.cn_title a {
    color: #333;
}
.cn_title .new {
    font-size: 20px;
    border-bottom: 2px solid #666;
}
.cn_title .text {
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}
.cn_title .my_flex {
    justify-content: space-between;
}
.cn_sw_wrap {
    display: block;
    position: relative;
}
.ckie_wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 12px 0;
    padding-left: 20px;
}
.cn_sw_wrap .ckie {
    color: #fff;
    display: block;
    width: 83%;
}
.cn_s_item {
    width: 378px;
    height: 150px;
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 50px;
    margin-bottom: 30px;
}
.cn_mark {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 2;
}
.cn_s_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.cn_s_item:hover .cn_covimg {
    transform: scale(1.1);
}
.cn_mark_text {
    position: absolute;
    color: #fff;
    z-index: 4;
    font-size: 24px;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.cn_mark_text .s_t {
    font-size: 12px;
    font-weight: normal;
}
.cn_box_2_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 769px) {
    .box_1_text a {
        min-height: auto;
    }
    .cn_sw_wrap .ckie {
        width: 72%;
        font-size: 14px;
    }
    .cn_box_2_main {
        justify-content: space-around;
    }
    .cn_s_item {
        width: 47%;
        height: 90px;
        border-top-right-radius: 40px;
        margin-bottom: 20px;
    }
    .cn_mark_text {
        font-size: 14px;
    }
    .cn_title {
        padding: 0 10px;
    }
    .box_1_list {
        padding: 0 20px;
    }
    .cn_box_flex {
        flex-wrap: wrap;
    }
    .swiper {
        width: 94%;
        height: 220px;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .i_imgbox_right {
        margin-bottom: 15px;
    }
    .i_imgbox_right, .i_imgbox2 {
        width: 100%;
        overflow-x: auto;
        display: flex;
        padding-left: 10px;
    }
    .i_imgbox2::-webkit-scrollbar, .i_imgbox_right::-webkit-scrollbar {
        width: 0;
        display: none;
    }
    .index_s_img {
        width: 200px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .mid_index_s_img {
        width: 100px;
        height: 98px;
    }
    .i_imgbox {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .l_list_box, .r_list_box {
        width: 97%;
        height: 250px;
    }
    .i_list_wrap {
        flex-wrap: wrap;
        margin-left: 10px;
    }
    .c_title_a {
        padding: 0 6px;
    }
    .c_title_a, .more {
        font-size: 12px;
    }
    .c_title_active {
        font-size: 14px;
    }
    .c_title {
        height: 30px;
        line-height: 30px;
    }
    .newsList li {
        padding: 10px 4px;
    }
    .n_ho_list li a {
        width: 100%;
        min-height: auto;
        padding: 10px;
        margin-bottom: 0;
    }
    .n_ho_list li a img {
        display: none;
    }
    .n_ho_list li a .day {
        display: none;
    }
    .n_ho_list li a .title {
        font-size: 16px;
    }
    .n_ho_list li {
        width: 100%;
    }
    .n_list_s {
        margin-bottom: 10px;
        padding: 0 10px;
    }

}