﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/
/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    vertical-align: top;
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-weight: 400;
    font-style: normal
}
li,
ol,
ul {
    list-style: none
}
dd,
div,
dl,
dt,
li,
ol,
ul {
    zoom: 1
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}
q:after,
q:before {
    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,
figure,
footer,
header,
menu,
nav,
section,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1
}
/* Public */
body {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #4f4f4f;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #992410;
    text-decoration: underline;
}
.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;
}
.prev,
.next {
    transition: all 0.5s;
}
/* frame */
body {
    text-align: center;
}
.wrap {
    position: relative;
    min-width: 1200px;
    min-height: 400px;
}
.wrap:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 230px;
    width: 100%;
    height:158px;
    background:  url(../img/page-bg.jpg) center bottom no-repeat;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
#header {
    position: relative;
    z-index: 3;
    min-width: 1200px;
    text-align: left;
    margin: 0 auto;
    height: 120px;
    background:  url(../img/header-bg.jpg) left top repeat-x;
    border-bottom: 1px solid #800011;
}
#content {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 40px;
    max-width: 1200px;
    _width: 1200px;
    position: relative;
    min-height: 300px;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*网站顶部 S */
/* logo */
#logo {
    float: left;
    margin: 22px 60px 0 0;
}
#logo img {
    max-width: 100%;
}

/* 主导航 */
.topNav {
    padding: 28px 160px 0 0;
}
.mainNav .li1{
    position: relative;
    z-index: 2;
    width: auto;
    float: left;
}
.mainNav .a1{
    display: block;
    padding: 0 22px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: white;
}
.mainNav .on1 .a1,
.mainNav .a1:hover{
    font-weight: bold;
    color: #f4d8a3;
    text-decoration: none;
}
.mainNav .on1{
    z-index: 3;
}
.mainNav .ul1{
    padding: 5px 0;
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    float: left;
    background-color: rgba(129, 24, 6, 0.8);
    border-radius: 4px;
}
.mainNav .ul1:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -12px;
    float: left;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(129, 24, 6, 0.8)  transparent;
}
.mainNav .a2{
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
}
.mainNav .a2:hover{
    text-decoration: none;
    background-color: #6f1202;
    color: #f4d8a3;
}

.pageBanner{
    overflow: hidden;
    padding-bottom: 19px;
    background:  url(../img/ind-banner-bg.png) left bottom repeat-x;
}
.pageBanner>div.pic{
    width: 100%;
    height: 319px;
}
.pageBanner .prev,
.pageBanner .next,
.pageBanner .bd .con,
.pageBanner .hd{
    display: none;
}
/*顶部-快捷内容*/
.topbar {
    line-height: 40px;
    height: 40px;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 42px;
}
.topbar {
    float: right;
    font-size: 14px;
}
.topbar a {
    color: #fff;
}
.topbar dl {
    margin-left: 8px;
    position: relative;
    float: left;
}
.topbar s {
    display: none;
    float: left;
    text-decoration: none;
    width: 5px;
    overflow: hidden;
    text-align: center;
}
.topbar dt {
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
}
/* 顶部注册登录 */
.topbar .userLogged {
    padding:0 8px;
    color:#fff;
}
.topbar .userLogged .spe {
    margin: 0 5px;
}
.topbar dd {
    clear: both;
    display: none;
    transition: all 0.5s;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 48px;
    margin-right: -54px;
    -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);
}
.topbar dd img {
    width: 100px;
    height: 100px;
}
.topbar dd > i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.topbar .on dd {
    display: block;
}
.topbar dl.wx dt,
.topbar dl.phone dt {
    width: 38px;
    height: 38px;
    background:#811806  url(../img/top-icon.png) center -32px no-repeat;
    border: 1px solid #6f1202;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.5s;
}
.topbar dl.on dt{
    background-image: url(../img/top-icon-hover.png);
}
.topbar dl.phone dt a{
    display:block;
    height:36px;
}
.topbar dl.wx dt {
    background-position:center -70px;
}
.topbar dl.login {
    display: none;
    padding: 0 10px;
    border-radius: 18px
}
.topbar #siteLast.on dt {
    background-color: #83a6ea
}
/* 搜索框 */
.s-form {
    vertical-align: top;
    height: 38px;
    background: #811806;
    border: 1px solid #6f1202;
    border-radius: 3px;
}
.s-form .input-box {
    float: left
}
.s-form .input-box input {
    width: 0;
    vertical-align: top;
    *margin: -1px 0;
    height: 18px;
    padding: 10px 0;
    line-height: 18px;
    color: white;
    border: 0;
    outline: none;
    background: none;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.s-form .input-box input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.5);
}
  
