.main-box {
    overflow: hidden;
    background: url(/web2025/2025lg_72.png);
    background-size: cover;
}

.main_part1 {
    text-align: center;
    padding: 78px 0 88px;
}

.main_part1 .swiper-slide span {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 54px;
}

.main_part1 .swiper-slide a {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #125DB2;
    line-height: 1;
}

.main_part1 .main_part1_pagination {
    bottom: 52px;
}

.main_part2 {
    overflow: hidden;
}

.main_part2_left {
    width: 50%;
    float: left;
}

.main_part2_left .swiper-slide a {
    display: block;
    position: relative;
}

.main_part2_left .swiper-slide a p {
    background-color: rgba(0, 0, 0, .5);
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #F7F7F7;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_part2_left .swiper-slide a p span {
    display: block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_part2_left .swiper-slide a img {
    width: 100%;
    height: 392px;
}

.main_part2_left .main_part2_pagination {
    width: auto;
    right: 20px;
    bottom: 5px;
    left: auto;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #F7F7F7;
}

.main_part2_left .main_part2_pagination .swiper-pagination-current {
    font-size: 30px;   
}

.main_part2_right {
    width: 50%;
    float: right;
    padding-left: 60px;
}

.swiper-pagination-bullet {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 7px;
    background: #125DB2;
    border-radius: 4px;
}

.main_part_tab {
    border-bottom: 1px solid #3366CC;
}

.main_part_tab ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.main_part_tab ul li {
    float: left;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.main_part_tab ul li span {
    display: inline-block;
    padding-bottom: 10px;
}

.main_part_tab ul .partActive a {
    color: #3366CC;
    display: block;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.main_part_tab ul .partActive a span {
    position: relative;
}

.main_part_tab ul .partActive a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #3366CC;
}

.main_part_item {
    display: none;
}

.main_part_content .partActive {
    display: block;
}

.main_part_content ul {
    margin-top: 40px;
}

.main_part_content ul li {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 32px;
}

.main_part_content ul li:last-child {
    margin-bottom: 0;
}

.main_part_content ul li a {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main_part_content ul li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: inline-block;
}

.main_part_content ul li a i {
    color: #B4B4B4;
    font-style: normal;
}

.main_part_content ul li a font {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 0px 10px;
}

.main_part_content ul li a font.yellow {
    background-color: #FFC13A;
}

.main_part_content ul li a font.blue {
    background-color: #BCD1F2;
}

.main_part_content ul li a:hover,
.main_part_content ul li a:hover i {
    color: #3879c8;
}

.main_part3 {
    overflow: hidden;
    padding: 63px 0 119px;
    margin: 0 -10px;
}

.main_part3 .swiper-slide {
    padding: 0 10px;
}

.main_part3 .swiper-slide a {
    display: block;
}

.main_part3 .swiper-slide a img {
    width: 100%;
    height: 182px;
}

.main_part3 .main_part3_pagination {
    bottom: 78px;
}

.main_part4 {
    overflow: hidden;
}

.main_part4_left {
    width: 50%;
    float: left;
}

.main_part4_left .main_part_tab ul {
    justify-content: flex-start;
}

.main_part4_left .main_part_tab ul li {
    margin-right: 30px;
}

.main_part4_left .main_part_tab ul li:last-child {
    margin-right: 0;
}

.main_part4_left .main_part_content ul li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.main_part4_links,
.main_part4_icon {
    overflow: hidden;
    margin: 0 -9px;
}

.main_part4_item {
    float: left;
    width: 33.33333333333333%;
    padding: 0 9px;
}

.main_part4_item a {
    display: block;
}

.main_part4_links {
    margin-top: 34px;
    margin-bottom: 20px;
}

.main_part4_links img {
    width: 100%;
}

.main_part4_icon .main_part4_item a {
    background: #E8F5FF;
    border-radius: 5px;
    border: 1px solid #C3D7F7;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main_part4_icon .main_part4_item a img {
    margin-right: 20px;
}

.main_part4_item a:hover {
    opacity: 0.8;
}

.main_part4_icon .main_part4_item a:hover {
    border: 1px solid #125db2;
}

.main_part4_right {
    width: 50%;
    float: right;
    padding-left: 60px;
}

.main_part4_search {
    background: url(/web2025/2025lg_24.png);
    background-size: 100% 100%;
    padding: 43px 85px 36px 81px;
}

.main_part4_search span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 36px;
    line-height: 1;
}

.main_part4_search div {
    padding: 5px 0;
    display: flex;
}

.main_part4_search div input,
.main_part4_search div select {
    padding: 0 20px;
    width: 360px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid transparent;
}

.main_part4_search div select option:checked {
    color: #333333;
}

.main_part4_search div select:focus-visible {
    outline: none;
}

.main_part4_search div a {
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

#search {
    background: #32C273;
}

#reset {
    background: #0377CE;
}

.main_part4_hrefBox {
    overflow: hidden;
    margin: 3px -10px -10px;
}

.main_part_href {
    width: 50%;
    float: left;
    padding: 10px;
}

.main_part_href a {
    display: block;
}

.main_part_href a img {
    width: 100%;
}

