@charset "utf-8"; /* CSS Document*/
div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

button,em,input,option,select,textarea,th {
    font: inherit;
}

li {
    list-style: none;
}

h1,h2,h3,h4 {
    font-weight: normal;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
    font-family: Microsoft YaHei,Simsun,SimHei,Arial;
    background-color: #ffffff;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    /*-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;*/
}

a:hover {
    text-decoration: none;
    color: #333;
    text-decoration: none;
}

input {
    outline: none;
    border: navajowhite;
}

img {
    vertical-align: middle;
    border-style: none;
}

img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

/****公用****/
.w1400 {
    width: 1400px;
    margin: 0px auto;
}

.warp {
    width: 100%;
    overflow: hidden;
}

.body {
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.over {
    overflow: hidden;
}

.container {
    width: 100%;
    position: relative;
}

/* 过度*/
a img,img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

/****公用****/
header {
    background: url(2024zcwjk_headbg.png) top center no-repeat;
    min-height: 690px;
}

.header-info {
    width: 100%;
}

.warp_top {
    position: relative;
}

.top_logo {
    position: absolute;
    top: 10px;
    left: 0px;
}

.top_logo a img {
    width: 90%;
}

.top_gohome {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    line-height: 2.0rem;
    background: rgb(49, 117, 251);
}

.top_gohome a {
    color: #fff;
    font-size: 20px;
}

.link {
    position: absolute;
    top: 0;
    right: 31%;
}

.link .zhiyin {
    float: right;
    display: block;
    background: rgba(0, 0, 0, 0.302);
    border-radius: 19px;
    width: 168px;
    margin: 20px 8px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

.Senior-edition {
    position: absolute;
    top: 0;
    right: 10%;
}

.Senior-edition a {
    float: right;
    display: block;
    background: rgba(0, 0, 0, 0.302);
    border-radius: 19px;
    width: 125px;
    margin: 20px 8px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

.header-logo {
    width: 100%;
    height: 290px;
    display: block;
    background: url(2024zcwjk_headtitbg.png) bottom center no-repeat;
    margin: 0px auto;
    padding-top: 7em;
}

.header-info ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    /* display: block;*/
    margin: 4em auto 1em auto;
}

.header-info ul:before {
    content: "";
    width: 100px;
    height: 45px;
    display: block;
    float: left;
    background: url(2024zcwjk_headnavbg.png) center no-repeat;
}

.header-info ul:after {
    content: "";
    width: 100px;
    height: 45px;
    display: block;
    background: url(2024zcwjk_headnavbg.png) center no-repeat;
    float: left;
}

.header-info ul li {
    margin: 0 .5em;
    float: left;
    padding: 5px 10px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    text-shadow: 0 1px 2px rgb(78 77 77 / 25%);
}

.header-info ul li a {
    font-size: 20px;
    color: #666;
}

.header-search {
    width: 910px;
    margin: 0px auto;
}

.header-search .topSearch {
    position: relative;
    z-index: 99;
    margin-top: 34px;
    padding: 6px;
    width: 812px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 5px;
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.topSearch-input__inner {
    font-size: 18px;
    height: 54px;
    border-width: 2px;
    border-color: #fff;
    border-bottom: none;
    -webkit-transition: liner .3s;
    -moz-transition: .3s liner;
    transition: liner .3s;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    /* height: 40px;*/
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 90%;
}

.topSearch-group {
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    border: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}

.topSearch-group .topSearch-button {
    width: 96px;
    height: 54px;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4296eb), to(#0077EF));
    background-image: -webkit-linear-gradient(top, #4296eb, #0077EF);
    background-image: -moz-linear-gradient(top, #f49265 0, #ff5c26 100%);
    background-image: linear-gradient(180deg, #4296eb, #0077EF);
    border-radius: 2px;
    color: #fff;
    border: 0;
}

.searchBtn {
}

.hotSearch {
    padding-left: 28px;
    margin-top: 1em;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3019607843);
    position: relative;
}

.icon-hotSearch {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 23px;
    background: url(2024zcwjk_headhot.png) no-repeat bottom center;
    width: 20px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.icon-hotSearch span {
}

.hotItem {
    background: #2488ec7a;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0px 5px;
}

.hotItem a {
    color: #fff;
    font-size: 15px;
}

.wirts_1 {
    background-color: #fff;
    width: 100%;
    padding: 2em 0 0em 0;
}

.wirts_2 {
    height: 45em;
    padding: 2em 0 1em 0;
}

.wirts_3 {
    height: 35em;
    padding: 2em 0;
}

.containerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    /*margin-top: 60px;*/
}

.wirts_1list {
}

.list_a_l,.list_b_l {
    width: 61%;
}

.module-title {
    padding: 0 0px 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    line-height: 40px;
}

.module-title h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1 1;
    font-size: 28px;
    /* font-weight: 600;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.module-title h3 img {
    margin-right: 15px;
}

.news-container {
    padding: 24px;
    height: 370px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
    box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
}

.news-container ul li {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.news-container ul li:last-child {
    border-bottom: 0px;
}

.news-container ul li .tit {
    position: relative;
    padding-left: 21px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-container ul li .tit .dot {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #4269db;
    border-radius: 50%;
}

.news-container ul li .tit .link {
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
}

.news-container ul li:first-child .tit .link:after {
    content: "";
    width: 50px;
    height: 24px;
    border-radius: 10px 10px 10px 0px;
    display: block;
    position: absolute;
    top: 0px;
    /* background: #f70404;*/
    background: url(2024zcwjk_new.png);
    right: -55px;
}

.news-container ul li .info {
    font-size: 14px;
}

.news-container ul li .info .name {
    margin-right: 72px;
    color: #999;
}

.news-container ul li .info .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.news-container ul li .info .icon.department {
    background: url(2024zcwjk_listico.png);
}

.news-container ul li .info .icon.date {
    background: url(2024zcwjk_listtimeico.png);
}

.news-container .news-list {
}

.tagcloud {
    width: 462px;
    height: 420px;
    overflow: hidden;
    background-color: #fff;
    /* -webkit-box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);*/
    /* box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);*/
}

.list_a_r,.list_b_r {
    width: 33%;
}

/*tab切换1*/
.tab_box {
    text-align: left;
}

.tab_hd {
    height: 43px;
    /* border-bottom: 1px solid #e7e7e7;*/
    width: 100%;
    display: block;
}

.bd {
    padding: 20px;
    height: 512px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
    box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
}

.tab_hd>ul>a {
    margin-right: 30px;
    float: left;
    height: 42px;
    line-height: 42px;
}

.tab_hd>ul>a {
    font-size: 28px;
    color: #666666;
}

.tab_hd>ul>.on {
    /* border-bottom: 2px solid #006dac;*/
    font-weight: 600;
    padding-left: 40px;
    background: url(2024zcwjk_tit_ico1.png) no-repeat 0px 8px;
}

.tab_hd>ul.on a {
    color: #006dac;
    font-weight: bold;
}

.tab_hd>ul>h3>a>span {
    font-size: 14px;
    color: #999999;
    line-height: 42px;
    margin-left: 10px;
}

.tab_hd>p {
    float: right;
    width: 100px;
    text-align: right;
}

.tab_hd>p>.more {
    display: block;
    padding: 0;
    width: 88px;
    line-height: 42px;
    /* width: 24px;*/
    /* -webkit-transition: all 0.5s ease-out;*/
    /* transition: all .5s ease-out;*/
}

.tab_hd>p>.more:hover {
    /*background: url(2020index_more_s.png) no-repeat center;-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);*/
}

.bd .bd_lin_a {
}

.bd .bd_lin_a ul {
    padding: 0;
}

.bd .bd_lin_a ul li {
    /* border-bottom: 1px dashed #eee;*/
    line-height: 45px;
    display: block;
    height: 60px;
    padding: 15px 10px;
    position: relative;
    margin: 5px 0 12px 0;
    background: none;
}

.bd .bd_lin_a ul li:first-child {
    margin-top: 1em;
}

.bd .bd_lin_a ul li:nth-child(2n) {
    background-color: #eeeeee40;
    /* border-radius: 6px;*/
    /* border-bottom: 1px dashed #eee;*/
}

.bd .bd_lin_a ul li:before {
    /*position: absolute;content: '';*/
    /* top: 20px;*/
    /* left: 0px;*/
    /* background-color: #3584E7;*/
    /* width: 5px;*/
    /* height: 5px;*/
    /* transform: rotateZ(45deg);*/
}

.bd .bd_lin_a ul li i {
    /* float: left;*/
    font-style: normal;
    background: #2cabf3;
    color: #fff;
    display: block;
    padding: 0 15px;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 10px;
    top: 56%;
}

.bd .bd_lin_a ul li a {
    float: left;
    /* padding-left: 110px;*/
    display: block;
    width: 70%;
    font-size: 17px;
    line-height: 25px;
    margin-right: 80px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd .bd_lin_a ul li:hover a {
    text-decoration: none;
}

.bd .bd_lin_a ul li a:hover,.bd .bd_lin_a ul li:hover {
    text-decoration: none;
}

.bd .bd_lin_a ul li span {
    float: right;
    background: url(zcwjk_list_more.png) no-repeat;
    padding-left: 20px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 22%;
}

.bd .bd_lin_a ul li p {
    margin-top: 20px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.bd .bd_lin_a ul li p a {
    width: auto;
    padding: 0px 15px;
    background: #EAEAEA;
    margin-right: .5em;
    font-size: 15px;
}

.wdk_wen {
    padding: 1.5em 0em 0 1em;
}

.wdk_wen img {
    float: left;
    padding-top: 3px;
    padding-right: 30px;
}

.wdk_wen a {
    font-size: 22px;
    font-weight: 400;
    color: #222222;
}

.wdk_da {
    font-size: 16px;
    line-height: 175%;
    padding: 1.5em 0em .8em 1em;
}

.wdk_da>img {
    float: left;
    padding-top: 5px;
    padding-right: 30px;
}

.wdk_da p {
    padding-left: 40px;
    padding-right: 5px;
    color: #666666;
}

.wdk_da a {
    float: right;
    font-size: 14px;
    padding-right: 16px;
    color: #666666;
}

.pic-list {
}

.pic-list li {
    background: #F9F9F9;
    text-align: center;
    margin-bottom: 2em;
}

.pic-list li:last-child {
    margin-bottom: 0em;
}

.pic-list li a {
    overflow: hidden;
}

.pic-list li a img {
    width: 462px;
    height: 120px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.pic-title {
    line-height: 43px;
}

.pic-list li .abtFlag {
    font-size: 18px;
}

.wirts_4 .wj_list {
    display: flex;
    justify-content: space-between;
    margin: 3em 0 .5em 0;
}

.wirts_4 .wj_list li {
    margin-right: .834rem;
}

.wirts_4 .wj_list li:last-child {
    margin-right: 0;
}

.wirts_4 .wj_list li a {
}

.wirts_4 .wj_list li a img {
    width: 340px;
    height: 100%;
    border-radius: 6px;
}

/* focus_Box*/
#focus_Box {
    position: relative;
    width: 100%;
    height: 370px;
    margin: 3.4em auto 4em auto;
    text-align: center;
}

#focus_Box ul {
    position: relative;
    width: 100%;
    height: 355px;
    margin: 0px auto;
    text-align: center;
    clear: both;
    overflow: hidden;
}

#focus_Box li {
    z-index: 0;
    position: relative;
    width: 290px;
    height: 354px;
    float: left;
    /* top: 146px;*/
    cursor: pointer;
    margin: 0 20px;
    /* left: 40%;*/
    border-radius: 4px;
    border: 8px solid #efefef87;
    border-radius: 6px;
    overflow: hidden;
}

#focus_Box li img {
    width: 290px;
    background: url(loading.gif) no-repeat center 50%;
    height: 354px;
    vertical-align: top;
}

#focus_Box li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(float-bg.png) repeat;
    text-indent: 8px;
    color: #fff;
    text-align: left;
}

#focus_Box li p span {
    display: inline-block;
    width: 70%;
    height: 40px;
    overflow: hidden;
}

#focus_Box .prev,#focus_Box .next {
    display: none;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 131px;
}

