@charset "UTF-8";
#header #logo {
    display: block;
}
#header .title,
#header .back {
    display: none;
}
/* 首页导航 */
.indMenu {
    margin-bottom: 10px;
    overflow: hidden;
    margin-left:-10px;
}
.indMenu li {
    width:33.3%;
    float:left;
    text-align:center;
}
.indMenu li a{
    display:block;
    background:#26C4F1;
    margin:0 0 10px 10px;
    color:#fff;
    padding-bottom:8px;
}
.indMenu .li2 a{
    background:#F54952
}
.indMenu .li3 a{
    background:#FAA131
}
.indMenu .li4 a{
    background:#46CFCA
}
.indMenu .li5 a{
    background:#A5DA78
}
.indMenu .li6 a{
    background:#E391D7
}
.indMenu li a::before{
    content:"";
    display:block;
    height:55px;
    background:url(../images/ind-menu.png) center 5px no-repeat;
    background-size:50px auto;
}
.indMenu .li2 a::before{
    background-position:center -45px
}
.indMenu .li3 a::before{
    background-position:center -92px
}
.indMenu .li4 a::before{
    background-position:center -145px
}
.indMenu .li5 a::before{
    background-position:center -193px
}
.indMenu .li6 a::before{
    background-position:center -242px
}
/* 热点关注 */
.headNew {
    overflow: hidden;
    margin-bottom: 25px;
}
.headNew li {
    overflow: hidden;
    text-align: center;
}
.headNew li .title{
    font-size:24px;
}
.headNew li .intro{
    font-size:14px;
    color:#666;
    line-height:26px;
    height:52px;
    overflow:hidden;
}
.headNew li a {
    display: block;
    color: #036FC6;
}
/* indBox */
.indBox {
    margin-bottom: 20px;
}
.indBox .iHd {
    height: 46px;
    line-height: 46px;
    background: #036FC6;
    color: #fff;
    font-size: 20px;
}
.indBox .iHd i {
    display: block;
    width: 40px;
    height: 46px;
    float: left;
    background: #005a9e;
    margin-right: 4%;
    text-align: center;
}
.indBox .iHd i::after {
    font-family: "iconfont";
    content: "";
}
.indBox .iHd a {
    display: block;
    color: #fff;
}
.indBox .iBd {
    padding: 5% 0 0 0;
}
/* 领导之窗 */
.leader {
    font-size: 14px;
    height: 70px;
    overflow: hidden;
    padding-top: 5px;
}
.leader li {
    float: left;
    width: 47%;
    padding-left: 3%;
    line-height: 2.2;
}
.leader li p {
    display: none;
}
.leader a {
    color: #036FC6;
}
.leaderType {
    font-size: 14px;
    overflow: hidden;
    background: #fff;
    padding: 1px 1px 0 0;
}
.leaderType li {
    float: left;
    height: 33px;
    line-height: 33px;
    width: 49.9%;
    margin: -1px -1px 0 0;
}
.leaderType li a {
    display: block;
    line-height: 31px;
    border: 1px solid #ECECEC;
    padding-left: 30%;
    background: url(../../Base/img/ind-ldzc.png) 12% -83px no-repeat;
    background-size: 17px auto;
}
.leaderType .li1 a {
    background-position: 12% 6px;
}
.leaderType .li4 a {
    background-position: 12% -173px;
}
/* 办事切换 */
#indBsfw .iHd i::after {
    content: "\e60e";
}
.grbsList {
    overflow: hidden;
    padding: 1.5% 0 .5% 0;
}
.grbsList li {
    width: 32%;
    float: left;
    margin: 0 2% 2% 0;
    background: #F2F2F2;
    text-align: center;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.grbsList li a {
    display: block;
}
.grbsList li:nth-child(3n) {
    margin-right: 0;
}
.cjfwBtns {
    overflow: hidden;
    margin: -3% 0 20px 0;
}
.cjfwBtns li {
    float: left;
    height: 62px;
    line-height: 62px;
    width: 48.5%;
    background: #298AD3;
    font-size: 20px;
    text-align: center;
}
.cjfwBtns li a {
    color: #fff;
    display: block;
}
.cjfwBtns li a::before {
    content: "\e608";
    font-family: "iconfont";
    margin-right: 10px;
}
.cjfwBtns li:nth-child(2) {
    float: right;
    background: #F6923A;
}
.cjfwBtns li:nth-child(2) a::before {
    content: "\e602";
    font-size: 24px;
}
/* 政民互动 */
#indZmhd .iHd i::after {
    content: "";
}
/* 信件列表 */
.letterList {
    border-collapse: collapse;
    empty-cells: show;
}
.letterList .date,
.letterList .num,
.letterList .dep {
    display: none;
}
.zjBtns {
    margin: 10px 0;
    overflow: hidden;
}
.zjBtns li {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #449EDD;
}
.zjBtns li a {
    display: block;
    color: #fff;
}
.zjBtns li a::before {
    content: "";
    font-family: "iconfont";
    margin-right: 5px;
}
.zjBtns .b {
    background: #F49D3E;
}
.zjBtns .b a::before {
    content: "\e62a";
}
.zjBtns .c {
    margin-right: 0;
    background: #63D835;
}
.zjBtns .c a::before {
    content: "\e604";
}
.btn-col-2 li {
    width: 49%;
}
.btn-col-2 .d {
    background: #63D835;
    margin-right: 0;
}
.btn-col-2 .d a::before {
    content: "";
}
/* 信访 */
.interviewItem {
    overflow: hidden;
}
.interviewPic {
    float: left;
    width: 35%;
    margin-right: 10px;
}
.interviewPic img {
    width: 100%;
    height: auto;
}
.interviewCon {
    font-size: 14px;
}
.interviewCon .title,
.interviewCon .date,
.interviewCon .guest {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.interviewCon .intro {
    display: none;
}
.interviewLink {
    display: none;
}
.interviewCon .label {
    color: #036FC6;
}
/* 走进县市 */
#indZjxs .iHd i::after {
    content: "";
}
#indSqjj {
    margin-bottom: 1%;
}
#indSqjj .nodeIntro {
    overflow: hidden;
}
#indSqjj .pic {
    margin-right: 15px;
    float: left;
    width: 35%;
}
#indSqjj .pic img {
    width: 100%;
    height: auto;
}
#indSqjj .intro {
    text-indent: 2em;
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}
.zjxsList {
    overflow: hidden;
}
.zjxsList li {
    float: left;
    width: 31.3%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #F1F1F1;
    margin: 0 3% 3% 0;
}
.zjxsList li:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 320px) {
    .xxgkIcons li {
        font-size: 13px;
        letter-spacing: -1px;
    }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */

@media (max-width:1200px){
    .qglh-style,.qglh-style>img{width:100%;}
}