@charset "gb2312";
/*
Css for PEL,    ver 1.0
CopyRight By Dongyi Network Technology CO.,Ltd Design Center

本网站通用布局
*/

/* 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;
}
table {
    border-collapse: collapse;
    border-spacing: 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-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
.noData {text-indent: 10px;}

/* Public */

body {
    color: #333;
    min-width: 1200px;
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    -webkit-text-size-adjust: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #e00;
    text-decoration: none;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*+html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
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;
}
/* frame */

body {
    background: #f5f5f5 url(imgbodyBg.jpg) no-repeat center top;
}
.siteWidth, .topNav {
    width: 1200px;
    margin: 0 auto;
}
.siteWidth {
    position: relative;
}
/* 顶部 */

#header {
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 12
}
.topBar {
    height: 36px;
    line-height: 36px;
    background: #1e9cf5;
    z-index: 9;
    position: relative;
    color: #fff;
}
.topBar .siteWidth {
    overflow: visible;
}
.topBar a {
    color: #fff;
}
.topBar .userPanel {
    float: right;
}
.topBar .userPanel dl {
    position: relative;
    float: left;
}
.topBar .userPanel dt {
    float: left;
    position: relative;
    z-index: 11;
    padding: 0 10px;
}
.topBar .userPanel dl:hover dd {
    display: block;
}
.site {
    margin: 0 0 0 5px;
    float: right;
}
.site dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 36px;
    width: 380px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.site dd img {
    width: 100px;
    height: 100px;
}
.site:hover dd {
    display: block;
}
.site ul {
    overflow: hidden
}
.site li {
    float: left;
    padding: 0px 4px 0px 15px;
    line-height: 26px;
    height: 26px;
    color: #666;
    width: 107px;
    overflow: hidden;
}
.site li a {
    color: #333;
}
#siteLast.on dt {
    background-color: #0e8de9;
}
/* LOGO&siteGroup */

.logoBar {
    position: relative;
    z-index: 8;
}
.logoBar .siteWidth {
    height: 145px;
}
#logo {
    position: absolute;
    left: 20px;
    top: 32px;
}
#logo img {
    max-width: 100%;
    max-height: 80px;
}
/* 搜索框 */

.siteSearchBar {
    z-index: 2;
    margin: 30px 20px 0 0;
    height: 34px;
    float: right;
}
.s-form {
    vertical-align: top;
    height: 34px;
    line-height: 34px;
    padding: 3px 3px 3px 15px;
    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: 0 15px;
    line-height: 34px;
    border: none;
    outline: none;
}
.s-form .btn-box {
    float: right;
}
.s-form .btn-box input {
    height: 34px;
    border-radius: 30px;
    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;
}
.hotWords {
    margin-top: 15px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}
.hotWords a {
    margin-right: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: normal;
    border-radius: 30px;
    background-color: #146aa8;
    padding: 0 15px;
    color: #fff;
}
.hotWords a:hover {
    background-color: #0069c5;
}
/* 主导航 */

