/* --  public -- start */
.container-index {
    width: 1100px !important;
    padding: 0;
}
.module-title {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
    z-index: 9;
    margin: 20px auto 40px;
    color: #333;
}
.module-title.white {
    color: #fff;
}
.module-title.white a {
    color: #fff;
}
.module-title:after {
    content: attr(data-bg);
    color: #F2F6FE;
    word-spacing: 2px;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    zoom: 1.5;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
    font-weight: 500;
}
.module-title.white:after {
    color: #FFFFFF;
    opacity: 0.15;
}

.tl-search-wrap {
    background-size: cover;
    position: relative;
}
.tl-bg-wrap {
    background-size: cover;
}
.bt-footer-top p.wz_p1 {
    /*margin: 0;*/
}
/* --  public -- start */

/* -- banner -- start */
.banner-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(255,255,255,0.64);
}
.banner-link .container {
    flex-direction: row;
}
.banner-link .banner-link-item {
    float: left;
    width: 25%;
    height: 90px;
    position: relative;
}
/*.banner-link .banner-link-item::after{*/
/*    content:"";*/
/*    height:100%;*/
/*    width: 1px;*/
/*    display:block;*/
/*    clear:both;*/
/*    background: url("../img/banner/banner_0.png") no-repeat;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    margin-top: -20px;*/
/*}*/
.banner-link .banner-link-item:last-child::after{
    visibility:hidden;
}
.banner-link .banner-link-item > a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}
.banner-link .banner-link-item .banner-item-info {
    /*width: 55%;*/
    margin: 0 auto;
}
.banner-link .banner-item-info img{
    margin-bottom: 40px;
    float: left;
    margin-right: 24px;
}
.banner-link .banner-item-info .banner-link-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    margin-bottom: 15px;
}
.banner-link .banner-item-info .banner-link-tips {
    font-size: 15px;
    color: #222;
    opacity: 0.8;
}
/* --  banner -- start */


/* --  优化营商环境(businessEnvironment) -- start */
.businessEnvironment {
    position: relative;
}
.businessEnvironment .swiper-slide > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.businessEnvironment .swiper-slide > a,
.businessEnvironment .swiper-slide > a:visited,
.businessEnvironment .swiper-slide > a:hover,
.businessEnvironment .swiper-slide > a:active {
    text-decoration:none;
}
.businessEnvironment .businessEnvironment-img {
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 10;
    transition: all 0.6s;
}
/*.businessEnvironment .swiper-slide:hover .businessEnvironment-img {*/
/*    transform: scale(1.4);*/
/*}*/
.businessEnvironment .businessEnvironment-info {
    position: relative;
    z-index: 12;
    width: 174px;
    min-height: 125px;
    background: #FFFFFF;
    padding: 40px 15px;
    margin: 0 auto;
    margin-top: -55px;
    text-align: center;
}
.businessEnvironment .businessEnvironment-info .businessEnvironment-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 24px;
}
.businessEnvironment .swiper-businessEnvironment-next {
    background: url("../img/businessEnvironment/swiper_next.png");
    right: -45px;
    left: auto;
}
.businessEnvironment .swiper-businessEnvironment-prev {
    background: url("../img/businessEnvironment/swiper_prev.png");
    left: -45px;
    right: auto;
}
.businessEnvironment .swiper-businessEnvironment-next,
.businessEnvironment .swiper-businessEnvironment-prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(47, 130, 255, 0.12);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.businessEnvironment .tbzq {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.businessEnvironment .tbzq:hover .children-lists{
    display: block;
}
.businessEnvironment .children-lists {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 12;
    display: none;
}
.businessEnvironment .children-lists > a{
    display: block;
    margin: 10px 0;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
}
/* --  优化营商环境(businessEnvironment) -- end */



/* --  特色专栏(featureColumn) -- start */
.featureColumn{
    zoom:1;
}
.featureColumn:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.featureColumn .featureColumn-lists {
    width: 350px;
    height: 160px;
    background: #FFFFFF;
    margin: 0 25px 23px 0;
    display: inline-block;
    float: left;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(47, 130, 255, 0.12);
}
.featureColumn .featureColumn-lists:nth-child(3n){
    margin-right:0;
}
.featureColumn .featureColumn-lists > a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.featureColumn .featureColumn-lists > a,
.featureColumn .featureColumn-lists > a:visited,
.featureColumn .featureColumn-lists > a:hover,
.featureColumn .featureColumn-lists > a:active{
    text-decoration:none;
}
.featureColumn .featureColumn-lists .featureColumn-lists-img {
    width: 100%;
    height: 160px;
}
.featureColumn .featureColumn-lists .featureColumn-lists-img-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    z-index: 999;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.featureColumn .featureColumn-lists .featureColumn-lists-info {
    width: 100%;
    background: #FFFFFF;
}

.featureColumn .featureColumn-lists .lists-info-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 10px 0 5px;
    text-align: center;
}

