﻿@charset "UTF-8";
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.hide {
    display: none;
}
img {
    border: 0;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 字体图标 */
@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot?t=1466761399"); /* IE9*/
    src: url("../fonts/iconfont.eot?t=1466761399#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff?t=1466761399") format("woff"), url("../fonts/iconfont.ttf?t=1466761399") format("truetype"), url("../fonts/iconfont.svg?t=1466761399#iconfont") format("svg"); /* iOS 4.1- */
}
/* Public */
body {
    color: #333;
    line-height: 1.8;
    font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:hover {
    color: #c00;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.moreBtn {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    text-align: center;
    display: block;
    color: #666;
}
.show {
    display: block !important;
}
/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
}
/* frame */
#header {
    position: relative;
    z-index: 20;
    background: #82cdff;
    height: 55px;
    line-height: 55px;
    color: #fff;
}
#header #logo{
    margin:0 100px;
    height:45px;
    padding:5px 0px;
    display:flex;
    align-items:center
}
#header #logo a{
    display:flex;
    flex-grow:1;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:45px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI Light", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
#header #logo img{
    max-width:100%;
    max-height:45px;
}
#header .title {
    text-align: center;
    margin: 0 100px;
    overflow: hidden;
    font-size: 20px;
    height:55px;
    line-height:55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:none;
    color:#fff;
}
#header dl{
    height:0px;
}
#header dd {
    display: none;
    width: 94%;
    background: #f2f2f2;
    left: 0;
    padding: 10px 3%;
    position: absolute;
    top: 100%;
    text-align: left;
    line-height: 1.8;
}
#header dt {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    position:absolute;
    top:50%;
    margin-top:-18px;
}
#header dt::after {
    content: "\e600";
    font-family: "iconfont";
    color: #fff;
    font-size: 26px;
}
#header dt::before {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 34px;
    content: "";
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-bottom-color: #f2f2f2;
    border-bottom-style: solid;
    display: none;
}
#header dt.on::before {
    display: block;
}
#header .siteSearch dt{
    left:auto;
    right:45px;
    line-height: 38px;
}
#header .siteSearch dt::after {
    content: "\e601";
    font-size: 23px;
}
#header .topNav dt{
    left:5px;
}
#header .back {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 45px;
    top: 46%;
    margin-top:-18px;
    font-size: 32px;
    color: #fff;
    text-decoration:none;
    line-height: 30px;
}
#header .back::after{
    content: "\e616";
    font-family: "iconfont";
    font-size: 24px;
    color: #fff;
}
#header .set {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top:-18px;
    font-size: 24px;
    color: #fff;
    text-decoration:none;
    line-height: 32px;
}
#header .homeLink {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top:-18px;
    font-size: 28px;
    color: #fff;
    text-decoration:none;
    line-height: 36px;
}
/* 用户登录 */
#header dt {display: block;width: 36px;height: 36px;line-height: 32px;text-align: center;position: absolute;top: 50%;margin-top: -18px;}
#header .userLogged dt{position: absolute;top: 50%;right:5px;}
#header .userLogged dt::after{display:none;}
#header .userLogged dt a{display:block;width:36px;height:30px;padding-top:6px;box-sizing: content-box; position: relative;}
#header .userLogged dt a .avatar{display:block; width:25px; height:25px; margin:0 auto; line-height:0px; font-size:0; overflow:hidden; border-radius:50%;}
#header .userLogged dt a .avatar img{width:25px; height:25px;}
#header .userLogged dt a .notAvatar img{display:none}
#header .userLogged dt a .notAvatar i {color: #fff; font-size: 24px; line-height:25px;}
#header .userLogged dt a .txt{display:none;}
#header .userLogged dt a.hasMsg:after{content:"";width: 8px;height: 8px;display:block;background:#fc5f3d;border-radius: 4px;position:absolute;top: 3px;left:50%;margin-left: 7px;}
/* mainNav */
.mainNav .li1 {
    width: 100%;
    margin: 0 0 2% 0;
    line-height: 1.8;
}
.mainNav .li1 .a1 {
    display: block;
    color: #333;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    background: #e6e6e6;
    text-align: left;
    padding: 0 5%;
}
.mainNav .ul1 {
    display: none;
    overflow: hidden;
    padding-bottom: 15px;
}
.mainNav .li2 {
    float: left;
    min-width: 33.3%;
    padding: 10px 0 0 0;
}
.mainNav .a2 {
    padding: 0 10%;
    font-size: 14px;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
}
.mainNav .sh {
    display: none;
}
.mainNav .hasUl1 .sh {
    display: block;
    float: right;
    height: 42px;
    line-height: 42px;
    width: 52px;
    font-size: 0;
    color: #666;
    background: #ddd;
    position: relative;
    overflow: hidden;
}
.mainNav .sh::after,
.mainNav .sh::before {
    content: "";
    display: block;
    height: 1px;
    width: 13px;
    margin: 0 0 0 -6px;
    background: #888;
    position: absolute;
    left: 50%;
    top: 50%;
}
.mainNav .sh::before {
    height: 13px;
    width: 1px;
    margin: -6px 0 0 0;
}
.mainNav .showSubMenu .ul1 {
    display: block;
}
.mainNav .showSubMenu .sh::before {
    display: none;
}
.mainNav #li-zwgk .li2 {
    width: 50%;
}
/*顶部-栏目菜单*/
#topNav {
    height: 40px;
    height: 40px;
    background-color: #F6F7FB;
    border-bottom: 1px solid #ccc;
}
#topNav .menuList {
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
}
#topNav li {
    display: inline-block;
    margin: 0 12px;
    line-height: 39px;
    font-size: .92rem;
}
#topNav .menuList::-webkit-scrollbar {
    display: none;
}
#topNav li.on {
    border-bottom: 2px solid #3d8beb;
}
#topNav li.on a {
    color: #3d8beb;
}
.siteSearch .searchBtn {
    top: 10px;
    height: 40px;
    border: 0;
    line-height: 38px;
    width: 20%;
    float: right;
    display: block;
    background: #3d8beb;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.siteSearch .searchBtn::before {
    content: "\e601";
    font-family: "iconfont";
    font-size: 22px;
}
.siteSearch .keyWord {
    background: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
    border: 0;
    width: 80%;
    outline: none;
    text-indent: 10px;
}
.siteSearch .dropdown-word-subsite {
    width: 80%;
    float: left;
    top: 0px;
}
#content {
    background: #fff;
    padding: 3%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#footer {
    background: #3d8beb;
    padding: 5% 3%;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
