.head-box {
    height: 40px;
    width: 100%;
    min-width: 1200px;
    background-color: #005293;
}

.head-box .mid {
    width: 1200px;
    height: 40px;
    margin: auto;
}

.head-box .mid .zc {
    font-size: 12px;
    line-height: 40px;
}

.head-box .mid .zc a {
    color: #fff;
}

.head-box .mid .zc a:hover {
    text-decoration: underline;
}

.head-box .mid .zc span {
    color: #fff;
    padding: 0 5px;
}

.head-box .mid .yc {
    margin-right: 20px;
}

.head-box .mid .yc span {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}



.head-box .mid .yc .zhou {
    margin-left: 5px;
}

.head-box .mid .yc .inp {
    width: 260px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 30px 0 13px;
    margin-top: 5px;
    margin-left: 30px;
}

.head-box .mid .yc .inp::placeholder {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-left: 13px;
}

.foot-box {
  width: 100%;
  min-width: 1100px;
  padding: 15px 0px;
  overflow: hidden;
  background: #005293;
  margin-top: 20px;
}
.foot-box .cont {
  width: 1100px;
  margin: auto;
}
.foot-box .cont .pconAndimg {
  margin-top: 28px;
  overflow: hidden;
}
.foot-box .cont .pco p {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
.foot-box .cont .dzjg {
  display: inline-block;
  width: 46px;
  height: 59px;
  margin-right: 50px;
}
.foot-box .cont .dzjg img {
  width: 46px;
  height: 59px;
}
.foot-box .cont .thr {
  margin-top: 23px;
}
.foot-box .cont .thr .a1 {
  display: block;
  width: 100px;
  height: 80px;
  background: #0a62a9;
  color: #ffffff;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
}
.foot-box .cont .thr .a1 p {
  margin-top: 10px;
}
.foot-box .cont .thr .a1 img {
  display: block;
  width: 23px;
  height: 23px;
  margin: 20px auto 0;
}


/*左侧栏目*/

.zw-list .qn {
    display: block;
    width: 240px;
    padding-left: 28px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.zw-list .qn.cur,
.zw-list .qn:hover {
    background: #2d66a5;
    border: 1px solid #2d66a5;
}

.zw-list .qn.cur .tit,
.zw-list .qn:hover .tit {
    color: #fff;
}

.zw-list .zw-img {
    display: inline-block;
    width: 60px;
    height: 68px;
    line-height: 68px;
    vertical-align: top;
}

.zw-list .zw-icon0 {
    background: url(../images/zw-icon5.png) no-repeat left center;
}

.zw-list a.cur .zw-icon0,
.zw-list a:hover .zw-icon0 {
    background: url(../images/zwCuricon5.png) no-repeat left center;
}

.zw-list .zw-icon1 {
    background: url(../images/zw-icon0.png) no-repeat left center;
}

.zw-list .qn.cur .zw-icon1,
.zw-list .qn:hover .zw-icon1 {
    background: url(../images/zwCuricon0.png) no-repeat left center;
}

.zw-list .zw-icon2 {
    background: url(../images/zw-icon1.png) no-repeat left center;
}

.zw-list .qn.cur .zw-icon2,
.zw-list .qn:hover .zw-icon2 {
    background: url(../images/zwCuricon1.png) no-repeat left center;
}

.zw-list .zw-icon3 {
    background: url(../images/zw-icon2.png) no-repeat left center;
}

.zw-list .qn.cur .zw-icon3,
.zw-list .qn:hover .zw-icon3 {
    background: url(../images/zwCuricon2.png) no-repeat left center;
}

.zw-list .zw-icon4 {
    background: url(../images/zw-icon11.png) no-repeat left center;
}

.zw-list .qn.cur .zw-icon4,
.zw-list .qn:hover .zw-icon4 {
    background: url(../images/zwCuricon11.png) no-repeat left center;
}




.zw-list .zw-icon6 {
    background: url(../images/zw-icon7.png) no-repeat left center;
}

.zw-list .qn.cur .zw-icon6,
.zw-list .qn:hover .zw-icon6 {
    background: url(../images/zwCuricon7.png) no-repeat left center;
}








.zw-list .tit {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    font-size: 22px;
    line-height: 30px;
    padding-right: 5px;
    color: #2d66a5;
}

.zw-list .w130 {
    width: 130px;
}

.zw-list .qn .plus {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    height: 68px;
    background: url(../images/plus.png) no-repeat left center;
}

.zw-list .qn.cur:hover .plus,
.zw-list .qn.cur .plus,
.zw-list .qn:hover .plus {
    background: url(../images/plusHover.png) no-repeat left center;
}

.zw-list .qn.cur .plus.close {
    background: url(../images/plusCurIcon.png) no-repeat left center;
}

.zw-list .inner-list {
    position: relative;
    top: -15px;
    background: #fff;
    padding: 10px 0;
    display: none;
}

.inner-list a {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    background: none;
    border: none;
    margin-bottom: 0;
    line-height: 32px;
    padding-left: 55px;
    height: 32px;
    width: 238px;
    box-sizing: border-box;
}

.inner-list a:hover,
.inner-list a.aCur {
    width: 240px;
    color: #fff;
    border: none;
    background-color: #2d66a5;
}

.yj-page {
    text-align: center;
    padding: 30px 0 0;
    margin-left: 10px;
    box-sizing: border-box;
}

.yj-page span {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    padding-top: 2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.yj-page .sl {
    display: inline-block;
    padding-top: 2px;
    width: 15px;
    height: 30px;
    border: none;
    text-align: center;
    line-height: 28px;
    color: #415569;
    font-size: 14px;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.yj-page input {
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.yj-page a {
    display: inline-block;
    padding-top: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #415569;
    font-size: 14px;
    margin-right: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fafafa;
}

.yj-page a:hover {
    color: #fff;
    background-color: #276ecf;
}

.yj-page .sye {
    width: 56px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
}

.yj-page .wye {
    width: 38px;
    background-color: #f7f9f9;
    color: #b9bfc5;
}

.yj-page .act {
    color: #fff;
    background-color: #2980d1;
    border: none;
}

.yj-page .sy {
    width: 80px;
}

.yj-page .xy {
    width: 80px;
}

.yj-page .pl,
.yj-page .pr {
    font-family: cursive;
}

.yj-page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pt40 {
    padding-top: 40px;
}

.gk-bg {
    background: url(zwxxgk_bg.png) center top no-repeat;
    overflow: hidden;
    min-width: 1100px;
    margin: 0 auto;
}

.gk-bg .logo {
    display: block;
    width: 1100px;
    height: 72px;
    margin: 35px auto 0;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 35px;
    color: #fff;
}

.gk-bg .zcnm {
    display: block;
    width: 420px;
    height: 73px;
    margin: 70px auto 0;
}

.gk-bg .zcnm img {
    margin: auto;
    display: block;
}

.gk-bg .zwks {
    width: 1100px;
    background-color: #f1f1f2;
    margin: 84px auto 0;
    overflow: hidden;
    margin-bottom: 76px;
}

.gk-bg .zwks .topser {
    width: 1028px;
    height: 50px;
    margin: 85px auto 0;
    overflow: hidden;
}

.gk-bg .zwks .topser .mrs {
    width: 240px;
    height: 1px;
    background-color: #bfbfbf;
    display: inline-block;
    margin-top: 24px;
}

.gk-bg .zwks .topser .boc {
    width: 510px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 9px;
    border: solid 1px #0d5ba5;
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
}

.gk-bg .zwks .topser .boc input {
    height: 50px;
    padding-left: 23px;
    padding-right: 20px;
    width: 380px;
    display: inline-block;
    font-size: 16px;
}

.gk-bg .zwks .topser .boc input::placeholder {
    font-size: 16px;
    color: #999999;
    line-height: 50px;
}

.gk-bg .zwks .topser .boc button {
    background: url(../images/gk-fdj.png) no-repeat;
    width: 37px;
    height: 37px;
    margin-right: 27px;
    margin-top: 10px;
}

.gk-bg .zwks .topser .boc .dele {
    display: block;
    position: absolute;
    right: 65px;
    top: 5px;
    width: 26px;
    height: 35px;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    cursor: pointer;
}

.gk-bg .zwks .add {
    height: 20px;
    width: 500px;
    margin: 15px auto 0;
}

.gk-bg .zwks .add .spr {
    font-size: 16px;
    color: #015093;
    line-height: 20px;
    margin-right: 6px;
}

.gk-bg .zwks .add .lbo {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.gk-bg .zwks .add .lbo input {
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}

.gk-bg .zwks .ml120 {
    margin-left: 120px;
}

.gk-bg .zwks .flb {
    margin: 74px 35px 80px;
    padding-bottom: 54px;
}

.gk-bg .zwks .flb .zbds {
    width: 240px;
}

.gk-bg .zwks .flb .con-rt {
    width: 770px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.gk-bg .zwks .flb .news-list {
    margin-bottom: 20px;
}

.gk-bg .zwks .flb .file-name {
    border-bottom: 2px solid #dcdcdc;
}

.gk-bg .zwks .flb .file-name a {
    display: inline-block;
    height: 35px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #2d66a5;
    line-height: 35px;
}

.gk-bg .zwks .flb .news-list-ul {
    padding: 30px;
}

.gk-bg .zwks .flb .news-list-ul li {
    line-height: 40px;
    font-size: 16px;
}

.gk-bg .zwks .flb .news-list-ul li a {
    color: #333;
}

.gk-bg .zwks .flb .news-list-ul li a:hover {
    color: #2d66a5;
    font-weight: bold;
}

.gk-bg .zwks .flb .news-list-ul li span {
    padding-left: 20px;
    color: #999;
}

.gk-bg .zwks .flb .zca {
    padding-bottom: 114px;
}

.gk-bg .zwks .flb .zca .sp {
    border-bottom: 2px solid #dcdcdc;
}

.gk-bg .zwks .flb .zca .sp span {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    background-color: #2d66a5;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
}

.gk-bg .zwks .flb .zca .zctb {
    margin: 0 12px;
}

.gk-bg .zwks .flb .zca .zctb tr {
    height: 52px;
    text-align: center;
}

.gk-bg .zwks .flb .zca .zctb tr th {
    font-size: 16px;
    line-height: 21px;
    color: #2d66a5;
}

.gk-bg .zwks .flb .zca .zctb tr .th1 {
    width: 47px;
    border-bottom: 6px solid #67b4e3;
}

.gk-bg .zwks .flb .zca .zctb tr .th2 {
    width: 318px;
    border-bottom: 6px solid #67b4e3;
}

.gk-bg .zwks .flb .zca .zctb tr .th3 {
    width: 166px;
    border-bottom: 6px solid #67b4e3;
}

.gk-bg .zwks .flb .zca .zctb tr .th4 {
    width: 116px;
    border-bottom: 6px solid #67b4e3;
}

.gk-bg .zwks .flb .zca .zctb tr .th5 {
    width: 104px;
    border-bottom: 6px solid #67b4e3;
}

.gk-bg .zwks .flb .zca .zctb tr td {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    border-bottom: 1px solid #dfdfdf;
    padding: 22px 0;
}

.gk-bg .zwks .flb .zca .zctb tr td a:hover {
    color: #2d66a5;
}

.gk-bg .zwks .flb .zca .zctb tr .pd30 {
    padding: 0 30px;
}

.gk-bg .zwks .flb .zca .zctb tr .tj {
    text-align: justify;
}

.gk-bg .zwks .flb .pd40 {
    padding-bottom: 40px;
}

.gk-bg .zwks .p50 {
    padding-bottom: 0;
    margin: 84px 35px 50px;
}

.gk-bg .zwks .mb0 {
    margin-bottom: 0;
}

.gkzn .zntit {
    font-size: 32px;
    color: #2d66a5;
    text-align: center;
    line-height: 42px;
    margin-top: 37px;
}

.gkzn .zncont {
    height: 760px;
    overflow-y: scroll;
    margin: 34px;
    margin-right: 23px;
    box-sizing: border-box;
    padding-right: 30px;
}

.gkzn .zncont P {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.gkzn .zncont h2 {
    color: #333333;
    font-size: 21px;
    line-height: 30px;
    margin: 20px 0;
}

.gkzn .zncont::-webkit-scrollbar {
    width: 10px;
    height: 374px;
    margin-right: 20px;
}

.gkzn .zncont::-webkit-scrollbar-thumb {
    width: 10px;
    height: 50px;
    background-color: #2d66a5;
    border-radius: 5px;
    cursor: pointer;
}

.gkzn .zncont::-webkit-scrollbar-track {
    width: 10px;
    height: 374px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.zd {
    padding-bottom: 46px;
}

.zd .sp {
    border-bottom: 2px solid #dcdcdc;
}

.zd .sp span {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    background-color: #2d66a5;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
}

.zd .ul3 {
    margin-left: 24px;
    margin-right: 18px;
    margin-top: 22px;
}

.zd .ul3 li a {
    font-size: 16px;
    color: #333333;
    line-height: 44px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 84%;
}

.zd .ul3 li a:hover {
    color: #2d66a5;
}

.zd .ul3 li span {
    font-size: 16px;
    line-height: 44px;
    color: #999999;
}

.zd button {
    width: 100px;
    height: 30px;
    background-color: #e5e5e5;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 18px auto 40px;
    display: block;
}

.zd button:hover {
    background: #2d66a5;
    color: #fff;
}

.pd26 {
    padding-bottom: 26px;
}

.lead {
    overflow: hidden;
}

.lead h2 {
    font-size: 32px;
    color: #2d66a5;
    line-height: 32px;
    margin-top: 34px;
    text-align: center;
}

.lead .sz {
    margin-top: 20px;
}

.lead .sz img {
    width: 120px;
    height: 150px;
    display: block;
    margin: auto;
}

.lead .sz .sp1 {
    font-size: 18px;
    line-height: 18px;
    color: #2d66a5;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.lead .sz .sp2 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.lead .ulbox {
    margin: 25px 35px 0;
    width: 700px;
    border-top: 1px solid #d2d2d2;
    padding-top: 5px;
    padding-bottom: 50px;
}

.lead .ulf {
    margin-left: -26px;
}

.lead .ulf li {
    margin-top: 35px;
    width: 120px;
    margin-left: 55px;
}

.lead .ulf li img {
    width: 120px;
    height: 150px;
}

.lead .ulf li .sp1 {
    font-size: 18px;
    line-height: 18px;
    color: #2d66a5;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.lead .ulf li .sp2 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.lead .sp {
    border-bottom: 2px solid #dcdcdc;
}

.lead .sp span {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    background-color: #2d66a5;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
}

.lead .sinl {
    margin-top: 32px;
    margin-bottom: 28px;
}

.lead .sinl .dw {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-left: 42px;
}

.lead .sinl .dw:hover {
    color: #2d66a5;
}

.lead .sinl .sj {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-right: 40px;
}

.ul4 {
    margin-left: 20px;
}

.ul4 li {
    width: 318px;
    height: 70px;
    background-color: #f2f9ff;
    margin-top: 20px;
    margin-left: 30px;
    text-align: center;
}

.ul4 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ul4 li a span {
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    padding-left: 44px;
    display: inline-block;
}

.ul4 li a:hover span {
    color: #2d66a5;
    font-weight: bold;
}



.h950 {
    height: 950px;
}

.gknb {
    padding-bottom: 48px;
}

.gknb .spt {
    margin-top: 28px;
}

.gknb .spt span {
    padding: 0 20px;
    height: 40px;
    background-color: #2d66a5;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.gknb .mt20 {
    margin-top: 20px;
}

.gknb .ulg {
    width: 374px;
}

.gknb .ulg li {
    height: 40px;
    box-sizing: border-box;
    padding-left: 34px;
}

.gknb .ulg li a {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}

.gknb .ulg li a:hover {
    color: #3354a2;
}

.gknb .ulg li:nth-child(2n+1) {
    background: #f4f6f7;
}

.gknb .mf10 {
    margin-left: 10px;
}

.gknb .mr10 {
    margin-right: 10px;
    border-left: 1px solid #e5e5e5;
}

.ysqgk {
    padding-bottom: 40px;
}

.ysqgk h2 {
    font-size: 28px;
    color: #2d66a5;
    line-height: 28px;
    margin: 28px 35px 0;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
}

.ysqgk .lins {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 35px;
}

.ysqgk .lins .sp {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 35px;
}

.ysqgk .lins .sp1 {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.ysqgk .lins .inp {
    width: 145px;
    height: 35px;
    background-color: #f2f7fa;
    border: solid 1px #beccdc;
    box-sizing: border-box;
    padding: 0 20px;
}

.ysqgk .lins .bt1 {
    width: 60px;
    height: 35px;
    background-color: #2d66a5;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.ysqgk .lins .ml44 {
    margin-left: 44px;
}

.ysqgk .lins .ml16 {
    margin-left: 16px;
}

.ysqgk .lins .ml22 {
    margin-left: 22px;
}

.ysqgk .lins .ml10 {
    margin-left: 10px;
}

.ysqgk .lins label {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    margin-right: 40px;
}

.ysqgk .lins label input {
    vertical-align: middle;
    margin-right: 10px;
}

.ysqgk .lins .ml30 {
    margin-left: 30px;
}

.ysqgk .lins .ml36 {
    margin-left: 36px;
}

.ysqgk .lincpx {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 35px;
    padding-bottom: 18px;
}

.ysqgk .lincpx .cpx {

    font-size: 16px;
    color: #333333;
    line-height: 35px;
    padding-left: 16px;
}

.ysqgk .lincpx .nx {
    background: none;
}

.ysqgk .lincpx .iop {
    width: 205px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 12px;
}

.ysqgk .lincpx .icp {
    width: 570px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 12px;
}

.ysqgk .lincpx label {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    margin-right: 14px;
}

.ysqgk .lincpx label input {
    vertical-align: middle;
    margin-right: 6px;
}

.ysqgk .lincpx .txa {
    width: 570px;
    height: 120px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    margin-bottom: 20px;
}

.ysqgk .lincpx .mt10 {
    margin-top: 10px;
}

.ysqgk .lincpx .wenjian {
    width: 205px;
    height: 35px;
    background-color: #eeeeee;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
   
}

.ysqgk .lincpx .wenjian .select {
    color: #666666;
    font-size: 14px;
    line-height: 35px;
    padding-left: 16px;
}

.ysqgk .lincpx .wenjian .option {
    position: absolute;
    top: 35px;
    left: 0;
    background: #f6f6f6;
    max-height: 120px;
    overflow: auto;
    z-index: 10;
    width: 100%;
    display: none;
}

.ysqgk .lincpx .wenjian .option a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #444;
    font-size: 16px;
    text-indent: 1rem;
    cursor: pointer;
}

.ysqgk .lincpx .wenjian .option a:hover {
    background: #dcdcdc;
}

.ysqgk .lincpx .sc {
    width: 85px;
    height: 35px;
    background-color: #2d66a5;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

.ysqgk .lincpx .tip {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    display: block;
    margin-left: 110px;
}

.ysqgk .lincpx .tip .red {
    color: #e93131;
}

.ysqgk .lincpx .igp {
    width: 105px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    padding: 0 10px;
}

.ysqgk .lincpx .yzm {
    margin-top: 5px;
    margin-left: 20px;
}

.ysqgk .lincpx .hyz {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    cursor: pointer;
    margin-left: 20px;
    font-family: "Microsoft YaHei";
}

.ysqgk .lincpx .hyz:hover {
    color: #2775cc;
}

.ysqgk .lincpx .ml20 {
    margin-left: 20px;
}

.ysqgk .lincpx .mr38 {
    margin-right: 38px;
}

.ysqgk .lincpx .lh22 {
    line-height: 22px;
}

.ysqgk .lincpx .ml36 {
    margin-left: 36px;
}

.ysqgk .lincpx .ml17 {
    margin-left: 17px;
}

.ysqgk .lincpx .ml27 {
    margin-left: 27px;
    margin-top: -20px;
}

.ysqgk .lincpx .ml54 {
    margin-left: 54px;
}

.ysqgk .lincpx .ml4 {
    margin-left: 4px;
}

.ysqgk .lincpx .ml15 {
    margin-left: 15px;
}

.ysqgk .mt25 {
    margin-top: 25px;
}

.ysqgk .mt12 {
    margin-top: 12px;
}

.ysqgk .pd12 {
    padding-bottom: 12px;
}

.ysqgk .mt20 {
    margin-top: 20px;
}

.ysqgk .pd18 {
    padding-bottom: 18px;
}

.ysqgk .pd8 {
    padding-bottom: 8px;
}

.ysqgk .pd30 {
    padding-bottom: 30px;
}

.ysqgk .jw {
    width: 294px;
    margin: 30px auto 0;
    height: 50px;
}

.ysqgk .jw a {
    width: 140px;
    height: 50px;
    background-color: #F2F2F2;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #666666;
}

.ysqgk .jw a:hover,
.ysqgk .jw .cur {
    background: #2d66a5;
    color: #fff;
}

.contr {
    margin: 30px 37px 0;
}

.contr p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-indent: 2em;
    margin: 10px 0;
}

.aszt {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 30px 37px 0;
}

.aszt button {
    width: 140px;
    height: 50px;
    background-color: #2d66a5;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    margin: auto;
    display: block;
    margin-top: 22px;
    margin-bottom: 20px;
}

.liny {
    margin: 20px 37px 0;
}

.liny .sp {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}

.liny .yy {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    margin-left: 16px;
}

.las {
    margin: 30px 37px 0;
}

.las .sqd {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
}

.las .inp {
    width: 175px;
    height: 45px;
    background-color: #f2f7fa;
    border: solid 1px #beccdc;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 18px;
}

.las .ml38 {
    margin-left: 38px;
}

.pd64 {
    padding-bottom: 64px;
}

.lastxl {
    background: #fff;
}

.tyxl .xlwz h3 {
    font-size: 32px;
    color: #2d66a5;
    text-align: center;
    line-height: 36px;
    padding: 0 40px;
    font-weight: bold;
}

.tyxl .xlwz .tm {
    margin-top: 42px;
}

.tyxl .xlwz .det {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    margin: 18px 30px 0;
}

.tyxl .xlwz .det span {
    color: #333333;
    font-size: 16px;
    line-height: 45px;
}

.tyxl .xlwz .det .sp1 {
    margin-left: 47px;
}

.tyxl .xlwz .det .sp2 {
    margin-left: 52px;
}

.tyxl .xlwz .det .sp3 {
    margin-left: 40px;
}

.tyxl .xlwz .det .sp3 a {
    display: inline-block;
    width: 18px;
    height: 14px;
    vertical-align: baseline;
}



.tyxl .xlwz .det .sp4 {
    margin-left: 50px;
}

.tyxl .xlwz .det .sp4 a {
    width: 21px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.tyxl .xlwz .det .sp4 a:hover {
    opacity: 0.75;
}


.tyxl .xlwz .det .sp5 {
    color: #333333;
    font-size: 14px;
    line-height: 45px;
   
    padding-left: 28px;
    margin-left: 52px;
}

.tyxl .xlwz .det .sp5:hover {
    color: #2775cc;
}

.tyxl .xlwz .text-c {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    padding-top: 27px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.tyxl .xlwz .text-c p {
    text-indent: 2em;
}

.tyxl .xlwz .tit {
    font-size: 16px;
    color: #2775cc;
    line-height: 1;
    background: url(../images/zfxxgk.png) left center no-repeat;
    padding-left: 12px;
    font-weight: bold;
    margin-top: 32px;
}

.tyxl .xlwz .line {
    width: 100%;
    margin-top: 25px;
}

.tyxl .xlwz .line a {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    
    padding-left: 11px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 540px;
}

.tyxl .xlwz .line a:hover {
    color: #2775cc;
}

.zylg {
    margin: 37px 30px 0;
}

.zylg .zp {
    width: 705px;
}

.zylg .zp .forlin {
    border: solid 1px #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.zylg .zp .forlin p {
    width: 705px;
    height: 44px;
}

.zylg .zp .forlin p .sp1,
.zylg .zp .forlin p .sp2 {
    width: 352.5px;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.zylg .zp .forlin p .sp2 {
    border-left: solid 1px #e5e5e5;
}

.zylg .zp .forlin p .nam {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
    display: inline-block;
    width: 74px;
    text-align: right;
    margin-left: 30px;
}

.zylg .zp .forlin p i {
    display: inline-block;
    width: 32px;
    height: 34px;
    vertical-align: middle;
}

.zylg .zp .forlin p .xq {
    font-size: 16px;
    color: #333333;
    line-height: 44px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 290px;
}

.zylg .zp .forlin p .mw500 {
    max-width: 520px;
}

.zylg .zp .forlin .p1,
.zylg .zp .forlin .p3 {
    background-color: #f4f7fa;
}

.zylg .zp .dps {
    margin: 30px 0 0 20px;
}

.zylg .zp .dps p {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    text-align: justify;
}

.zylg .rs {
    width: 240px;
    box-sizing: border-box;
}

.zylg .rs .p1 {
    font-size: 16px;
    color: #2775cc;
    line-height: 1;

    padding-left: 12px;
    margin: 20px 0 20px 0;
}

.zylg .rs .mt0 {
    margin-top: 0;
}

.zylg .rs .xgtj {
    display: inline-block;
    width: 240px;
    height: 160px;
    overflow: hidden;
}

.zylg .rs .xgtj img {
    width: 240px;
    height: 160px;
}

.zylg .rs .xgtj:hover {
    opacity: 0.75;
}

.zylg .rs .spjd {
    display: inline-block;
    width: 240px;
    height: 120px;
    overflow: hidden;
}

.zylg .rs .spjd img {
    width: 240px;
    height: 120px;
}

.zylg .rs .spjd:hover {
    opacity: 0.75;
}

.zylg .rs .wjyw {
    font-size: 14px;
    color: #333333;
    line-height: 20px;

    padding-left: 12px;
}

.zylg .rs .wjyw:hover {
    color: #2775cc;
}



.dys_classified_by_subject {
    background-color: #ffffff;
    margin-top: -14px;
    padding: 10px 0 1px;
}

.subject_level_1 {
    padding: 0;
    margin-bottom: 10px;
}

.subject_level_1 a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    font-stretch: normal;
    color: #4d4d4d;
}

.subject_level_1 .cm {
    margin-top: 9px;
    margin-right: 4px;
}

.dys_classified_by_subject_nav .dys_classified_by_subject_nav_item .cm,
.subject_level_1 .cm {
    float: left;
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/jia2.png) 0 center no-repeat;
    margin-top: 6px;
    margin-right: 8px;
}
.clickBoxcz .cm1 {
    float: left;
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/jia2.png) 0 center no-repeat;
    margin-top: 10px;
    margin-left: 8px;
}
.clickBoxcz .closezc {
    background: url(../images/j2.png) 0 center no-repeat;
}



.subject_level_1>p {
    padding-bottom: 0px;
    background: #e5e5e5;
}

.subject_nav_year li {
    height: 30px;
    text-align: center;
}

.subject_nav_year li a {
    cursor: default;
}

.dys_classified_by_subject_nav {
    padding-bottom: 10px;
}

.dys_classified_by_subject_nav .dys_classified_by_subject_nav_item a:hover,
.dys_classified_by_subject_nav .dys_classified_by_subject_nav_item .special li.bac_ a:hover {
    color: #2d66a5;
    background-color: #e6f5ff;
}

.dys_classified_by_subject_nav .dys_classified_by_subject_nav_item .special a:hover {
    background-color: #ffffff;
    color: #4d4d4d;
}


/* .subject_level_1{padding-bottom: 10px;} */

.dys_classified_by_subject_nav li.dys_classified_by_subject_nav_item {
    position: relative;
}

.dys_classified_by_subject_nav li.dys_classified_by_subject_nav_item>.cm {
    margin-left: 16px;
}

.infoClassification .dys_classified_by_subject_content a {
    cursor: default !important;
}

.infoClassification .dys_classified_by_subject_content .have_con {
    cursor: pointer !important;
}

.dys_classified_by_subject_nav .dys_classified_by_subject_nav_item a.item_clear_filter {
    margin-bottom: 0;
}

.subject_zt_children3 {
    border-left: 1px dashed #ccc;
    margin-left: 6px;
}

.subject_zt_children3 li {
    margin-left: -11px;
    padding-left: 0px;
}

.subject_level_2 .subject_zt_children3 li {
    margin-left: 0px;
}

.subject_level_1 li>span {
    display: inline-block;
    margin-top: 16px;
    margin-right: 5px;
    width: 10px;
    height: 5px;
    border-top: 1px dashed #ccc;
}

.subject_zt_children3 .children3 li {
    margin-left: 0px;
    padding-left: 0px;
}

.subject_zt_children3 .children3.addcolor>a {
    color: #2d66a5;
}

.dys_classified_by_subject_nav .dys_classified_by_subject_nav_item a,
.dys_classified_by_subject_nav a {
    line-height: 20px;
    margin: 6px 2px 6px 0;
}

.subject_zt_children3 li {
    position: relative;
}

.subject_zt_children3 .children3.addcolor .first-bmfl_filter {
    margin-left: 7px;
}

.dys_classified_by_subject_nav a>i {
    position: absolute;
    left: 0;
    top: 9px;
}

.dys_classified_by_subject_nav a>span {
    display: inline-block;
    margin-left: 18px;
}

.subject_zt_children3 .children3.addcolor>a span {
    margin-left: 11px;
}

@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
}


/*****通用样式******/


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}


/*****边距调整****/

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}


/****内容块居中***/

.centerWidth {
    width: 1200px;
    margin: 0 auto;
}


/*******文字缩进************/

.txtRetract {
    text-indent: 2em;
}

.qh-gov-logo {
    background: none;
    margin-top: 0;
}

.qh-gov-logo a.tx {
    width: 222px;
    height: auto;
}

.qh-gov-logo a.tx img {
    width: 100%;
}

.qh-gov-logo {
    position: relative;
}

.qh-gov-logo a.tt {
    position: absolute;
    top: 180px;
    color: #73291a;
    font-weight: bold;
    width: 100%;
}

.qh-gov-logo a.det {
    position: absolute;
    top: 230px;
    color: #333;
    width: 100%;
}

.qh-gov-logo a.more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -49px;
    margin-top: 0;
}




.subject_zt_children3 li{margin-left:0px;}
br{display:none;}
.dys_classified_by_subject_nav{box-sizing:border-box;}
 .subject_zt_children3 li.cur{background-color:#2d66a5;color:#fff;}
.subject_zt_children3 li.cur a{color:#fff!important;}




/* 分页 */

					.yj-page{font-size:14px;}
					.yj-page a,.yj-page span{width:auto;padding:0 5px;min-width:30px;}
					.zw-page a{
					    display: inline-block;
					    *display:inline;
					    *zoom: 1;
					    color: #666666;
					}
					.zw-page a:hover{
					    color: #0092f2;
					}
					.zw-page{
					    height: 42px;
					    line-height: 42px;
					    text-align: center;
					    color: #666666;
					    font-size: 14px;
					}
					.zw-page span.total{
					    margin: 0px 4px;
					    color: #0062b1;
					}
					.zw-page a.to{
					    height: 22px;
					    width: 50px;
					    margin: 0px 6px;
					    text-align: center;
					
					}
					.zw-page a.btn{
					    width: 58px;
					    border: 1px solid #cde0f0;
					}
					.zw-page a.btn.per{
					    margin-right: 10px;
					}
					.zw-page a.btn.next{
					    margin-left: 10px;
					}
					.yj-page .num{
					    width: auto;
					    border: 1px solid #cde0f0;
					    margin: 0px 3px;
						height:32px;
						
					}
					.yj-page .cur{
					    background: #0092f2;
					    color: #ffffff;
					}
					.zw-page .key{
					    width: 30px;
					    text-align: center;
					    border: 1px solid #cde0f0;
					    height: 20px;
					    line-height: 20px;
					    line-height: 20px\9;
					    margin: 0px 4px;
					}
					.zw-page .submit{
					    width: 50px;
					    color: #ffffff;
					    margin-left: 14px;
					    background: #0099ff;
					    height: 22px;
					    line-height: 22px;
					    cursor: pointer;
					}
body{background:none;}
.add{display:none;}
.zw-list .tit {font-size: 23px;}
.zw-list .zw-img {
 
    width: 40px;
    padding-right: 20px;
