﻿@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:"PingFangSC-Regular","Heiti SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1
}
/* Public */
body {
    color: #333;
    font-size: 16px;
    line-height: 38px;
    font-family:"Microsoft YaHei", "PingFangSC-Regular","Heiti SC", Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    width: 100%; background-color: #f5f5f5;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #153488;
    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: 20px;
    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 */
.wrap {
    max-width: 1920px; min-width: 1200px; width: 100%; background-color: #fff; margin: 0 auto;
}
.siteWidth,.container {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
#header {
    text-align: left;
    margin: 0 auto;
    background: url(../img/head-bg.jpg) no-repeat center top;
    min-width: 1200px;
    position: relative;
    z-index: 3;
    height: 210px;
}

/* logoBox-------------------------- */
.logoBox {  position: relative; z-index: 2; height: 160px;}

.topbar { float: right; }


#header .links { float: right; position: relative; z-index: 1; margin-top: 10px; font-size: 14px; line-height: 24px; margin-bottom: 36px; color: #fff;}
#header .links a { color: #fff; }
#header .links .split { float: left;}
#header .links dl { position: relative; float: left;}
#header .links dt { cursor: pointer; padding: 0 10px; }
#header .links dd { display: none;}
#header .links dl.on dd { display: block;}
#header .links dl.phone dd { position: absolute; top:35px; left: 50%; margin-left: -55px;}
#header .links dl.phone dd img { width: 100px; border: 1px solid #0a5f9f; padding: 4px; background-color: #fff;}
#header .links>dl>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: #0a5f9f; border-bottom-style: solid; display: block; font-size: 0; line-height: 0; width: 0;}
#header .links .userLogged a { float: left; }
#header .links .userLogged .spe { padding: 0 10px; float: left; }



/* s-form--------- */
.s-form {
    vertical-align: top;
    height: 34px;
    line-height: 34px;
    float: right;
    background-color: #fff;
    width: 284px;
    margin-top: 70px;
}
.s-form .input-box {
    float: left
}
.s-form .input-box input {
    width: 224px;
    vertical-align: top;
    height: 28px;
    padding:3px 10px;
    line-height: 28px;
    border: none;
    outline: none;
    background: none;
}
.s-form .btn-box {
    float: left;
    height: 34px;
    width: 40px;
}
.s-form .btn-box input {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    border: none;
    background:#3174dd url(../img/icons-search.png) center no-repeat;
    width: 40px;
    outline: none;
    font-size: 0;
    vertical-align: top;
}
.s-form .btn-box input:hover {
    background-color: #2064d0;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    width: 100px;
    height: 50px;
    border: none;
    background: none;
    border: 0;
    border-right: 1px solid #f0f0f0;
    position: relative;
    display: none;
}
.s-form .select-box ul {
    position: absolute;
    background: #fff;
    border-top: 0;
    line-height: 1.8;
    display: none;
    left: -1px;
    top: 45px;
    border: 1px solid #ede0c9;
    border-top: 0;
    width: 359px;
    padding: 5px 10px;
}
.s-form .select-box ul li {
    cursor: pointer;
    font-size: 12px;
    float: left;
    width: 31.3%;
    padding-left: 2%;
    line-height: 28px; height: 28px;
    text-align: left;
}
.s-form .select-box ul li:hover {
    color: #E20500;
    background: #f1f1f1;
}
.s-form .select-box .s-option {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 48px;
    line-height: 48px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s-form .select-box a:hover {
    text-decoration: none;
}
.s-form .select-box .arrow-dn {
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #666 transparent transparent;
    position: absolute;
    right: 10px;
    top: 21px;
    transition: -webkit-transform .1s ease-in-out;
    transform: translate3d(0, 0, 999px);
    backface-visibility: visible;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -webkit-backface-visibility: visible;
    -moz-transition: -moz-transform .2s ease-in-out;
    -moz-transform: translate3d(0, 0, 999px);
    -moz-backface-visibility: visible;
}
.s-form .select-box .arrow-hover {
    border-color: transparent transparent #666 transparent;
    top: 16px;
}
.s-hot-search {
    position: absolute;
    padding-top: 36px;
    z-index: -1;
    font-size: 12px;
}
/* logo */
#logo {
    float: left;
    margin-top: 35px;
}
#logo img {
    max-width: 560px;
}



/* 主导航 */
#mainNav .li1 {
    float: left;
    position: relative;
    padding: 0 35px;
}
#mainNav .a1 {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.mainNav .on1 .a1 {
    text-decoration: none;
    color: #fff603;
}
.mainNav .li1:hover .a1 {
    color: #fff603;
}
#mainNav .ul1 {
    display: none;
    position: absolute;
    background-color: #143185;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50px;
    padding: 5px 0;
}
#mainNav .a2 {
    display: block;
    font-size: 16px;
    padding: 6px;
    line-height: 24px;
    color: #fff;
}
#mainNav .a2:hover {
    background-color: #3174dd;
    text-decoration: none;
}


