@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: 70px 0 60px 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{
    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: 10px auto 0;
}
.news_box{
    display: flex;justify-content: space-between;margin: 0 auto 30px !important;
}
.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: 700px;
}
.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 {
    position: relative;
    padding-left: 15px;
    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: #333;
}
/*
.gov-hdjl-box h3.title a:last-of-type{
    color: #999;font-weight: normal;float: right;font-size: 14px;line-height: 26px;
}
*/
.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: 50%;
}

/* 我要看 */
.n-wyk{
    margin: 0 auto;
}
.n-wyk .n-title{
    height: 58px;background: url(../images/newIndex/n_wyk_title.png) no-repeat center;
    background-size: 100% 100%;margin-bottom: 20px;
}
.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: 20px;text-align: center;
}
.n-wyk-box-l-tabs span{
    display: inline-block;font-size: 20px;background: url(../images/newIndex/n_wyk_icon01.png) no-repeat;width: 250px;text-align: center;
    color: #999;cursor: pointer;margin-right: 10px;font-weight: 700;background-size: 100% 100%;line-height: 40px;
}
.n-wyk-box-l-tabs span.active{
    color: #fff;background: url(../images/newIndex/n_wyk_icon02.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-box-l-tabs i{
    display: inline-block;margin: 0 10px;font-style: inherit;color: #666;
}
.n-wyk-details{
    
}
.n-wyk-details-b{
    display: flex;justify-content: space-between;margin-bottom: 5px;
}
.n-wyk-details-left-l{
    width: 18%;
}
.n-wyk-details-left-l ul li:first-of-type{
    background-color: #e3f1ff;border-radius: 6px;position: relative;
}
.n-wyk-details-left-l ul li:first-of-type:before{
    content: "";background: url(../images/newIndex/n_wyk_e.png) no-repeat;
    background-size: 100% 100%;width: 19px;height: 19px;position: absolute;top: 10px;left: 40px;
}
.n-wyk-details-left-l ul li:first-of-type a span{
    color: #326e9b;font-weight: 700;
}
.n-wyk-details-left-l ul li{
    margin-top: 10px;background-color: #f6f6f6;height: 45px;
}
.n-wyk-details-left-l ul li:first-of-type{
    margin-top: 0;height: 50px;
}
.n-wyk-details-left-l ul li a{
    display: flex;align-items: center;justify-content: center;position: relative;line-height: 45px;
}
.n-wyk-details-left-l ul li:not(:first-child) 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:not(:first-child):hover a img{
    display: none;
}
.n-wyk-details-left-l ul li:not(:first-child):hover a{
    justify-content: center;
}
.n-wyk-details-left-l ul li:not(:first-child):hover a span{
    color: #fff;position: relative;
}
.n-wyk-details-left-l ul li:not(:first-child):hover a::before{
    height: 100%;transition: ease-in .3s;background-color: #005293;
}

