.bannerImg img {
    width: 100%;
}

.list_title {
    margin: 20px 0 50px;
}

.list_title p {
    font-size: 36px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}

.list_nav {
    margin-bottom: 40px;
}

.list_nav ul {
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: auto;
    padding-bottom: 10px
}

.list_nav ul li {
    display: flex;
    margin: 0 5px;
}

.list_nav ul li a {
    font-size: 18px;
    border-radius: 24px;
    padding: 11px 54px;
    background: #a7c6ea;
    color: #fff;
    transition: .3s;
    white-space: nowrap;
}

.list_nav ul li a:hover {
    background: #125db3;
}

.item_left {
    float: left;
    text-align: center;
    margin-right: 70px;
}

.item_left p {
    font-size: 60px;
    color: #2c79d2;
    margin-bottom: -6px;
}

.item_left span {
    color: #999999;
}

.item_right {
    width: 85%;
    float: left;
}

.item_right p {
    font-size: 20px;
    margin-bottom: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_right span {
    color: #666666;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}

.list_con ul li {
    background: #fff;
}

.list_con ul li+li {
    margin-top: 10px;
}

.list_con ul li a {
    overflow: hidden;
    display: block;
    padding: 50px;
    transition: .3s;
}

.list_con ul li a:hover .item_right p,
.list_con ul li a:hover .item_right span {
    color: #2c79d2;
}

.list_nav ul li a.active {
    background: #125db3;
}

.con_bg {
    background: #f5f7fa;
}

.rightcon a,
#go {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #c3dcf8;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    transition: .3s;
    margin: 0 2px;
}

.rightcon a:hover {
    background: #125db3;
}

#go:hover {
    background: #125db3;
}

.rightcon a.current {
    background: #125db3;
}

.yema {
    margin: 50px 0 70px;
    text-align: center;
}

#num {
    width: 90px;
    line-height: 40px;
    border-radius: 20px;
    background: #c3dcf8;
    font-size: 18px;
    padding: 0 16px;
    margin: 0 2px;
}

.item_2 img {
    width: 100%;
    height: 230px;
}

.item_2 p {
    color: #2c79d2;
    font-size: 20px;
    margin: 14px 0 10px;
}

.item_2 span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    height: 52px;
}

.item_2:hover span {
    color: #2c79d2;
}

.list_con_2 ul li+li+li+li {
    margin-top: 56px;
}

.xxgk_title i {
    font-size: 42px;
    color: #2c79d2;
    margin-right: 16px;
}

.xxgk_title span {
    font-size: 24px;
    font-weight: bold;
}

.xxgk_title a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background: #f7f7f7;
    color: #999999;
    border: 1px solid #cccccc;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.xxgk_title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.xxgk_title a {
    margin-left: auto;
}

.xxgk_part1_item .left span {
    font-size: 60px;
    color: #2c79d2;
}

.xxgk_part1_item .left p {
    color: #999999;
    margin-top: -8px;
}

.xxgk_part1_item .right p {
    font-size: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 14px 0 14px;
}

