@charset "UTF-8"; body {
    font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.container {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1080px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

@keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
}

.header .logo {
    float: left;
}

.header .goback {
    float: left;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3b71bf;
    font-size: 1rem;
    color: #fff;
    border-radius: 20px;
    margin-left: 15px;
    margin-top: 10px;
    transition: .5s;
}

.header .goback:hover {
    background: #1151af;
}

.header .toplink {
    float: right;
    margin-top: 12px;
}

.header .toplink li {
    float: left;
    font-size: .875rem;
    color: #333;
    padding: 0 8px;
    position: relative;
}

.header .toplink li:last-child {
    padding-right: 0;
}

.header .toplink li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #97bef7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.header .toplink li:first-child:after, .header .toplink li:last-child:after {
    display: none;
}

.header .toplink a {
    color: #1151af;
    display: block;
    padding: 0 8px;
    border-radius: 12px;
    text-align: center;
    transition: .5s;
}

.header .toplink a:hover {
    background: #1151af;
    color: #fff;
}

/* header */
  .banner {
    background: url(../images/banner_bj.png) no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
  }

  .banner h2 {
    font-size: 3.5rem;
    line-height: 60px;
    color: #066CCC;
    font-weight: 600;
    -webkit-text-stroke: 2px #fff;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 80%;
    left: 10%;
    transform: translateY(-20px);
    letter-spacing: 8px;

  }

/*新闻动态*/
.pic-news {
    border-bottom: 12px solid #e2cf94;
}