.n-wyk-details-left-r{
    width: 80%;
}
.n-wyk-details-right-top{
    display: flex;justify-content: space-between;align-items: flex-start;
}
.n-wyk-details-right-top li{
    background-color: #e3f1ff;border-radius: 6px;position: relative;
}
.n-wyk-details-right-top li:before{
    content: "";background: url(../images/newIndex/n_wyk_e.png) no-repeat;
    background-size: 100% 100%;width: 19px;height: 19px;position: absolute;top: 10px;left: 43px;
}
.n-wyk-details-right-top li:first-of-type{
    background-color: #ddf0e8;
}
.n-wyk-details-right-top li:nth-of-type(2){
    background-color: #faf0e4;
}
.n-wyk-details-right-top li:nth-of-type(3){
    background-color: #e9eeff;
}
.n-wyk-details-right-top li:last-of-type{
    background-color: #e0f0ff;
}
.n-wyk-details-right-top li:first-of-type a span{
    color: #3f6d4f;
}
.n-wyk-details-right-top li:nth-of-type(2) a span{
    color: #605040;
}
.n-wyk-details-right-top li:nth-of-type(3) a span{
    color: #415f9f;
}
.n-wyk-details-right-top li:last-of-type a span{
    color: #326e9b;
}
.n-wyk-details-right-top li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 50px;
}
.n-wyk-details-right-top li{
    width: 23%;position:relative;
}
.n-wyk-details-right-top li a span{
    font-size: 16px;font-weight: 700;
}
.n-wyk-details-right-center{
    display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin: 0 0 5px;
}
.n-wyk-details-right-center li{
    width: 23%;margin-top: 10px;
}
.n-wyk-details-right-center li:nth-of-type(1){
    background: url(../images/newIndex//n_wyk_bg01.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(2){
    background: url(../images/newIndex//n_wyk_bg02.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(3){
    background: url(../images/newIndex//n_wyk_bg03.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(4){
    background: url(../images/newIndex//n_wyk_bg04.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(5){
    background: url(../images/newIndex//n_wyk_bg05.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(6){
    background: url(../images/newIndex//n_wyk_bg06.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(7){
    background: url(../images/newIndex//n_wyk_bg07.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li:nth-of-type(8){
    background: url(../images/newIndex//n_wyk_bg08.png) no-repeat;background-size: 100% 100%;
}
.n-wyk-details-right-center li a{
    font-size: 16px;display: block;padding-left: 20px;font-weight: 700;color: #1b54b8;
    width: 100%;position: relative;height: 100px;line-height: 100px;
}
.n-wyk-details-right-bottom{
    display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
}
.n-wyk-details-right-bottom li{
    width: 16%;
}
.n-wyk-details-right-bottom li a{
    font-size: 16px;width: 100%;display: block;height: 50px;line-height: 50px;
    text-align: center;background-color: #f2f5fb;border-radius: 6px;
}
.n-wyk-details-right-bottom li a i{
    display: none
}
.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;line-height: 40px;margin-bottom: 20px;
}
.n-wyk-box-r h3 span{
    border-left: 4px solid #005293;line-height: 15px;
    color: #333;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: 300px;
}
.n-wyk-details02{
    display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: -10px;
}
.n-wyk-details02 li{
    width: 32%;margin-top: 10px;
}
.n-wyk-details02 li a{
    display: block;background-color: #f0f5f8;padding: 27px 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%;margin: 30px 0;
}
.n-wyb .n-title{
    height: 58px;background: url(../images/newIndex/n_wyb_title.png) no-repeat center;
    background-size: 100% 100%;margin-bottom: 20px;
}
.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-top-l .n-wyk-box-l-tabs{
    text-align: left;
}
.n-wyb-box-top-l .n-wyk-box-l-tabs span{
    background: none;color: #333;width: auto;border-left: 4px solid #005293;
    line-height: 15px;font-size: 20px;padding-left: 10px;font-weight: 700;
}
.n-wyb-box-details-l{
    padding: 20px 20px 0;background-color:#f2f5fb;border-top: 3px solid #1b54b8;
}
.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-bottom: 27px;
}
.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;font-weight: 700;
}
.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: #f2f5fb;display: flex;flex-wrap: wrap;height: 236px;width: 550px;border-top: 3px solid #1b54b8;
}
.n-wyb-box-details-r01 > ul{
    width: 49%;
}
.n-wyb-box-details-r01 > ul li{
    width: 98%;margin-bottom: 10px;padding: 5px;
    border-radius: 6px;
}
.n-wyb-box-details-r01 > ul li:hover{
    background: #1e88e5;
}
.n-wyb-box-details-r01 > ul li:hover a{
    color: #fff;
}
.n-wyb-box-details-r01 > ul li a{
    display: block;font-size: 16px;position: relative;padding-left: 10px;
}
.n-wyb-box-details-r01 > ul li a::before{
    content: "·";position: absolute;top: 0;left: 0;
}
.n-wyb-box-details-r02{
    padding: 20px 20px 0;background-color: #f2f5fb;height: 236px;width: 335px;border-top: 3px solid #1b54b8;
}
.n-wyb-box-details-r02 li{
    width: 100%;display: flex;align-items: center;margin-bottom: 28px;
}
.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: flex;justify-content: center;  
}
.n-wyb-box-top-r h3 b{
    background: url(../images/newIndex/n_wyb_fg.png) no-repeat;background-size: 100% 100%;display: inline-block;
    padding: 10px 40px;font-weight: 700;position: relative;
}
.n-wyb-box-top-r h3 b:before{
    content: "";width: 5px;height: 5px;border-radius: 100%;background-color: #333;
    top: 19px;left: 29px;position: absolute;
}
.n-wyb-box-top-r h3 b:after{
    content: "";width: 5px;height: 5px;border-radius: 100%;background-color: #333;
    top: 19px;right: 29px;position: absolute;
}
.n-wyb-box-top-r ul{
    background-color: #f2f5fb;border-radius: 6px;
    padding: 10px;
}
.n-wyb-box-top-r ul li{
    margin-top: 10px;background-color: #fff;
}
.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: 46px;
}
.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/newIndex/n_zwfw_pic02.png) no-repeat;background-size: 100% 100%;height: 120px;
}
.n-wyb-hbzw a{
    display: block;font-size: 0;
}
.n-wyb-hbzw img{
    height: 120px;
}
.n-wyb-link{
    width: calc(100% - 320px);
}
.n-wyb-link ul{
    display: flex;justify-content: space-between;align-items: center;
}
.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;color: #1b54b8;font-weight: 700;
}
.n-wyb-link ul li a img{
    height:70px;
}
.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: 58px;background: url(../images/newIndex/n_wyw_title.png) no-repeat center;
    background-size: 100% 100%;margin-bottom: 20px;
}
.n-wyw-box{
    display: flex;justify-content: space-between;
}
.n-wyw-box-l{
    width: 76%;
}
.n-wyw-box-l .n-wyk-box-l-tabs{
    padding-bottom: 15px;text-align: left;
}
.n-wyw-box-l .n-wyk-box-l-tabs span{
    display: inline-block;font-size: 20px;line-height: 15px;color: #666;cursor: pointer;margin-right: 10px;
    text-align: left;width: auto;font-weight: normal;background: none;
}
.n-wyw-box-l .n-wyk-box-l-tabs span.active{
    border-left: 4px solid #005293;color: #333;font-weight: 700;padding-left: 10px;
}
.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: 22%;
}
.n-wyw-box-r ul{
    background-color: #f0f5f8;padding: 10px;
}
.n-wyw-box-r ul li{
    margin-top: 10px;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-details{
    width: 100%;
}
.ckxq{
    color: #177fea;
}

/* 专题专栏 */
.n-ztzl-b{
margin: 30px 0;padding: 20px;background-color: #f2f5fb;
}
.n-ztzl{
    
}
.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: 217px;
    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: 260px;
    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;
}


