@charset "gb2312";
/* Css Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
div, dl, dt, dd, ol, ul, li {
    *zoom: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a:hover {
    color: #ef7c00;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.clear {
    clear: both;
    *height: 0;
    *font-size: 0;
    *line-height: 0;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.row {
    margin-bottom: 20px;
}
.mainContent {
    overflow: hidden;
}
body {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
    font-family: "Microsoft Yahei";
    min-width: 1200px;
    background: url(imgbg.jpg) no-repeat center 0;
}
a {
    text-decoration: none;
    color: #444;
}
a:hover {
    /*color: #006269;*/
    text-decoration: none;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
/* box */

.box {
    margin-bottom: 15px;
    overflow: hidden;
}
.box>.hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.box>.hd .more {
    float: right;
    color: #999;
    font-size: 14px;
}
.box>.hd .more a {
    color: #999
}
.box>.hd h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 38px;
    line-height: 38px;
    border-bottom: 3px solid #20a0e4;
    color: #20a0e4;
    padding: 0 15px;
    font-weight: bold;
}
.box>.hd h3 a {
    color: #20a0e4;
}
.box>.hd h3 a:hover {
    text-decoration: none;
}
.box>.hd ul {
    height: 39px;
}
.box>.hd li {
    float: left;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    position: relative;
}
.box>.hd li a:hover {
    text-decoration: none;
}
.box>.hd .on {
    border-bottom: 3px solid #20a0e4;
    font-weight: bold;
}
.box>.hd .on a {
    color: #20a0e4;
}
.box>.bd {
    clear: both;
    padding-top: 20px;
    overflow: hidden;
}
/* layout */

.container, #content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#content {
    *zoom: 1;
}
#content:after {
    content: "";
    display: table;
    clear: both;
}
.side {
    float: left;
    width: 285px;
}
.content {
    margin-bottom: 30px;
}
/* header */

#header .container {
    background: url(imgheaderBg.png) no-repeat center top;
    padding-top: 40px;
    height: 130px;
    position: relative;
    z-index: 2;
}
#header #logo {
    float: left;
}
#header #logo img {
    max-height: 80px;
}
/* 搜索 */

.siteSearchBar {
    float: right;
    padding-top: 20px;
}
.s-form {
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    background-color: #fff;
    border-radius: 30px;
}
.s-form .input-box {
    float: left
}
.s-form .input-box input {
    width: 220px;
    vertical-align: top;
    *margin: -1px 0;
    height: 34px;
    padding: 3px 15px;
    line-height: 34px;
    border: none;
    outline: none;
}
.s-form .btn-box {
    float: right;
}
.s-form .btn-box input {
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    border: none;
    width: 90px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background-color: #1a6dc1;
}
.s-form .btn-box input:hover {
    background-color: #3e9fea;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    border-right: 1px solid #eee;
    padding-right: 30px;
    height: 34px;
    position: relative;
}
.s-form .select-box ul {
    position: absolute;
    background: #f7f7f7;
    border-top: 0;
    line-height: 1.8;
    display: none;
    left: -13px;
    top: 47px;
    width: 330px;
    padding: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    transform: translate3d(0px, -2px, 0px);
}
.s-form .select-box ul li {
    cursor: pointer;
    float: left;
    padding: 5px;
    width: 100px;
}
.s-form .select-box ul li:hover {
    color: #E20500;
    background: #f1f1f1;
}
.s-form .select-box a:hover {
    text-decoration: none;
}
.s-form .select-box .arrow-dn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 16px;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #CCC transparent transparent;
}
.s-form .select-box .arrow-hover {
    border-color: transparent transparent #CCC transparent;
    top: 11px;
}
/* 导航 */

.mainNav {
    position: relative;
    z-index: 11;
    height: 60px;
    line-height: 60px;
    background-color: #0069c5;
}
.mainNav .li1 {
    float: left;
    position: relative;
    width: 19.99%;
}
.mainNav .a1 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.mainNav .a1 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    top: 2px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url(imgiconsNav.png) no-repeat 0 0;
}
.mainNav #li-gzdt .a1 i {
    background-position: 0 -20px;
}
.mainNav #li-zwgk .a1 i {
    background-position: 0 -40px;
}
.mainNav #li-bsfw .a1 i {
    background-position: 0 -60px;
}
.mainNav #li-hdjl .a1 i {
    background-position: 0 -80px;
}
.mainNav .a1:hover {
    color: #ff0;
    background-color: #1475ca;
}
.mainNav .on1 .a1 {
    background-color: #1475ca;
}
.mainNav .ul1 {
    display: none;
    background: #1475ca;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid #2183d9;
}
.mainNav .ul1 .a2 {
    color: #fff;
    padding: 4px 0;
    display: block;
}
.mainNav .ul1 .a2:hover {
    background: #2183d9
}
/*page*/