.s-form .input-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}
  
.s-form .input-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.5);
}
.s-form .btn-box {
    float: left;
    height: 36px;
}
.s-form .btn-box input {
    height: 38px;
    line-height: 20px;
    overflow: hidden;
    border: none;
    background:  url(../img/top-icon.png) center 8px no-repeat;
    width: 38px;
    outline: none;
    border-radius: 0 3px 3px 0;
}
.s-form .btn-box input:active {
    background-color: #d0b88a;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    display: none;
    float: left;
    width: 100px;
    height: 36px;
    border: none;
    background: none;
    border: 0;
    position: relative;
}
.s-hot-search {
    position: absolute;
    padding-top: 36px;
    z-index: -1;
    font-size: 12px;
}
.siteSearchBar.on .s-form .btn-box input{
    background-color: #d0b88a;
    background-image: url(../img/top-icon-hover.png);
}
.siteSearchBar.on .s-form .input-box input{
    background-color: #d0b88a;
    border-radius: 3px 0 0 3px;
    width: 120px;
    padding: 10px 5px;
}

/* 主栏 和 侧栏 */
.mainContent {
    position: relative;
    overflow: hidden;
}
.mainContent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.side {
    font-size: 14px;
    width: 280px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
/* 位置导航 */
.path {
    color: #999;
    line-height: 20px;
    text-align: left;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0 0;
}
.path a,
.path span {
    padding: 0 3px;
    color: #999;
}
.mHd .path {
    float: right;
    padding-top: 30px;
}
.mHd .path em {
    background: none;
    padding-left: 0;
}


/*footer*/
#footer {
    position: relative;
    text-align: center;
    padding: 55px 0 36px;
    line-height: 30px;
    color: #e4cfcd;
    overflow: hidden;
    background:  url(../img/footer-bg.jpg) left top repeat;
}
#footer a{
    color: #e4cfcd;
}
#footer a:hover{
    text-decoration: none;
}
#footer .footer-logo{
    float: left;
    margin:12px 22px 0 0;
}
#footer .footer-pic{
    float: right;
    margin: -20px 66px 0 82px;
}
#footer .copyRight{
    overflow: hidden;
    padding: 0 25px;
    text-align: left;
    border-left: 1px solid #b15748;
    border-right: 1px solid #b15748;
}
#footer .copyRight .pic{
    float: left;
    margin: 14px 12px 0 0;
}

#sideFixed{
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 60px;
    width: 52px;
    float: left;
    margin-left: 610px;
}
#sideFixed>a{
    display: block;
    height: 52px;
    overflow: hidden;
    margin-top: 3px;
    border-radius: 3px;
}
#sideFixed>a:hover{
    text-decoration: none;
}
#sideFixed>a.special{
    height: auto;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: white;
    background-color: #d0b88a;
}
#sideFixed>a.special:hover{
    background-color: #bea065;
}
#sideFixed>a#gotopbtn{
    width: 100%;
    float: left;
    display: none;
    background: rgba(0, 0, 0, .3) url(../img/gotop-icon.png) center center no-repeat;
}
#sideFixed>a#gotopbtn:hover{
    background-color: rgba(0, 0, 0, .5);
}

/* goTop */
#goTop {
    position: fixed;
    display: none !important;
    _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{
    overflow: hidden;
}
#sideMenu .hd{
    padding: 10px;
    background: #992410 url(../img/side-menu-bg.png) right bottom no-repeat;
}
#sideMenu .hd h3{
    padding: 36px 30px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #f4d8a3;
    text-align: center;
    border: 1px solid #9e4a3c;
    letter-spacing:8px;
}
#sideMenu li {
    overflow: hidden;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid white;
}
#sideMenu li a {
    display: block;
    line-height: 32px;
    padding: 11px 10px 11px 94px;
    border-left: 10px solid #d0b88a;
    background-color: #f5f5f5;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
#sideMenu li a:hover,
#sideMenu .on a,
#sideMenu .on a:hover {
    text-decoration: none;
    border-left-color: #992410;
    color: #992410;
    font-weight: bold;
}