/* 互动交流 */
.hd_t{
            margin: 0 auto 30px !important;
}
.hd_t ul{
    display: flex;justify-content: space-between;
}
.hd_t ul li{
    width: 23%;
}
.hd_t ul li a{
    display: flex;align-items: center;padding:20px 40px;font-size: 20px;
}
.hd_t ul li a img{
    width: 100px;height: 100px;margin-right: 20px;
}
.hd_t ul li a span{
    display: flex;height: 60px;align-items: center;flex-wrap: wrap;
}
.hd_t ul li a span em{
    font-size: 24px;
}
.hd_t ul li:nth-of-type(1) a{
    background-color: #e7f3ff;border-radius: 6px;color: #326e9b;font-weight: 700;
}
.hd_t ul li:nth-of-type(1) a:hover{
    background-color: #326e9b;color: #fff;transition: all .3s;
}
.hd_t ul li:nth-of-type(2) a{
    background-color: #e6f4ef;border-radius: 6px;color: #3f6d4f;font-weight: 700;
}
.hd_t ul li:nth-of-type(2) a:hover{
    background-color: #3f6d4f;color: #fff;transition: all .3s;
}
.hd_t ul li:nth-of-type(3) a{
    background-color: #fcf2e8;border-radius: 6px;color: #605040;font-weight: 700;
}
.hd_t ul li:nth-of-type(3) a:hover{
    background-color: #605040;color: #fff;transition: all .3s;
}
.hd_t ul li:nth-of-type(4) a{
    background-color: #edf1ff;border-radius: 6px;color: #204799;font-weight: 700;
}
.hd_t ul li:nth-of-type(4) a:hover{
    background-color: #204799;color: #fff;transition: all .3s;
}
.hd_c_box{
    display: flex;justify-content: space-between;margin-bottom: 30px;
}
.hd_c_box > div{
    width: 49%;
}
h2.hd_title{
    display: inline-block;line-height: 40px;margin-bottom: 20px;
}
h2.hd_title span{
    border-left: 4px solid #005293;line-height: 15px;
    color: #333;display: inline-block;font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}
.hd_c_l > h3{
    margin-bottom: 20px;padding: 20px 0 10px 0;border-bottom: 2px solid #1b54b8;line-height: 24px;
}
.hd_c_l > h3:hover a{
    color: #1b54b8;
}
.hd_c_l > p{
    overflow: hidden;
}
.hd_c_l > p img{
    width: 100%;
}
.hd_c_l > p:hover img{
    transition: all .3s;transform: scale(1.2);
}
.hd_c_ft p{
    display: flex;justify-content: space-between;margin-top: 10px;
}
.hd_c_ft p i{
    width: 70px;height: 30px;display: flex;align-items: center;font-style: normal;font-weight: 700;
    background-color: #f2f5fb;border-radius: 5px;padding: 0 8px;color: #1b54b8;
}
.hd_c_ft p i img{
    margin-right: 5px;
}
.hd_c_ft p span{
    width: calc(100% - 80px);padding-top: 4px;
}
.hd_c_ft h1{
    margin-top: 10px;
}
.hd_c_ft h1 b{
    height: 30px;display: flex;align-items: center;font-style: normal;font-weight: 700;
    padding: 0 8px;color: #1b54b8;margin-bottom: 10px;
}
.hd_c_ft h1 b img{
    margin-right: 5px;
}
.hd_c_ft h1 a{
    padding-top: 4px;font-weight: normal;font-size: 16px;border-radius: 6px;
    padding: 10px 15px;background-color: #f2f5fb;display: flex;justify-content: space-between;
}
.hd_c_ft h1 a em{
    font-style: normal;color: #999;font-weight: normal;font-size: 16px;
}
.hd_c_l_b{
    margin: 40px 0;
}
.hd_c_l_b a{
    display: block;font-size: 0;overflow: hidden;
}
.hd_c_l_b a:hover img{
    transition: all .3s;transform: scale(1.2);
}
.hd_c_l_b a img{
    width: 100%;
}
.hd_c_r_items01 ul{
    margin-top: -15px;
}
.hd_c_r_items01 ul li{
    padding: 15px 0 10px;margin-top: 15px;border-radius: 6px;background-color: #f2f5fb;
}
.hd_c_r_items01 ul li > a{
    overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width: 100%;margin-bottom: 10px;
    padding: 0 15px;border-left: 5px solid #86a4d9;line-height: 16px;font-size: 16px;display: block;
}
.hd_c_r_items01 ul li > a:hover{
    color: #1b54b8;font-weight: 700;
}
.hd_c_r_items01 ul li p{
    display: flex;align-items: center;justify-content: space-between;padding: 0 15px;
}
.hd_c_r_items01 ul li p span{
    color: #999;font-size: 14px;
}
.hd_c_r_items01 ul li p .hd_c_status{
    width: 80px;height: 25px;text-align: center;line-height: 25px;border: 0;
    border-radius: 15px;background-color: #d7d7d7;font-size: 14px;color: #fff;
}
.hd_c_r_items01 ul li p .hd_c_status.bcblue{
    background-color: #1b54b8;
}
.hd_c_r_items02{
    margin-top: 30px;
}
.hd_c_r_items02 ul{
    margin-top: -20px;
}
.hd_c_r_items02 ul li{
    margin-top: 13px;display: flex;align-items: center;justify-content: space-between;
}
.hd_c_r_items02 ul li a{
    width: 70%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    font-size: 16px;padding-left: 10px;position: relative;
}
.hd_c_r_items02 ul li a::before{
    content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);
    width: 5px;height: 5px;background-color: #86a4d9;
}
.hd_c_r_items02 ul li span{
    font-size: 16px;color: #999;
}
.hd_c_r_items02 ul li a:hover{
    color: #1b54b8;font-weight: 700;
}
.hd_c_r_items03{
    margin-top: 40px;
}
.hd_c_r_items03 h1 {
    border-bottom: 1px solid #999;
}
.hd_c_r_items03 h1 span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #064297;
    padding: 0 10px;
    line-height: 40px;
}
.hd_c_r_items03 p{
	color:#333;padding:25px 0 13px;border-bottom:1px dashed #999;font-size:16px;
}
.hd_c_r_items03 p img{
	margin:0 20px;display: inline-block;vertical-align: -5px;
}
.hd_c_r_items03 p b{
	font-weight:700;
}