#focus_Box .prev {
    background: url(btn.png) left bottom no-repeat;
    left: 0px
}

#focus_Box .next {
    background: url(btn.png) right bottom no-repeat;
    right: 0px
}

#focus_Box .prev:hover {
    background-position: left top;
}

#focus_Box .next:hover {
    background-position: right top;
}

#focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 45px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    background: #ffffff85;
    text-align: center;
    color: #fff;
    text-indent: 1px;
}

/*政策文件列表*/
.warp_list {
    height: 75rem;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
    box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
}

.wjk_list {
    padding: 2em 1.5em;
}

.wjk_li {
}

.list_cx {
    width: 30%;
    margin-left: -93px;
}

.list_li {
    width: 75%;
}

.ltitle {
    padding-top: 18px;
    width: 70px;
    height: 148px;
    font-size: 24px;
    line-height: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1c6eb8;
    margin: 10px auto;
    background-color: #f2f8ff;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
}

.ltitle.hsm {
    height: 210px;
}

.ltitle span {
    text-decoration: none;
    width: 24px;
    margin: 0 auto;
    display: block;
}

.ltitle.hnm span {
    line-height: 63px;
}

.lleft {
    width: 70px;
    display: flex;
    flex-direction: column;
    float: left;
}

.lright {
    float: left;
    width: calc(100% - 95px);
    height: 100%;
    margin: 10px 0 0 0px;
    padding: 10px;
}