.xxgk_part1_item .right span {
    font-size: 14px;
    color: #666666;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

.xxgk_part1_item a {
    display: flex;
}

.xxgk_part1_item:hover .right p,
.xxgk_part1_item:hover .right span {
    color: #2c79d2;
}

.xxgk_part1_item .left {
    margin-right: 22px;
}

.xxgk_item {
    background: #fff;
    padding: 15px 30px 35px;
    margin-bottom: 40px;
}

.xxgk_part1_con:nth-child(1) .xxgk_part1_item,
.xxgk_part1_con:nth-child(2) .xxgk_part1_item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.xxgk_item_part2 ul {
    display: flex;
}

.xxgk_item_part2 {
    margin-left: auto;
}

.xxgk_item_part2 ul li {
    font-size: 20px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.xxgk_item_part2 ul li:hover {
    color: #2c79d2;
}

.xxgk_item_part2 ul li.active {
    color: #2c79d2;
}

.xxgk_item_part2 ul li.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2c79d2;
    left: 0;
    bottom: -27px;
}

.xxgk_part2_item ul li a i {
    font-style: normal;
    color: #666666;
}

.xxgk_part2_item ul li a span {
    max-width: 70%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xxgk_part2_item ul li a {
    justify-content: space-between;
    display: flex;
}

.xxgk_part2_item ul li a:hover span,
.xxgk_part2_item ul li a:hover p {
    color: #2c79d2;
}

.xxgk_part2_item ul li+li {
    margin-top: 22px;
}

.xxgk_item_more {
    text-align: center;
    margin-top: 30px;
}

.xxgk_item_more>a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background: #f7f7f7;
    color: #999999;
    border: 1px solid #cccccc;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.xxgk_tab {
    display: none;
}

.xxgk_part3 {
    margin-bottom: 40px;
}

.xxgk_title a:hover {
    background: #125db3;
    color: #fff;
    border: 1px solid #125db3;
}

.xxgk_item_more>a:hover {
    background: #125db3;
    color: #fff;
    border: 1px solid #125db3;
}

.xqy_top h1 {
    color: #444444;
    font-size: 30px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.4;
}

.xqy_mid {
    text-align: center;
    color: #666666;
    padding: 20px 0px 0px;
}

.xqy_mid span {
    display: inline-block;
    margin-right: 20px;
}

.xqy_con {
    padding-bottom: 20px;
    line-height: 2;
    text-align: justify;
    margin-top: 50px;
    font-size: 18px;
    word-break: break-all;
}

.xqy_con img {
    max-width: 100%;
}

.xqy_con p {
    text-indent: inherit !important;
}

.xqy_main {
    border-bottom: 1px solid #e6e6e6;
}

.xqy_con p {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 1.7 !important;
}

.xqy_top {
    margin-top: 40px;
}

.yqfb_item img {
    width: 100%;
}

.yqfb_title {
    background: #e6effa;
    line-height: 80px;
    display: flex;
    align-items: center;
}

.yqfb_title span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 18px 0 28px;
}

.yqfb_title span i {
    font-size: 36px;
    color: #2c79d2;
}

.yqfb_title b {
    font-size: 24px;
    font-weight: normal;
}

.yqfb_main {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 80px;
}

.zjjs_list {
    overflow: hidden;
    margin: -15px;
}

.zjjs_item {
    width: 14.2857142857142%;
    float: left;
    padding: 15px;
}
.zjjs_item a{display: block;}
.zjjs_bottom {
    background: #fff;
    /* line-height: 60px; */
    /* display: flex;
    justify-content: space-between; */
    display: block;
    padding: 8px 18px;
    text-align: center;
}

.zjjs_bottom b {
    display: block;
    font-size: 20px;
    color: #2c79d2;
    padding: 4px 0;
}

.zjjs_bottom span {
    display: block;
    color: #666;
    padding: 4px 0;
}

.zjjs_item img {
    width: 100%;
    /* height: 324px; */
}

.zjjs_xl_left {
    position: relative;
    width: 372px;
    float: left;
    z-index: 2;
}

.zjjs_xl_pic {
    position: absolute;
    left: 130px;
    top: 112px;
    /* border-radius: 80px 5px 60px 60px; */
    max-width:232px;
}

.zjjs_xl_right {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 372px);
    padding: 90px 90px 0 224px;
    background: #fff;
    margin-top: 52px;
    line-height: 1.6;
    min-height: 620px;
}

.zjjs_xl_right_name {
    border-bottom: 1px solid rgba(153, 153, 153, .5);
    padding-bottom: 35px;
    margin-bottom: 46px;
    position: relative;
}

.zjjs_xl_right_name::after {
    position: absolute;
    content: '';
    bottom: -3px;
    width: 5px;
    height: 5px;
    background: rgba(153, 153, 153, .5);
    border-radius: 50%;
}

.zjjs_xl_right_name span {
    display: block;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 520;
    color: #333333;
    margin-bottom: 32px;
}