.main_part_href a:hover {
    opacity: 0.8;
}

.main_part5 {
    overflow: hidden;
    margin: 87px 0 83px;
}

.main_part5_left {
    width: 37%;
    float: left;
    padding-right: 39px;
}

.main_part5_top {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(195,215,247,0.3);
    border-radius: 8px;
    padding: 22px 30px 17px;
}

.main_part_title span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
}

.titleActive span {
    color: #125DB2;
    position: relative;
}

.main_part_body {
    margin-top: 35px;
    overflow: hidden;
}

.main_part_title.titleActive span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #125DB2;
}

.main_part5_item {
    float: left;
    width: 25%;
    padding: 0 9px;
    margin-bottom: 23px;
}

.main_part5_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_part5_item a img {
    max-width: 100%;
}

.main_part5_item a p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 14px;
    line-height: 1;
}

.main_part5_item a:hover{
    opacity: 0.8;
}

.main_part5_bottom {
    margin-top: 27px;
}

.main_part5_bottom a {
    display: block;
}

.main_part5_bottom a img {
    width: 100%;
}

.main_part5_right {
    width: 63%;
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(195,215,247,0.3);
    border-radius: 8px;
}

.main_part5_tab ul {
    overflow: hidden;
}

.main_part5_tab ul li {
    float: left;
    width: 50%;
    background: linear-gradient(-90deg, #EBF4FB 0%, #CDE6FB 100%);
    padding: 20px 0 7px;
}

.main_part5_tab ul li:first-child {
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.main_part5_tab ul li:last-child {
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
}

.main_part5_tab ul .part5Active {
    background: #FFFFFF;
    position: relative;
}

.main_part5_tab ul li:first-child.part5Active::after {
    content: '';
    position: absolute;
    left: 92%;
    margin: auto;
    top: -7px;
    width: 70px;
    height: 40px;
    background-color: #CDE6FB;
    transform: rotateZ(55deg);
    -webkit-transform: rotateZ(55deg);
    -moz-transform: rotateZ(55deg);
    -ms-transform: rotateZ(55deg);
    -o-transform: rotateZ(55deg);
}

.main_part5_tab ul li:last-child.part5Active::before {
    content: '';
    position: absolute;
    right: 92%;
    margin: auto;
    top: -7px;
    width: 70px;
    height: 40px;
    background-color: #EBF4FB ;
    transform: rotateZ(-55deg);
    -webkit-transform: rotateZ(-55deg);
    -moz-transform: rotateZ(-55deg);
    -ms-transform: rotateZ(-55deg);
    -o-transform: rotateZ(-55deg);
}

.main_part5_content {
    overflow: hidden;
    padding: 30px 39px 13px;
    display: none;
}

.main_part5_box {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 21px;
}

.main_part5_box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 108px;
    background: #F4F9FD;
    border: 1px solid transparent;
}

.main_part5_box a img {
    max-width: 100%;
    margin-bottom: 11px;
}

.main_part5_box a p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.main_part5_box a:hover {
    border: 1px solid #81bbe6;
}

.main_part6 {
    overflow: hidden;
}

.main_part6_left {
    width: 61%;
    float: left;
}

.main_part6_left .main_part_content ul li a span {
    width: 90%;
    line-height: 24px;
}

.main_part6_right {
    width: 39%;
    float: right;
    padding-left: 70px;
    overflow: hidden;
    margin: 0 -10px;
}

.main_part6_item {
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-bottom: 10px;
}

.main_part6_item a {
    display: block;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_part6_item a p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 14px;
}

.main_part6_item a:hover {
    opacity: 0.8;
}

#zx {
    background: url(/web2025/2025lg_53.png) no-repeat center center;
}

#ts {
    background: url(/web2025/2025lg_55.png) no-repeat center center;
}

#sj {
    background: url(/web2025/2025lg_57.png) no-repeat center center;
}

#ms {
    background: url(/web2025/2025lg_59.png) no-repeat center center;
}

#zsk {
    background: url(/web2025/2025lg_61.png) no-repeat center center;
}

#ly {
    background: url(/web2025/2025lg_63.png) no-repeat center center;
}

.main_part7_swiper {
    overflow: hidden;
    margin: 0 -10px;
    padding: 75px 0;
}

.main_part7 .swiper-slide {
    padding: 0 10px;
}

.main_part7 .swiper-slide a {
    display: block;
}

.main_part7 .swiper-slide a img {
    width: 100%;
}