.pic-news li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pic-news li a .pic {
    position: relative;
    width: 100%;
    height: 328px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pic-news li a .pic:hover {
    transform: scale(1.05);
}

.pic-news li a .tit {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.pic-news li a .tit p {
    width: calc(100% - 140px);
    font-size: 1.125rem;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-news .news-pagination {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 10px;
    text-align: right;
    z-index: 9;
}

.pic-news .news-pagination span {
    background: #ffe697;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    opacity: 1;
}

.pic-news .news-pagination .swiper-pagination-bullet-active {
    background: #6c6147;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
}

/* 公开专栏 */
.gkzl-page {
    padding: 50px 0 50px;
}

.gkzl-page .row {
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 0px;
}

.gkzl-page .row .left {
    width: 48%;
    float: left;
}

.gkzl-page .row .right {
    width: 48%;
    float: right;
}

.gkzl-page .row .middle {
    width: 100%;
}

.gkzl-title {
    line-height: 40px;
    position: relative;
    background: #ebf1f8;
    /* overflow: hidden; */
    text-align: center;
}

.gkzl-title ul li {
    line-height: 46px;
    color: #333;
    font-size: 1.625rem;
    font-weight: bold;
    float: left;
    border-radius: 10px 10px 0 0;
    margin-left: 20px;
    cursor: pointer;
}

.gkzl-title ul li.on {
    position: relative;
    padding: 0 30px;
    background: #1151af;
    color: #fff;
}

.gkzl-title ul li.on:before {
    content: "";
    width: 10px;
    height: 4px;
    background: #e2cf94;
    position: absolute;
    left: 0;
    top: 50%;
}

.gkzl-title h2 {
    line-height: 46px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 0 30px;
    background: #1151af;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.gkzl-title h2:before {
    content: "";
    width: 10px;
    height: 4px;
    background: #e2cf94;
    position: absolute;
    left: 0;
    top: 50%;
}

.gkzl-title .gkzl-more {
    font-size: .875rem;
    color: #739ad2;
    float: right;
    margin-right: 10px;
    transition: .5s;
}

.gkzl-title .gkzl-more:hover {
    color: #1151af;
}

.gkzl-list {
    margin-top: 5px;
}

.gkzl-list ul li {
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #e1e9f5;
    position: relative;
}

.gkzl-list ul li * {
    transition: .5s;
}

.gkzl-list ul li h2 {
    float: left;
    width: calc(100% - 90px);
    font-size: 1rem;
    color: #333333;
    padding-left: 15px;
    position: relative;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gkzl-list ul li h2:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e2cf94;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.gkzl-list ul li .date {
    float: right;
    font-size: .875rem;
    color: #999999;
}

.index-zmhd-more {
    margin: 10px 15px 0;
    text-align: center;
}

.index-zmhd-more a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #316fca;
    text-align: center;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
}

.index-zmhd-more a:hover {
    background: #0342a1;
    color: #fff;
}

/*
.gkzl-list li:before {
  content: "";
  background: #1151af;
  width: 0;
  transition: width .5s;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gkzl-list li:hover:before {
  width: 100%;
}

*/
.gkzl-list li:hover {
    width: 100%;
    background: #ebf1f8;
}

.gkzl-list li:hover h2 {
    color: #1151af;
}

.gkzl-list li:hover .date {
    color: #1151af;
}

.middle .gkzl-title h2 {
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.middle .gkzl-title h2:after {
    content: "";
    width: 10px;
    height: 4px;
    background: #e2cf94;
    position: absolute;
    right: 0;
    top: 50%;
}

.middle .gkzl-list {
    margin-top: 10px;
    /* padding: 10px; */
    background: #ebf1f8;
}

.middle .gkzl-list ul {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.tabgkzl .hd {
    background: #1657b7;
    line-height: 48px;
}

.tabgkzl .hd ul {
    width: calc(100% - 95px);
    float: left;
    padding-left: 240px;
}

.tabgkzl .hd li {
    float: left;
    padding: 0 25px;
    cursor: pointer;
}

.tabgkzl .hd p {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: .5s;
}

.tabgkzl .hd p:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e2cf94;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.1s ease-out 0s;
    transform: scaleX(0);
}

.tabgkzl .hd li.on p {
    color: #e2cf94;
}

.tabgkzl .hd li.on p:after {
    transform: scaleX(1);
}

.tabgkzl .hd h2 {
    background: #0947a3;
    line-height: 56px;
}

.tabgkzl .bd {
    background: #ebf1f8;
    padding: 10px;
    margin-top: 0;
}

.tabgkzl .bd ul {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

/*第二个tab切换*/
.tabgkz2 h2 {
    background: #0947a3;
    line-height: 56px;
}

.tabgkzl2 .gkzl-title2 {
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    background: #1657b7;
}

.tabgkzl2 .hd {
    position: relative;
    background: #1657b7;
    line-height: 48px;
    float: left;
    width: 30%;
    height: 400px;
}

.tabgkzl2 .hd ul {
    /*
  width: calc(100% - 95px);
  float: left;
  padding-left: 240px;
	*/
    clear: both;
}

.tabgkzl2 .hd li {
    float: left;
    padding: 10px 25px;
    cursor: pointer;
}

.tabgkzl2 .hd p {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: .5s;
}

.tabgkzl2 .hd p:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e2cf94;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.1s ease-out 0s;
    transform: scaleX(0);
}

.tabgkzl2 .hd li.on p {
    color: #e2cf94;
}

.tabgkzl2 .hd li.on p:after {
    transform: scaleX(1);
}

.tabgkzl2 .hd h2 {
    background: #0947a3;
    line-height: 56px;
}

.tabgkzl2 .bd {
    background: #ebf1f8;
    padding: 10px;
    margin-top: 0;
    float: right;
    width: calc(100% - 32%);
}

.tabgkzl2 .bd ul {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.gkzl-title2 {
    line-height: 40px;
    position: relative;
    background: #ebf1f8;
}

.gkzl-title2 h2 {
    line-height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    background: #1151af;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.gkzl-title2 h2:before {
    content: "";
    width: 10px;
    height: 4px;
    background: #e2cf94;
    position: absolute;
    left: 0;
    top: 50%;
}

.gkzl-title .gkzl-more2 {
    font-size: .875rem;
    color: #739ad2;
    float: right;
    transition: .5s;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.gkzl-title .gkzl-more2:hover {
    color: #1151af;
}

/*第二个tab切换*/
.gkzl-pics {
    margin-top: 20px;
}

.gkzl-pics ul {
    margin: 0 -7px;
    overflow: hidden;
}

.gkzl-pics .gkzl_nr {
    width: 100%;
    float: left;
}

.gkzl-pics .gkzl_nr a {
    display: block;
    /*  margin: 0 7px; */
    background: #f1f5fa;
    overflow: hidden;
}

.gkzl-pics .gkzl_nr .pic {
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.gkzl-pics .gkzl_nr .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.gkzl-pics .gkzl_nr .tit {
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gkzl-pics .gkzl_nr:hover img {
    transform: scale(1.05);
}

/* 网上办事开始*/
.wsbs-pics {
    margin-top: 0px;
    overflow: hidden;
    padding: 15px 0;
}

.wsbs-pics ul {
    overflow: hidden;
    margin: 0 -5px;
}

.wsbs-pics li {
    width: 33.3%;
    height: 100px;
    float: left;
    margin-top: 10px;
}

.wsbs-pics a {
    display: block;
    padding: 20px 25px;
    margin: 0 5px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsbs-pics .pic {
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    float: right;
}

.wsbs-pics .tit {
    color: #fff;
    padding: 20px 0;
    font-size: 1.125rem;
    font-weight: bold;
    /* white-space: nowrap;
  vertical-align: middle; */
    display: inline-block;
    width: calc(100% - 65px);
}

.wsbs-pics li:nth-child(1) a, .wsbs-pics li:nth-child(4) a, .wsbs-pics li:nth-child(7) a {
    background: url(../images/wsbs_bg01.png) center center no-repeat;
    background-size: cover;
}

.wsbs-pics li:nth-child(1) h2 {
}

.wsbs-pics li:nth-child(2) a, .wsbs-pics li:nth-child(5) a, .wsbs-pics li:nth-child(8) a {
    background: url(../images/wsbs_bg02.png) center center no-repeat;
    background-size: cover;
}

.wsbs-pics li:nth-child(2) h2 {
}

.wsbs-pics li:nth-child(3) a, .wsbs-pics li:nth-child(6) a, .wsbs-pics li:nth-child(9) a {
    background: url(../images/wsbs_bg03.png) center center no-repeat;
    background-size: cover;
}

.wsbs-pics li:nth-child(3) h2 {
}

.wsbs-pics li:hover img {
    transform: rotateY(180deg);
}

/*惠企政策文件*/
.row-colmun {
    padding-bottom: 30px;
    padding-top: 30px;
}

.row-colmun .box {
    background: #ebf1f8;
    overflow: hidden;
    padding: 30px 10px 10px 30px;
    position: relative;
    border-radius: 10px;
}

.row-colmun .box .hd {
    position: relative;
    min-height: 200px;
    padding-left: 70px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-colmun .tit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1151af;
    width: 55px;
}

.row-colmun .tit h2 {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row-colmun .tit:before, .row-colmun .tit:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #e2cf94;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

.row-colmun .tit:before {
    top: 0;
}

.row-colmun .tit:after {
    bottom: 0;
}

.row-colmun .select ul {
    /* padding: 10px 0; */
    overflow: hidden;
    margin: 0 -10px;
}

.row-colmun .select ul li {
    float: left;
    /* margin: 5px 15px 5px 0; */
    width: 16.66%;
    margin: 5px 0;
}

.row-colmun .select ul li a {
    display: block;
    /* padding: 0 15px; */
    border-radius: 10px;
    line-height: 38px;
    font-size: 1rem;
    color: #333;
    background: #b9d9ff;
    text-align: center;
    margin: 0 10px;white-space: nowrap;
}

.row-colmun .select ul li.on a, .row-colmun .select ul li:hover a {
    background: #e2cf94;
}

.gkzl-list .gkzl-more {
    margin: 10px 15px 0;
    text-align: center;
}

.gkzl-list .gkzl-more a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #316fca;
    text-align: center;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
}

/* 网上办事结束*/
.row .sigpic {
    width: 100%;
    margin-bottom: 30px;
}

.row .sigpic a {
    display: block;
    overflow: hidden;
}

.row .sigpic img {
    width: 100%;
}

.row .sigpic img:hover {
    transform: scale(1.05);
}

.row .mutilpic {
    overflow: hidden;
}

.row .mutilpic a {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.row .mutilpic a:nth-child(2n) {
    float: right;
}

.row .mutilpic img {
    width: 100%;
    height: 100px;
}

.row .mutilpic img:hover {
    transform: scale(1.05);
}

.row .mutilpic .text {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 2;
    width: 75%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 5px;
    transform: translateY(-50%);
}

/* 公开专栏 */
/* 底部 */
.footer {
    position: relative;
    background: url(../images/footer-bg.png) center top no-repeat #1151af;
}

.foot-link .link-list {
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
}

.foot-link .link-list .box {
    float: left;
    width: 25%;
    position: relative;
}

.foot-link .link-list .tit {
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.foot-link .link-list .tit p {
    display: inline-block;
    padding-right: 20px;
    font-size: 1rem;
    background: url(../images/select-ico.png) right center no-repeat;
    color: #fff;
}

.foot-link .link-list ul {
    position: absolute;
    width: 100%;
    max-height: 390px;
    left: 0;
    bottom: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    overflow-y: auto;
    display: none;
}

.foot-link .link-list ul li {
    padding: 5px 0;
}

.foot-link .link-list ul li a {
    display: block;
    font-size: .875rem;
    color: #333;
}

.foot-link .link-list ul li:hover a {
    color: #1151af;
}

.foot-link .link-list ul::-webkit-scrollbar {
    width: 4px;
}

.foot-link .link-list ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.foot-link .link-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #1151af 0%, #1151af 100%);
}

.foot-info {
    padding: 35px 0 25px;
}

.foot-info .lf {
    float: left;
}

.foot-info .lf a {
    float: left;
    margin-right: 28px;
}

.foot-info .lf img {
    vertical-align: middle;
}

.foot-info .mid {
    float: left;
}

.foot-info .mid p {
    font-size: .875rem;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.foot-info .rt {
    float: right;
    margin-top: 0px;
}

.foot-info .rt li {
    float: left;
    margin-left: 25px;
}

.foot-info .rt li h2 {
    height: 80px;
    width: 22px;
    line-height: 22px;
    float: left;
    text-align: center;
    background: url(../images/ewm-bg.png) top no-repeat;
    font-size: .75rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    writing-mode: tb-rl;
    letter-spacing: 1px;
}

.foot-info .rt li img {
    width: 100px;
    height: 100px;
}

.cory {
    padding: 10px 0;
    text-align: center;
    background: #0b49a5;
}

.cory * {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.9);
}

.cory img {
    vertical-align: middle;
}

/* 底部 */
/* 右侧导航 */
.page-right {
    position: fixed;
    z-index: 999;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.page-right li {
    width: 106px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}

.page-right li a {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    overflow: hidden;
    background: #255eb2;
    border-radius: 20px;
}

.page-right li a:before {
    content: "";
    width: 90%;
    height: 80%;
    border: 1px dashed #fff;
    position: absolute;
    top: 8%;
    left: 5%;
    border-radius: 20px;
}

.page-right li:last-child {
    margin-bottom: 0;
}



/* 右侧导航 */

.gkzl-page .qysmzq{
    margin-top:25px;
}
.gkzl-page .qysmzq .left{
    width:65%;
    background:#ebf1f8;
    border-radius:20px;
    overflow:hidden;
}
.gkzl-page .qysmzq .right{
    width:33%;
     background:url(../images/tszq-bg.png) left bottom #ebf1f8;
    border-radius:20px;
    overflow:hidden;
}

.gkzl-page .qysmzq .box-title{
    height:45px;
    line-height:40px;
    text-align:center;
    background:#dbe7fe;
    border-top:5px solid #2f7ef0;
}

.gkzl-page .qysmzq .box-title h2{
    font-size:20px;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    width:50%;
    background:url(../images/zcfw-title.png) no-repeat;
    background-size:100% 100%;
}

.gkzl-page .qysmzq ul{
    padding: 15px 20px;
    overflow: hidden;
}

.gkzl-page .tszqlist ul{
    padding: 20px 20px 12px;
}

.zcfwlist li{
    float:left;
    width:33.3%;
    margin:10px 0;
}

.zcfwlist li a{
  
    margin:0 8px;
    background:#fff;
    border-radius:10px;
    text-align:center;
    padding: 20px 25px;
    display:flex;
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/

    transition:.5s;
}

.zcfwlist li a img{
    display:inline-block;
    height:55px;
}

.zcfwlist li a p{
   margin-left:24px;
    line-height:55px;
    font-size:1.125rem; 
}
.zcfwlist li a:hover{
    background:#b9d9ff;
}
.zcfwlist li a:hover p{
    font-weight:bold;
    color:#1151af;
}

.tszqlist li{
    float:left;
    width:50%;
}

.tszqlist li a{
    display:block;
    text-align:center;
    line-height:60px;
    background:#fff;
    border-radius:10px;
    margin:8px 8px;
    transition:.5s;
    position:relative;
}

.tszqlist li a p{
    font-size:1.125rem;
}
.tszqlist li a:before{
    content:"";
    width:12px;
    height:12px;
    background:url(../images/tszq-ico01.png) no-repeat;
    position:absolute;
    right:0;
    top:0;
}

.tszqlist li a:hover{
    background:#b9d9ff;
}
.tszqlist li a:hover:before{
     background:url(../images/tszq-ico02.png) no-repeat;
}
.tszqlist li a:hover p{
    font-weight:bold;
    color:#1151af;
}


.zqsk .gkzl-list {
  margin-top: 0;
  padding: 10px;
}
.zqsk .gkzl-list ul li {
  line-height: 58px;
}
.zqsk .gkzl-list li:before {
  content: "";
  background: #1151af;
  width: 0;
  transition: width .5s;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zqsk .gkzl-list li:hover:before {
  width: 100%;
}