@charset "utf-8";
/* CSS Document */
html,body{height: 100%;width:100%;min-width:100vw;}
*{padding:0;margin:0;box-sizing: border-box;}
body{word-break:break-all;word-wrap:break-word; margin:0 auto;padding:0;overflow-x: hidden; font-family:'Microsoft Yahei'; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none;display:block;max-width: 100%;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0; padding:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;}
em,i{font-style:normal}
b,strong,th{font-weight:normal;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}
textarea{resize:none;} 
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; border:0
}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
@font-face {
    font-family: 'FZYANSJW';
    src: url('../font/FZYANSJW.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body::-webkit-scrollbar{
    width: 1px;/*竖向滚动条的宽度*/
    height: 15px;/*横向滚动条的高度*/
}
body::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
    background: #177fea;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body::-webkit-scrollbar-track{/*滚动条轨道的样式*/
    background: #ccc;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.w1400{
    width: 1400px;margin: 0 auto;position: relative;
}

/* 首页开始 */
.top{
    background: url(../images/top_bg.png) no-repeat;background-size: 100% 100%;
}
.top_link{
    height: 30px;line-height: 30px;display: flex;align-items: center;justify-content: flex-end;
}
.top_link a,.top_link span{
    font-size: 14px;
}
#wuzhangai{
    cursor: pointer;
}
.nav_pc{
    border-bottom: 1px solid #1b54b8;padding-bottom: 15px;
}
.nav_bar{
    display: flex;justify-content: space-between;align-items: flex-end;width: 1400px;margin: 0 auto;
}
.nav_bar .logo{
    width: 430px;
}
.nav_bar ul{
    display: flex;justify-content: space-between;width: calc(100% - 600px);
}
.nav_bar ul li a span{
    cursor: pointer;
    display: inline-block;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.nav_bar ul li a span.active::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav_bar ul li a span.active{
    font-weight: 700;color: #1b54b8;
}
.nav_bar ul li a span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 5px;
    background-color: #1b54b8;
    transform: translateX(-50%);
    transition: all .3s;
    width: 0;
}
.nav_bar ul li a span:hover::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav_bar ul li a span:hover{
    font-weight: 700;color: #1b54b8;
}
.top_search{
    padding: 30px 0 20px 0;
}
.search_box{
    position: relative;width: 600px;
}
.search_box input{
    height: 45px;width: 500px;
    border: none;
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
}
.search_box input::placeholder{
    color: #666;
}
.search_box a.go-search{
    position: absolute;
    top: 0;right: 5px;
    border-radius: 5px;
    font-size: 16px;width: 105px;
    color: #fff;background-color: #1b54b8;
    height: 45px;line-height: 45px;display: flex;align-items: center;justify-content: center;
}
.keywors{
    display: flex;align-items: center;margin-top: 15px;
}
.keywors span img{
    height: 14px;display: inline-block;vertical-align: -2px;margin-right: 3px;
}
.keywors span,.keywors a{
    font-size: 14px;margin-right: 7px;
}

