﻿﻿@charset "UTF-8";
/* 顶部布局 */
#header #logo {
    display: block;
}
#header .title,
#header .back {
    display: none;
}
#kxpj .kpzg li{
	float: left;
	width: 49%;
}
#kxpj .others{
	display: none;
}
/* 首页头条 */
.topicNews {
    padding: 10px;
    background: #eee;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}
.topicNews li .title {
    font-size: 20px;
    color: #002386;
    line-height: 22px;
    margin-bottom: 5px;
/*     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.topicNews li .title a {
    color: #002386;
}
.topicNews li .intro {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
/* 焦点图 */
#focusNews {
    border-bottom: 1px dotted #ddd
}
/* 首页导航 */
.indMenu {
    overflow: hidden;
    margin-bottom: 20px;
}
.indMenu li {
    width: 49%;
    float: left;
    height: 50px;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #3b7fe4;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.indMenu li:after {
    font-family: "iconfont";
    content: "\e779";
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 30px;
    text-align: center;
    color: #fff;
    opacity: 0.2;
    z-index: 0;
}
.indMenu li:nth-child(2n + 0) {
    margin-right: 0px;
}
.indMenu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding-left: 13px;
    position: relative;
    z-index: 2;
}
.indMenu li.li2 {
    background: #ea8f4c
}
.indMenu li.li3 {
    background: #17c399;
    margin-bottom: 0px
}
.indMenu li.li4 {
    background: #ae78e0;
    margin-bottom: 0px
}
.indMenu li.li2:after {
    content: "\e6a2";
}
.indMenu li.li3:after {
    content: "\e6c4";
}
.indMenu li.li4:after {
    content: "\e6b1";
}
/* 政务公开 */
#indZwgk .hd h3 {
    border-bottom: none
}
#indZwgk .bd {
    border: none;
    padding: 0px;
    margin-top: 10px
}
.indZwgkList {
    overflow: hidden;
}
.indZwgkList li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.indZwgkList li:nth-child(4n + 0) {
    margin-right: 0px;
}
.indZwgkList li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-top: 50px;
    position: relative;
}
.indZwgkList li a:before {
    font-family: "iconfont";
    content: "\e6a4";
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -20px;
    font-size: 30px;
    color: #4b91fa
}
.indZwgkList li.li2 a:before {
    content: "\e69b";
    color: #05c898
}
.indZwgkList li.li3 a:before {
    content: "\e6a8";
    color: #ffa317
}
.indZwgkList li.li4 a:before {
    content: "\e6a7";
    color: #4b91fa
}
.indZwgkList li.li5 a:before {
    content: "\e6b7";
    color: #05c898
}
.indZwgkList li.li6 a:before {
    content: "\e6a3";
    color: #ffa317
}
.indZwgkList li.li7 a:before {
    content: "\e6a0";
    color: #4b91fa
}
.indZwgkList li.li8 a:before {
    content: "\e6ad";
    color: #ccc
}
/* 办事服务 */
#indBsfw .hd h3 {
    border-bottom: none
}
#indBsfw .bd {
    border: none;
    padding: 0px;
    margin-top: 10px
}
.indBsfwList {
    overflow: hidden;
}
.indBsfwList li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
    border-radius: 4px;
}
.indBsfwList li:nth-child(3) {
    margin-right: 0px;
}
.indBsfwList li a {
    display: block;
    height: 50px;
    padding-left: 38px;
    position: relative;
    line-height: 50px;
    background: #f0a32d;
    font-size: 15px;
    color: #fff;
}
.indBsfwList li a:before {
    font-family: "iconfont";
    content: "\e6a5";
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 20px;
    color: #fff;
}
.indBsfwList li.li2 a {
    background: #05c898
}
.indBsfwList li.li3 a {
    background: #3b7fe4
}
.indBsfwList li.li2 a:before {
    content: "\e6ac";
}
.indBsfwList li.li3 a:before {
    content: "\e6a6";
}
/* 政民互动 */
#indZmhd .hd h3 {
    border-bottom: none
}
#indZmhd .bd {
    border: none;
    padding: 0px;
    margin-top: 10px
}
.indZmhdList {
    overflow: hidden;
}
.indZmhdList li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.indZmhdList li:nth-child(4n + 0) {
    margin-right: 0px;
}
.indZmhdList li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-top: 50px;
    position: relative;
}
.indZmhdList li a:before {
    font-family: "iconfont";
    content: "\e6b2";
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -20px;
    font-size: 30px;
    color: #4b91fa
}
.indZmhdList li.li2 a:before {
    content: "\e6b6";
    color: #05c898
}
.indZmhdList li.li3 a:before {
    content: "\e6ab";
    color: #ffa317
}
.indZmhdList li.li4 a:before {
    content: "\e69e";
    color: #4b91fa
}

/* 图片列表-浮动 */
#photos .picListFl { overflow: hidden; text-align: center;}
#photos .picListFl li {position: relative; display: inline;  float: left; overflow: hidden;width: 48%; margin: 0 0 20px 0;}
#photos .picListFl li:nth-child(2n) { float: right;}
#photos .picListFl .pic img {width: 100%; height: auto; border-radius: 4px;}
#photos .picListFl .title { font-size: .82rem; line-height: 22px; overflow: hidden; height: 22px; padding-top: 5px; text-overflow:ellipsis; white-space: nowrap;}