.featureColumn .featureColumn-lists .lists-info-introduce {
    font-size: 14px;
    font-weight: bold;
    color: #8888;
    padding: 5px 0;
    text-align: center;
}
.featureColumn .featureColumn-lists:hover .featureColumn-noData {
    display: block;
}
.featureColumn .featureColumn-noData {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(38,125,252,0.9);
    display: none;
}

.featureColumn .featureColumn-noData img {
    margin: 15px 0px;
}
.featureColumn .featureColumn-noData .featureColumn-noData-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.featureColumn .featureColumn-lists:hover .featureColumn-lists-children {
    display: block;
}
.featureColumn .featureColumn-lists-children {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(44,129,252,0.8);
    display: none;
}
.featureColumn .featureColumn-lists-children .lists-children-content {
    width: 135px;
    height: 100px;
    border: 1px solid #E4ECF9;
    border-radius: 10px;
    background: rgba(22,52,236,0.2);
    text-align: center;
    margin: 30px 10px;
    display: inline-block;
}
.featureColumn .lists-children-content img {
    width: 30px;
    height: 30px;
    margin: 15px auto;
    display: block;
}
.featureColumn .lists-children-content span{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
/* --  特色专栏(featureColumn) -- end */


/* --  办事服务(businessServices) -- start */
.businessServices .businessServices-type {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.businessServices .businessServices-type > div {
    position: relative;
    padding: 10px 30px;
    z-index: 9;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #B4B4B4;
}
.businessServices .businessServices-type > div:hover {
    color: #71abf1;
}
.businessServices .businessServices-type > div.active {
    color: #4293F4;
}
.businessServices .businessServices-type .split-line {
    width: 2px;
    height: 20px;
    background: #E6E6E6;
    display: inline-block;
}
.businessServices .department-lists {
    overflow: hidden;
    max-height: 690px;
}
.businessServices .department-list {
    width: 25%;
    padding: 10px 15px;
    float: left;
}
.businessServices .department-list .department-list-box{
    background: #fff;
    color: #333;
    height: 60px;
    box-shadow: 0px 0px 5px 0px rgba(47, 130, 255, 0.12);
}
.businessServices .department-list-box > a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: inline-block;
    color: #333;
    padding: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}

.businessServices .department-list-box:hover a {
    background: #578BFC;
    color: #fff;
}
.businessServices .swiper-businessServices {
    padding-bottom: 40px;
}
/* --  办事服务(businessServices) -- end */




/* --  政务服务好差评(goodBadReview) -- start */
.goodBadReview {
    background: url("../img/goodBadReview/goodBadReview-bg.png") no-repeat;;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 280px;
}
.goodBadReview a,
.goodBadReview a:visited,
.goodBadReview a:hover,
.goodBadReview a:active {
    text-decoration:none;
}
.goodBadReview .module-title {
    font-size: 24px;
    line-height: 40px;
}
.goodBadReview .module-title .more {
    font-size: 14px;
    float: right;
    color: #fff;
    line-height: 40px;
}
.goodBadReview .statistic-today,
.goodBadReview .statistic-year {
    width: 520px;
    height: auto;
    min-height: 150px;
    background: rgba(255,255,255,0.18);
    border: 1px solid #FFFFFF;
    padding: 20px;
    margin-bottom: 35px;
}
.goodBadReview .statistic-today {
    float: left;
}
.goodBadReview .statistic-year {
    float: right;
}
.goodBadReview .statistic-header {
    zoom:1;
    margin-bottom: 25px;
}
.goodBadReview .statistic-header:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.goodBadReview .statistic-header .statistic-header-icon {
    width: 22px;
    height: 22px;
    float: left;
}
.goodBadReview .statistic-header .statistic-header-title {
    margin-left: 10px;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: Microsoft YaHei;
}
.goodBadReview .statistic-info {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.goodBadReview .statistic-info .statistic-content {
    float: left;
    color: #fff;
    width: 33.1%;
}
.goodBadReview .statistic-info .split-line {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    float: left;
}
.goodBadReview .statistic-content .statistic-num {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.goodBadReview .statistic-content .statistic-num span{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 8px;
    max-width: 135px;
    white-space: normal;
    word-break: break-all;
    display: inline-block;
}
.goodBadReview .statistic-content .statistic-name {
    font-size: 16px;
    text-align: center;
}
/* --  政务服务好差评(goodBadReview) -- end */



/* --  办事网点(officeNetwork) -- start */
.officeNetwork {
    margin-bottom: 20px;
}
.officeNetwork .officeNetwork-content {
    overflow: hidden;
}
.officeNetwork .officeNetwork-content .officeNetwork-left{
    width: 535px;
    height: 300px;
    float: left;
}
.officeNetwork .officeNetwork-content .officeNetwork-left img {
    width: 100%;
    height: 100%;
}
.officeNetwork .officeNetwork-content .officeNetwork-right {
    background: #F7F9FD;
    width: 565px;
    height: 300px;
    float: left;
    padding: 0 20px;
}
.officeNetwork .officeNetwork-right .officeNetwork-right-header {
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
}
.officeNetwork .officeNetwork-right-header .officeNetwork-right-title {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 65px;
    color: #1F1F1F;
}
.officeNetwork .officeNetwork-right-header .officeNetwork-right-more {
    float: right;
    color: #8E8E8E;
    line-height: 65px;
    font-size: 14px;
}
.officeNetwork .officeNetwork-right-header .officeNetwork-right-more:hover {
    color: #6693FF;
}

.officeNetwork .officeNetwork-right-lists {
    padding: 15px 0;
    overflow-y: auto;
    max-height: 232px;
}
.officeNetwork .officeNetwork-right-lists .officeNetwork-right-list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.officeNetwork .officeNetwork-right-list .officeNetwork-list-icon {
    float: left;
    width: 30px;
}
.officeNetwork .officeNetwork-right-list .officeNetwork-list-info {
    float: left;
    margin-left: 10px;
}
.officeNetwork .officeNetwork-list-info .officeNetwork-name {
    font-size: 18px;
    color: #2D2D2D;
    font-weight: bold;
    padding: 6px 0 12px;
}
.officeNetwork .officeNetwork-list-info .officeNetwork-address,
.officeNetwork .officeNetwork-list-info .officeNetwork-phone {
    font-size: 14px;
    color: #4B4B4B;
    margin-bottom: 8px;
}

.officeNetwork .qr-code-img-list {
    /*margin-top: 10px;*/
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.officeNetwork .qr-code-img-list .qr-code-img-item {
    text-align: center;
}
.officeNetwork .qr-code-img-list .qr-code-img-item img {
    width: 64px;
    height: 64px;
    margin-bottom: 6px;
}
/* --  办事网点(officeNetwork) -- end */



/* --  市级清单查阅 和 通知公告(checkList_announcement) -- start */
.checkList_announcement {
    margin-bottom: 25px;
    overflow: hidden;
}
.checkList_announcement a,
.checkList_announcement a:visited,
.checkList_announcement a:hover,
.checkList_announcement a:active {
    text-decoration:none;
}
.checkList_announcement .checkList {
    width: 530px;
    float: left;
}
.checkList_announcement .announcement {
    width: 520px;
    float: right;
}
.checkList_announcement .module-title a {
    font-size: 24px;
}
.checkList_announcement .module-title .more {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    line-height: initial;
}

.checkList .checkList-lists {
  overflow: hidden;
}
.checkList .checkList-lists .checkList-list {
    float: left;
    width: 250px;
    height: 50px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.checkList .checkList-lists .checkList-list:nth-child(2n){
    margin-right: 0px;
}
.checkList .checkList-lists .checkList-list:nth-child(1) {
    background: #E6EFFF;
}
.checkList .checkList-lists .checkList-list:nth-child(2) {
    background: #EFF5E7;
}
.checkList .checkList-lists .checkList-list:nth-child(3) {
    background: #E2F0FB;
}
.checkList .checkList-lists .checkList-list:nth-child(4) {
    background: #F7EFE8;
}
.checkList .checkList-lists .checkList-list:nth-child(5) {
    background: #FFF3E1;
}
.checkList .checkList-lists .checkList-list:nth-child(6) {
    background: #F5F3FF;
}
.checkList .checkList-list > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    padding: 0 25px;
}
.checkList .checkList-lists .swiper-checkList {
    padding-bottom: 40px;
}


.announcement .announcement-lists {
    width: 520px;
    height: auto;
    min-height: 210px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    margin: 0;
}
.announcement .announcement-lists .announcement-list{
    font-size: 16px;
    color: #333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    cursor: pointer;
    margin: 20px 0;

}
.announcement .announcement-lists .announcement-list:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #6693FF;
    vertical-align: middle;
    margin-right: 14px;
}
.announcement .announcement-lists .announcement-list:hover {
    color: #6693FF;
}
.announcement .announcement-lists .no_data {
    display: none;
    color: #777;
    font-size: 16px;
    text-align: center;
    line-height: 120px;
}
/* --  市级清单查阅 和 通知公告(checkList_announcement) -- end */


/* --  便民查询(convenientQuery) -- start */
.convenientQuery {
    margin-bottom: 50px;
}
.convenientQuery .service li span{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 128px;
    vertical-align: middle;
}
/* --  便民查询(convenientQuery) -- end */



/* --  侧边栏(sidebar) -- start */
.sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 12px;
    color: #333;
    text-align: center;
    z-index: 1099;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(47, 130, 255, 0.12);
}
.sidebar a,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active {
    text-decoration:none;
}
.sidebar .sidebar-item {
    width: 72px;
    height: 72px;
}
.sidebar .sidebar-item > a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.sidebar .sidebar-item .sidebar-name {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}
.sidebar .sidebar-item .sidebar-icon {
    background: url("../img/sidebar/sidebar_1.png") no-repeat;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    margin: 10px auto;
}
.sidebar .sidebar-item:hover {
    background: #578BFC;
}
.sidebar .sidebar-item:hover .sidebar-name {
    color: #fff;
}

.sidebar .sidebar-item:nth-child(1) .sidebar-icon {
    background: url("../img/sidebar/sidebar_1.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(1):hover .sidebar-icon {
    background: url("../img/sidebar/sidebar_1_1.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(2) .sidebar-icon {
    background: url("../img/sidebar/sidebar_2.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(2):hover .sidebar-icon {
    background: url("../img/sidebar/sidebar_2_1.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(3) .sidebar-icon {
    background: url("../img/sidebar/sidebar_3.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(3):hover .sidebar-icon {
    background: url("../img/sidebar/sidebar_3_1.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(4) .sidebar-icon {
    background: url("../img/sidebar/sidebar_4.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(4):hover .sidebar-icon {
    background: url("../img/sidebar/sidebar_4_1.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(5) .sidebar-icon {
    background: url("../img/sidebar/sidebar_5.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(5):hover .sidebar-icon {
    background: url("../img/sidebar/sidebar_5_1.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(6) .sidebar-icon {
    background: url("../img/sidebar/sidebar_6.png") no-repeat;
    background-size: 26px 26px;
}
.sidebar .sidebar-item:nth-child(6):hover .sidebar-icon {
    background: url("../img/sidebar/sidebar_6_1.png") no-repeat;
    background-size: 26px 26px;
}
/* --  侧边栏(sidebar) -- end */