.container_top{
    margin: 40px auto;
}
.news_box{
    display: flex;justify-content: space-between;margin-bottom: 30px;
}
.news_box .swiper-container {
    width: 670px;height: 370px;
}
.news_box .swiper-slide a {
    display: block;width: 100%;height: 100%;
}
.news_box .swiper-slide img {
    width: 100%;height: 100%;
}
.news_box .swiper-slide .title {
    color: #ffffff;
    padding: 15px 18px;
    padding-right: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    box-sizing: border-box;
}
.news_box .swiper-slide .title h2{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-banner .swiper-container:hover .swiper-button-self {
    display: block;
}
.news-banner .swiper-button-self:hover {
    background-color: #2d66a5 !important;
}
.news-banner .swiper-button-prev.swiper-button-self {
    background-image: url(../images/lbt_arrows_left.png);
    background-size: 24px 24px;
    width: 40px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 4px 4px 0;
    left: 0;
}
.swiper-button-next.swiper-button-self {
    background-image: url(../images/lbt_arrows_left.png);
    background-size: 24px 24px;
    width: 40px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px 0 0 4px;
    right: 0;
}
.news-banner .swiper-button-self {
    display: none;
}
.news-banner .swiper-button-next.swiper-button-self {
    transform: rotate(180deg);
    border-radius: 0 4px 4px 0 !important;
}
.news_list{
    width: 672px;
}
.news_list_tabs{
    border-bottom: 1px solid #ddd;
}
.news_list_tabs a{
    display: inline-block;line-height: 40px;font-size: 18px;margin-right: 18px;font-weight: 700;
}
.news_list_tabs a.active {
    color: #205bbb;
    border-bottom: 3px solid #205bbb;
}
.news_list_detais ul{
    padding-top: 5px;
}
.news_list_detais ul li{
    padding: 10px 0;
}
.news_list_detais ul li a{
    display: flex;align-items: center;justify-content: space-between;
}
.news_list_detais ul li a h3 {
    font-size: 16px;
    width: 70%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    font-weight: normal;
}
.news_list_detais ul li p {
    font-size: 14px;color: #999;
}
.gov-hdjl-box{
    display: flex;justify-content: space-between;
}
.gov-hdjl-box .sj{
    width: 48%;position: relative;
}
.gov-hdjl-box h3.title {
    background: url(../images/hjt_7.png) left bottom repeat-x;
    position: relative;
    padding-left: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.gov-hdjl-box h3.title:before {
    position: absolute;
    left: 0;
    content: "";
    width: 4px;
    top: 3px;
    height: 22px;
    border-radius: 1px;
    background: #205bbb;
}
.gov-hdjl-box h3.title a {
    font-size: 20px;
    font-weight: bold;
    color: #005293;
}
.fl{
    float: left;
}
.gov-hdjl-box .sj-logo {
    position: absolute;
    top: 58px;
    left: 0;
    width: 40px;
    height: 40px;
}
.gov-hdjl-box .sj-logo img {
    width: 100%;
    height: 100%;
}
.gov-hdjl-box .tj .topic-prev {
    background: url(../images/left_07_07.png);
    width: 18px;cursor: pointer;
    height: 18px;
    left: 0;
    margin-top: -9px;
	position: absolute;
    top: 50%;
    z-index: 999;
}
.gov-hdjl-box .tj .topic-next {
    background: url(../images/right_07_07.png);
    width: 18px;cursor: pointer;
    height: 18px;
    right: 0;
    margin-top: -9px;
	position: absolute;
    top: 50%;
    z-index: 999;
}
.tj  .tj-box {
    height: 180px;
    position: relative;
}
.tj li a {
    border: 6px solid #e7f2fc;
    border-radius: 0px;display: block;
    position: relative;
    width: 100%;
}
.tj  li a .box {
    height: 100%;
    overflow: hidden;
}
.tj li img {
    width: 100%;height: 180px;
    display: block;
}
.tj  li span {
    background: rgba(91, 142, 222, 0.7490196078431373);
    color: #fff;
    display: block;
    padding: 3px 7px;
    height: 40px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
}
.gov-hdjl-box .tj {
    width: 48%;
}

/* 我要看 */
.n-wyk{
    margin: 30px 0;
}
.n-wyk .n-title{
    height: 73px;background: url(../images/wyk_title.png) no-repeat center;background-size: 100% 100%;
}
.n-wyk-box{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.n-wyk-box-l{
    width: 70%;
}
.n-wyk-box-l-tabs{
    padding-bottom: 15px;
}
.n-wyk-box-l-tabs span{
    display: inline-block;font-size: 20px;line-height: 15px;color: #666;cursor: pointer;margin-right: 10px;
}
.n-wyk-box-l-tabs span.active{
    border-left: 4px solid #005293;color: #005293;font-weight: 700;padding-left: 10px;
}
.n-wyk-box-l-tabs i{
    display: inline-block;margin: 0 10px;font-style: inherit;color: #666;
}
.n-wyk-details{
    display: flex;justify-content: space-between;
}
.n-wyk-details-left-l{
    width: 24%;
}
.n-wyk-details-left-l ul{
    background-color: #f0f5f8;padding: 10px;
}
.n-wyk-details-left-l ul li{
    margin-top: 10px;background-color: #ffffff;
}
.n-wyk-details-left-l ul li:first-of-type{
    margin-top: 0;
}
.n-wyk-details-left-l ul li a{
    display: flex;align-items: center;justify-content: center;position: relative;line-height: 50px;
}
.n-wyk-details-left-l ul li a::before{
    content: "";position: absolute;top: 0;left: 0;
    width: 100%;height: 0px;background-color: #fff;
}
.n-wyk-details-left-l ul li a img{
    height: 30px;margin-right: 15px;
}
.n-wyk-details-left-l ul li a span{
    font-size: 16px;
}
.n-wyk-details-left-l ul li:hover a img{
    display: none;
}
.n-wyk-details-left-l ul li:hover a{
    justify-content: center;
}
.n-wyk-details-left-l ul li:hover a span{
    color: #fff;position: relative;
}
.n-wyk-details-left-l ul li:hover a::before{
    height: 100%;transition: ease-in .3s;background-color: #005293;
}

.n-wyk-details-left-r{
    width: 74%;
}
.n-wyk-details-right-top{
    display: flex;justify-content: space-between;align-items: flex-start;
}
.n-wyk-details-right-top li{
    width: 23%;position:relative;
}
.n-wyk-details-right-top li .tab11, .n-wyk-details-right-top li .tab22, .n-wyk-details-right-top li .tab33, .n-wyk-details-right-top li .tab44 {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 7%);
}
.n-wyk-details-right-top li .tab11 {
    position: absolute;
    z-index: 99;
    display: block;
    width: 435%;
    height: 80px;
    top: 110px;
    background: #fff;
    padding: 10px;
}
.n-wyk-details-right-top li .tab22 {
    position: absolute;
    z-index: 99;
    display: none;
    width: 435%;
    height: 80px;
    left: -182px;
    top: 110px;
    background: #fff;
    padding: 10px;
}
.n-wyk-details-right-top li .tab33 {
    position: absolute;
    z-index: 99;
    display: none;
    width: 435%;
    height: 80px;
    left: -362px;
    top: 110px;
    background: #fff;
    padding: 10px;
}
.n-wyk-details-right-top li .tab44 {
    position: absolute;
    z-index: 99;
    display: none;
    width: 435%;
    height: 80px;
    right: 0;
    top: 110px;
    background: #fff;
    padding: 10px;
}
.n-wyk-details-right-top li .tab11 dt, .n-wyk-details-right-top li .tab22 dt {
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    float: left;
    display: inline-block;
    min-width: 140px;
}
.n-wyk-details-right-top li .tab33 dt {
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    float: left;
    display: inline-block;
    width: 140px;
}
.n-wyk-details-right-top li .tab33 .span1 {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2d66a5;
    margin-right: 10px;
    margin-bottom: 3px;
}
.n-wyk-details-right-top li .tab44 dt {
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    float: left;
    display: inline-block;
    width: 150px;
}
.n-wyk-details-right-top li .tab44 .span1 {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2d66a5;
    margin-right: 10px;
    margin-bottom: 3px;
}
.n-wyk-details-right-top li .tab11 .span1, .n-wyk-details-right-top li .tab22 .span1 {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2d66a5;
    margin-right: 10px;
    margin-bottom: 3px;
}
.n-wyk-details-right-top li > a{
    display: flex;flex-direction: column;text-align: center;
}
.n-wyk-details-right-top li:hover > a span{
	font-weight:700;color:#1b54b8
}
.n-wyk-details-right-top li a img{
    width: 80px;height: 80px;margin: 0 auto;margin-bottom: 10px;
}
.n-wyk-details-right-top li:hover a img{
    transition: all .5s;transform: rotateY(180deg);
}
.n-wyk-details-right-top li a span{
    font-size: 16px;
}
.n-wyk-details-right-center{
    display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin: 10px 0 5px;
}
.n-wyk-details-right-center li{
    width: 23%;margin: 5px 0;
}
.n-wyk-details-right-center li a{
    background-color: #f0f5f8;font-size: 16px;display: block;text-align: center;width: 100%;padding: 15px 0;position: relative;
}
.n-wyk-details-right-center li a::before{
    content: "";position: absolute;left: 0;top: 0;
    width: 0px;height: 100%;background-color: #fff;
}
.n-wyk-details-right-center li:hover a::before{
    content: "";position: absolute;left: 0;top: 0;transition: all .3s;
    width: 100%;height: 100%;background-color: #005293;
}
.n-wyk-details-right-center li:hover a span{
    color: #fff;position: relative;
}
.n-wyk-details-right-bottom{
    display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
}
.n-wyk-details-right-bottom li{
    width: 32%;
}
.n-wyk-details-right-bottom li a{
    font-size: 16px;padding: 6px 0;width: 100%;display: flex;
    text-align: center;justify-content: center;align-items: center;
}
.n-wyk-details-right-bottom li a i{
    display: inline-block;width: 2px;height: 2px;background-color: #000;border-radius: 100%;margin-right: 10px;
}
.n-wyk-details-right-bottom li:hover a{
    transition: all .3s;color: #005293;
}
.n-wyk-box-r{
    width: 28%;
}
.n-wyk-box-r h3{
    display: inline-block;padding: 6px 30px 6px 15px;background: url(../images/n-title02.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-box-r h3 span{
    border-left: 4px solid #005293;line-height: 15px;
    color: #005293;display: inline-block;font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}
.n-wyk-box-r-slide{
    padding: 10px;background-color: #f0f5f8;padding-bottom: 20px;position: relative;
}
.n-wyk-box-r-slide .n-wyk-slide-pagination{
    bottom: 5px;display: block;width: 100%;
}
.n-wyk-box-r-slide .n-wyk-slide-pagination .swiper-pagination-bullet{
    margin:0 3px;width: 15px;border-radius: 0;height: 5px;background-color: #787a7c;
    transform: skew(-20deg);
}
.n-wyk-box-r-slide .n-wyk-slide-pagination .swiper-pagination-bullet-active{
    width: 30px;background-color: #005293;
}
.n-wyk-box-r-slide .swiper-slide a img{
    height: 280px;
}
.n-wyk-details02{
    display: flex;justify-content: space-between;flex-wrap: wrap;margin-left: -10px;
}
.n-wyk-details02 li{
    margin: 5px 0;margin-left: 10px;width: 32%;
}
.n-wyk-details02 li a{
    display: block;background-color: #f0f5f8;padding: 20px 0;text-align: center;
}
.n-wyk-details02 li a img{
    height: 70px;width: 70px;margin: 0 auto 10px;
}
.n-wyk-details02 li a span{
    display: block;text-align: center;margin-bottom: 5px;font-size: 16px;
}
.n-wyk-details02 li:hover a{
    background-color: #d7dfef;
}
.n-wyk-details02 li:hover a img{
    transform: rotateX(360deg);transition: all .4s;
}
.n-wyk-details02 li:hover a span{
    color: #005293;font-weight: 700;
}
.n-wyk-details-right-top li > div dl dt a:hover{
    font-weight: 700;color: #005293;
}

/* 我要办 */
.container_middle{
    width: 100%;background-color: #f3f6fb;padding: 30px 0;
}
.n-wyb .n-title{
    height: 73px;background: url(../images/wyb_title.png) no-repeat center;background-size: 100% 100%;
}
.n-wyb-box-top,.n-wyb-box-details{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.n-wyb-box-top-l{
    width: 79%;
}
.n-wyb-box-details-l{
    padding: 20px 20px 30px;background-color:#fff;
}
.n-wyb-box-details-l h2{
    display: flex;align-items: center;
}
.n-wyb-box-details-l h2 span{
    font-size: 16px;color: #1b54b8;
}
.n-wyb-box-details-l h2 img{
    height: 12px;margin-right:5px;
}
.n-wyb-box-details-l ul li{
    margin-top: 20px;
}
.n-wyb-box-details-l ul li a{
    display: block;font-size: 16px;position: relative;padding-left: 10px;
}
.n-wyb-box-details-l ul li a::before{
    content: "·";position: absolute;top: 0;left: 0;
}
.n-wyb-box-details-l ul li:hover a{
    color: #1b54b8;
}
.n-wyb-box-details-r{
    width: calc(100% - 205px);display: flex;justify-content: space-between;
}
.n-wyb-box-details-r01{
    padding: 20px 20px 0;background-color: #fff;display: flex;flex-wrap: wrap;height: 215px;width: 550px;border-top: 3px solid #177fea;
}
.n-wyb-box-details-r01 li{
    width: 50%;margin-bottom: 20px;
}
.n-wyb-box-details-r01 li a{
    display: block;font-size: 16px;position: relative;padding-left: 10px;
}
.n-wyb-box-details-r01 li a::before{
    content: "·";position: absolute;top: 0;left: 0;
}
.n-wyb-box-details-r01 li:hover a{
    color: #1b54b8;
}
.n-wyb-box-details-r02{
    padding: 20px 20px 0;background-color: #fff;height: 215px;width: 335px;border-top: 3px solid #177fea;
}
.n-wyb-box-details-r02 li{
    width: 100%;display: flex;align-items: center;margin-bottom: 23px;
}
.n-wyb-box-details-r02 li a{
    display: flex;position: relative;padding-left: 10px;
}
.n-wyb-box-details-r02 li a::before{
    content: "·";position: absolute;left: 0;
}
.n-wyb-box-details-r02 li:hover a{
    color: #1b54b8;
}
.n-wyb-box-top-r h3{
    display: inline-block;padding: 6px 30px 6px 15px;background: url(../images/n-title03.png) no-repeat;background-size: 100% 100%;
}
.n-wyb-box-top-r h3 span{
    border-left: 4px solid #005293;line-height: 15px;
    color: #005293;display: inline-block;font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}
.n-wyb-box-top-r ul{
    background-color: #fff;
    padding: 10px;padding-top: 13px;
}
.n-wyb-box-top-r ul li{
    margin-top: 10px;background-color: #f0f5f8;
}
.n-wyb-box-top-r ul li:first-of-type{
    margin-top: 0;
}
.n-wyb-box-top-r ul li a{
    display: flex;align-items: center;justify-content: center;position: relative;line-height: 41px;
}
.n-wyb-box-top-r ul li:hover a{
    transition: all .3s;color: #fff;background-color: #1b54b8;
}
.n-wyb-box-bottom{
    display: flex;justify-content: space-between;align-items: center;margin-top: 15px;
    background: url(../images/wyb_b_bg.png) no-repeat;background-size: 100% 100%;height: 95px;
}
.n-wyb-hbzw a{
    display: block;font-size: 0;
}
.n-wyb-hbzw img{
    height: 105px;
}
.n-wyb-link{
    width: calc(100% - 320px);
}
.n-wyb-link ul{
    display: flex;justify-content: space-between;align-items: center;height: 93px;
}
.n-wyb-link ul li{
    width: 25%;position: relative;
}
.n-wyb-link ul li a{
    display: flex;align-items: center;justify-content: center;font-size: 20px;
}
.n-wyb-link ul li a img{
    height: 60px;
}
.n-wyb-link ul li:hover a img{
    transition: all .4s;transform: rotateY(360deg);
}
.n-wyb-link ul li:hover a{
    color: #1b54b8;font-weight: 700;
}
.n-wyb-box-top-r{
    width: 20%;
}

/* 我要问 */
.n-wyw{
    margin: 30px 0;
}
.n-wyw .n-title{
    height: 73px;background: url(../images/wyw_title.png) no-repeat center;
    background-size: 100% 100%;
}
.n-wyw-box{
    display: flex;justify-content: space-between;
}
.n-wyw-box-l{
    width: 77%;
}
.n-wyw-zxft{
    display: flex;justify-content: space-between;
}
.n-wyw-zxft-l{
    width: 50%;
}
.n-wyw-zxft-r{
    width: 46%;
}
.n-wyw-zxft-l img{
    width: 100%;
}
.n-wyw-zxft-r h2{
    margin-bottom: 20px;
}
.n-wyw-zxft-r h2 a{
    display: block;font-size: 20px;font-weight: 700;
}
.n-wyw-zxft-r h2 a:hover{
    text-decoration: underline;color: #1b54b8;
}
.n-wyw-zxft-r p{
    display: flex;align-items: flex-start;
}
.n-wyw-zxft-r p.ftjb span{
    overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.n-wyw-zxft-r p b{
    width: 100px;font-weight: 700;font-size: 16px;display: block;line-height: 40px;
}
.n-wyw-zxft-r p span{
    width: calc(100% - 90px);display: block;font-size: 16px;line-height: 40px;
}
.n-wyw-box-r{
    width: 20.5%;
}
.n-wyw-box-r ul{
    background-color: #f0f5f8;padding: 10px;margin-top:50px;
}
.n-wyw-box-r ul li{
    margin-top: 15px;background-color: #ffffff;
}
.n-wyw-box-r ul li:first-of-type{
    margin-top: 0;
}
.n-wyw-box-r ul li a{
    display: flex;align-items: center;justify-content: center;position: relative;line-height: 50px;
}
.n-wyw-box-r ul li a::before{
    content: "";position: absolute;top: 0;left: 0;
    width: 100%;height: 0px;background-color: #fff;
}
.n-wyw-box-r ul li a img{
    height: 30px;margin-right: 15px;
}
.n-wyw-box-r ul li a span{
    font-size: 16px;
}
.n-wyw-box-r ul li:hover a img{
    display: none;
}
.n-wyw-box-r ul li:hover a{
    justify-content: center;
}
.n-wyw-box-r ul li:hover a span{
    color: #fff;position: relative;
}
.n-wyw-box-r ul li:hover a::before{
    height: 100%;transition: ease-in .3s;background-color: #005293;
}
.n-wyw-yjzj li{
    padding-left: 10px;position: relative;display: flex;align-items: center;justify-content: space-between;line-height: 39px;
}
.n-wyw-yjzj li::before{
    content: "·";position: absolute;left: 0;
}
.n-wyw-yjzj li a{
    width: 60%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.n-wyw-yjzj li i{
    font-style: normal;display: block;margin: 0 20px;
}
.n-wyw-yjzj li i.progress{
    color: #3ecdb5;
}
.n-wyw-yjzj li i.over{
    color: #ff9402;
}
.n-wyw-yjzj li span{
    color: #999;
}
.n-wyw-le{
    display: flex;justify-content: space-between;
}
.n-wyw-le-tabs{
    width: 110px;
}
.n-wyw-le-tabs span{
    display: block;padding: 8.5px 0;border-radius: 5px;background-color: #f6f9fb;cursor: pointer;
    font-weight: 700;font-size: 14px;margin-bottom: 8px;color: #888;text-align: center;
}
.n-wyw-le-tabs span.active{
    background-color: #1b54b8;color: #fff;
}
.n-wyw-le-details{
    width: 100%;
}
.ckxq{
    color: #177fea;
}

/* 专题专栏 */
.n-ztzl{
    margin-bottom: 30px;
}
.n-ztzl .n-title{
    height: 73px;background: url(../images/ztzl_title.png) no-repeat center;
    background-size: 100% 100%;
}
.n-ztzl-slide{
    display: flex;justify-content: space-between;
}
.n-ztzl-slide-tj{
    width: 380px;display: flex;justify-content: space-between;
}
.n-ztzl-slide-tj .enter{
    width: 60px;
}
.n-ztzl-slide-tj .hbys{
    width: 300px;
}
.n-ztzl-slide-tj a img{
    height: 118px;width: 100%;border-radius: 5px;
}
.n-ztzl-slide-pic{
    width: 1010px;position: relative;padding: 0 50px;
}
.n-ztzl-slide-pic .swiper-container .swiper-slide a{
    display: block;
    font-size: 0;
    height: 118px;
}
.n-ztzl-slide-pic .swiper-container .swiper-slide a img{
    width: 100%;height: 100%;border-radius: 5px;
}
.n-ztzl-slide-pic .swiper-button-prev,
.n-ztzl-slide-pic .swiper-button-next{
    width: 25px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background-size: 11px 20px;
    background-image: url(../images/zt_arrow_right.png);
    background-position: center center;
    background-color: #eee;
}
.n-ztzl-slide-pic .swiper-button-prev {
    transform: rotateZ(180deg);
}

/* 底部通用 */
.footer-wrap {
    width: 100%;
    border-top: 5px solid #2c6aa4;
    background: #f3f3f3;
    padding: 20px 0;
}

.footer-wrap .footer-box .webs-box {
    font-size: 0;
    position: relative;
}

.footer-wrap .footer-box .webs-box .webs-tit {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    float: left;
}

.footer-wrap .footer-box .webs-box .webs-tit::after {
    content: "";
    background-image: url(../images/blue/8/zqdh_arrow_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    float: right;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item {
    cursor: pointer;
    padding: 0 14px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {
    padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:first-of-type {
    padding-left: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(6) {
    padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content {
    width: 250px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.clear{
    clear: both;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item .content::after {
    content: "";
    background-image: url(../images/blue/8/skin_arrows_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    width: 10px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 60px;
    left: 0px;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs-inner {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    height: 500px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
    float: left;
    font-size: 20px;
    margin: 0 20px;
    color: #212121;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.about-webs-wrap .close-ico {
    background: url(../images/blue/36-close.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.about-webs-wrap .close-ico:hover {
    background: url(../images/blue/36-close-1.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
    margin-left: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
    border-bottom: 3px solid #2d66a5;
    color: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs {
    height: calc(100% - 100px);
    width: 100%;
    overflow-y: scroll;
    display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs.open {
    display: block;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li {
    float: left;
    width: 310px;
    font-size: 18px;
    background: #e7eff6;
    margin: 10px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    line-height: 18px;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
    background: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
    color: #fff;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs :hover a {
    color: #2d66a5;
}

.about-webs::-webkit-scrollbar {
    width: 10px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-thumb {
    width: 10px;
    background: #2d66a5;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .about-webs li a {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

/* .footer-wrap .footer-box .webs-box .web-item-box:hover .about-webs-wrap {
    display: block;
  } */

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box li {
    float: left;
    cursor: pointer;
}

.footer-wrap .footer-box .webs-about {
    padding: 20px 0 0;
}

.footer-wrap .footer-box .webs-about li {
    /*   margin-right: 20px; */
    vertical-align: middle;
    float: left;
}

.footer-wrap .footer-box .webs-about li .other a {
    float: left;
    padding-right: 20px;
}

.footer-wrap .footer-box .webs-about li:first-of-type {
    margin-right: 0;
    padding-top: 10px;
}

.footer-wrap .footer-box .webs-about .other a:first-of-type {
    margin-top: 5px;
}

.footer-wrap .footer-box .webs-about li:last-of-type {
    margin-right: 0;
    float: right;
}

.footer-wrap .footer-box .webs-about li .web-q {
    padding-bottom: 10px;
}

.footer-wrap .footer-box .webs-about li .web-q a {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 0 5px;
    border-right: 1px solid #333;
}

.footer-wrap .footer-box .webs-about li .web-q a:first-of-type {
    padding-left: 0;
}

.footer-wrap .footer-box .webs-about li .web-q a:last-of-type {
    border-right: none;
}

.footer-wrap .footer-box .webs-about li .web-beian {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    padding-bottom: 5px;
}

.footer-wrap .footer-box .webs-about li .tec-sup {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
}

.footer-wrap .footer-box .webs-about li .credit-img {
    padding-top: 20px;
}

.footer-wrap .footer-box .webs-about li .credit-img a {
    float: left;
    margin: 0 5px;
    width: 100px;
    height: 33px;
    overflow: hidden;
}

.footer-wrap .footer-box .webs-about li .credit-img a img {
    transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:hover img {
    transform: scale(1.1);
    transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:last-of-type {
    padding-right: 0;
}


/* 长者专区 */
.old_body{
    background-color: #f6fafc;
}
.old_header{
    position: relative;
}
.old_top{
    position: absolute;top: 40px;left: calc((100% - 1400px)/2);
}
.old_container{
    padding: 60px 0 100px;
}
.old_news{
    margin-bottom: 60px;
}
.old_title{
    display: flex;justify-content: center;margin-bottom: 30px;
}
.old_news_list li{
    padding: 20px 0 20px 25px;border-bottom: 1px dashed #ddd;position: relative;
    display: flex;align-items: center;justify-content: space-between;
}
.old_news_list li:before{
    content: "";width: 10px;height: 10px;background-color: #1b54b8;
    position: absolute;top: 35px;left: 0;
}
.old_news_list li a{
    display: block;width: 70%;font-size: 28px;
    overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.old_news_list li span{
    color: #999;font-size: 24px;
}
.old_news_list li:hover a{
    color: #1b54b8;font-weight: 700;
}
.old_data{
    margin-bottom: 60px;
}
.old_data_tabs{
    display: flex;justify-content: center;margin-bottom: 30px;
}
.old_data_tabs span{
    font-size: 28px;padding: 8px 25px;border-radius: 8px;background-color: #edeff0;color: #666;
    cursor: pointer;margin: 0 20px;
}
.old_data_tabs span.active{
    background-color: #1b54b8;color: #fff;
}
.old_policy_slide{
    margin-bottom: 80px;
}
.old_policy_slide .n-wyk-box-r-slide{
    background: none;padding: 0;
}
.old_policy_slide .n-wyk-box-r-slide .swiper-slide a img{
    width: 100%;height: 300px;box-shadow: 0 3px 3px #ddd;
}
.old_policy_slide .n-wyk-box-r-slide .swiper-slide span {
    background: rgba(27, 84, 184, 0.8);
    color: #fff;
    display: block;
    padding: 3px 7px;
    height: 80px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
}
.old_policy_slide .n-wyk-box-r-slide .n-wyk-slide-pagination{
    bottom: -40px;
}
.old_policy_slide .n-wyk-box-r-slide .n-wyk-slide-pagination .swiper-pagination-bullet{
    width: 30px;
}
.old_policy_details .old_news_list li a.uns{
    width: auto;color: #1b54b8;
}