/* box */
.box .hd {
    height: 45px;
    line-height: 43px;
    position: relative;
    font-size: 18px;
    margin-bottom: -1px;
}
.box .hd .more {
    position: absolute;
    top: 8px;
    right: 0;
    color: #999;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 80px;
    overflow: hidden;
    background: #e1e7f0 url(../img/moreicon.png) no-repeat center;
    border-radius: 50%;
}
.box .hd .more a {
    color: #999
}
.box .hd .more {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.box .hd .more:hover {
    transform: rotate(360deg);
    background-color: #f7bc68
}
.box .hd h3 {
    background: #992410;
    position: absolute;
    color: #3762a4;
    font-weight: bold;
    padding: 0 25px 0px 25px;
    border-radius: 6px 6px 0 0
}
.box .hd h3 a {
    color: #3762a4;
}
.box .hd h3 a:hover {
    text-decoration: none;
}
.box .hd ul {
    position: absolute;
    overflow: hidden;
}
.box .hd li {
    float: left;
    position: relative;
    margin-right: 10px;
}
.box .hd li a {
    display: block;
    padding: 0 8px 0 38px;
    font-size: 20px;
    line-height: 35px;
    height: 43px;
    font-weight: bold;
    color: #616467;
    border-radius: 6px 6px 0 0;
    background: url(../img/boxhdicons.png) no-repeat 0 3px;
}
.box .hd li a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.box .hd li a:hover {
    text-decoration: none;
}
.box .hd .on a {
    color: #992410;
    border-bottom: 2px solid #992410;
}
.box .hd .on a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.box .bd {
    padding: 19px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #fcfcfc;
}
/* boxA */
.boxA {
    margin-top: 20px;
}
.boxA .hd {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e6e6e6;
}
.boxA .hd .more {
    float: right;
    color: #999;
}
.boxA .hd .more a {
    color: #999
}
.boxA .hd .more:hover {
    text-decoration: none;
}
.boxA .hd h3 {
    width: auto;
    float: left;
    height: 51px;
    margin-bottom: -1px;
    margin-right: 0px;
    padding: 4px 5px 0;
    border-radius: 6px 6px 0 0;
    background: #992410 url(../img/box-hd-bg.png) 60% bottom no-repeat;
}
.boxA .hd h3 a {
    display: block;
    padding: 0 22px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border: 1px solid #b34b39;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}
.boxA .hd h3 a:hover {
    text-decoration: none;
}
.boxA .hd ul {
    position: absolute;
    height: 40px;
    overflow: hidden;
}
.boxA .hd li {
    width: auto;
    float: left;
    height: 51px;
    margin-bottom: -1px;
    margin-right: 0px;
    padding: 4px 5px 0;
}
.boxA .hd li a {
    display: block;
    padding: 1px 22px 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.boxA .hd li a:hover {
    text-decoration: none
}
.boxA .hd .on {
    border-radius: 6px 6px 0 0;
    background: #992410 url(../img/box-hd-bg.png) 60% bottom no-repeat;
}
.boxA .hd .on a{
    padding: 0 17px;
    border: 1px solid #b34b39;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    color: white;
}
.boxA .bd {
    padding: 10px 0 0;
    overflow: hidden;
}
/* boxB */
.boxB {
    background: #fff;
}
.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: #992410;
    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: 15px;
    overflow: hidden;
}
.boxC .hd {
    height: 30px;
    line-height: 30px;
    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: #992410;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px
}
/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #992410;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff
}
.boxD .hd h3 i {
    display: block;
    float: left;
    width: 42px;
    height: 40px;
    background: url(../img/icons-zwgk.png) #00599D 10px 10px no-repeat;
    margin-right: 10px;
}
.boxD .bd {
    background: #fff;
    overflow: hidden;
    border: 1px solid #E9E9E9;
    border-top: 0;
}
/* boxE */
.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #992410;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #992410;
    color: #fff;
    font-size: 18px;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
    float: left;
}
.boxE .hd .more {
    float: right;
}
.boxE .bd {
    padding: 10px;
    overflow: hidden;
}
/* 侧栏盒子模型 */
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    overflow: hidden;
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    background: #992410;
    border-radius: 6px 6px 0 0;
}
.sideBox .hd .more {
    float: right;
}
.sideBox .hd h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.sideBox .hd h3 a {
    color: #fff;
}
.sideBox .hd h3 a:hover {
    text-decoration: none;
}
.sideBox .bd {
    border: 1px solid #e8e8e8;
    padding: 19px;
    background: #fff;
}
/*节点归档信息样式*/
.archived-info {
    float: right;
}
.archived-info span {
    margin: 0 5px;
}
/* infoListA */
.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: url(../img/icons.png) 0 -387px no-repeat;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0
}
/* 日历式列表 */
.calendarList li {
    height: 60px;
    padding: 10px 0;
}
.calendarList li .calendar {
    float: left;
    width: 60px;
    height: 60px;
    background: #abb898;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    margin-right: 20px;
    display: inline;
}
.calendarList li .calendar em {
    display: block;
    line-height: 20px;
    font-size: 24px;
    padding-top: 10px;
}
.calendarList li .title {
    font-size: 16px;
    font-weight: bold;
}
.calendarList li .intro {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
}
.letterList th,
.letterList td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 26px;
    padding: 8px 5px
}
.letterList th {
    background: #fafafa;
}
.letterList th {
    color: #992410;
    height: 35px;
    line-height: 35px;
    padding:5px 0px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .even td {
    background: #f4f4f2;
}
.letterList .num {
    display: none;
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
    white-space: normal;
    word-break: break-all;
}
.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 .open,
.letterList .handle {
    display: none
}
.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 tr {
    border-color: #992410;
}
.detailTable thead th {
    background: #992410;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #992410;
}
.detailTable tbody td {
    padding: 10px 15px;
}
.detailTable tbody td.tdName {
    font-weight: bold;
    background: #f7f7f7;
    text-align: center;
    width: 20%;
    font-size: 14px;
}
.detailTable .trTitle .tdCon {
    font-weight: bold;
    white-space: normal;
    word-break: break-all;
}
.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;
    z-index: 1;
    height: 79px;
    line-height: 76px;
    margin-bottom: 10px;
    background:  url(../img/page-main-hd-bg.png) left 74px repeat-x;
}
.mainBox .mHd:after,
.mainBox .mHd:before{
    content: "";
    position: absolute;
    z-index: 1;
    float: left;
    overflow: hidden;
}
.mainBox .mHd:after{
    width: 43px;
    height: 13px;
    right: 0;
    bottom: 0;
    background:  url(../img/page-main-hd-bg.png) left -17px no-repeat;
}
.mainBox .mHd:before{
    left: 0;
    bottom: 0;
    width: 10px;
    height: 1px;
    background-color: #fff;
}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 18px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none
}
.mainBox .mHd .list .on a {
    color: #992410
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
    padding-left: 44px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    color: #992410;
    background:  url(../img/page-node-icon.png) left center no-repeat;
}
.mainBox .mHd h3 a {
    color: #992410
}
/* 友情链接模拟下拉 */
.friendLinks {
    background: #992410;
    padding: 8px 0;
    height: 36px;
}
.friendLinks dl {
    width: 222px;
    margin-right: 15px;
    float: left;
    display: inline;
    position: relative;
    border-radius: 5px;
}
.friendLinks dl dt {
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 8px;
    overflow: hidden;
    background: #5682c5;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.friendLinks dl dt i {
    right: 12px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px;
    position: absolute;
    border-color: transparent;
    border-style: dashed;
    border-top-color: #245baf;
    border-top-style: solid;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.friendLinks dl dt h3 {
    width: 175px;
}
.friendLinks dd {
    bottom: 35px;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.friendLinks ul {
    max-height: 389px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: scroll;
    border-radius: 5px;
}
.friendLinks li {
    line-height: 22px;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc; /* word-break:keep-all; *//* white-space:nowrap; */
    cursor: pointer;
}
.friendLinks li a {
    display: block;
}
.friendLinks li a:hover {
    text-decoration: none
}
.friendLinks li:hover {
    color: #CD3333;
    background-color: #f1f1f1
}
.friendLinks .last {
    border-bottom: 0
}
.friendLinks .on {
    z-index: 9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.friendLinks .on dt {
    background: #f7bc68
}
.friendLinks .on dt i {
    border-top-style: none;
    border-bottom-color: #aaa;
    border-bottom-style: solid;
}
.friendLinks .on dd {
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.friendLinks .on dd ul {
    border-color: #bbb;
}
/* 侧栏-栏目内搜索 */
#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: #992410;
    border-color: #992410;
    color: #fff;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 100px !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: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #992410;
    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: #077BD4;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.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%;
    height: 30px;
}
.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: 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
}



/*表单填写页*/
#FormBox .FormDescription{
    text-indent: 0;
    line-height: 2;
}

#FormBox .form-control{
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#FormBox select{
    padding: 4px 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/*--
颜色代码
#992410 深蓝色标题
#ddd 淡蓝色边框
--*/