* {
    color: #202020;
}

a:hover {
    color: #a00202;
}

.main_wrap {
    background: url(${root_path}material/xxgcsthjfd/images/bg.png) top center no-repeat #fff;
}

.main_wrap .container {
    width: 1300px;
    margin: auto;
}

.main_wrap .mt60 {
    margin-top: 60px;
}

.header_sthj {
    padding-top: 40px;
    height: 567px;
    box-sizing: border-box;
}

.header_sthj .l a {
    display: block;
}

.header_sthj .r a:first-child {
    font-size: 18px;
    color: #0b6742;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 145px;
    padding-left: 40px;
    line-height: 37px;
    margin-right: 30px;
    border-radius: 20px;
    background: url(wza.png) no-repeat 13px center;
}

.header_sthj .r a:last-child {
    display: block;
    width: 130px;
    height: 37px;
    padding-left: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    color: #0b6742;
    background: url(${root_path}material/xxgcsthjfd/images/back.png) no-repeat left center;
    border-radius: 20px;
    float: right;
}

.book {
    width: 1065px;
    height: 514px;
    background: url(${root_path}material/xxgcsthjfd/images/book_bg.png) center no-repeat;
    margin: auto;
    position: relative;
}

.book_l {
    position: absolute;
    width: 334px;
    height: 390px;
    top: 70px;
    left: 140px;
    text-align: center;
}

.book_l a {
    cursor: auto;
}

.book_l span {
    font-size: 20px;
    color: #0b6742;
    font-weight: bold;
    display: block;
}

.book_r {
    position: absolute;
    width: 380px;
    height: 370px;
    top: 60px;
    right: 109px;
}

.book_r .book_r_con p {
    font-size: 16px;
    color: #0b6742;
    line-height: 34px;
    text-align: justify;
    text-indent: 2em;
}

.book_r .book_btn {
    margin-top: 20px;
}

.book_r .book_btn a {
    width: 165px;
    height: 55px;
    line-height: 51px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: left;
    padding-left: 53px;
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    transition: 0.5s;
}

.book_r .book_btn a:first-child {
    background: url(book_btn_1.png) left center no-repeat;
}

.book_r .book_btn a:hover:first-child {
    background: url(book_btn_1_on.png) left center no-repeat;
}

.book_r .book_btn a::after {
    content: "";
    width: 24px;
    height: 19px;
    position: absolute;
    background: url(book_btn_1_icon.png) center no-repeat;
    left: 19px;
    top: 16px;
}

.book_r .book_btn a:last-child::after {
    background: url(${root_path}material/xxgcsthjfd/images/book_btn_2_icon.png) center no-repeat;
    left: 28px;
}

.book_r .book_btn a:last-child {
    background: url(${root_path}material/xxgcsthjfd/images/book_btn_2.png) left center no-repeat;
    padding-left: 63px;
}

.book_r .book_btn a:hover:last-child {
    background: url(${root_path}material/xxgcsthjfd/images/book_btn_2_on.png) left center no-repeat;
}

.con_list {
    width: 100%;
    background: url(${root_path}material/xxgcsthjfd/images/bg2.png) top center no-repeat;
    margin-top: 80px;
}


/* 列表 */

.con_list .title {
    text-align: center;
    position: relative;
}

.con_list .title a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #73b17a;
}

.xxgc .xxgc_con {
    margin-top: 70px;
}

.xxgc .xxgc_con ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}

.xxgc .xxgc_con ul li {
    width: 625px;
    /* 删除 float、height:80px */
    border: 1px solid #0b6742;
    box-sizing: border-box;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.5s;
    height: 80px;
}

.xxgc .xxgc_con ul li::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    height: 46px;
    background-color: #b09603;
}

.xxgc .xxgc_con ul li a {
    line-height: 30px;
    display: block;
    flex: 1;
    text-decoration: none;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: bold;
}

.xxgc .xxgc_con ul li span {
    flex-shrink: 0;
    white-space: nowrap;
    color: #999;
}

.xxgc .xxgc_con ul li:hover {
    border: 1px solid #333;
}

.xxgc .xxgc_con ul li a:hover {
    color: #0b6742;
    font-weight: bold;
}

.ssfd {
    margin-top: 70px;
}

.ssfd_con {
    margin-top: 65px;
    padding-bottom: 110px;
}

.ssfd_con ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /* 卡片之间间距，可修改 */
}

.ssfd_con ul li {
    flex: 0 0 calc(25% - 12px);
    /* 4个一行，减去gap补偿 */
    box-sizing: border-box;
    height: 266px;
    box-shadow: 0 4px 12px #daefe2;
    background-color: #fff;
    transition: 0.5s;
}

.ssfd_con ul li:hover {
    box-shadow: 0 4px 12px #0b6742;
}

.ssfd_con ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    position: relative;
}

.ssfd_con ul li:hover span {
    color: #0b6742;
    font-weight: bold;
}

.ssfd_con ul li a img {
    width: 100%;
    height: 177px;
    display: block;
}

.ssfd_con ul li a span {
    margin-top: 13px;
    text-align: justify;
    line-height: 28px;
    padding: 0 20px;
    font-size: 18px;
}

.ssfd_con ul li a i {
    width: 60px;
    height: 60px;
    display: block;
    opacity: 1;
    position: absolute;
    left: 50%;
    cursor: pointer;
    top: 90px;
    background: url(https://www.nmg.gov.cn/material/2025/images/llnmg_nmggk_sp_xtb.png) no-repeat center;
    z-index: 9;
    transform: translate(-50%, -50%);
}


/* 列表结束 */

.footer {
    border-top: 4px solid #0b6742;
}

.footer-con .item2 ul li a:hover {
    color: #0b6742;
}

.yqlj-box ul li:hover>a {
    color: #0b6742;
}

.yqlj-box ul li.show span {
    color: #0b6742;
}

.yqlj-box ul li .yqlj_list a:hover {
    color: #0b6742;
}

.footer-con .item3 ul li a:hover {
    color: #0b6742;
}