.main_part7 .swiper-slide a p {
    text-align: center;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.main_part7 .main_part7_pagination {
    bottom: 58px;
}

.main_part7 .main_part7_prev,
.main_part7 .main_part7_next {
    top: 40%;
    height: 30px;
}

.main_part7 .main_part7_prev {
    left: -30px;
}

.main_part7 .main_part7_next {
    right: -30px;
}

.main_part_ydd {
    display: none;
}

.main_part_pc {
    display: block;
}

.main_part_position {
    position: relative;
}

.main_part_absolute {
    position: absolute;
    left: 50%;
    top: 5px;
    background-color: #ffffff;
    width: 0;
    transform: translateX(-50%)
}

.main_part_absolute img {
    width: 0;
}

.main_part_position:hover .main_part_absolute {
    width: auto;
}

.main_part_position:hover .main_part_absolute img {
    width: 120px;
}

/* 信息公开 */
.content_box {
    background: url(/web2025/2025lg_94.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}

.xxgk_part1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 -6px;
}

.xxgk_part1_item {
    width: 20%;
    padding: 0 6px;
    transition: 0.7s all;
}

.xxgk_part1_box {
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 37px 67px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.xxgk_part1_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(3, 119, 206, .2);
    border-radius: 10px;
    z-index: 23;
}

.xxgk_part1_iconBox {
    float: left;
    text-align: center;
}

.xxgk_part1_icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(3, 119, 206, .2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.xxgk_part1_icon img {
    max-width: 100%;
}

.xxgk_part1_iconBox p {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin: 12px auto 0;
    width: 88px;
    height: 21px;
    line-height: 21px;
}

.xxgk_jc .xxgk_part1_icon {
    background: rgba(3, 119, 206, .2);
}

.xxgk_jc .xxgk_part1_box::before {
    background: rgba(3, 119, 206, .4);
}

.xxgk_zx .xxgk_part1_icon {
    background: rgba(50, 194, 115, .2);
}
.xxgk_zx .xxgk_part1_box::before {
    background: rgba(50, 194, 115, .4);
}

.xxgk_gl .xxgk_part1_icon {
    background: rgba(59, 168, 245, .2);
}

.xxgk_gl .xxgk_part1_box::before {
    background: rgba(59, 168, 245, .4);
}

.xxgk_fw .xxgk_part1_icon {
    background: rgba(50, 174, 194, .2);
}

.xxgk_fw .xxgk_part1_box::before {
    background: rgba(50, 174, 194, .4);
}

.xxgk_jg .xxgk_part1_icon {
    background: rgba(255, 177, 64, .2);
}

.xxgk_jg .xxgk_part1_box::before {
    background: rgba(255, 177, 64, .4);
}

.xxgk_part1_text {
    float: right;
    width: 0;
    overflow: hidden;
    transition: .8s;
}

.xxgk_part1_text a {
    display: inline-block;
    background: #C4DFF4;
    border-radius: 2px;
    width: 0;
    height: 35px;
    line-height: 35px;
    /* margin-bottom: 15px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .8s;
}

.xxgk_part1_text a:last-child {
    margin-bottom: 0;
}

.xxgk_part1_active {
    width: 38.9%;
}

.xxgk_part1_active .xxgk_part1_iconBox {
    width: 50%;
}

.xxgk_part1_active .xxgk_part1_text {
    width: 50%;
}

.xxgk_part1_active .xxgk_part1_text a {
    width: 156px;
}

.xxgk_part2 {
    overflow: hidden;
    padding: 40px 0;
}

.xxgk_part2_left,
.xxgk_part4_left {
    width: 58%;
    float: left;
}

.xxgk_part2_list,
.xxgk_part4_list {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 31px 28px;
}

.xxgk_part2_left .main_part_tab ul,
.xxgk_part4_left .main_part_tab ul {
    justify-content: flex-start;
}

.xxgk_part2_left .main_part_tab ul li,
.xxgk_part4_left .main_part_tab ul li {
    margin-right: 30px;
}

.xxgk_part2_left .main_part_tab ul li:last-child,
.xxgk_part4_left .main_part_tab ul li:last-child {
    margin-right: 0;
}

.xxgk_part2_left .main_part_content ul li a,
.xxgk_part4_left .main_part_content ul li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.xxgk_part2_links {
    overflow: hidden;
    margin: 20px -10px 0;
}

.xxgk_part2_links_item {
    float: left;
    width: 33.3333333333333333333333333%;
    padding: 0 10px;
}

.xxgk_part2 .xxgk_part2_links_item {
    width: 33.3333333333333333333333333%;
}

.xxgk_part4 .xxgk_part2_links_item {
    width: 50%;
}

.xxgk_part2_links_item a {
    display: block;
}

.xxgk_part2_links_item a img {
    width: 100%;
    height: 120px;
}

.xxgk_part2_right,
.xxgk_part4_right {
    float: right;
    width: 42%;
    padding-left: 20px;
}

.xxgk_part2_icons {
    padding: 31px 27px;
    background: #FFFFFF;
    border-radius: 10px;
}

.xxgk_part_title {
    margin-bottom: 42px;
}

.xxgk_part_title span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.xxgk_part_content {
    overflow: hidden;
}

.xxgk_part2_swiper {
    padding-bottom: 16px;
    margin: 0 -10px;
}

.xxgk_part2_swiper .swiper-slide {
    overflow: hidden;
}

.xxgk_part2_item {
    width: 33.33333333333333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.xxgk_part2_item a {
    display: block;
    background: #E8F5FF;
    border-radius: 8px;
    border: 1px solid #C3D7F7;
    width: 100%;
    height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xxgk_part2_item a img {
    margin-bottom: 10px;
}

.xxgk_part2_item a p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.xxgk_part2_swiper .xxgk_part2_pagination  {
    bottom: 0px;
}

.xxgk_part3 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 31px 28px;
}

.xxgk_part3 .xxgk_part_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
}

.xxgk_part3_item {
    padding: 0 10px;
}

.xxgk_part3_item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    width: 151px;
    height: 181px;
    text-align: center;
    line-height: 181px;
    padding-top: 26px;
}

.xxgk_part3_item a p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.xxgk_part3_img {
    width: 70px;
    height: 70px;
    background: rgba(3, 119, 206, .5);
    box-shadow: 0px 3px 10px 0px rgba(120,188,239,0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-bottom: 15px;
}

.xxgk_xxgk .xxgk_part3_img {
    background: rgba(3, 119, 206, .5);
    box-shadow: 0px 3px 10px 0px rgba(120,188,239,0.8);
}

.xxgk_qzfxx .xxgk_part3_img {
    background: rgba(50, 194, 115, .5);
    box-shadow: 0px 3px 10px 0px rgba(135,221,175,0.8);
}

.xxgk_qbmxx .xxgk_part3_img {
    background: rgba(59, 168, 245, .5);
    box-shadow: 0px 3px 10px 0px rgba(127,193,240,0.8);
}

.xxgk_ggqsydw .xxgk_part3_img {
    background: rgba(19, 99, 159, .5);
    box-shadow: 0px 3px 10px 0px rgba(89,158,210,0.8);
}

.xxgk_xxgkzn .xxgk_part3_img {
    background: rgba(50, 173, 194, .5);
    box-shadow: 0px 3px 10px 0px rgba(106,207,223,0.8);
}

.xxgk_xxgknb .xxgk_part3_img {
    background: rgba(237, 160, 49, .5);
    box-shadow: 0px 3px 10px 0px rgba(239, 178, 91, 0.8);
}

.xxgk_ysqgk .xxgk_part3_img {
    background: rgba(139, 87, 223, .5);
    box-shadow: 0px 3px 10px 0px rgba(150,96,236,0.8);
}

.xxgk_fzzfjs .xxgk_part3_img {
    background: rgba(86, 84, 238, .5);
    box-shadow: 0px 3px 10px 0px rgba(114,112,247,0.8);
}

.xxgk_part4 {
    padding: 40px 0;
    overflow: hidden;
}

.xxgk_part4_right .main_part4_search {
    background: url(/web2025/2025lg_123.png);
    background-size: 100% 100%;
    padding: 40px 85px 34px 81px;
}

.xxgk_part4_right .main_part4_search span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 30px;
    color: #125DB2;
}

.xxgk_part4_right #search {
    background: #66BABC;
    border-radius: 5px;
}

.xxgk_part4_right #reset {
    background: #6B9AC6;
    border-radius: 5px;
}

.xxgk_part4_rmzfgb {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xxgk_part4_rmzfgb {
    padding: 40px 45px;
    overflow: hidden;
}

.xxgk_part4_gh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    float: left;
}

.xxgk_part4_gh img {
    margin-bottom: 23px;
    max-width: 100%;
}

.xxgk_part4_gh p {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 1;
}

.xxgk_part4_search {
    float: right;
    width: 60%;
}

.xxgk_part4_select {
    color: #6B9AC6;
    border-bottom: 1px solid #E1E1E1;
}

.xxgk_part4_select label {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}

.xxgk_part4_select select {
    margin-left: 10px;
    vertical-align: middle;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    border: none;
    width: calc(100% - 66px);
    margin: 9px 0;
    border: 1px solid transparent;
}

#xxgk_search {
    display: block;
    background: #66BABC;
    border-radius: 5px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 25px;
    padding: 15px 0;
    text-align: center;
}

.xxgk_part5 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 31px;
}

.xxgk_part5 .xxgk_part_content {
    margin: 0 -10px;
}

.xxgk_part5_item {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.xxgk_part5_item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    padding: 18px 17px 18px;
}

.xxgk_part5_item a span {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-left: 9px;
    line-height: 1;
}
/* 信息公开end */

/* 通用列表页 */
.content_list {
    overflow: hidden;
    padding: 24px 21px;
    background: #FFFFFF;
    border-radius: 10px;
}

.contentList_left {
    float: left;
    width: 232px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.contentList_left ul li {
    text-align: center;
    border-bottom: 2px solid transparent;
}

.contentList_left ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
    background-color: #f5f7fa;
    border-left: 7px solid #52a0e0;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.contentList_left ul li .listActive,
.contentList_left ul li a:hover {
    color: #f04144;
    border-left: 7px solid #f04144;
}

.contentList_left_title {
    background: url(/web2025/2025lg_142.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 32px 0;
}

.contentList_left_title font {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
}

.contentList_right {
    /* border-left: 1px solid #eeeeee; */
    padding-left: 38px;
    float: right;
    width: calc(100% - 232px);
}

.contentList_right_item {
    margin-top: 5px;
    margin-bottom: 30px;
}

.contentList_right_item_title {
    padding: 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.contentList_right_item_title font {
    float: left;
    color: rgb(0, 119, 204);
    cursor: pointer;
    font: 20px 微软雅黑;
}

.contentList_right_item_title a {
    float: right;
    display: block;
    color: rgb(102, 102, 102);
    margin-top: 3px;
    font: 15px 微软雅黑;
}

.contentList_right_item_content {
    margin-top: 15px;
    margin-left: 5px;
}

.contentList_right_item_content ul li {
    padding: 10px 10px;
    position: relative;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.contentList_right_item_content ul li:nth-child(2n) {
    background: #f6f6f6;
}

.contentList_right_item_content ul li a {
    display: block;
    font-size: 18px;
    overflow: hidden;
    color: rgb(85, 85, 85);
}

.contentList_right_item_content ul li a span {
    width: 85%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentList_right_item_content ul li a i {
    font-style: normal;
    width: 10%;
    float: right;
    text-align: right;
}

.contentList_right_item_content ul li:hover {
    border-radius: 5px;
    background: #e6e6e6;
}

.contentList_right_item_content ul li:hover a {
    color: #0077cc;
}
/* 通用列表页end */

/* 公报列表页 */
.gb_List ul li,
.gb_List ul li a,
.gb_List ul li .listActive, 
.gb_List ul li a:hover {
    border: none;
    background-color: transparent;
}

.gb_List ul li>a {
    position: relative;
}

.gb_List ul li>a img {
    display: none;
    position: absolute;
    right: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gb_List ul li .listActive, 
.gb_List ul li>a:hover {
    color: #333333;
    background: rgba(120, 188, 239, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(120,188,239,0.4);
    border-radius: 0px;
}

.gb_List ul li .listActive img, 
.gb_List ul li>a:hover img {
    display: inline-block;
}

.gb_List .contentList_left_title {
    margin-bottom: 29px;
}

.gb_List ul li dl {
    background: #F2F8FC;
}

.gb_List ul li dl dd a:hover,
.gb_List ul li dl dd .listActivedd {
    color: #0377CE;
}

.gb_List ul li dl .listActivedd {
    
}

.gb_List ul li dl {
    height: 0;
    transition: .5s;
    overflow: hidden;
}

.gb_List ul li:hover dl {
    height: auto;
}

.gb_List ul .listActive+dl {
    height: auto;
}

.contentList_right_item_content ol li div {
    text-align: center;
    padding-bottom: 20px;
}

.contentList_right_item_content ol li div img {
    max-width: 100%;
}

.contentList_right_item_content ol li a {
    background: #FFFFFF;
    padding: 17px 20px 17px 38px;
    display: block;
    overflow: hidden;
    position: relative;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.contentList_right_item_content ol li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #C3D7F7;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.contentList_right_item_content ol li:nth-child(2n) a {
    background: #EEF7FD;
}

.contentList_right_item_content ol li a span {
    width: 85%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentList_right_item_content ol li a i {
    width: 10%;
    float: right;
    text-align: right;
    font-style: normal;
}

.contentList_right_item_content ol li a:hover {
    color: #3879C8;
}

.contentList_right_item_content ol li a:hover::before {
    background: #3879C8;
}
/* 公报列表页end */

/* 领导成员列表页 */
.ldcyList_box {
    overflow: hidden;
    padding: 30px 86px;
    background: #FFFFFF;
    border-radius: 10px;
}

.ldcyList_title {
    text-align: center;
}

.ldcyList_title span {
    font-family: SourceHanSansCN;
    font-weight: 800;
    font-size: 42px;
    color: #125DB2;
    display: block;
    line-height: 1;
    padding: 15px 0;
}

.ldcyList_title img {
    max-width: 80%;
}

.ldcyList_con {
    overflow: hidden;
}

.ldcyList_item {
    border-bottom: 1px solid #CDE4F6;
    padding: 60px 46px;
    overflow: hidden;
    position: relative;
}

.ldcyList_item:last-child {
    border-bottom: none;
}

.ldcyList_item_title {
    position: absolute;
    top: 10px;
    z-index: 55;
}

.ldcyList_item_title span {
    font-size: 24px;
    background-color: #2f92dc;
    color: #ffffff;
    display: block;
    line-height: 1;
    text-align: center;
    padding: 10px;
}

.ldcyList_item_left {
    float: left;
    text-align: center;
    padding: 12px 17px;
    width: 193px;
}

.ldcyList_item_left img {
    max-width: 100%;
    position: relative;
}

.ldcyList_item_left span {
    width: 100%;
    position: relative;
    display: block;
}

.ldcyList_item_left span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #DCE9FC;
    transform: rotateZ(7deg);
}

.ldcyList_item_right {
    float: right;
    width: calc(100% - 193px);
    padding-left: 47px;
}

.ldcyList_item_right>div {
    display: block;
    margin-bottom: 25px;
}

.ldcyList_item_right>div i {
    font-style: normal;
    background: #E8F2FF;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #125DB2;
    display: inline-block;
    vertical-align: top;
    max-width: 18%;
}

.ldcyList_item_right>div p {
    display: inline-block;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-left: 20px;
    line-height: 36px;
    width: 80%;
}

.ldcyList_item_right>div p span {
    display: block;
}
/* 领导成员列表页end */

@media (max-width: 1400px) {
    .main_part1 .swiper-slide span {
        font-size: 30px;
    }

    .main_part_tab ul li {
        font-size: 20px;
    }

    .main_part_content ul {
        margin-top: 20px;
    }

    .main_part_content ul li {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .main_part4_search {
        padding: 30px 40px;
    }

    .main_part4_search span {
        margin-bottom: 25px;
        font-size: 36px;
    }

    .main_part5_top {
        padding: 20px;
    }

    .main_part5_content {
        padding-top: 20px;
    }

    .main_part6_left .main_part_content ul li a span {
        width: 85%;
    }

    .main_part6_item a {
        height: 90px;
    }

    .main_part5_tab ul li:last-child.part5Active::before {
        right: 89%;
    }

    .main_part5_tab ul li:first-child.part5Active::after {
        left: 89%;
    }

    .main_part2_left .swiper-slide a img {
        height: 303px;
    }

    .main_part3 .swiper-slide a img {
        height: 140px;
    }

    .main_part7 .main_part7_prev, .main_part7 .main_part7_next {
        top: 36%;
    }

    /* 信息公开 */
    .xxgk_part1_box {
        padding: 20px 40px;
    }

    .xxgk_part1_icon {
        width: 60px;
        height: 60px;
    }

    .xxgk_part1_icon img {
        width: 30px;
    }

    .xxgk_part1_text a {
        width: 120px;
        font-size: 14px;
    }

    .xxgk_part1_iconBox p {
        width: 60px;
        font-size: 15px;
    }

    .xxgk_part2_links_item a img {
        height: 90px;
    }

    .xxgk_part2_icons {
        padding: 20px;
    }

    .xxgk_part_title span {
        font-size: 20px;
    }

    .xxgk_part_title {
        margin-bottom: 20px;
    }

    .xxgk_part2_item,
    .xxgk_part3_item,
    .xxgk_part5_item {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .xxgk_part2_swiper,
    .xxgk_part3 .xxgk_part_content,
    .xxgk_part5 .xxgk_part_content {
        margin: 0 -5px;
    }

    .xxgk_part2_item a {
        height: 99px;
    }

    .xxgk_part2_item a img {
        width: 30px;
        height: 30px;
    }

    .xxgk_part2_item a p {
        font-size: 16px;
        text-align: center;
    }

    .xxgk_part3 {
        padding: 20px;
    }

    .xxgk_part3_item {
        width: 12.5%;
    }

    .xxgk_part3_item a {
        width: 100%;
        height: 150px;
        padding-top: 15px;
    }

    .xxgk_part3_img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .xxgk_part3_img img {
        width: 30px;
    }

    .xxgk_part3_item a p {
        font-size: 15px;
    }

    .xxgk_part4_right .main_part4_search {
        padding: 30px 40px;
    }

    .xxgk_part4_rmzfgb {
        padding: 34px 20px;
    }

    .xxgk_part4_right .main_part4_search span {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .main_part4_search div a {
        font-size: 18px;
    }

    .xxgk_part4_gh img {
        width: 68px;
    }

    .xxgk_part4_gh p {
        font-size: 20px;
    }

    .xxgk_part4_select select {
        margin: 5px 0;
    }

    #xxgk_search {
        margin-top: 10px;
        padding: 10px 0;
    }

    .xxgk_part4_select label,
    .xxgk_part4_select select {
        font-size: 14px;
    }

    .xxgk_part4_select select {
        width: calc(100% - 48px);
    }

    #xxgk_search {
        font-size: 16px;
    }

    .xxgk_part5 {
        padding: 20px 20px 10px;
    }

    .xxgk_part5_item a {
        padding: 15px 10px;
    }
    /* 信息公开end */

    /* 通用列表页 */
    .contentList_right_item_content ul li a i {
        width: 15%;
    }
    /* 通用列表页end */

    /* 公报列表页 */
    .contentList_right_item_content ol li a i {
        width: 16%;
    }

    .contentList_right_item_content ol li a span {
        width: 84%;
    }
    /* 公报列表页end */
}

@media (max-width: 992px) {
    .main_part1 .swiper-slide span {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .main_part2_left,
    .main_part2_right,
    .main_part4_left,
    .main_part4_right,
    .main_part5_left,
    .main_part5_right,
    .main_part6_left,
    .main_part6_right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

    .main_part2_right,
    .main_part4_right,
    .main_part5_right,
    .main_part6_right {
        margin-top: 30px;
    }

    .main_part1,
    .main_part3,
    .main_part7_swiper {
        padding: 40px 0 60px;
    }

    .main_part1 .main_part1_pagination,
    .main_part3 .main_part3_pagination,
    .main_part7 .main_part7_pagination {
        bottom: 30px;
    }
    
    .main_part5 {
        margin: 40px 0;
    }

    .main_part_tab ul li {
        font-size: 26px;
        margin-right: 15px;
    }

    .main_part_tab ul {
        justify-content: flex-start;
    }

    .main_part6_item {
        width: 33.33333333333333333333333%;
    }

    .main_part6_right {
        width: calc(100% + 20px);
    }

    .main_part5_tab ul li:first-child.part5Active::after,
    .main_part5_tab ul li:last-child.part5Active::before {
        display: none;
    }

    .main_part2_left .swiper-slide a img {
        height: 421px;
    }

    .main_part7 .main_part7_prev, .main_part7 .main_part7_next {
        top: 40%;
    }
    
    /* 信息公开 */
    .xxgk_part1,
    .xxgk_part3 .xxgk_part_content {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .xxgk_part1_item {
        width: 50%;
        margin-bottom: 20px;
    }

    .xxgk_part1_item:last-child {
        margin-bottom: 0;
    }

    .xxgk_part1_iconBox {
        width: 40%;
    }

    .xxgk_part1_text {
        display: inline-block;
        text-align: center;
    }

    .xxgk_part1_text a {
        display: block;
        margin: 0 auto 15px;
    }

    .xxgk_part2_left, 
    .xxgk_part4_left,
    .xxgk_part2_right, 
    .xxgk_part4_right {
        width: 100%;
        padding: 0;
    }

    .xxgk_part2_right, 
    .xxgk_part4_right {
        margin-top: 20px;
    }

    .xxgk_part2,
    .xxgk_part4 {
        padding: 20px 0;
    }

    .xxgk_part2_links_item a img {
        height: 120px;
    }

    .xxgk_part3_item,
    .xxgk_part5_item {
        width: 25%;
    }
    /* 信息公开end */

    /* 通用列表页 */
    .contentList_left,
    .contentList_right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .contentList_left {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin-bottom: 30px;
    }

    .contentList_left ul {
        border-bottom: 1px solid #E5E5E5;
        height: 53px;
        overflow-x: scroll;
        display: -webkit-box;
        white-space: nowrap;
    }

    .contentList_left ul::-webkit-scrollbar {display:none}

    .contentList_left ul li:first-child {
        display: none;
    }

    .contentList_left ul li {
        float: left;
        border: none;
    }

    .contentList_left ul li a {
        border: none;
        background-color: transparent;
        padding: 15px;
    }

    .contentList_left ul li .listActive, 
    .contentList_left ul li a:hover {
        border: none;
        padding: 15px;
        background-color: rgb(0, 119, 204);
        color: #FFFFFF;
    }
    /* 通用列表页end */

    /* 公报列表页 */
    .gb_List ul dl,
    .gb_List ul .listActive+dl,
    .gb_List ul li .listActive img, 
    .gb_List ul li>a:hover img {
        display: none;
    }
    /* 公报列表页end */

    /* 领导成员列表页 */
    .ldcyList_box {
        padding: 30px;
    }

    .ldcyList_item {
        padding: 15px;
    }

    .ldcyList_item_right {
        padding-left: 15px;
    }
    /* 领导成员列表页end */

}

@media (max-width: 768px) {
    .main_part3 .swiper-slide a img {
        height: 126px;
    }

    .main_part_ydd {
        display: block;
    }

    .main_part_pc {
        display: none;
    }

    /* 信息公开 */
    .xxgk_part1_item {
        width: 100%;
    }

    .xxgk_part5_item {
        width: 33.3333333333333333333%;
    }

    .xxgk_part5_item a {
        padding: 0 10px;
        height: 77px;
    }

    .xxgk_part5_item a span {
        display: block;
    }
    /* 信息公开end */

    /* 通用列表页 */
    .contentList_right_item_content ul li a span {
        width: 75%;
    }

    .contentList_right_item_content ul li a i {
        width: 23%;
    }
    /* 通用列表页end */

    /* 公报列表页 */
    .contentList_right_item_content ol li a span {
        width: 73%;
    }

    .contentList_right_item_content ol li a i {
        width: 27%;
    }
    /* 公报列表页end */

    /* 领导成员列表页 */
    .ldcyList_item_left {
        float: none;
        margin: auto;
    }

    .ldcyList_item_right {
        float: none;
        text-align: left;
        width: 100%;
    }
    /* 领导成员列表页end */
}

@media (max-width: 500px) {
    .main_part1 .swiper-slide span {
        font-size: 20px;
        line-height: 24px;
    }

    .main_part1 .swiper-slide a,
    .main_part4_icon .main_part4_item a span,
    .main_part5_box a p,
    .main_part_content ul li a font,
    .main_part6_item a p {
        font-size: 14px;
    }

    .main_part1, 
    .main_part3, 
    .main_part7_swiper {
        padding: 20px 0 40px;
    }

    .main_part1 .main_part1_pagination, 
    .main_part3 .main_part3_pagination, 
    .main_part7 .main_part7_pagination {
        bottom: 15px;
    }

    .main_part2_right, 
    .main_part4_right, 
    .main_part5_right, 
    .main_part6_right,
    .main_part_body,
    .main_part5_bottom {
        margin-top: 20px;
    }

    .main_part_tab ul li {
        font-size: 18px;
        margin-right: 5px;
    }

    .main_part_content ul {
        margin-top: 15px;
    }

    .main_part_content ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main_part3 .swiper-slide,
    .main_part_href {
        padding: 5px;
    }

    .main_part4_links {
        margin: 15px -5px;
    }

    .main_part4_item,
    .main_part6_item {
        padding: 0 5px;
    }

    .main_part4_icon,
    .main_part6_right {
        margin: 0 -5px;
    }

    .main_part4_icon .main_part4_item a img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .main_part4_search {
        padding: 30px;
    }

    .main_part4_search span {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .main_part4_search div input,
    .main_part4_search div select {
        height: 40px;
        padding: 0 10px;
    }

    .main_part4_search div a {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .main_part4_hrefBox {
        margin: 5px -5px -5px;
    }

    .main_part5 {
        margin: 20px 0;
    }

    .main_part_title span {
        font-size: 20px;
    }

    .main_part5_top {
        font-size: 15px;
        padding: 15px 15px 5px;
    }

    .main_part5_item a p {
        font-size: 14px;
        margin-top: 10px;
    }

    .main_part5_item a img {
        width: 40px;
    }

    .main_part5_item,
    .main_part5_box {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .main_part5_content {
        padding: 15px 15px 0;
    }

    .main_part5_box a img {
        width: 30px;
        margin-bottom: 5px;
    }

    .main_part5_box a,
    .main_part6_item a {
        height: 80px;
    }

    .main_part6_left .main_part_content ul li a span {
        width: 80%;
    }

    .main_part6_item a img {
        width: 25px;
    }

    .main_part6_right {
        margin-top: 20px;
        width: calc(100% + 10px);
    }

    .main_part7_swiper {
        margin: 0;
    }

    .main_part7 .swiper-slide {
        padding: 0;
    }

    .main_part7 .swiper-slide a p {
        margin-top: 10px;
        font-size: 16px;
    }

    .main_part2_left .swiper-slide a img {
        height: 182px;
    }

    .main_part3 .swiper-slide a img {
        height: 106px;
    }

    /* 信息公开 */
    .content_box,
    .xxgk_part2, 
    .xxgk_part4 {
        padding: 15px 0;
    }

    .xxgk_part2_right, 
    .xxgk_part4_right {
        margin-top: 15px;
    }

    .xxgk_part1_item {
        margin-bottom: 15px;
    }

    .xxgk_part1_item:last-child {
        margin-bottom: 0;
    }

    .xxgk_part2_list, 
    .xxgk_part4_list,
    .xxgk_part2_icons,
    .xxgk_part3,
    .xxgk_part4_rmzfgb {
        padding: 15px;
    }

    .xxgk_part2_links_item a img {
        height: 60px;
    }

    .xxgk_part2_links {
        margin: 15px -5px 0;;
    }

    .xxgk_part2_links_item {
        padding: 0 5px;
    }

    .xxgk_part3_item, 
    .xxgk_part5_item {
        width: 50%;
    }

    .xxgk_part4_right .main_part4_search {
        padding: 30px;
    }

    .main_part4_search div input, 
    .main_part4_search div select {
        width: 80%;
        height: 40px;
        padding: 0 10px;
    }

    .xxgk_part4_gh p {
        font-size: 18px;
    }
    /* 信息公开end */

    /* 通用列表页 */
    .content_list {
        padding: 15px;
    }

    .contentList_left ul li a,
    .contentList_left ul li .listActive, 
    .contentList_left ul li a:hover {
        padding: 5px;
        font-size: 16px;
    }

    .contentList_left ul {
        height: 33px;
    }

    .contentList_left {
        margin-bottom: 15px;
    }

    .contentList_right_item_title font {
        font-size: 16px;
    }

    .contentList_right_item_title a,
    .contentList_right_item_content ul li a {
        font-size: 14px;
    }

    .contentList_right_item_content {
        margin-top: 0;
        margin-left: 0;
    }

    .contentList_right_item_content ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .contentList_right_item_title {
        padding: 5px 0;
    }

    .contentList_right_item_content ul li a span {
        width: 68%;
    }

    .contentList_right_item_content ul li a i {
        width: 30%;
    }

    .contentList_right_item {
        margin-bottom: 0px;
    }
    /* 通用列表页end */

    /* 公报列表页 */
    .contentList_right_item_content ol li a span {
        width: 66%;
    }

    .contentList_right_item_content ol li a i {
        width: 34%;
    }

    .contentList_right_item_content ol li a {
        font-size: 14px;
        padding: 10px 10px 10px 20px;
    }

    .contentList_right_item_content ol li a::before {
        left: 10px;
        width: 4px;
        height: 4px;
    }
    /* 公报列表页end */

    /* 领导成员列表页 */
    .ldcyList_box {
        padding: 15px 0;
    }

    .ldcyList_title {
        overflow: hidden;
    }

    .ldcyList_title span {
        font-size: 20px;
        padding: 0;
    }

    .ldcyList_title img {
        display: none;
    }

    .ldcyList_item {
        padding: 15px 15px 0;
    }

    .ldcyList_item_right>div {
        margin-bottom: 15px;
    }

    .ldcyList_item_right>div i,
    .ldcyList_item_right>div p {
        font-size: 16px;
    }

    .ldcyList_item_right>div i {
        height: 28px;
        line-height: 28px;
    }

    .ldcyList_item_right>div p {
        padding-left: 5px;
        width: 78%;
        line-height: 28px;
    }

    .ldcyList_item_title span {
        font-size: 18px;
        padding: 5px;
    }
    /* 领导成员列表页end */
}