.nav {
    margin-bottom: 10px;
}
.mainNav {
    height: 55px;
    background-color: #0069c5;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}
.mainNav .li1 {
    position: relative;
    float: left;
    width: 14.27%;
}
.mainNav .li1 .h1 {
    height: 55px;
    line-height: 55px;
    background: url(imgnavLine.png) no-repeat 0 center;
    font-size: 18px;
    font-weight: bold;
}
.mainNav .li1 .a1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    padding-left: 35px;
    background: url(imgiconsNav.png) no-repeat 0 0;
}
.mainNav #li-zjcx .a1 {
    background-position: 0 -110px;
}
.mainNav #li-jdhy .a1 {
    background-position: 0 -61px;
}
.mainNav #li-zwgk .a1 {
    background-position: 0 -165px;
}
.mainNav #li-bsfw .a1 {
    background-position: 0 -220px;
}
.mainNav #li-zmhd .a1 {
    background-position: 0 -273px;
}
.mainNav #li-ztzl .a1 {
    background-position: 0 -330px;
}
.mainNav .on1 .h1 {
    background: #0055a0;
}
.mainNav .ul1 {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 55px;
    padding: 15px;
    background: #0055a0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.mainNav .ul1 li {
    float: left;
    width: 49.9%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.mainNav .ul1 li a {
    display: block;
    color: #fff;
    padding: 0 5px;
}
.mainNav .ul1 li a:hover {
    background-color: #0069c5;
}
.mainNav .last1 .ul1 {
    left: auto;
    right: 0;
}
/* 内容区 */

#content {
    position: relative;
    z-index: 9;
    width: 1160px;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto 10px;
    min-height: 500px;
    overflow: hidden;
}
.column {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
/* 主栏 和 侧栏 */

.mainContent {
    overflow: hidden;
}
.side {
    width: 260px;
    float: left;
    margin-right: 20px;
}
/* 位置导航 */

.mainContent>.path {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
}
.path {
    color: #666;
}
.path a, .path span {
    padding: 0 3px;
    color: #666;
}
.path em {
    background: url(imgicons.png) no-repeat 0 -1642px;
    padding-left: 20px;
}
/* 友情链接 */

.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 -815px;
    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 {
    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;
}
/* 侧栏固定菜单 */

.sideFixed {
    z-index: 100;
    position: fixed;
    top: 50%;
    margin-top:-240px;
    right: 0;
    width: 70px;
    _position: absolute;
}
.sideFixed li {
    position: relative;
    margin-bottom: 5px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background: #aaaeb0 url(imgicons-fixed.png) no-repeat center 0;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: all 0.25s ease 0s;
}
.sideFixed li .title {
    display: block;
    padding-top: 35px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.sideFixed .pic {
    display: none;
    position: absolute;
    right: 70px;
    top: -18px;
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.sideFixed .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.sideFixed .pic img {
    width: 100px;
    height: 100px;
}
.sideFixed .wb {
    background-position: center -70px;
}
.sideFixed .wx {
    background-position: center -140px;
}
.sideFixed .ldxx {
    background-position: center -210px;
}
.sideFixed .share {
    background-position: center -280px;
}
.sideFixed .share .pic {
    margin: 0 !important;
    width: 200px;
    right: 70px;
    top: 12px;
}
.sideFixed .sxejd {
    background-position: center -420px;
}
.sideFixed .wza {
    background-position: center -490px;
}
.sideFixed .gt {
    display: none;
    background-position: center -350px;
}
.sideFixed li:hover {
    background-color: #0069c5;
}
.sideFixed li:hover .pic {
    display: block;
}
/* goTop */

#goTop {
    position: fixed;
    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;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(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, .8);
    left: 0;
    top: 0;
}
/* 侧栏-栏目菜单 */

#sideMenu .hd {
    height: 50px;
    line-height: 50px;
}
#sideMenu .hd h3 {
    padding-left: 40px;
    background: url(imgiconsPage.png) no-repeat 10px 17px;
}
#sideMenu .li1 {
    font-size: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}
#sideMenu .li1 .a1 {
    display: block;
    padding: 9px 30px 9px 20px;
    line-height: 20px;
    background: url(imgiconsPage.png) no-repeat 95% -110px #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#sideMenu .li1 a:hover.a1 {
    background-color: #eee;
    color: #0069c5;
}
#sideMenu .on1 .a1, #sideMenu .on1 a:hover.a1 {
    font-weight: bold;
    border-color: #0069c5;
    background-color: #0069c5;
    background-position: 95% -412px;
    color: #fff;
}
#sideMenu .ul1 {
    padding: 10px 10px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px;
    display: none;
}
#sideMenu .on1 .ul1 {
    display: block;
}
#sideMenu .li2 {
    margin-bottom: 10px;
}
#sideMenu .li2 .a2 {
    display: block;
    padding: 9px 10px 9px 25px;
    line-height: 20px;
    background: url(imgicons.png) 10px -377px no-repeat;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#sideMenu .on2 .a2, #sideMenu .li2 a:hover {
    font-weight: bold;
    border-color: #bbb;
    background-color: #f5f5f5;
    color: #0069c5;
}
/* box */

.box {
    margin-bottom: 15px;
    overflow: hidden;
}
.box>.hd {
    padding-left: 10px;
    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;
}
/* boxA */

