﻿/*通用*/
p {
    margin: 0;
    padding: 0;
}

.e {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w1200 {
    width: 1200px;
    width: 12rem;
    margin: 0 auto;
}

.inl {
    display: inline-block;
}

.main-con-warp {
    padding: 23px 28px;
    padding: .23rem .28rem;
    margin: 0 auto;
    background-color: #fff;
}

.block-center {
    width: 1200px;
    width: 12rem;
    margin: 0 auto;
    background-color: #fff;
}

.mr0 {
    margin-right: 0 !important;
}

.zz-dist {
    background: #fff;
    cursor: default !important;
    border: none !important;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

/* 当前位置 */
.l-position {
    width: 1200px;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    width: 12rem;
    height: .40rem;
    line-height: .5rem;
    font-size: .16rem;
    margin: 0 auto;
    color: #999;
}

.l-position i {
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(c-pos-icon.png) no-repeat center center;
    background-size: cover;
    transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
     margin-right: 10px;
     margin-right: .10rem;
}

.l-position a,.l-position span {
    color: #999;
}

.l-position .current {
    color: #2789ee;
}

/* 分页 */
.l-page {
    margin: 0 auto;
    font-size: 16px;
    font-size: .16rem;
    color: #666;
    text-align: center;
    margin-top: 20px;
    margin-top: .20rem;
}

.l-page .go-page {
    margin-left: 5px;
    margin-left: .05rem;
}

.l-page .last-page {
    margin-right: 12px;
    margin-right: .12rem;
}

.l-page  .pull-l {
    float: left;
}

.l-page .go-page input {
    width: 36px;
    height: 26px;
    width: .36rem;
    height: .26rem;
    text-align: center;
    line-height: 26px;
    line-height: .26rem;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    margin: 0 10px;
    margin: 0 .10rem;
}

.l-page .last-page, .l-page .next-page {
    width: 60px;
    width: .60rem;
}

.l-page a {
    display: inline-block;
    margin-right: 6px;
    height: 30px;
    margin-right: .06rem;
    height: .30rem;
    text-align: center;
    color: #666666;
    line-height: 30px;
    padding: 0 10px;
    line-height: .30rem;
    padding: 0 .10rem;
    background-color: #ebebeb;
    cursor: pointer;
    border-radius: 4px;
}

.l-page a.cur, .l-page a:hover {
    background-color: #2f89eb;
    color: #fff;
}

.l-page .go-page-action {
    width: 48px;
    height: 26px;
    line-height: 26px;
    width: .48rem;
    height: .26rem;
    line-height: .26rem;
    text-align: center;
    background-color: #2f89eb;
    color: #fff;
    margin-left: 8px;
    margin-left: .08rem;
    cursor: pointer;
}

.l-container {
    background-color: #f6f6f6;
    padding-bottom: 30px;
}

/* 特色服务 */
.l-banner {
    width: 100%;
    min-width: 1200px;
    height: 240px;
    min-width: 12rem;
    height: 2.40rem;
    background-size: 100% 100%;
}

.zz-tefw-bj {
    background: url(zz-tefw-bj.png) top center no-repeat;
    background-size: 100% 100% !important;
}

.zz-sxqd-bj {
    background: url(zz-sxqd-bj.png) top center no-repeat;
    background-size: 100% 100% !important;
}

.zz-cs-bj {
    background: url(zz-cs-bj.png) top center no-repeat;
    background-size: 100% 100% !important;
}

.l-qwt-tit > p,.ll-cs-t > p {
    font-size: 42px;
    font-size: .42rem;
    color: #ffffff;
    padding-top: 70px;
    padding-top: .70rem;
    font-weight: bold;
}

.l-qwt-tit > span,.ll-cs-t > span {
    font-size: 19px;
    font-size: .19rem;
    color: #ffffff;
    line-height: 50px;
    line-height: .50rem;
}

.l-te-tit {
    border-bottom: 1px solid #eeeeee;
}

.l-te-tit > a,.l-te-tits {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    font-weight: normal;
}

.l-pannel {
    padding: 22px 25px 0;
    margin-top: 27px;
	box-shadow: 0px 0px 27px 0px rgba(94, 94, 94, 0.06);
    padding: .22rem .25rem 0;
    margin-top: .27rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.27rem 0px rgba(94, 94, 94, 0.06);
}

.l-pannel .l-list-ul li {
    width: 356px;
    height: 281px;
    margin-right: 40px;
    margin-bottom: 35px;
    /* width: 3.56rem; */
    width: 32%;
    height: 2.81rem;
    border-radius: 8px;
    float: left;
    box-shadow: 0px 3px 18px 0px rgba(131, 131, 131, 0.17);
    margin-right: 2%;
    margin-bottom: .35rem;
}

.l-pannel .l-list-ul li a {
    cursor: pointer;
    display: block;
    height: 281px;
    height: 2.81rem;
    border-radius: 8px;
    position: relative;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; /* Firefox 4 */
    -webkit-transition: all 0.2s ease; /* Safari 和 Chrome */
    -o-transition: all 0.2s ease; /* Opera */
}

.l-pannel .l-list-ul li a:hover {
    transform: translateY(-5px);
}

.l-pannel .l-list-ul li a:hover p {
    background-color: #2789ee;
    color:#fff;
}

.l-pannel .l-list-ul li a img {
    width: 356px;
    height: 187px;
    width: 100%;
    height: 1.87rem;
}

.l-pannel .l-list-ul li p {
    height: 95px;
    height: .95rem;
    color: #333333;
    font-size: .22rem;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    text-align: center;
    line-height: 95px;
    line-height: .95rem;
    font-weight: bold;
}

.l-pannel .l-list-ul li .l-i1 {
    display: block;
    margin: 27px 0 13px;
    margin: .27rem 0 .13rem;
    font-weight: bold;
}

.l-pannel .l-list-ul li .l-i2 {
    display: block;
    font-size: 14px;
    font-size: .14rem;
    color: #e4e9f5;
}

.l-bjgs-tit {
    font-size: .24rem;
    color: #3b4e62;
    font-weight: bold;
    padding-bottom: .23rem;
    border-bottom: 1px solid #dddddd;
    margin-bottom: .20rem;
}

.l-count {
    color: #999999;
    font-size: 16px;
    font-size: .16rem;
    font-weight: normal;
    line-height: 25px;
    line-height: .25rem;
}

.l-count > span {
    color: #ee851e;
}

.l-tall-tit {
    height: 32px;
    font-size: 22px;
    height: .32rem;
    font-size: .22rem;
    font-weight: bold;
    line-height: 32px;
    line-height: .32rem;
    font-style: italic;
    padding-left: 15px;
    padding-left: .15rem;
    color: #ffffff;
    background: url(l-ts-tit.png) no-repeat left center;
    background-size: 140px 100%;
    background-size: 1.4rem 100%;
}

.mt30 {
    margin-top: 30px;
    margin-top: .30rem;
}

/* 事项清单 */
.l-qtqd {
    padding: 30px 25px;
    padding: .3rem .25rem;
}

.ll-qt li {
    width: 31.7%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 17px;
    margin-bottom: .17rem;
    height: 161px;
    height: 1.61rem;
}

.ll-qt2 li {
    width: 49%;
    margin: 0;
    margin-bottom: 17px;
    margin-bottom: .17rem;
    height: 158px;
    height: 1.58rem;
}

.l-qtqd li a {
    padding: 33px 28px 0;
    padding: .33rem .28rem 0;
}

.l-qtqd .ll-qt2 li a {
    padding: 30px 28px 0;
    padding: .3rem .28rem 0;
}

.l-qtqd li a p {
    font-weight: bold;
}

/* 村社首页 */
.ll-cs-t {
    width: 50%;
}

.zz-cs-yy {
    min-width: 420px;
    height: 111px;
    min-width: 4.20rem;
    padding-right: 69px;
    padding-right: .69rem;
    height: 1.11rem;
    margin-top: 43px;
    margin-top: .43rem;
    padding: 30px 50px 0 50px;
    padding: .3rem .5rem 0 .5rem;
	background-color: #2789ee;
    background: url(zz-cs-yy.png) top center no-repeat;
    background-size: 100% 100%;
}

.zz-cs-yy p > img {
    width: 25px;
    width: .25rem;
    margin-right: 20px;
    margin-right: .2rem;
    margin-top: -5px;
    margin-top: -.05rem;
}

.zz-cs-yy p {
    color: #fff;
    line-height: 40px;
    line-height: .4rem;
}

.sx-item .sx-btns {
    color: #666;
    font-size: 18px;
    font-size: .18rem;
    float: right;
    cursor: pointer;
}

.sx-item .sx-title img {
   width: .27rem;
}

.sx-item .sx-btns img {
    width: 9px;
    width: .09rem;
    margin-right: 4px;
}

/* 目录详情 */
.l-mlxq {
    padding-bottom: 1px;
    margin-top: 30px;
    margin-top: .3rem;
}

.l-mlxq .l-mlxq-tit {
    width: 90%;
    margin: 0 auto;
}

.l-mlxq .l-mlxq-tit > p {
    text-align: center;
    font-size: 26px;
    font-size: .26rem;
    color: #222222;
    padding: 40px 0;
    padding: .4rem 0;
}

.l-mlxq .l-mlxq-ul {
    width: 90%;
    border: solid 1px #dddddd;
    margin: 0 auto 40px;
    margin: 0 auto .4rem;
    border-collapse: collapse;  
    border-spacing: 0px;
}

.l-mlxq .l-mlxq-ul tr td {
    font-size: 16px;
    font-size: .16rem;
    color: #444444;
    padding: 10px;
    padding: .1rem;
    border-bottom: 1px solid #ddd;
}

.l-mlxq .l-mlxq-ul tr .name {
    width: 208px;
    width: 2.08rem;
    background-color: #e7f3ff;
    border-right: 1px solid #ddd;
}

.l-mlxq .l-mlxq-ul tr .atr .l-info {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-size: .16rem;
    line-height: .24rem;
    color: #2689ee;
    text-decoration: underline;
}

.select-warp {
    width: 290px;
    width: 2.9rem !important;
    margin-right: auto;
}

.select-warp div {
    width: auto !important;
    min-width: 1.00rem;
}

.zz-code {
    display: inline-block;
    padding-right: .25rem;
}


/* 媒体流查询 */

@media screen and (max-width:1680px) { 
    .l-qytb-group .header-right .search-warp {
        width: 5rem;
    }
    .l-bjgs-tit {
        font-size: .28rem;
    }
    .l-tall-tit {
        height: .4rem;
        line-height: .4rem;
        font-size: .24rem;
    }
    .con ul li {
        width: 15%;
    }
    .select-warp div {
        width: auto !important;
        min-width: 1.00rem;
    }
}

@media screen and (max-width:1440px) { 
    .w1200,.block-center,.l-content,.l-position {
        width: 14.20rem;
    }
    .l-pannel .l-list-ul li,.l-pannel .l-list-ul li a {
        height: 3.15rem;
    }
    .l-pannel .l-list-ul li a img {
        height: 2.2rem;
    }
    .select-warp div {
        width: auto !important;
        min-width: 1.00rem;
    }
}

@media screen and (max-width:1366px) { 
    .w1200,.block-center,.l-content,.l-position {
        width: 13.80rem;
    }
    .select-warp div {
        width: auto !important;
        min-width: 1.00rem;
    }
}

@media screen and (max-width:1280px) { 
    .l-page .last-page, .l-page .next-page {
        width: .75rem;
    }
    .l-page .go-page-action {
        width: .6rem;
    }
    .l-page .go-page input {
        width: .48rem;
    }
    .ll-qt li {
        width: 31.6%;
    }
    .ll-qt2 li {
        width: 48.5%;
    }
    
}