.zjjs_xl_right_name p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.zjjs_xl_right_con span {
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 520;
    color: #333333;
    margin-bottom: 32px;
}

.zjjs_xl_right_con p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.zjjs_xl_right p {
    font-size: 18px;
    margin-bottom: 34px;
}

.zjjs_xl_wrap {
    margin: 40px 0 80px;
}

.zjjs_xl_name {
    display: none;
    position: absolute;
    left: 220px;
    bottom: 80px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.zjjs_xl_name p:first-child {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 24px;
}

.yygh_top {
    line-height: 1.8;
    margin-bottom: 26px;
}

.item-box-title {
    width: 100%;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.title-left {
    background-color: #FFFFFF;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.title-left::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    background: #999999;
    border-radius: 50%;
}

.item-box-title i {
    font-size: 42px;
    color: #125DB3;
    float: left;
    margin-right: 15px;
}

.item-box-title span {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 58px;
}

.item-box-title font {
    display: block;
    float: right;
    height: 1px;
    background: #999999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    z-index: -1;
}

.yygh_item+.yygh_item {
    margin-top: 40px;
}

.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.view .swiper-container {
    width: 100%;
}

.view .arrow-left {
    background: url(../images/2023ey_08.png) no-repeat center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
    width: 40px;
    height: 64px;
    z-index: 10;
    border-radius: 4px;
    transition: .3s;
}

.view .arrow-right {
    background: url(../images/2023ey_09.png) no-repeat center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    width: 40px;
    height: 64px;
    z-index: 10;
    border-radius: 4px;
    transition: .3s;
}

.view .arrow-left:hover {
    background-color: #2c79d2;
}

.view .arrow-right:hover {
    background-color: #2c79d2;
}

.preview {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.preview .swiper-container {
    width: 100%;
}

.preview .swiper-slide {
    width: 240px;
    height: 136px;
    cursor: pointer;
    margin-right: 20px;
}

.view .swiper-slide a img {
    width: 100%;
    height: 720px;
}

.view .swiper-slide a p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2c79d2;
    padding: 12px 24px;
    border-top-right-radius: 30px;
}

.preview .arrow-left {
    background: url(../images/2023ey_08.png) no-repeat center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 64px;
    z-index: 10;
    border-radius: 4px;
    transition: .3s;
}

.preview .arrow-right {
    background: url(../images/2023ey_09.png) no-repeat center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 64px;
    z-index: 10;
    transition: .3s;
    border-radius: 4px;
}

.preview .arrow-left:hover {
    background-color: #2c79d2;
}

.preview .arrow-right:hover {
    background-color: #2c79d2;
}

.preview img {
    padding: 1px;
    width: 100%;
    height: 136px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
    width: 100%;
}

/* 202305修改 */
.lsyg_con {
    overflow: hidden;
    margin-bottom: 85px;
}

.lsyg_tab {
    float: left;
}

.lsyg_tab ul {
    
}

.lsyg_tab ul li {
    width: 100px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.lsyg_tab ul li:last-child {
    border: none;
}

.lsyg_tab ul li::after {
    position: absolute;
    content: "";
    left: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 8px 0px 8px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #2C79D2 rgba(0, 0, 0, 0) #2C79D2;
    box-shadow: 0px 0px 50px #e9e9e9;
    display: none;
}

.lsyg_tab ul .active {
    background-color: #2C79D2;
    color: #fff;
}

.lsyg_tab ul .active:after {
    display: block;
}

.lsyg_body {
    float: right;
    padding-left: 40px;
    width: calc(100% - 110px);
}

.lsyg_body ul {
    overflow: hidden;
    display: none;
}

.lsyg_body>.active {
    display: block;
}

.lsyg_body ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.lsyg_body ul li i {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #2C79D2;
    float: left;
    line-height: 52px;
    margin-left: 25px;
}

.lsyg_body ul li span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    float: left;
    width: 85px;
    display: inline-block;
    line-height: 52px;
    padding: 0 15px;
    position: relative;
    z-index: 99;
}

.lsyg_body ul li span::after {
    position: absolute;
    top: 20px;
    right: -6px;
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    border-radius: 50%;
    content: '';
}

.lsyg_body ul li:first-child span {
    height: 85px;
}

.lsyg_body ul li:first-child span::before {
    position: absolute;
    top: 16px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #2C79D2;
    border-radius: 50%;
    content: '';
}

.lsyg_body ul li:first-child span::after {
    background: #fff;
}

.lsyg_body ul li p {
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    float: left;
    line-height: 52px;
    padding-left: 26px;
    width: calc(100% - 110px);
    margin-left: 25px;
    margin-bottom: 30px;
}

.lsyg_body ul li::before {
    position: absolute;
    top: 0;
    left: 84px;
    width: 2px;
    height: 100%;
    background: #E6E6E6;
    content: '';
    z-index: 88;
}

.lsyg_body ul li:hover span::after {
    background: #2C79D2;
}

.lsyg_body ul li:first-child:hover span::after {
    background: #fff;
}

.lsyg_body ul li:hover p {
    background-color: #2C79D2;
    color: #FFFFFF;
}

.xrld_con {
    padding-bottom: 45px;
}

.xrld_con ul li {
    margin-bottom: 41px;
    overflow: hidden;
}

.xrld_con ul li a {
    overflow: hidden;
    cursor: pointer;
}

.xrld_con_left {
    float: left;
    max-width: 149px;
    width: 40%;
}

.xrld_con_left img {
    width: 100%;
}

.xrld_con_right {
    float: left;
    padding-left: 41px;
    max-width: 60%;
    padding-top: 12px;
}

.xrld_con_right span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C79D2;
}

.xrld_con_right p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 22px;
}

