.header {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 3;
    transition: all 0.7s ease-out 0s;
}

.header1 {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 3;
    height: 85px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background: #fff;
}

.header2 {
    height: 120px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background-size: cover;
    background: #fff url("../images/top_bg.png") no-repeat center center;
}

.h2_fix {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 3;
}

.d2 {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 85px;
    justify-content: space-between;
}

.d3 {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 120px;
    justify-content: space-between;
}

.ke_logo {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.ke_logo>img {
    height: 70px;
}

.ke_logo>h4 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-left: 20px;
}

.d2>a {
    display: block;
    height: 85px;
    line-height: 85px;
}

.d1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.logoa {
    height: 98px;
}

.logoa1 {
    max-height: 65%;
}

@media screen and (max-width: 1400px) {
    .logoa {
        height: 80px;
    }
}

.an {
    position: relative;
    z-index: 9;
}

.an_bt>i {
    width: 20px;
    height: 20px;
    background: url(../images/an.png);
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
}

.anv_list {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 40px;
    padding: 10px 30px 20px 30px;
    width: 990px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.anv_list>ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anv_list>ul>li {
    float: left;
    margin-top: 14px;
    width: 32%;
    height: 80px;
    padding: 0px 20px;
    font-size: 14px;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: linear-gradient(90deg, #fff 0%, #f5f4ff 100%);
}

.anv_list>ul>li>a {
    color: #333;
    line-height: 180%;
}

.anv_list>ul>li>a:hover {
    color: #004a99;
}

.trans {
    transition: all .5s;
}

.an_bt:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.nav-show {
    display: block !important;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* 添加滑块导航样式 */
.swiper-scrollbar {
    position: relative;
    width: 300px;
    height: 10px;
    background: #edeff2;
    margin: 20px 0;
    border-radius: 3px;
    overflow: hidden;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 30%;
    position: relative;
    background: #006dcc;
    border-radius: 3px;
    transition: all 0.2s ease;
}

/* 移除原有的分页器样式 */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.main {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

.main1 {
    margin-top: -110px;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

/* .issue_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
} */

.issue_list li {
    /* width: calc(33% - 15px); */
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.issue_con {
    background-color: #f8f9fb;
    padding: 30px;
}
.issue_con_img {
    overflow: hidden;
    height: 0;
    padding-bottom: 63%;
    position: relative;
}


.issue_con_img>img {
    width: 100%;
    height: 190px;
}

.issue_con_img>img:hover {
    transform: scale(1.2, 1.2);
}

.issue_con_wen {

    /* background: linear-gradient(90deg, #e8e9ff 0%, #fff 100%); */
}

.issue_con_wen h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 34px;
    font-weight: normal;
    height: 68px;
    overflow: hidden;
}

.issue_con_wen h4:hover {
    color: #004a99;
}

.issue_per {
    padding-left: 25px;
    background: url(../images/per.png) no-repeat left 5px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.issue_per>span {
    color: #333;
    float: left;
    width: 60px;
    line-height: 180%;
}

.issue_per>p {
    color: #999;
}

.issue_list li::before {
    transition: all 0.35s ease-out;
    ;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/cg_bg1.png) no-repeat top right;
    opacity: 0;
    z-index: 1;
}

.issue_list li::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.35s ease-out;
    background: #004a99;
    background: -ms-linear-gradient(top left, #00388f 0%, #006dcc 100%);
    background: linear-gradient(45deg, #00388f 0%, #006dcc 100%);
    opacity: 0;
}

.issue_list li:hover:after {
    opacity: 1;
}

.issue_list li:hover::before, .issue_list>li:hover:after {
    opacity: 1;
}

.issue_list li:hover * {
    position: relative;
    z-index: 10;
    color: #fff !important;
}

.issue_list li:hover .issue_per {
    background: url(../images/per_hover.png) no-repeat left 5px;
}

.daimg>img {
    width: 100%;
}

.bg_lan {
    background: #f8f9fb;
    padding: 80px 0;
}

    {}

.synopsis {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.synopsis_l {
    float: left;
    width: 724px;
    background: #fff;
}

.synopsis_title {
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 40px;
}

.synopsis_title_c {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 70px;
}

.synopsis_title_c>span {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/icon1.png);
    background-size: 100% 100%;
}

.synopsis_title_c>h4 {
    font-size: 24px;
    font-weight: 600;
    color: #004a99;
    margin-left: 14px;
}

.synopsis_con {
    padding: 30px 40px;
}

.synopsis_con>h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 180%;
    margin-bottom: 10px;
}

.synopsis_con>p {
    font-size: 14px;
    color: #555;
    line-height: 180%;
}

.synopsis_r {
    background: #fff;
    float: right;
    width: 452px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.synopsis_r>video {
    max-height: 96%;
    min-height: 210px;
}

.declare {
    padding: 80px 0;
}

.declare_title {
    width: 680px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #004a99;
    font-weight: 600;
    background: url(../images/icon2.png) no-repeat center;
}

.declare_title>a {
    color: #004a99;
}

.declare_con {
    margin-top: 40px;
}

.declare_con_l {
    float: left;
    width: 894px;
}

.declare_con_l_t {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.declare_list {
    width: 282px;
    background: #fff;
    height: 66px;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}

.declare_list>span {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../images/icon3.png);
    background-size: 100% 100%;
    margin-right: 14px;
}

.declare_list>p {
    font-size: 18px;
    width: 204px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.declare_list:hover p {
    color: #004a99;
}

.declare_con_l_b {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
}

.declare_con_l_b>li:nth-child(7),
.declare_con_l_b>li:nth-child(8),
.declare_con_l_b>li:nth-child(9) {
    margin-bottom: 0;
}

.declare_b_item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #f8f9fb;
}

.declare_b_item>div {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    line-height: 70px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.declare_b_item>div a {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.declare_b_item p {
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-top: 10px;
}

.item_icon {
    width: 33px;
    height: 33px;
    display: inline-block;
}

.item_icon1 {
    background: url(../images/cg_icon.png);
    background-size: 100% 100%;
}

.declare_b_item:hover {
    background: url('../images/sbs_active_bg.png') no-repeat center/100% 100%, #0858b1;
    box-shadow: 10px 10px 30px rgb(89, 89, 89, 20%);
    border-radius: 40px 0 40px 0;
}

/* .declare_b_item:hover div {
    background: #f8f9fb;
} */

.declare_b_item:hover p {
    color: #fff;
}

.item_icon2 {
    background: url(../images/cg_icon2.png);
    background-size: 100% 100%;
}

.item_icon3 {
    background: url(../images/cg_icon3.png);
    background-size: 100% 100%;
}

.item_icon4 {
    background: url(../images/cg_icon4.png);
    background-size: 100% 100%;
}

.item_icon5 {
    background: url(../images/cg_icon5.png);
    background-size: 100% 100%;
}

.item_icon6 {
    background: url(../images/cg_icon6.png);
    background-size: 100% 100%;
}

.item_icon7 {
    background: url(../images/wcr_icon.png);
    background-size: 100% 100%;
}

.item_icon8 {
    background: url(../images/wcdw_icon.png);
    background-size: 100% 100%;
}

.item_icon9 {
    background: url(../images/yj_icon.png);
    background-size: 100% 100%;
}

.declare_con_r {
    float: right;
    width: 282px;
    height: 390px;
    background: url(../images/tu10.png) no-repeat center center;
    background-size: cover;
}

.report {
    width: 1200px;
    margin: 0 auto;
}

.report_list {
    margin-top: 40px;
}

.report_list>li {
    width: 282px;
    height: 170px;
    background: #fff;
    /* padding: 20px 30px; */
    float: left;
    margin-right: 24px;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 40px 0 40px 0;
}
.report_list>li a{padding:20px 30px;display:block;}
.report_list>li:nth-child(4) {
    margin-right: 0;
}

.hao {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/icon10.png);
    background-size: 100% 100%;
}

.report_name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.report_p {
    font-size: 14px;
    color: #999;
    line-height: 180%;
    margin-top: 12px;
}

.report_list>li:hover {
    background: #004a99;
}

.report_list>li:hover .report_name {
    color: #fff;
}

.report_list>li:hover .report_p {
    color: #fff;
}

.materials {
    margin-top: 40px;
    margin-left: -24px;
    margin-right: -24px;
    font-size: 0;
}

.materials>li {
    /* float: left; */
    width: 25%;
    /* margin-right: 48px; */
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.materials>li > a{display:block;padding: 0 24px;border-left: 1px solid #dedede;}
.materials>li:first-child a{border-left:none;}

.materials>li:nth-child(4) {
    margin-right: 0;
}

.materials_img {
    height: 0;
    overflow: hidden;
    padding-bottom: 95%;
}

.materials_img>img {
    width: 100%;
    /* height: 100%; */
}

.materials_img:hover img {
    transform: scale(1.1, 1.1);
}

.materials_name {
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.materials_name:hover {
    color: #004a99;
}

.materials_p {
    color: #555;
    margin-top: 20px;
    line-height: 180%;
    font-size: 14px;
}

.mroe {
    margin-top: 30px;
    color: #004a99;
    display: block;
    position: relative;
}

.mroe:after {
    width: 12px;
    height: 11px;
    content: '';
    display: block;
    background: url(../images/icon11.png);
    background-size: 100% 100%;
    position: absolute;
    left: 58px;
    top: 4px;
}

.xian {
    position: absolute;
    right: -24px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dedede;
    display: inline-block;
    display: none;
}

.er_main {
    width: 1200px;
    margin: 0 auto;
}

.er_main_l {
    width: 310px;
    margin-top: -80px;
    float: left;
}

.er_main_t {
    color: #fff;
    background: #004a99;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 0px 36px;
    line-height: 80px;
    height: 80px;
    position: relative;
}

.er_main_list {
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    margin-left: 16px;
    padding: 0px 20px;
}

.er_main_list>li {
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    overflow: hidden;
}

.er_main_list>li:hover span {
    background: url(../images/icon14.png);
    background-size: 100% 100%;
}

.er_main_list>li:hover .er_p {
    color: #004a99;
}

.er_icon {
    float: left;
    width: 18px;
    height: 22px;
    display: block;
    background: url(../images/icon13.png);
    background-size: 100% 100%;
}

.er_p {
    float: left;
    margin-left: 14px;
    width: 216px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.er_main_t>span {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0px;
    background: url(../images/icon12.png);
    background-size: 100% 100%;
}

.er_main_r {
    width: 866px;
    float: right;
    margin-top: 30px;
}

.er_main_wz {
    overflow: hidden;
}

.er_main_wz>span {
    float: left;
    width: 6px;
    height: 16px;
    display: block;
    background: #004a99;
    margin-top: 4px;
}

.er_main_wz>p {
    float: left;
    margin-left: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #004a99;
}

.er_main_con {
    margin-top: 24px;
    background: #fff;
    padding: 30px;
}

.er_namep {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.er_namep_img {
    width: 100%;
    margin-top: 30px;
}

.biaozhu {
    margin-top: 15px;
    font-size: 14px;
}

.biaozhu>p {
    color: #333;
}
.gpCmsVideo {text-align:center;}
.biaozhu>a {
    color: #004a99;
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
    display: block;
}

.biaozhu>a::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #004a99;
}
.biaozhu img{
    max-width: 100%;
}

.ifr {
    max-width: 100%;
    min-width: 806px;
    margin-top: 30px;
}

/***分页组件1*/
.gp-ib {
    display: inline-block;
    vertical-align: middle;
}

.gp-page1 {
    padding: 20px 0 50px;
    font-size: 0;
    text-align: center;
}

.gp-page1::after,
.gp-page1::before {
    content: " ";
    display: table;
}

.gp-page1 a::before {
    display: none;
}

.gp-page1>a,
.gp-page1>span,
.gp-page1>div>span,
.gp-page1 .num>a,
.gp-page1 .selectDiv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1;
    position: relative;
    vertical-align: top;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    margin: 0 5px;
    border: 1px solid #d7dfdc;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    padding: 8px 11px;
    vertical-align: middle;
    color: #333;
}

.gp-page1 a span {
    border: none;
}

.gp-page1 a:hover,
.gp-page1 a.on_pages {
    background-color: #004a99;
    color: #fff;
    border-color: #004a99;
}

.gp-page1 a.on_pages {
    background-color: #004a99;
}

.gp-page1 .hide {
    display: none !important;
}

.gp-page1 .selectDiv::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    transform: rotateX(0deg);
    border: 5px solid transparent;
    border-top-color: #582ed7;
    position: absolute;
    right: 6px;
    top: 13px;
}

.gp-page1 .selectDiv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1;
    vertical-align: top;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    margin: 0 5px;
    border: 1px solid #d7dfdc;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    padding: 9px 28px;
    position: relative;
}

.gp-page1 .selectDiv ul.on {
    display: block;
    width: 100%;
}

.gp-page1 .selectDiv ul {
    text-align: center;
    font-size: 14px;
    list-style: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    max-height: 240px;
    border: 1px solid #d7dfdc;
    border-bottom: none;
    background: #ffffff;
    display: none;
}

.gp-page1 .selectDiv ul li:hover {
    background: #004a99;
}

.gp-page1 .selectDiv ul li:hover a {
    color: #ffffff;
}

.gp-page1 .selectDiv ul a {
    line-height: 30px;
    padding: 0px 10px;
}

.gp-page1 .selectDiv ul a:hover {
    background: none;
    color: #000000;
}

.gp-page1 .selectDiv ul a.active {
    display: block;
}

.gp-page1 .selectDiv:hover.selectDiv:before {
    transition: transform all 2s ease;
    transform: rotateX(-180deg) translateY(5px);
    transform-origin: center;
}

.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1>span,
.gp-page1.pageStyle1 div>span {
    padding: 10px;
    min-width: 36px;
    min-height: 36px;
}

.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
    border: none;
    margin: 0;
    padding: 10px;
}

.gp-page1.pageStyle1 a::before {
    display: inline-block;
}

.gp-page1.pageStyle1 a span {
    display: none;
}

.gp-page1.pageStyle1 .selectDiv {
    padding: 13px 10px;
    min-width: 66px;
}

.gp-page1.pageStyle1 .iconfont {
    font-size: 20px;
}

.gp-page1.pageStyle1 .turnPage span {
    border: none;
}

.gp-page1.pageStyle1 .num a {
    min-height: 42px;
    min-width: 42px;
    text-align: center;
    line-height: 1.4;
}

.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2>span,
.gp-page1.pageStyle2 div>span {
    padding: 10px;
    min-width: 36px;
    min-height: 36px;
}

.gp-page1.pageStyle2>a {
    border-radius: 50%;
}

.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
    border: none;
    margin: 0;
    padding: 10px;
}

.gp-page1.pageStyle2 a::before {
    display: inline-block;
}

.gp-page1.pageStyle2 a span {
    display: none;
}

.gp-page1.pageStyle2 .selectDiv {
    padding: 13px 10px;
    min-width: 66px;
}

.gp-page1.pageStyle2 .iconfont {
    font-size: 20px;
}

.gp-page1.pageStyle2 .turnPage span {
    border: none;
}

.gp-page1.pageStyle2 .num a {
    min-height: 42px;
    min-width: 42px;
    text-align: center;
    line-height: 1.4;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .gp-page1 .turnPage {
        display: none;
    }

    .gp-page1>a,
    .gp-page1>span,
    .gp-page1>.gp-ib {
        display: none;
    }

    .gp-page1 .num {
        display: inline-block;
    }

    .gp-page1 .num a {
        display: none;
    }

    .gp-page1 .num .on_pages {
        display: inline-block;
    }

    .gp-page1 a.gp-page-prev,
    .gp-page1 .gp-page-next,
    .gp-page1 .gp-page-start,
    .gp-page1 .gp-page-end {
        display: inline-block;
    }
}

.tab {
    position: relative;
}

.tabTitle {
    position: relative;
    margin-bottom: 40px;
}

.tabTitle ul {
    text-align: center;
}

.tabTitle ul li {
    display: inline-block;
    padding: 0 20px;
}

.tabTitle ul li a {
    padding: 34px 0 12px;
    position: relative;
    display: block;
    color: #999;
    font-size: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.tabTitle ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #006dcc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.35s ease-out;
}

.tabTitle ul li.on a::after {
    width: 40px;
}

.tabTitle ul li a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../images/title_bg.png) no-repeat top center;
    opacity: 0.5;
    ;
}

.tabTitle ul li.on a::before {
    opacity: 1;
}

.tabTitle ul li.on a {
    color: #000;
}

.tabMore {
    position: absolute;
    right: 0;
    top: 34px;
}

.tabMore a {
    color: #999;
    display: none;
}

.tabMore a:hover {
    color: #000;
    display: block;
}

.tabMore a.on {
    display: block;
}

/* 添加滑块导航样式 */
.tab .swiper-container-horizontal .swiper-scrollbar {
    position: relative;
    width: 300px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
}

.tab .swiper-container-horizontal .swiper-scrollbar-drag {
    height: 100%;
    width: 30%;
    position: relative;
    background: #004a99;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.tab .tabListBox {
    height: 0;
    overflow: hidden;
}

.tab .tabListBox.show {
    height: auto;
}

.issue_list2 {
    font-size: 0;
    margin: 0 -15px;
}

.issue_list2 li {
    width: calc(33% - 27px);
    display: inline-block;
    margin: 0 15px 25px;
    box-sizing: border-box;
}

.listTitle1 {
    padding: 10px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