.boxA {
    margin-bottom: 15px;
}
.boxA .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #eee;
    border-radius: 6px;
}
.boxA .hd .more {
    font-size: 14px;
    float: right;
    margin-right: 10px;
    color: #999;
}
.boxA .hd h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.boxA .hd h3 a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    background: #3e9fea;
    border-radius: 6px;
}
.boxA .hd h3 a:hover {
    text-decoration: none;
}
.boxA .hd ul {
    overflow: hidden;
}
.boxA .hd li {
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.boxA .hd li a {
    display: block;
    padding: 0 25px;
}
.boxA .hd li a:hover {
    text-decoration: none
}
.boxA .hd .on {
    background: #3e9fea;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
}
.boxA .hd .on a {
    color: #fff;
}
.boxA .bd {
    padding: 5px 0;
    overflow: hidden;
}
/* boxB */

.boxB .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #eee;
}
.boxB .hd .more {
    font-size: 14px;
    float: right;
    margin-right: 10px;
    color: #999;
}
.boxB .hd h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.boxB .hd h3 a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    background: #0069c5;
}
.boxB .hd h3 a:hover {
    text-decoration: none;
}
.boxB .hd ul {
    overflow: hidden;
}
.boxB .hd li {
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.boxB .hd li a {
    display: block;
    padding: 0 25px;
}
.boxB .hd li a:hover {
    text-decoration: none
}
.boxB .hd .on {
    background: #0069c5;
    color: #fff;
    font-weight: bold;
}
.boxB .hd .on a {
    color: #fff;
}
.boxB .bd {
    padding: 10px 0 0;
    overflow: hidden;
}
/* boxC */

.boxC {
    margin-bottom: 15px;
    overflow: hidden;
}
.boxC .hd {
    height: 34px;
    line-height: 34px;
    background: #FAFAFA;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}
.boxC .hd .more {
    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;
    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: #0086cd;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px
}
/* boxD */

.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 50px;
    line-height: 50px;
    background: #0086cd;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff
}
.boxD .hd h3 i {
    display: block;
    width: 50px;
    height: 50px;
    background: #0087D5;
    margin-right: 10px;
}
.boxD .bd {
    background: #fff;
    overflow: hidden;
    border: 1px solid #E9E9E9;
    border-top: 0;
}
/* boxE */

.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #F6F6F6;
    margin-bottom: 10px;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #0086cd;
    color: #fff;
    font-size: 18px;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
}
.boxE .hd .more {
    float: right;
    margin-right: 10px;
}
.boxE .bd {
    overflow: hidden;
}
/* 侧栏盒子模型 */

.sideBox {
    margin-bottom: 15px;
}
.sideBox .hd {
    overflow: hidden;
    padding: 0 10px;
    background: #0086cd;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.sideBox .hd .more {
    float: right;
    color: #fff;
}
.sideBox .hd h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.sideBox .hd h3 a {
    color: #fff;
    vertical-align: middle;
}
.sideBox .bd {
    padding: 20px;
    background-color: #fafafa;
}
/* infoListA */

.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: url(imgicons.png) 0 -387px no-repeat;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0
}
/* 信件列表 */

.letterList {
    width: 100%;
    border: none;
}
.letterList th, .letterList td {
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    padding: 9px 5px;
}
.letterList th {
    background: #e7f3fe;
    color: #0069c5;
    font-weight: bold;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .even td {
    background: #f4f4f2;
}
.letterList .num, .letterList .open {
    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: 90px;
}
.letterList .state {
    width: 90px;
}
.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;
}
.letterList td.date {
    color: #999999
}
/* detailTable */

.detailTable {
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
}
.detailTable, .detailTable tr, .detailTable tr td {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}
.detailTable thead th {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 1em;
    color: #0069c5;
    font-weight: bold;
}
.detailTable tbody td {
    padding: 10px 15px;
}
.detailTable tbody td.tdName {
    background: #f7f7f7;
    text-align: center;
    width: 20%;
    font-size: 14px;
}
.detailTable .trTitle .tdCon {
    font-weight: bold;
}
.detailTable .trName td:nth-child(2), .detailTable .trUnit td:nth-child(2) {
    width: 160px
}
.detailTable .trName td:nth-child(3), .detailTable .trUnit td:nth-child(3) {
    width: 160px
}
.detailTable .preDiv {
    width: 670px;
    overflow: auto;
}
.detailTable .preDiv pre {
    font-size: 14px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/* mainBox */

.mainBox .mHd {
    position: relative;
    border-bottom: 2px solid #E1E1E1;
    line-height: 45px;
    height: 47px;
    margin-bottom: 20px;
}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 15px;
}
.mainBox .mHd .list a {
    font-size: 16px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none
}
.mainBox .mHd .list .on a {
    color: #0086cd
}
.mainBox .mHd h3, .mainBox .mHd .list .on {
    position: relative;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 15px;
    height: 47px;
    border-bottom: 2px solid #0086cd;
    color: #0086cd;
    font-size: 16px;
}
.mainBox .mHd h3 a {
    color: #0086cd
}
.mainBox .mHd .path {
    float: right;
    max-width: 550px;
    height: 49px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mainBox .mHd .path.fl{max-width: 100%;}
/* 热点专题 */

.indRdzt {
    overflow: hidden;
    zoom: 1;
}
.indRdzt ul {
    margin-right: -20px;
    overflow: hidden;
}
.indRdzt li {
    float: left;
    margin-right: 15px;
    width: 254px;
}
.indRdzt li a {
    display: block;
}
.indRdzt li img {
    width: 100%;
    height: 66px;
}
.indRdzt .tit {
    display: none;
    font-size: 14px;
    text-align: center;
    height: 25px;
    overflow: hidden;
}
/* 侧栏-栏目内搜索 */

#sideSearch .bd li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#sideSearch .nodes, #sideSearch input, #sideSearch button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "microsoft yahei";
    outline: none
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #0086cd;
    border-color: #0086cd;
    color: #fff;
}
/* 信件查询 */