.yygh_top {
    text-indent: 2em;
    margin-bottom: 50px;
}

.yygh_card {
    margin: 0 -20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.yygh_card_item {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    width: calc(100% - 40px);
    float: left;
    margin: 0 20px;
    min-height: 380px;
}

.yyfs .yygh_card_item {
    width: calc(50% - 40px);
}

.yygh_card_item_title {
    padding: 11px 30px;
    border-bottom: 1px solid #E6E6E6;
}

.yygh_card_item_title i {
    font-size: 39px;
    color: #2C79D2;
    vertical-align: middle;
    margin-right: 8px;
}

.yygh_card_item_title span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C79D2;
    vertical-align: middle;
}

.yygh_card_item_body {
    padding: 40px 30px;
    overflow: hidden;
}

.yygh_title {
    height: 40px;
    background: #2C79D2;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    float: left;
    padding: 10px 20px;
}

.xcyy .yygh_title,
.wsyy .yygh_title {
    float: none;
    width: 120px;
}

.yygh_title span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.yygh_card_yyfs_item {
    float: left;
    text-align: center;
    margin-right: 45px;
}

.yygh_card_yyfs_item img {
    width: 110px;
}

.yygh_card_yyfs_item p {
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.yygh_card_item_body_box {
    overflow: hidden;
}

.xcyy,
.wsyy {
    float: left;
}

.yygh_card_body_item {
    float: left;
    margin-left: 30px;
    line-height: 30px;
    padding: 5px 0;
    margin-bottom: 30px;
    max-width: calc(100% - 214px);
}

.yygh_card_body_item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003233;
}

.yygh_card_jtlx {
    overflow: hidden;
    width: 100%;
}

.yygh_card_jtlx_box {
    background: #F5F7FA;
    border-radius: 10px;
    padding: 22px 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.yygh_card_jtlx_title {
    background: #2C79D2;
    opacity: 0.5;
    border-radius: 20px;
    padding: 8px 23px;
    float: left;
}

.yygh_card_jtlx_title span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.yygh_card_jtlx_body {
    float: left;
    padding-left: 30px;
    max-width: calc(100% - 78px);
}

.yygh_card_jtlx_body p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}

.yqfb_wrap {
    margin-bottom: 40px;
}