.on {
    /* background-color: #2aaaf2;*/
    /* color: #fff;*/
    /* width: 100%;*/
}

.ldes {
    /* display: none;*/
}

.disnon {
    display: none;
}

.destitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    background-color: #f2f8ff;
    padding-left: 10px;
}

.deslist {
    width: 100%;
}

.deslist span {
    margin: 10px 14px;
    display: inline-block;
    width: 105px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    padding: 5px 10px;
}

.deslist .on {
    background-color: #2aaaf2;
    color: #fff;
}

.deslist.hnm {
    padding: 10px 0;
}

.deslist.hnm span {
    width: 132px;
    text-align: center;
    margin: 0;
    padding: 0 20px;
}

.deslist.hnm span.on:hover {
    background-color: #1658a0;
}

.deslist.hnm span:hover {
    background-color: #6b99cc;
    color: #fff;
}

.rhead {
    width: 100%;
    height: 46px;
    background-color: #f2f8ff;
}

.rhead span {
    height: 46px;
    line-height: 46px;
    margin-left: 8px;
}

.rhead span i {
    margin: 0 5px;
}

.gl_tit {
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
    color: #666666;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}

.gl_tit i {
    color: #999999;
    font-size: 16px;
    margin-right: 10px;
}

.gl_tit a {
    color: #666666;
}

.gl_tit1 {
    width: 100%;
    height: 31px;
    line-height: 31px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.gl_tit1_l {
    float: left;
    position: relative;
    padding-left: 27px;
    font-size: 26px;
    color: #1658a0;
    font-weight: bold;
}

.gl_tit1_l em {
    position: absolute;
    width: 9px;
    height: 23px;
    background-color: #1658a0;
    left: 0;
    top: 4px;
}

.rhead {
    width: 100%;
    height: 46px;
    background-color: #f2f8ff;
}

.rhead span {
    height: 46px;
    line-height: 46px;
    margin-left: 8px;
    font-size: 15px;
}

.rhead span i {
    margin: 0 5px;
    color: red;
    font-size: 18px;
    font-style: normal;
}

.zw_top_ul {
    width: 100%;
    margin-bottom: 30px;
}

.zw_top_ul ul li {
    width: 15.8%;
}

.zw_top_ul ul li a span {
    width: auto;
    display: inline-block;
}

.wjk_li .zcwjBox .phoList ul li .hmn2 a em.highlight {
    color: red;
}

.wjk_li .zcwjBox .tableAll ul.tabHead, .wjk_li .zcwjBox .phoList ul li {
    width: 100%;
    display: table;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li {
    font-size: 20px;
    color: #333;
    background: #ffffff;
    border-bottom: 3px #1c6eb8 solid;
    padding: 20px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li.smn1, .wjk_li .zcwjBox .phoList ul li .hmn1 {
    width: 8%;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li.smn2, .wjk_li .zcwjBox .phoList ul li .hmn2 {
    width: 54%;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li.smn3, .wjk_li .zcwjBox .phoList ul li .hmn3 {
    width: 19%;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li.smn4, .wjk_li .zcwjBox .phoList ul li .hmn4 {
    width: 20%;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li.smn5, .wjk_li .zcwjBox .phoList ul li .hmn5 {
    width: 18%;
}

.wjk_li .zcwjBox .tableAll ul.tabHead li.smn2 {
    padding: 20px 0;
}

.wjk_li .zcwjBox .phoList ul li {
    border-bottom: 1px #e8e8e8 solid;
    min-height: 91px;
    font-size: 15px;
}

.wjk_li .zcwjBox .phoList ul li:nth-child(even) {
    background: #eeeeee;
}

.wjk_li .zcwjBox .phoList ul li div {
    font-size: 15px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 12px 0;
}

.wjk_li .zcwjBox .phoList ul li .hmn2 {
    text-align: left;
    padding: 12px 10px 12px 12px;
}

.wjk_li .zcwjBox .phoList ul li .hmn2 a em.highlight {
    color: red;
}

.wjk_li .zcwjBox .phoList ul li .hmn2.hsm {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}

.wjk_li .zcwjBox.hsm {
    padding-bottom: 40px;
}

.paging-mox {
    position: relative;
    margin-top: 40px;
    text-align: center;
    zoom: 1;}

.paging-mox:before, .paging-mox:after {
    content: "";
    display: table;
}

.paging-mox:after {
    clear: both;
}

.paging-mox span {
    margin: 0 6px;
    display: inline-block;
    line-height: 38px;
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
}

.paging-mox span.obj_texts {
    width: auto;
}

.paging-mox span.jump_text_1 {
    width: 42px;
}

.paging-mox span.jump_text_2 {
    width: 18px;
    margin: 0 0 0 4px;
}

.paging-mox span.jump_ls {
    width: auto;
}

.paging-mox .active {
    margin: 0 6px;
    display: inline-block;
    line-height: 18px;
    padding: 6px 10px;
    background: #1c6eb8;
    color: #fff;
    font-size: 16px;
    border: 1px solid #1c6eb8;
}

.paging-mox a {
    margin: 0 6px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #555555;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 10px;
}

.paging-mox a:hover {
    color: #fff;
    background: #1c6eb8;
}

.paging-mox a.next, .paging-mox a.prev {
    font-size: 16px;
}

.paging-mox a.jump-btn {
    width: 48px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    background: #f9f9f9;
}

.paging-mox a:hover.jump-btn {
    color: #555555;
}

.paging-mox input {
    margin: -3px 5px 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border-radius: 3px;
    font-family: Microsoft YaHei;
    text-align: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    outline: none;
    color: #555555;
    font-size: 14px;
}

.img_banner img {
    width: 100%;
}

.img_banner img.ban_s2 {
    display: none;
}

.gl_con {
    background-color: #f6f6f6;
    margin-top: 27px;
    padding: 10px 20px;
}

.gl_con {
    position: relative;
    background: #fff;
    margin-top: 6px;
    padding: 0;
}

.gl_line {
    margin: 5px auto 0;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;
}

.gl_tit3>span, .gl_tit3_r, .gl_line {
    display: none;
}

.gl_tit3 {
    line-height: 30px;
    position: relative;
}

.gl_tit3_r {
    float: left;
    width: 85%;
    height: 48px;
    overflow: hidden;
    border: 1px solid #1658a0;
}

.gl_tit3>span, .gl_tit3_r, .gl_line {
    display: none;
}

.t_inp {
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 25px;
    width: 1000px;
    z-index: 999;
}

.inp2 {
    border: none;
    width: 900px;
    font-size: 14px;
    height: 22px;
    line-height: 22px\9;
    border-radius: 4px;
    padding: 12px 0 12px 15px;
}

.btn3 {
    margin-left: 13px;
    background: transparent;
    color: #1658a0;
    border: 0;
    width: 62px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.zw_top_ul ul li.smts a span.sm2.nsm {
    width: 90px;
}

/*政策文件列表*/
/*政策文件正文部分*/
.warp_wars {
    display: flow-root;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
    box-shadow: 0 1px 10px 0 rgba(66, 105, 219, .2);
    /* height: 97em;*/
    padding: 2rem;
    width: 1336px;
}

.wars {
}

.wars_l {
    width: 72%;
}

.wars_ins {
    padding-left: 28px;
    line-height: 28px;
    font-size: 1em;
    font-weight: normal;
    color: #666666;
    background: url(2024zcwjk_icon_position.png) no-repeat left 3px;
    background-size: 16px 21px;
    margin-bottom: 1.5rem;
}

.wars_ins a {
}

.wars_ins a {
    margin: 0 5px;
}

.wars_ins a:first-child {
    margin-left: 0;
}

.wars_ins a {
    color: #666666;
    font-size: 15px;
}

.wars_ins a:hover {
    color: #2354AF;
}

.wars_l .wjxx {
    background: #f7f7f7;
    /* border: 1px solid #dddddd;*/
    padding: 10px 0;
    margin-bottom: 30px;
}

.wars_l .wjxx ul {
    overflow: hidden;
}

.wars_l .wjxx li {
    width: 33.33%;
    float: left;
    font-size: 16px;
    padding: 10px 0;
}

.wars_l .wjxx li:nth-child(6),.wars_l .wjxx li:nth-child(4),.wars_l .wjxx li:nth-child(5) {
    background-color: #eaeaea;
}

.wars_l .wjxx li span {
    display: block;
    margin-left: 30px;
}

.wj_conts {
}

.wj_conts h2 {
    font-size: 32px;
    line-height: 45px;
    color: #006dac;
    text-align: center;
    padding: 0 15px;
}

.wj_conts .info {
    border-bottom: 2px solid #d9d9d9;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.wj_conts .info span {
    padding: 0 5px;
}

.wj_conts .info a:hover {
    color: #006dac;
}

.wj_conts-main {
    margin-top: 30px;
}

/*.details-wrap{width: 1080px;margin: 50px auto;padding: 0;}*/
.wj_conts .wj_conts-main {
    padding-bottom: 30px;
}

.content-bottom {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    overflow: hidden;
}

.content-bottom .fr a:hover {
    color: #006dac;
}

.wj_conts .bdsharebuttonbox {
    float: left;
    padding-left: 25px;
}

.wj_conts .qrcode {
    text-align: center;
    margin-bottom: 30px;
}

.wj_conts .qrcode p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}

.wj_conts .xgdt {
    margin-top: 30px;
}

.fujian-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fujian-box a {
    line-height: 48px;
    padding: 10px 10px 10px 70px;
    border-bottom: #c9c9c9 solid 1px;
    display: block;
    background: #f2f2f2 url(fujian.jpg) no-repeat 10px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1rem;
}

.fujian-box a:last-child {
    border-bottom: none;
}

.fujian-box a:hover {
    background: #e4e4e4 url(fujian.jpg) no-repeat 10px center;
}

.wj_conts .xgdt .title {
    height: 43px;
    border-bottom: 1px solid #e7e7e7;
}

.wj_conts .xgdt .title ul {
    float: left;
}

.wj_conts .xgdt .title li {
    float: left;
    font-size: 18px;
    line-height: 43px;
    margin-left: 30px;
}

.wj_conts .xgdt .title li:first-child {
    margin-left: 0 !important;
}

.wj_conts .xgdt .title li a {
    display: block;
}

.wj_conts .xgdt .title li.on a {
    height: 42px;
    border-bottom: 2px solid #006dac;
    color: #006dac;
    font-weight: bold;
}

.wj_conts .xgdt .list li {
    background: url(index_list_icon.png) no-repeat left center;
    padding-left: 15px;
    font-size: 16px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wj_conts .xgdt .list {
    margin-top: 10px;
}

.wars_r {
    width: 25%;
}

.wars_r .tit {
    margin-bottom: 40px;
}

.wars_r .tit h3.jd_title {
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding-left: 22px;
    margin-bottom: 16px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 24px;
    background: url(2024zcwjk_title_bg1.png) no-repeat top left;
}

.wars_r .tit h3.jd_title a {
    color: #fff;
}

.wars_r .wzjd .wzjd_content {
    display: block;
    font-size: 17px;
    color: #496d9f;
    line-height: 1.8rem;
    margin-bottom: 10px;
    text-indent: 30px;
    background: url(zcwjk_list_more.png) 5px 8px no-repeat;
}

.wars_r .wzjd .wzjd_content:hover {
    color: #7a9ac7;
}

.wars_r .wzjd .xgjd_content {
    display: block;
    font-size: 17px;
    color: #496d9f;
    line-height: 1.8rem;
    margin-bottom: 15px;
}

.wars_r .wzjd .xgjd_content:hover {
    color: #7a9ac7;
}

.wars_r .wzjd .xgjd_content span {
    color: #fff;
    padding: 5px 10px;
    background: #6aa4eb;
    border-radius: 5px;
}

.ask {
    display: contents;
    /* width: 30%;*/
    /* padding-right: 2rem;*/
    /* border-right: 1px solid #e2e3e5;*/
    /* margin-right: 1rem;*/
}

.ask h4,.lisen h4 {
    font-size: 1.35rem;
    color: #0d1c28;
    text-align: center;
    margin: 0rem 0 2rem 0rem;
}

.consult-question-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}

.consult-question-wrapper img {
    width: 10rem;
    margin-right: .8rem;
}

.consult-question {
    /* font-family: PingFangSC-Regular;*/
    font-size: 15px;
    font-weight: 400;
    color: #3d4953;
    text-align: left;
    margin-top: 0.8rem;
}

.red-button {
    display: block;
    width: 100%;
    height: 3.8rem;
    line-height: 3.8rem;
    text-align: left;
    text-indent: 58px;
    font-size: 24px;
    background: #6ea9ec;
    color: #fff;
    font-weight: 500;
    margin-top: 1.2rem;
    border-radius: 0.2rem;
}

.red-button:hover {
    color: #e6f2ee;
}

.icon-backward {
    margin-right: 1.2em;
}

.icon-backward img {
    max-width: 100%;
}

.wzsk_content {
    position: relative;
    display: block;
    text-align: center;
}

.wzsk_content img {
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
    border-radius: 10px;
}

.wzsk_content img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 12px #a1a1a3;
    box-shadow: 0 5px 12px #a1a1a3;
}

.ask_ico .wyzx_btn {
    display: block;
    margin-top: 12px;
    height: 74px;
    transition: .3s;
    text-align: center;
    background-color: #6ea9ec;
    border-radius: 0.2rem;
}

.ask_ico .wyzx_btn .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
    font-size: 0px;
    margin-right: 15px;
    font-style: normal;
    font-weight: 500;
}

.ask_ico .wyzx_btn .icon img {
    max-width: 100%;
}

.ask_ico .wyzx_btn .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 74px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
}

/*政策文件正文部分*/
/*自适配样式*/
@media screen and (max-width: 1200px) {
    header {
        background-size: cover;
        min-height: auto;
    }

    .header-info {
        width: 100%;
    }

    .header-logo {
        background-size: 100%;
        height: 8rem;
    }

    .header-search {
        width: 100%;
        text-align: center;
    }

    .header-search .topSearch {
        width: 90%;
        margin: 0px auto;
    }

    .topSearch-input__inner {
        width: 98%;
    }

    .top_gohome,.hotSearch {
        display: none;
    }

    .link {
        position: unset;
    }

    .top_logo {
        top: 1rem;
        left: 5%;
    }

    .w1400 {
        width: 100%;
        overflow: hidden;
    }

    .wirts_1 {
        padding: 1rem 0 0 0;
    }

    .header-info ul {
        display: block;
        margin: 1rem 0;
        text-align: center;
        height: auto;
    }

    .header-info ul:before,.header-info ul:after {
        width: 0;
    }

    .header-info ul li {
        width: 43%;
        margin: .5rem;
        padding: 5px;
        /* float: none;*/
    }

    .header-info ul li a {
        font-size: 16px;
    }

    .containerBox {
        display: block;
    }

    .warp {
        width: 98%;
        margin: 0 auto;
    }

    .list_a_l, .list_b_l {
        width: 100%;
    }

    .news-container {
        padding: .5rem;
        height: auto;
    }

    .news-container ul li .info .name {
        float: left;
        display: block;
        width: 50%;
        margin: .5rem 0;
    }

    .news-container ul li .tit {
        margin-bottom: .5rem;
    }

    .news-container ul li {
        padding-bottom: 3rem;
        margin-bottom: 1rem;
    }

    .list_a_r, .list_b_r {
        width: 100%;
    }

    .list_a_r {
        margin-top: 1.5rem;
    }

    .tagcloud {
        width: 100%;
    }

    .wirts_4 .wj_list {
        display: block;
        text-align: center;
    }

    .wirts_4 .wj_list li {
        margin: .5rem 0
    }

    .bd {
        padding: 0;
        height: auto;
    }

    .bd .bd_lin_a ul li {
        height: 10rem;
    }

    .bd .bd_lin_a ul li span {
        left: 10px;
        width: 100%;
        text-align: left;
        top: 60px;
    }

    .bd .bd_lin_a ul li a {
        width: 100%;
    }

    .wirts_2 {
        height: auto;
    }

    .pic-list li a img {
        width: 100%;
    }

    .module-title h3,.tab_hd>ul>a {
        font-size: 20px;
    }

    .news-container ul li .tit .link a {
        font-size: 18px;
    }

    .list_li {
        width: 100%;
    }

    .list_cx {
        width: 100%;
        margin: 0;
    }

    .wjk_list {
        padding: .5em;
    }

    .lright {
        width: 98%;
        margin: 4.5rem auto .5rem auto;
        float: none;
    }

    .lleft {
        width: 100%;
        display: block;
        height: 48px;
        margin-bottom: 0.5rem;
    }

    .ltitle {
        width: 24%;
        height: auto;
        float: left;
        padding: .5rem;
        text-align-last: center;
        border-radius: 5px;
        margin: 0px .4em;
    }

    .ltitle span {
        width: 100%;
        font-size: 20px;
    }

    .destitle {
        text-align: center;
        padding: 0;
    }

    .deslist span {
        width: 35%;
    }

    .warp_list {
        height: auto;
    }

    .warp_wars {
        padding: 0;
        width: 98%;
        margin: 0px auto;
    }

    .wars_l,.wars_r {
        width: 100%;
        overflow: hidden;
    }

    .wars_ins {
        background: url(2024zcwjk_icon_position.png) no-repeat 7px 10px;
        background-size: 16px 21px;
        padding: .5rem .5rem .5rem 1.7rem;
    }

    .wars_l .wjxx li {
        width: 100%;
    }

    .wars_l .wjxx li:nth-child(2),.wars_l .wjxx li:nth-child(4),.wars_l .wjxx li:nth-child(6),.wars_l .wjxx li:nth-child(8),.wars_l .wjxx li:nth-child(10) {
        background-color: #eaeaea;
    }

    .wars_l .wjxx li:nth-child(5) {
        background-color: #fff;
    }
}

@media screen and (max-width: 1367px) and (min-width: 769px) {
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
}



.useOld h1, .useOld h2, .useOld h3, .useOld h4{font-size:100%!important;}
.useOld body{font-size:21px!important;}
.useOld .top_gohome a{font-size:26px!important;}
.useOld .link .zhiyin{font-size:24px!important;}
.useOld .Senior-edition a{font-size:24px!important;}
.useOld .header-info ul li a{font-size:26px!important;}
.useOld .topSearch-input__inner{font-size:24px!important;}
.useOld .topSearch-group .topSearch-button{font-size:24px!important;}
.useOld .hotSearch{font-size:20px!important;}
.useOld .hotItem a{font-size:21px!important;}
.useOld .module-title h3{font-size:28px!important;}
.useOld .news-container ul li .tit{font-size:28px!important;}
.useOld .news-container ul li .info{font-size:20px!important;}
.useOld .tab_hd > ul > a{font-size:28px!important;}
.useOld .tab_hd > ul > h3 > a > span{font-size:20px!important;}
.useOld .bd .bd_lin_a ul li a{font-size:23px!important;}
.useOld .bd .bd_lin_a ul li p a{font-size:21px!important;}
.useOld .wdk_wen a{font-size:28px!important;}
.useOld .wdk_da{font-size:22px!important;}
.useOld .wdk_da a{font-size:20px!important;}
.useOld .pic-list li .abtFlag{font-size:24px!important;}
.useOld .ltitle{font-size:24px!important;}
.useOld .destitle{font-size:24px!important;}
.useOld .deslist span{font-size:21px!important;}
.useOld .gl_tit i{font-size:22px!important;}
.useOld .gl_tit1_l{font-size:26px!important;}
.useOld .rhead span{font-size:21px!important;}
.useOld .rhead span i{font-size:24px!important;}
.useOld .wjk_li .zcwjBox .tableAll ul.tabHead li{font-size:26px!important;}
.useOld .wjk_li .zcwjBox .phoList ul li{font-size:21px!important;}
.useOld .wjk_li .zcwjBox .phoList ul li div{font-size:21px!important;}
.useOld .wjk_li .zcwjBox .phoList ul li .hmn2.hsm{font-size:22px!important;}
.useOld .paging-mox span{font-size:20px!important;}
.useOld .paging-mox .active{font-size:22px!important;}
.useOld .paging-mox a{font-size:22px!important;}
.useOld .paging-mox a.next, .useOld .paging-mox a.prev{font-size:22px!important;}
.useOld .paging-mox input{font-size:20px!important;}
.useOld .inp2{font-size:20px!important;}
.useOld .wars_ins{font-size:20px!important;}
.useOld .wars_ins a{font-size:21px!important;}
.useOld .wars_l .wjxx li{font-size:22px!important;}
.useOld .wj_conts h2{font-size:32px!important;}
.useOld .wj_conts .qrcode p{font-size:22px!important;}
.useOld .wj_conts .xgdt .title li{font-size:24px!important;}
.useOld .wj_conts .xgdt .list li{font-size:22px!important;}
.useOld .wars_r .tit h3.jd_title{font-size:24px!important;}
.useOld .wars_r .wzjd .wzjd_content{font-size:23px!important;}
.useOld .wars_r .wzjd .xgjd_content{font-size:23px!important;}
.useOld .ask h4, .useOld .lisen h4{font-size:20px!important;}
.useOld .consult-question{font-size:21px!important;}
.useOld .red-button{font-size:24px!important;}
.useOld .ask_ico .wyzx_btn .icon{font-size:20px!important;}
.useOld .ask_ico .wyzx_btn .txt{font-size:24px!important;}
.useOld .tab_hd>p>.more{ width:100px; }
.useOld .link .zhiyin{ width:220px; }
.useOld .Senior-edition{ margin-top:0!important; } 