.page {
    text-align: center;
    padding: 20px 0 34px;
    font-size: 12px;
}
.page .pager a, .page .pager span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 27px;
    line-height: 27px;
    /* width: 54px; */
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 0 8px;
    background: #929292;
    color: #fff;
}
.page .pager a:hover {
    border: 1px solid #d4d4d4;
    text-decoration: none;
    color: #666666;
    background: #fff;
}
.page span.current {
    background: #929292;
    border-color: #d4d4d4;
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
}
.page span.disabled {
    border-color: #e6e6e6;
    color: #fff;
}
.page input {
    border: 1px solid #d4d4d4;
    background: #fff;
    width: 28px;
    height: 25px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
    color: #666666;
}
.indBanner {
    height: 500px;
}
/* 友情链接 */

.friendLinks {
    padding: 15px 0;
    background-color: #eee;
    text-align: center;
    height: 24px;
    line-height: 24px;
}
.friendLinks .hd h3 a {
    display: block;
    padding-left: 30px;
    background: url(imgicons.png) no-repeat 0 -382px;
    font-size: 16px;
    font-weight: bold;
    color: #0069c5;
}
.friendLinks .hd, .friendLinks .bd {
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.friendLinks .bd ul {
    overflow: hidden;
}
.friendLinks .bd li {
    float: left;
    padding: 0 8px;
}
/*footer*/

#footer {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    background-color: #0069c5;
    color: #fff;
}
#footer .siteWidth {
    position: relative;
}
#footer .footNav a {
    margin: 0 5PX;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}
#footer .footNav a:hover {
    color: #ff0;
}
#footer .copyRight {
    margin-left: 5PX;
    font-size: 12px;
    line-height: 20px;
}
#footer .pics {
    float: right;
}
#footer .pics span {
    float: left;
}
#footer .pics .qr {
    margin-left: 10px;
    position: relative;
    bottom: -5px;
}
#_span_jiucuo {
    position: relative;
    top: 10px;
}
/* 信件列表 */

.letterList {
    width: 100%;
}
.letterList th, .letterList td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 25px;
    padding: 6px 5px;
}
.letterList th, .letterList .even {
    background: #f3f3f3;
}
.letterList th {
    color: #2D97E8;
    padding: 0px;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .num {
    display: none;
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
}
.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px
}
.letterList .ico img {
    vertical-align: middle;
}
.letterList .dep {
    width: 70px;
}
.letterList .state {
    width: 70px;
}
.letterList .state i {
    font-style: normal
}
.letterList .state .s0 {
    color: #333;
}
.letterList .state .s1 {
    color: #f70;
}
.letterList .state .s2 {
    color: #f00;
}
.letterList .state .s3 {
    color: #390;
}
.letterList .state .s4 {
    color: #333;
    text-decoration: line-through;
}
.letterList .date {
    border-right: none;
    width: 90px;
}
/*-- 网站地图 --*/

.siteMap {
    padding: 15px 10px;
    overflow: hidden;
    zoom: 1;
}
.siteMap .li1 {
    margin-bottom: 20px;
}
.siteMap .h1 {
    height: 40px;
    line-height: 40px;
    /* border:1px dotted #ccc; */
    background: #fff;
    background: #f6f6f6;
}
.siteMap .h1 .a1 {
    font: normal 16px/40px "Microsoft YaHei";
    _font-weight: bold;
    color: #2D97E8;
    padding-left: 15px;
}
.siteMap .ul1 {
    padding: 10px 20px;
    zoom: 1;
}
.siteMap .li2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 50px;
    vertical-align: top;
    padding-bottom: 5px;
}
.siteMap .a2 {
    color: #666;
}
.siteMap .ul2 {
    padding: 0 0 20px 0;
}
.siteMap .li3 {
    line-height: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.siteMap .a3 {
    color: #999;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}
.siteMap .last3 .a3 {
    border-right: 0;
}
.siteMap #liID41 .li2 {
    display: block;
}
/* 通用底部按钮 */

.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #f60;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #f80;
}
/* 依申请、信访、咨询等通用 查询页样色 */

.queryForm input[type=text] {
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */

.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 30px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}