.yqfb .yygh_card_item {
    width: calc(100% - 40px);
}

.yqfb .yygh_card_item {
    min-height: auto;
}

.yqfb .yygh_card_item:first-child {
    margin-bottom: 0;
}

.yqfb_title {
    background-color: #fff;
}

.yqfb_title span {
    background-color: #e6effa;
}

@media (max-width: 1279px) {
    .item_right {
        width: 82%;
    }

    .view .swiper-slide a img {
        height: 600px;
    }

    
    .zjjs_item img {
        height: 230px;
    }

    /* 202305修改 */
    .yyfs .yygh_card_item {
        width: calc(100% - 40px);
    }
    
    .yyfs .yygh_card_item:first-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .item_right {
        width: 78%;
    }

    .xxgk_part1_con:nth-child(3) .xxgk_part1_item {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 25px;
        margin-bottom: 10px;
    }

    .xxgk_tab .xxgk_part1_con+.xxgk_part1_con {
        display: none;
    }

    .xqy_top h1 {
        font-size: 24px;
    }

    .zjjs_item {
        width: 33.33%;
        margin-bottom: 30px;
    }

    .zjjs_xl_bg {
        display: none;
    }

    .zjjs_xl_right {
        width: 100%;
        background: none;
        padding: 0;
        margin-top: 30px;
        min-height: 0;
    }

    .zjjs_xl_pic {
        border-radius: 0;
        position: static;
    }

    .zjjs_xl_name {
        color: #333;
        position: static;
    }

    .zjjs_xl_name p+p {
        display: none;
    }

    .zjjs_xl_left {
        text-align: center;
        width: 100%;
    }

    .zjjs_xl_name p:first-child {
        margin: 40px 0 0 0;
    }

    .view .swiper-slide a img {
        height: 460px;
    }

    .item_2 img {
        height: 148px;
    }

     .zjjs_item img {
        height: 320px;
    }

    /* 202305修改 */
    .lsyg_body {
        padding: 0;
    }
    
    .lsyg_body ul li p {
        padding: 0 14px;
    }
}