/* box-block ------------------- */
.box-block .hd { height: 44px; margin-bottom: 5px;}
.box-block .hd h3 { float: left; }
.box-block .hd h3 a,.box-block .hd h3 span { display: block; background-color: #0a5f9f; padding: 0 30px; font-size: 18px; color: #fff; line-height: 44px; } 
.box-block .hd a.more { float: right; display: block; width: 15px; height: 15px; border-radius: 100%; background:#ccc; font-size: 14px; color: #fff; text-align: center; line-height: 14px; margin-top: 15px; }
.box-block .hd a.more:hover { background-color: #0a5f9f; }
.box-block .hd a:hover { text-decoration: none; }

.box-block .hd li { float: left;  }
.box-block .hd li a { display: block; padding: 0 30px; font-size: 18px; line-height: 44px;  }
.box-block .hd li.on a { background-color: #0a5f9f; color: #fff; }


/* box-border ------------------- */
.box-border>.hd { height: 60px; border-bottom: 1px solid #e0e0e0; line-height: 60px;}
.box-border>.hd h3 { float: left; border-bottom: 2px solid #2863c1; line-height: 59px; font-weight: bold; font-size: 20px;}
.box-border>.hd h3 a,.box-border>.hd h3 span { color: #2863c1; }
.box-border>.hd a.more { float: right; font-size: 14px; color: #2863c1; }
.box-border>.hd a:hover { text-decoration: none; }
.box-border>.hd li { float: left; position: relative; font-size: 20px; padding: 0 18px; }
.box-border>.hd li:after { display: block; content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 24px; margin-top: -12px; background-color: #ccc; }
.box-border>.hd li a { display: inline-block; padding: 0 3px; line-height: 58px; color: #666; }
.box-border>.hd li.on a { color: #2863c1; border-bottom: 2px solid #2863c1; font-weight: bold;}
.box-border>.hd li.first { padding-left: 0; }
.box-border>.hd li.last:after { display: none; }


/* row-bg */
.row-bg { padding: 30px 20px; background-color: #eaecf0; }

/* focus-box-------- */
.focus-box { height: 400px; background: #fff url(../../Base/img/new-bg.jpg) no-repeat right bottom;}

/* focusBox */
.focusBox { margin-right: 30px; }

/* box-news ------------------- */
.box-news { padding-right: 20px; overflow: hidden;}
.box-news .bd { padding-top: 10px; }


/* top-list */
.top-list li.t { padding-bottom: 20px; }
.top-list li.t .title { height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; font-size: 16px; line-height: 40px; margin-bottom: 5px; }
.top-list li.t .title a { color: #2863c1; }
.top-list li.t .intro { font-size: 14px; line-height: 24px; color: #999; max-height: 48px; overflow: hidden; }
.top-list li.n { line-height: 49px; height: 49px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-top: 1px dashed #ccc; }

/* 主栏 和 侧栏 */
#content { width: 1200px; margin: 20px auto; text-align: left; overflow: hidden; position: relative; z-index: 0; }
.mainContent { overflow: hidden;}
.side { float: left; margin-right: 20px; width: 260px;}



/* 位置导航 */
.path {
    color: #777;
    line-height: 46px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    text-align: left;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #f7f7f7;
}
.path a,
.path span {
    color: #777;
}
.path em {
    background: url(../img/icons-path.png) no-repeat 30px center;
    padding-left: 50px;
}

.mHd .path {
    float: right;
    padding: 28px 0 0;
}



/* box-friend */
.box-friend .hd { height: 50px; border-bottom: 1px solid #e0e0e0;}
.box-friend .hd li { float: left; width: 25%; position: relative; text-align: center; }
.box-friend .hd li:after { display: block; content: ""; width: 1px; height: 20px; background-color: #ccc; right: 0; top: 50%; margin-top: -10px; position: absolute;} 
.box-friend .hd li.last:after { display: none; }
.box-friend .hd li a { color: #999; font-size: 16px; display: inline-block; line-height: 50px; }
.box-friend .hd a:hover { text-decoration: none; }
.box-friend .hd li.on a { color: #2863c1; border-bottom: 1px solid #2863c1;}
.box-friend .bd { clear: both; overflow: hidden; padding-top: 15px;}
.box-friend .bd li { float: left; width: 14.28%; line-height: 36px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-align: center; font-size: 14px; }



/*footer*/
#footer { text-align: center; padding: 20px 0 10px; background-color: #2863c1; line-height: 28px; font-size: 14px; color: #fff; clear: both;}
#footer .container { overflow: hidden; }
#footer .copyRight { float: left; color: #b2c9ed; text-align: left; font-size: 13px; padding-top: 16px; max-width: 600px; }
#footer .copyRight a { color: #b2c9ed; }
#footer .copyRight img { vertical-align: middle; }

#footer .blue { float: left; width: 80px; padding-top: 3px;}
#footer .box-qr { float: right; width: 510px; }
#footer .box-qr li { float: left; font-size: 12px; color: #b2c9ed; width: 20%;}
#footer .box-qr img { width: 70px; height: 70px; border: 3px solid #fff;}

.getPhone { display: none;  position:fixed; bottom:10%; right:5%;  z-index:99; text-align:center;  }
.getPhone a{color:#fff;font-size: 1rem;display: block;width: 70px;height: 40px;border-radius:5px;background: #fd8628 url(../img/icons-phoneA.png) no-repeat center 10px;background-size: auto 20px;padding-top: 30px;}
.getPhone a:hover { text-decoration: none;}

@media screen and (max-width: 850px) {
    .getPhone{ display: block; }
}


/* 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;
    -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 {
    margin-bottom: 20px;
}
#sideMenu .hd {
    height: 60px;
    line-height: 60px;
}
#sideMenu .hd h3 {
    font-size: 20px;
}
#sideMenu .bd { padding-bottom: 20px; padding-top: 15px;}
#sideMenu li {
    border-bottom: 1px solid #d3d3d3;
}
#sideMenu li a {
    display: block;
    padding: 13px 25px 13px 10px;
    line-height: 24px;
    text-align: center;
    background: url(../img/icons-menu.png) no-repeat 94% center;
}
#sideMenu li a:hover {
    text-decoration: none;
}
#sideMenu li.on,
#sideMenu li:hover {
    background-color: #2863c1;
}
#sideMenu .on a,#sideMenu li:hover a {
    color: #fff;
    background: url(../img/icons-menu-on.png) no-repeat 94% center;
}

/* box */
.box .hd {
    height: 45px;
    line-height: 43px;
    position: relative;
    font-size: 18px;
    margin-bottom: -1px;
}
.box .hd .more {
    float: right;
    color: #999;
    font-size: 14px;
}
.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: #416eb4;
    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;
    font-size: 20px;
    line-height: 35px;
    padding: 0 20px;
    height: 43px;
    font-weight: bold;
    color: #616467;
}
.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: #416eb4;
    border-bottom: 2px solid #416eb4;
}
.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-bottom: 15px;
}
.boxA .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #f3f3f3
}
.boxA .hd .more {
    float: right;
    color: #999;
    font-size: 14px;
}
.boxA .hd .more a {
    color: #999
}
.boxA .hd .more {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.boxA .hd .more:hover {
    transform: rotate(360deg);
    background-color: #f7bc68
}
.boxA .hd h3 {
    position: absolute;
    color: #416eb4;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
    height: 40px;
    border-bottom: 2px solid #416eb4;
}
.boxA .hd h3 a {
    color: #416eb4;
}
.boxA .hd h3 a:hover {
    text-decoration: none;
}
.boxA .hd ul {
    position: absolute;
    height: 40px;
    overflow: hidden;
}
.boxA .hd li {
    float: left;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    background: #F9F9F9;
}
.boxA .hd li a {
    display: block;
    float: left;
    padding: 0 30px;
}
.boxA .hd li a:hover {
    text-decoration: none
}
.boxA .hd .on {
    border: 1px solid #E1E1E1;
    border-top: 3px solid #416eb4;
    border-bottom: 0;
}
.boxA .bd {
    padding: 5px;
    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: #416eb4;
    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: #416eb4;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px
}
/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #416eb4;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff
}
.boxD .hd h3 i {
    display: none;
}
.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 #416eb4;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #416eb4;
    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;
    background-color: #f7f7f7;
}
.sideBox .hd {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: url(../img/side-hd.jpg) no-repeat center;
}
.sideBox .hd h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.sideBox .hd h3 a {
    color: #fff;
}
.sideBox .hd h3 a:hover {
    text-decoration: none;
}
.sideBox .bd {  padding: 10px 20px; }

/*节点归档信息样式*/
.archived-info {
    float: right;
}
.archived-info span {
    margin: 0 5px;
}
/* infoListA */
.infoListA li {
    padding: 10px 0 10px 18px;
    font-size: 14px;
    border-bottom: 1px dashed #d6d6d6;
    line-height: 1.5;
    background: url(../img/dot.png) no-repeat 3px 18px;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
    font-size: 12px;
}
.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: 5px 5px
}
.letterList th {
    background: #f1f6fa;
}
.letterList th {
    color: #416eb4;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    border-bottom: 1px solid #d7ebf6;
}
.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: #416eb4;
}
.detailTable thead th {
    background: #416eb4;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #416eb4;
}
.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:"PingFangSC-Regular","Heiti SC", "Microsoft YaHei", Helvetica, Arial, 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 #ebebeb;
    line-height: 59px;
    height: 59px;
    margin-bottom: 10px;
}
.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: #416eb4
}
.mainBox .mHd .list .on {
    position: relative;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2.5%;
    border-radius: 6px 6px 0 0;
    color: #416eb4;
    border-bottom: 0;
    font-size: 18px;
    border-bottom: 2px solid #416eb4;
}
.mainBox .mHd h3 { font-size: 22px; font-weight: bold; color: #2863c1; padding:0 20px; position: relative; float: left; border-bottom: 3px solid #2865c0;}
.mainBox .mHd h3 a {
    color: #2863c1;
}


/* 侧栏-栏目内搜索 */
#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: #416eb4;
    border-color: #416eb4;
    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: #416eb4;
    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
}
/*--
颜色代码
#416eb4 深蓝色标题
#ddd 淡蓝色边框
--*/