#footer a {
    color: #fff;
}
#footer .footNav {
    margin-bottom: 3%;
    display: none;
}
#footer .footNav a {
    margin: 0 5px;
    word-break: keep-all;
    white-space: nowrap;
}
#footer .btns a {
    display: inline-block;
    padding: 2px 15px;
    background: #fff;
    border-radius: 4px;
    color: #3d8beb;
    margin: 10px 5px 0 5px;
}
/* 位置导航 */
.path {
    color: #666;
    line-height: 1.6;
    padding: 3% 3% 0 3%;
    text-align: left;
    font-size: 14px;
}
.path a,
.path span {
    padding: 0 3px;
    color: #666;
}
.path::before {
    content: "\e614";
    font-family: "iconfont";
    font-size: 16px;
    color: #3d8beb;
    margin-right: 0;
}
/* url_方块样式分页 */
.page {
    font-size: 14px;
    text-align: center;
    padding: 3% 0;
    clear: both;
    line-height: 36px;
    overflow: hidden;
}
.page a {
    display: none;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin: 0 8px 8px 0;
}
.page .current {
    display: none;
}
.page .select {
    display: none;
}
.page .prev,
.page .next,
.page .total {
    display: block;
}
.page .next {
    float: right;
}
/* focusBox */
.focusBox {
    position: relative;
    padding: 2% 3%;
    box-sizing: padding-box;
    height: 253px;
    display: block;
}
.focusBox .bd img {
    width: 100%;
    display: block;
    height: 253px;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .title,
.focusBox .bd .titleBg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 90%;
    padding: 0 5%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.focusBox .bd .titleBg {
    z-index: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(black));
    background: -moz-linear-gradient(transparent, black);
    background: -ms-linear-gradient(transparent, black);
    background: -o-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black);
}
.focusBox .bd .title a {
    color: #fff;
}
.focusBox .hd {
    position: absolute;
    width: 96%;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    background: #3d8beb;
    display: none;
}
.focusBox .hd ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
}
.focusBox .hd li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}
.focusBox .hd .on {
    background: #FF0700;
}
/* box */
.box {

}
.box .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
}
.box > .hd .more {
    float: right;
    font-size: 12px;
    color: #666;
    margin-right: 5px;
}
.box .hd h3 {
    border-bottom: 2px solid #1E5B8D;
    line-height: 33px;
    color: #333;
    padding: 0 6% 5px 6%;
    float: left;
}
.box .hd h3 a {
    color: #333;
}
.box .hd ul {
    height: 40px;
    line-height: 33px;
    overflow: hidden;
}
.box .hd li {
    min-width: 25.5%;
    float: left;
    text-align: center;
    border-top: 2px solid #f9f9f9;
}
.box .hd .on{
    border-top: 2px solid #1E5B8D;
    padding-top: 2px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: none;
    background: #fff;
}
.box .hd li:nth-child(1).on{
    border-left: none;
}
.box .hd .on a {
    color: #1E5B8D;
}
.box .bd {
    padding: 3% 0 0 0;
    overflow: hidden;
}
#mainWjdc .hd,#mainZxtp .hd{
    background: none;
    border-bottom: none;
}
#mainWjdc .hd h3,#mainZxtp .hd h3{
    padding:0 4% 5px 4%;
    font-weight: bold;
}
#mainWjdc .hd h3 a,#mainZxtp .h3 a{
    color:#333;
}
#mainWjdc .bd,#mainZxtp .bd{
    width:100%;
}
.surveyCommonList{
    margin-top: 10px;
}
.rowLine {
    height: 10px;
    background: #f5f5f5;
    margin: 0 -4% 10px;
}
/* boxA */
.boxA {
    margin-bottom: 20px;
    border: 1px solid #E1E1E1;
}
.boxA .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    background: #F9F9F9;
}
.boxA .hd h3 {
    float: left;
    color: #3d8beb;
    font-size: 18px;
    line-height: 38px;
    padding: 0 5%;
    background: #F9F9F9;
    border-right: 1px solid #E1E1E1;
    border-top: 2px solid #3d8beb;
    border-bottom: 0;
}
.boxA .hd h3 a {
    color: #3d8beb;
}
.boxA .hd ul {
    overflow: hidden;
}
.boxA .hd li {
    text-align: center;
    width: 33.3%;
    float: left;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    background: #F9F9F9;
}
.boxA .hd li a {
    display: block;
}
.boxA .hd .on {
    height: 40px;
    color: #3d8beb;
}
.boxA .hd .on a {
    color: #3d8beb;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #3d8beb;
    border-bottom: 0;
}
.boxA .bd {
    padding: 2%;
    box-sizing: padding-box;
    overflow: hidden;
}
/* boxB */
.boxB {
    background: #fff;
    margin-bottom: 20px;
}
.boxB .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border: 1px solid #E1E1E1;
}
.boxB .hd .more {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #666;
}
.boxB .hd h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background: #3d8beb;
    position: absolute;
    height: 41px;
    line-height: 41px;
    left: -1px;
    top: -1px;
}
.boxB .hd h3 a {
    color: #fff;
}
.boxB .bd {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}
/* boxC */
.boxC {
    margin-bottom: 20px;
    overflow: hidden;
}
.boxC .hd {
    height: 34px;
    line-height: 34px;
    background: #FAFAFA;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}
.boxC .hd .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.boxC .hd .more a {
    color: #666;
}
.boxC .hd ul {
    overflow: hidden;
}
.boxC .hd ul li {
    float: left;
}
.boxC .hd ul a {
    display: block;
    float: left;
    line-height: 16px;
    padding: 0 20px;
    margin: 9px 0;
    border-right: 1px solid #ccc;
}
.boxC .hd ul a:hover {
    text-decoration: none;
}
.boxC .hd ul li:last-child a {
    border-right: 0;
}
.boxC .hd .on a {
    color: #3d8beb;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px;
}
/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #3d8beb;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3::before {
    content: "\e612";
    font-family: "iconfont";
    font-size: 20px;
    background: #00599D;
    display: inline-block;
    width: 42px;
    text-align: center;
    margin-right: 10px;
}
.boxD .bd {
    background: #fff;
    overflow: hidden;
    border: 1px solid #E9E9E9;
    border-top: 0;
}
/* boxE */
.boxE {
    margin-bottom: 20px;
}
.boxE .hd {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border-bottom: 2px solid #3d8beb;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #3d8beb;
    color: #fff;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
    float: left;
}
.boxE .hd .more {
    float: right;
}
.boxE .bd {
    padding: 10px;
    overflow: hidden;
}
/* mainBox */
.mainBox .mHd {
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    background: #F9F9F9;
    line-height: 45px;
    height: 48px;
}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 20px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none;
}
.mainBox .mHd .list .on a {
    color: #3d8beb;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
    position: relative;
    font-weight: bold;
    border: 1px solid #E1E1E1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 5%;
    height: 46px;
    border-top: 2px solid #3d8beb;
    color: #3d8beb;
    border-bottom: 0;
    font-size: 20px;
    background: #F9F9F9;
    bottom: -1px;
}
.mainBox .mHd h3 a {
    color: #3d8beb;
}
.mainBox .mBd {
    padding: 4% 0;
    overflow: hidden;
}
.mainBox .mHd .select,
.mainBox .mHd .write {
    float:right;
    height: 48px;
    line-height: 48px;
    padding: 0 2%;
    color: #3d8beb;
}
.mainBox .mHd .select::before,
.mainBox .mHd .write::before {
    font-family: "iconfont";
    content: "\e61e";
    margin: 0 5px 0 0;
    font-size: 14px;
}
.mainBox .mHd .select::before{
    content: "\e601";
}
/* 标题列表 */
.infoList{
    padding: 2%;
    box-sizing: padding-box;
}
.infoList li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.infoList .date {
    float: right;
    color: #bbb;
    font-size: 14px;
    margin-left: 15px;
}
/* 图文列表 */
.twList{
    padding: 0 2%;
    box-sizing: padding-box;
}
.twList li {
    padding: 0 0 2% 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.twList li > a {
    display: block;
    overflow: hidden;
}
.twList .pic {
    float: left;
    margin-right: 4%;
    width: 28%;
}
.twList .pic img {
    height: auto;
    width: 100%;
}
.twList .con {
    overflow: hidden;
    zoom: 1;
    margin-top: 2%;
}
.twList .title {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    overflow: hidden;
    color:#3d8beb;
}
.twList .title a{
    color:#3d8beb;
}
.twList .intro {
    line-height: 24px;
    color: #777;
    max-height: 48px;
    overflow: hidden;
    font-size: 13px;
}
.twList .title a:hover {
    text-decoration: none;
}
.twList .intro .more {
    display: none;
}
.twList .others {
    font-size: 13px;
    color: #bbb;
}
.twList .others span {
    margin-right: 15px;
}
.twList .node {
    color: #aaa;
    margin-right: 15px;
}
.twList .last {
    border-bottom: 0;
    margin-bottom: 0;
}
.twList .n {
    padding: 0;
    border: 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.twList .n .date {
    float: right;
    margin-left: 15px;
    color: #bbb;
    font-size: 14px;
}
/* 政务公开 */
.nodeList {
    overflow: hidden;
}
.nodeList li {
    float: left;
    min-width: 31.3%;
    margin: 1%;
    text-align: center;
}
.nodeList a {
    display: block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.nodeList .on a {
    background: #3d8beb;
    color: #fff;
    border-color: #3d8beb;
}
.nodeList-2 li {
    width: 48%;
}
/* 信件列表 */
.letterList {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.letterList .open,
.letterList .num,
.letterList .dep,
.letterList .date {
    display: none
}
.letterList th {
    background: #F2F2F2;
    text-align: center;
    height: 34px;
    line-height: 34px;
}
.letterList tr {
    border-bottom: 1px solid #eee;
}
.letterList td.state {
    color: #999;
    width: 80px;
    text-align: center;
}
.letterList td.title {
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.letterList td.ico img {
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
/* 信件列表 */
.zjList .letterList {
    margin-top: 10px;
}
.letterList li {
    padding: 8px;
    border: 1px solid #e0e0e0;
    margin-bottom: 8px;
    border-radius: 4px;
}
.letterList li .title {
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}
.letterList li .title .iconfont {
    color: #c5e2f8;
    margin-right: 8px;
    display: none;
}
.letterList li .other {
    overflow: hidden;
    font-size: 12px;
    display: block;
}
.letterList li .other .state {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #05c224;
    color: #05c224;
    border-radius: 4px;
    margin-right: 10px
}
.letterList li .other .FinishTime {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999
}
.letterList li .other .FinishTime i {
    margin-right: 3px;
}
.letterList li .other .date {
    float: right;
    color: #999
}
/* 图片列表-浮动 */
.picListFl {
    overflow: hidden;
    text-align: center;
    padding: 2%;
    box-sizing: padding-box;
}
.picListFl li {
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picListFl li:nth-child(2n) {
    float: right;
}
.picListFl .pic img {
    height: auto;
    width: 100%;
}
.picListFl .title {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-top: 5px;
}
/* 热点专题 */
#indRdzt .bd li img {
    width: 100%;
}
#indRdzt .bd li .tit {
    display: none;
}
#indRdzt .fd {
    margin-top: 8px;
    height: 8px;
    overflow: hidden;
    text-align: center;
}
#indRdzt .fd li {
    height: 8px;
    width: 8px;
    background: #B4B4B4;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    vertical-align: top;
    margin: 0 2px;
}
#indRdzt .fd .on {
    background: #0068B4;
}
/* 政务公开 */
.xxgkIcons {
    overflow: hidden;
    margin-bottom: 2%;
}
.xxgkIcons li {
    width: 48.5%;
    font-size: 14px;
    float: left;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    background: #ECECEC;
    margin: 0 0 3% 0;
}
.xxgkIcons li:nth-child(2n) {
    float: right;
}
.xxgkIcons li a {
    display: block;
}
.xxgkIcons li a::before {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 5px;
    background: #298AD3;
    text-align: center;
    font-family: "iconfont";
    content: "\e606";
    color: #fff;
    font-size: 18px;
}
.xxgkIcons .li2 a::before {
    content: "\e60d";
    background: #2DBD44;
}
.xxgkIcons .li3 a::before {
    content: "\e60a";
    background: #4ADAE7;
}
.xxgkIcons .li4 a::before {
    content: "\e60f";
    line-height: 36px;
    background: #F49D3E;
}
.xxgkIcons .li5 a::before {
    content: "\e610";
    line-height: 28px;
    background: #F4513E;
}
.xxgkIcons .li6 a::before {
    content: "\e607";
    background: #2CB5BB;
}
.xxgkIcons .li7 a::before {
    content: "\e609";
    background: #8c2cbb;
}
.xxgkIcons .li8 a::before {
    content: "\e604";
    background: #bbaa2c;
}
.zdlyxxgkBtn {
    display: block;
    margin-bottom: 20px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    padding-left: 50px;
    background: #D6EDFF;
    overflow: hidden;
    position: relative;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6EDFF));
    background: -moz-linear-gradient(#FFFFFF, #D6EDFF);
    background: -ms-linear-gradient(#FFFFFF, #D6EDFF);
    background: -o-linear-gradient(#FFFFFF, #D6EDFF);
    background: linear-gradient(#FFFFFF, #D6EDFF);
}
.zdlyxxgkBtn i {
    display: block;
    float: left;
    height: 120px;
    width: 120px;
    background: #288AD3;
    position: absolute;
    left: -60px;
    top: -30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.zdlyxxgkBtn::after {
    content: "\e611";
    font-family: "iconfont";
    position: absolute;
    left: 15px;
    top: 2px;
    color: #fff;
    font-size: 28px;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 60px !important;
    float: left;
    margin-right: 10px;
    line-height: 26px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a,
.bot button {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    background: #3d8beb;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bot a:hover,
.bot button:hover {
    text-decoration: none;
    background: #077BD4;
}
/* 互动交流 */
.zmbox {
    margin-bottom: 10px;
}
.zmbox > .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
}
.zmbox > .hd .more {
    float: right;
    font-size: 12px;
    color: #666;
    margin-right: 5px;
}
.zmbox > .hd h3 {
    border-bottom: 2px solid #0068B7;
    height: 38px;
    line-height: 38px;
    color: #333;
    padding: 0 5px;
    float: left;
    font-weight: bold;
}
.zmbox > .hd h3 a {
    color: #333;
}
.zmbox > .hd ul {
    height: 40px;
    overflow: hidden;
}
.zmbox > .hd li {
    float: left;
    text-align: center;
    padding: 0 5px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    color: #999
}
.zmbox > .hd li a {
    color: #999
}
.zmbox > .hd li:last-child {
    margin-right: 0;
}
.zmbox > .hd .on {
    border-bottom: 2px solid #0068B7;
}
.zmbox > .hd .on a {
    color: #333;
    font-weight: bold;
}
.zmbox .bd {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    clear: both;
    overflow: hidden;
    margin-top: 15px
}
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    font-size: 14px;
    padding: 10px 10px 0px;
}
.queryForm dl {
    margin-bottom: 20px;
}
.queryForm dt {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 5px;
}
.queryForm dt span {
    color: #f00;
    height: 36px;
    line-height: 36px;
}
.queryForm dd {
    height: auto;
}
.queryForm input[type=text] {
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    padding:0 10px;
    box-sizing: border-box;
}
.queryForm div.codeinp input[type=text] {
    width: 120px !important;
    margin-right: 10px;
}
.queryForm div.codeinp img {
    margin-top: 4px;
}
.queryForm .bot {
    text-align: center;
    padding-top: 20px;
}
.queryForm .bot a {
    margin: 0px 0px 10px;
;
    display: block;
}
.queryForm .errorMessage {
    font-size: 14px;
    color: #f00;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    font-size: 14px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 50%;
    text-align: right;
}
.queryForm input[type=text] {
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult .tit h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.queryResult .tips {
    font-size: 16px;
    border-top: 1px solid #ddd;
    padding: 15px 10px 20px 10px;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}
/* history.css时间轴 */
.historydetail .timeline-badge {
    display: none;
}
.timeline-inverted {
    margin-bottom: 10px;
    padding: 0 5px 10px 5px;
    border-bottom: 1px dotted #ccc;
}
.col-sm-10,
.control-content,
.col-xs-5,
.col-xs-10,
.col-xs-10 p {
    display: inline;
}
/* detailTable */
.detailTable {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.detailTable td {
    padding: 5px 8px;
    border: 1px solid #e6e6e6;
}
.detailTable.tdName {
    text-align: right;
    background: #f6f6f6
}
/*内容table样式*/
.ueditortable {
    height: 100% !important;
}
.ueditortable table {
    width: 98% !important;
}
@media screen and (min-width: 500px) {
    body {
        max-width: 500px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
        margin: 0 auto
    }
}

/* 政务公开 */
#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;
    background: url(../../base/img/icons-big1.png) no-repeat center -115px;
}
.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
}
.detailTable .imgWrap img{
    max-width:10%;
}
.s-head-form .input-box .from-control {  border: 2px solid #3d8beb!important;}
.s-head-form .btn-box .btn { background: #3d8beb!important; }
.s-tablink-scroll-touch #ulindexitem > li.current:after{background: #3d8beb!important;}
.likes-group{display:none;}
/* 底部信息 */
html,body{
      height: 100%;
}
.wrap{
  	position: relative;
    min-height: 100%;
    display: block;
    width: 100%;
}
.xz-blank{
    display:block;
    height:230px;
}
#footer {
	width:100%;
	position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}