@media (max-width: 768px) {
    .mobile_wrap {
        padding: 0 15px;
    }

    .list_nav ul {
        justify-content: flex-start;
    }

    .list_nav ul li a {
        padding: 13px 42px;
        border-radius: 30px;
        font-size: 24px;
    }

    .list_title {
        margin: 40px 0 50px;
    }

    .item_left {
        margin-right: 32px;
        margin-top: -12px;
    }

    .item_left p {
        font-size: 72px;
        margin-bottom: -8px;
    }

    .item_left span {
        font-size: 20px;
    }

    .item_right p {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .item_right span {
        font-size: 20px;
        line-height: 1.6;
    }

    .list_con ul li a {
        padding: 45px 35px;
    }

    .list_con ul li+li {
        margin-top: 20px;
    }

    .list_nav {
        margin-bottom: 50px;
    }

    .item_2 p {
        font-size: 28px;
        margin: 20px 0 12px;
    }

    .item_2 span {
        font-size: 28px;
    }

    .list_con_2 ul li+li+li+li {
        margin-top: 0;
    }

    .mobile_wrap .list_con_2 ul li+li {
        margin-top: 40px;
    }

    .xxgk_item_part2 ul li {
        margin-left: 12px;
    }

    .xqy_top h1 {
        font-size: 18px;
        padding: 0;
    }

    .xqy_mid span {
        display: block;
    }

    .xqy_mid {
        padding: 12px 0px 0px;
    }

    .xqy_con {
        font-size: 16px;
        margin-top: 16px;
    }

    .xqy_con img {
        width: 100%;
        height: auto !important;
    }

    .xqy_con p {
        margin-bottom: 10px;
        font-size: 16px !important;
    }

    .yqfb_item+.yqfb_item {
        margin-top: 20px;
    }

    .yqfb_title b {
        font-size: 18px;
        font-weight: normal;
    }

    .yqfb_title span i {
        font-size: 30px;
        color: #2c79d2;
    }

    .yqfb_title span {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 12px 0 16px;
    }

    .yqfb_main {
        padding-bottom: 40px;
    }


    .yqfb_title {
        line-height: 56px;
    }
    zjjs_list{
        margin:-10px;
    }
    .zjjs_item {
        width: 50%;
        padding: 10px;
    }

    .zjjs_xl_right {
        padding: 0 15px;
        margin-top: 20px;
    }

    .zjjs_xl_name p:first-child {
        font-size: 24px;
        margin: 20px 0 0 0;
    }

    .zjjs_xl_right p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .zjjs_xl_wrap {
        margin: 40px 0 40px;
    }

    .item_2 img {
        width: 100%;
        height: auto;
    }

     .zjjs_item img {
        height: 280px;
    }

    /* 202305修改 */
    .lsyg_tab {
        float: none;
        margin-bottom: 50px;
        overflow: hidden;
    }
    
    .lsyg_tab ul {
        text-align: center;
        overflow: auto;
        height: 60px;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll
    }
    
    .lsyg_tab ul li {
        display: inline-block;
    }
    
    .lsyg_body {
        float: none;
        width: 100%;
    }
    
    .lsyg_tab ul li::after,
    .lsyg_tab ul .active::after {
        display: none;
    }
}

@media (max-width: 630px) {

    .item_left p {
        font-size: 36px;
        margin-bottom: 0;
    }

    .item_left span {
        font-size: 16px;
    }

    .item_right p {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .item_right span {
        font-size: 16px;
    }

    .item_left {
        margin-top: 0;
    }

    .list_con ul li a {
        padding: 30px 24px;
    }

    .list_title p {
        font-size: 24px;
    }

    .list_nav ul li a {
        font-size: 18px;
        padding: 6px 28px;
    }

    .list_title {
        margin: 20px 0 24px;
    }

    .list_nav {
        margin-bottom: 30px;
    }

    .xxgk_item {
        margin-bottom: 20px;
    }

    .xxgk_item_part2 ul li {
        display: none;
    }

    .xxgk_title i {
        font-size: 30px;
        margin-right: 8px;
    }

    .xxgk_title span {
        font-size: 18px;
        font-weight: bold;
    }

    .xxgk_part1_item .left {
        display: none;
    }

    .xxgk_title {
        padding-bottom: 4px;
        margin-bottom: 10px;
    }

    .xxgk_part1_item .right p {
        font-size: 18px;
        margin: 4px 0 8px;
    }

    .xxgk_part1_con:nth-child(1) .xxgk_part1_item,
    .xxgk_part1_con:nth-child(2) .xxgk_part1_item {
        padding-bottom: 16px;
    }

    .xxgk_part2_item ul li+li {
        margin-top: 12px;
    }

    .xxgk_title {
        margin-bottom: 16px;
    }

    .xxgk_part3 {
        margin-bottom: 10px;
    }

    .xxgk_part2_item ul li a span {
        max-width: 70%;
    }

    .item-box-title i {
        font-size: 36px;
        margin-right: 8px;
    }

    .item-box-title span {
        font-size: 18px;
        line-height: 50px;
    }

    .item-box-title {
        margin-bottom: 12px;
    }

    .yygh_item+.yygh_item {
        margin-top: 30px;
    }

    .view .swiper-slide a img {
        height: 340px;
    }

    /* 2023修改 */
    .xrld_con {
        padding-bottom: 15px;
    }
    
    .xrld_con ul li {
        margin-bottom: 15px;
    }
    
    .xrld_con_right {
        padding-left: 15px;
    }
    
    .xrld_con_right span {
        font-size: 18px;
    }
    
    .xrld_con_right p {
        font-size: 14px;
        margin-top: 15px;
    }

    .wsyy {
        margin-bottom: 30px;
    }
    
    .yygh_title {
        width: fit-content;
    }
    
    .yygh_card_body_item {
        max-width: 100%;
    }
    
    .yygh_card_body_item p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .yygh_card_jtlx_body {
        max-width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 520px) {
    .list_con ul li a {
        padding: 16px 8px;
    }

    .item_left p {
        font-size: 28px;
    }

    .item_right p {
        font-size: 18px;
    }

    .item_right span {
        font-size: 16px;
        line-height: 1.4;
    }

    .item_left {
        margin-right: 18px;
    }

    .yema {
        margin: 30px 0 50px;
    }

    .rightcon a,
    #go {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    #num {
        width: 60px;
        line-height: 30px;
        padding: 0 12px;
    }

    .item_2 p {
        font-size: 18px;
        margin: 12px 0 6px;
    }

    .item_2 span {
        font-size: 18px;
    }

    .mobile_wrap .list_con_2 ul li+li {
        margin-top: 20px;
    }

    .xxgk_item {
        padding: 15px 30px 20px;
    }

    .view .swiper-slide a img {
        height: 260px;
    }

    .view .swiper-slide a p {
        font-size: 18px;
        padding: 8px 20px;
    }

    .preview .swiper-slide {
        margin-right: 10px;
        width: 180px;
        height: 100px;
    }

    .preview img {
        height: 100px;
    }

    .preview .arrow-left {
        width: 24px;
        height: 48px;
    }

    .preview .arrow-right {
        width: 24px;
        height: 48px;
    }

      .zjjs_item img {
        height: 240px;
    }


    .item_right {
        width: 75%;
    }

    /* 202305修改 */
    .lsyg_tab {
        margin-bottom: 30px;
    }
    
    .lsyg_tab ul {
        height: 40px;
    }
    
    .lsyg_tab ul li {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 80px;
    }
    
    .lsyg_body ul li i {
        font-size: 24px;
    }
    
    .lsyg_body ul li:first-child span {
        height: 65px;
    }
    
    .lsyg_body ul li span {
        padding-left: 0;
        width: 60px;
        font-size: 14px;
        line-height: 36px;
    }

    .lsyg_body ul li span::after {
        top: 12px;
    }

    .lsyg_body ul li:first-child span::before {
        top: 8px;
    }
    
    .lsyg_body ul li p {
        line-height: 30px;
        width: calc(100% - 85px);
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .lsyg_body ul li::before {
        left: 59px;
    }

    .yygh_top {
        margin-bottom: 15px;
    }
    
    .yygh_card_item_title {
        padding: 8px 15px;
    }
    
    .yygh_card_item_title i {
        font-size: 30px;
        margin-right: 0;
    }
    
    .yygh_card_item_title span {
        font-size: 20px;
    }
    
    .yygh_card_item_body {
        padding: 15px;
    }
    
    .yygh_card_yyfs_item {
        margin-right: 10px;
    }
    
    .yygh_title {
        margin-bottom: 15px;
    }
    
    .yygh_card_yyfs_item p {
        margin: 0;
    }
    
    .wsyy {
        margin-bottom: 15px;
    }
    
    .yygh_card_body_item {
        margin-left: 10px;
        margin-bottom: 0px;
        padding: 0;
    }	
    
    .xcyy .yygh_title, .wsyy .yygh_title {
        width: fit-content;
    }
    
    .yygh_card_item {
        min-height: auto;
    }
    
    .yyfs .yygh_card_item:first-child,
    .yygh_card {
        margin-bottom: 15px;
    }
    
    .yygh_card_jtlx_box {
        padding: 15px;
    }
    
    .yygh_card_jtlx_title {
        padding: 5px 20px;
    }
    
    .yygh_card_jtlx_body p {
        margin-bottom: 10px;
    }
    
    .yygh_card_jtlx_body {
        padding-left: 10px;
    }
    
    .yqfb_wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .item_right {
        width: 70%;
    }

    .list_con ul li a {
        padding: 18px 18px;
    }

    .list_con ul li+li {
        margin-top: 10px;
    }

    .xxgk_part2_item ul li a span {
        max-width: 63%;
    }
}