#xjcx {
    border: 1px solid #ccc;
}
#xjcx .hd {
    background-color: #f5f5f5;
}
#xjcx .hd h3 {
    padding: 0;
    border: none;
}
#xjcx .hd h3 span {
    color: #666;
}
#xjcx .hd h3 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: -2px 5px 0 0;
    width: 30px;
    height: 30px;
    background: url(imgiconsHomeZmhd.png) no-repeat center -60px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}
#xjcx .bd {
	padding-top: 10px;
    height: 254px;
    line-height: 24px;
}
#xjcx .bd .gkxj,#xjcx .bd .grxj {
    padding: 0 0 0 19px;
}
#xjcx .bd .gkxj {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
#xjcx .bd p {
    font-weight: bold;
}

#xjcx .bd td{
    padding: 3px 0; 
    height:24px;
}
#xjcx .bd .tdlab {
    float: left;
    width: 70px;
    overflow: hidden;
    font-weight: bold;
    color: #20a0e4;
    text-align: right;
}
#xjcx .bd input {
	float: left;
    width: 168px;
    height: 22px;
}
#xjcx .bd #queryResult ,#xjcx .bd .querysubmit {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #20a0e4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
}
#xjcx .bd input#ValidateCode{float:left;width: 60px !important;}
#xjcx .bd .validationcode{float: left;}
#xjcx .bd .validationcode img{height: 24px;}

/* 来信选登 */

#lxxd .hd {
    border: none;
    background-color: #20a0e4;
}
#lxxd .hd .more {
    padding: 0 15px;
    background-color: #ea8020;
    border-left: 5px solid #fff;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#lxxd .hd a:hover.more {
    background-color: #fa9437;
}
#lxxd .hd .more i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: -2px 5px 0 0;
    width: 30px;
    height: 30px;
    background: url(imgiconsHomeZmhd.png) no-repeat center -30px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}
#lxxd .hd h3 {
    padding: 0;
    border: none;
}
#lxxd .hd h3 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: -2px 5px 0 0;
    width: 30px;
    height: 30px;
    background: url(imgiconsHomeZmhd.png) no-repeat center 0;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}
#lxxd .hd h3 a {
    color: #fff;
}
#lxxd .letterList {
    border: 1px solid #ccc;
}
#lxxd .letterList th {
    font-weight: bold;
}
#lxxd .letterList th, #lxxd .letterList td {
    border: 1px solid #ccc;
    padding: 8px 5px;
    line-height: 24px;
    font-size: 14px;
}
#lxxd .letterList td {
    background-color: #fff !important;
}
#lxxd .letterList .open, #lxxd .letterList .dep, #lxxd .letterList .date {
    display: none;
}
/*验证码*/

div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
}
div input[type=text] {
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 10px;
}
/* 动画 */

.animate1 i {
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.animate1 a:hover i {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.animate2 a {
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.animate3 .pic img {
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.animate3 .pic a:hover img {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
/* row */

.row {
    overflow: hidden;
    margin-bottom: 15px;
}
/* 调查问卷 */

#SurveyBox dd textarea {
    width: 98%;
    height: 80px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
/* 通用底部按钮 */

.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
    background: #0086cd;
    font-weight: bold;
    border: 0;
    color: #fff;
    margin: 0 2%;
    border-radius: 6px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #077BD4;
}
/* 依申请、信访、咨询等通用 查询页样色 */

.queryForm {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
    padding: 4px 9px;
    background-color: #fafafa;
}
.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: 0 auto;
    padding: 30px 0;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.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
}
/*--
颜色代码
#0086cd 深蓝色标题
#ddd 淡蓝色边框
--*/