﻿@charset "UTF-8";
/*
    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;
}

/* Public */
body {
    color: #333;
    font-size: 16px;
    line-height: 36px;
    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: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #e20500;
    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;
}

/* frame */
body {
    text-align: center;
    min-width: 1240px;
    background: url(../img/body.jpg) center -10px no-repeat;
}
.siteWidth {
    position: relative;
    max-width: 1240px;
    _width: 1240px;
    margin: 0 auto;
    padding: 0 1%;
}
#content {
    clear: both;
    margin: 20px auto 20px;
    max-width: 1240px;
    _width: 1240px;
    position: relative;
    min-height: 386px;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* topBar */
.topBar {
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 20;
    color: #777;
    box-shadow: 0 0 8px rgba(0, 19, 33, 0.3);
}
.topBar a {
    color: #777;
}
.topBar a:hover {
    color: #0068b7;
}
.topBar .links {
    float: left;
    padding-top: 8px;
}
.topBar .links dl {
    margin: 0;
    position: relative;
    float: left;
}
.topBar .links s {
    float: left;
    text-decoration: none;
    line-height: 34px;
    width: 5px;
    overflow: hidden;
    text-align: center;
    margin: 0 2px;
    color: #c9c9c9;
}
.topBar .links dt {
    float: left;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 11;
    padding: 0 5px 0 22px;
    background: url(../img/icons-toplinks.png) -39px -33px no-repeat;
}
.topBar .links dt a {
    color: #777;
}
.topBar .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 42px;
    margin-right: -57px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.topBar .links dd img {
    width: 100px;
    height: 100px;
}
.topBar .links 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;
    display: none;
}
.topBar .links .on dt {
    background-image: url(../img/icons-toplinks-on.png);
    color: #0068b7;
}
.topBar .links .on dt a {
    color: #0068b7;
}
.topBar .links .on dd {
    display: block;
}
.topBar .links dl.robot dt {
    background-position: -39px -233px;
}
.topBar .links dl.pad dt {
    background-position: -39px -433px;
}
.topBar .links dl.phone dt {
    background-position: -39px -633px;
}
.topBar .links dl.barrierFree dt {
    background-position: -39px -833px;
}

/* 顶部登录注册 */
.topBar .userLogged {
    float: right;
    margin-top:12px;
    color: #777
}
.topBar .userLogged .split { margin: 0 8px; color: #c9c9c9;}

/* 站群导航 */
.topBar .site dd {
    padding: 10px;
    width: 770px;
    top: 33px;
    margin-right: 0;
    left: -1px;
    z-index: 9;
    border: 1px solid #6e99b9;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.topBar .site dd h3 {
    text-align: left;
    margin: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    color: #0068b7;
    display: block;
    height: 34px;
}
#siteLast dd h3 span {
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.topBar .site dd h3 a {
    color: #0068b7;
}
.topBar .site dd h3 i {
    content: "";
    display: block;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #eee;
    top: 18px;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.topBar .site dd ul {
    overflow: hidden;
    padding: 0 0 0 10px;
    display: block;
    margin-right: -10px;
}
.topBar .site dd li {
    float: left;
    min-width: 100px;
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 0;
}
.topBar .site dd li a {
}
.topBar .site dd li a:hover {
    color: #195daf;
}
.topBar .site li a {
    cursor: pointer;
}
.topBar #siteLast.on dt {
    border: 1px solid #0068b7;
    border-bottom: none;
    margin: -1px;
    background-color: #fff;
}

/* 搜索框 */
.siteSearchBar {
    height: 46px;
    position: absolute;
    right: 1%;
    top: 90px;
}
.s-form {
    width: 293px;
    vertical-align: top;
    height: 46px;
    line-height: 46px;
    background: url(../img/s-form.png) no-repeat;
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    width: 206px;
    vertical-align: top;
    height: 46px;
    font-size: 16px;
    padding: 0 5px 0 30px;
    line-height: 46px;
    border: 0;
    outline: none;
    background: none;
}
.s-form .btn-box {
    float: right;
    height: 40px;
}
.s-form .btn-box input {
    height: 46px;
    line-height: 120px;
    overflow: hidden;
    border: none;
    width: 40px;
    outline: none;
    background: none;
}
.s-form .btn-box input:active {
    background-color: #c00;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    width: 100px;
    height: 38px;
    border: none;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    position: relative;
        display: none;
}
.s-form .select-box ul {
    position: absolute;
    background: #f7f7f7;
    border-top: 0;
    line-height: 1.8;
    display: none;
    left: -1px;
    top: 39px;
    border: 1px solid #ccc;
    border-top: 0;
    width: 301px;
    padding: 5px 10px;
}
.s-form .select-box ul li {
    cursor: pointer;
    padding: 4px 5px;
    font-size: 14px;
    float: left;
    width: 90px;
    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: 38px;
    line-height: 38px;
    width: 80px;
    text-align: center;
}
.s-form .select-box a:hover {
    text-decoration: none;
}
.s-form .select-box .arrow-dn {
    display: inline-block;
    top: 16px;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #666 transparent transparent;
    position: absolute;
    right: 10px;
    top: 18px;
    transition: -webkit-transform 0.1s ease-in-out;
    transform: translate3d(0, 0, 999px);
    backface-visibility: visible;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -webkit-backface-visibility: visible;
    -moz-transition: -moz-transform 0.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: 11px;
}
.s-hot-search {
    position: absolute;
    padding-top: 50px;
    z-index: -1;
    margin-top: -10px;
    font-size: 12px;
}
.s-hot-search a {
    color: #666;
}

/* header */
#header {
    text-align: left;
    margin: 0 auto;
}
#header.header-topNav-fixed {
    z-index: 9999;
}
.headerTop {
    height:193px;
    position: relative;
    z-index: 10;
}
#header .letterList .ico {
    width: 24px;
}
#header .letterList .dep {
    display: none;
}
#header .letterList .state {
    width: 60px;
}
#header .letterList .date {
    display: none;
}
#header #logo {
    float: left;
    margin-top: 62px;
}
#header #logo img {
    max-width: 100%;
}
#header .kouhao{
    position: absolute;
    width:266px;
    left:605px;
    top:115px;
}
/* 主导航 */
.topNav {
    position: relative;
}
.topNav-fixed {
    position: fixed;
    background: #0068b7;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.mainNav {
    position: relative;
    background: #3B79EA;
    height: 62px;
    z-index:2
}
.mainNav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mainNav .li1 {
    width: 12.1%;
    _width: 12.1%;
    float: left;
    position: relative;
}
.mainNav .a1 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 62px;
    line-height: 62px;
    font-weight:bold;
}
.mainNav .a1:hover {
    text-decoration: none;
    color: #fff;
}

.mainNav .on1 .a1 {
    background: #3B79EA;
}

.mainNav .ul1 ,.mainNav .ul2{
    overflow: hidden;
    line-height: 28px;
    position: absolute;
    left: 0px;
    top: 62px;
    width: 153px;
    padding:3px 0 0 0;
    display: none;
    background: #f1f6fe;
    z-index: 10;
}
.mainNav .li2 {
    vertical-align: top;
    position: relative;
}
.mainNav .a2,.mainNav .a3 {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #cbdffc;
    line-height: 30px;
    padding: 8px;
    color: #333;
    text-align: center;
}
.mainNav .a2:hover,.mainNav .a3:hover {
    background: #3B79EA;
    color: #fff;
    text-decoration: none;
}

/* 主栏 和 侧栏 */
.mainContent {
 /*    width: 76%; */
    zoom: 1;
/*     float: right; */
    position: relative;
    background: #fff;
        overflow: hidden;
}
.side {
    font-size: 14px;
    width: 22%;
    overflow: hidden;
    float: left;
    margin-right:20px;
}

/* 位置导航 */
.path {
    color: #666;
    line-height: 20px;
    padding: 15px 0;
    text-align: left;
    max-width: 1240px;
    _width: 1240px;
    margin: 0 auto;
    font-size: 14px;
}
.path a,
.path span {
    padding: 0 3px;
    color: #666;
}
.path em {
    background: url(../img/icons.png) no-repeat 0 -1642px;
    padding-left: 26px;
}
.mainBox{
    padding:10px 20px;
}
.mainBox .path,.articleCon .mHd .path{
    float: right;
}

/*footer*/
#footer {
    color: #fff;
    background: #525B75;
    position: relative;
    text-align: center;
    padding: 20px 0;
    clear: both;
}
#footer .footNav {
    padding-bottom: 10px;
}
#footer .footNav a {
    margin: 0 10px;
    display: inline-block;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #fff;
}
#footer .copyRight img {
    vertical-align: middle;
}
#footer .copyRight p {
    margin: 0px;
    padding: 0px;
    line-height: 26px;
    font-size: 14px;
}

#footer .pics img {
    height: 50px;
    margin-top:10px;
}
#footer .pics .jiucuo {
    float: left;
    margin-top: 10px;
}
#footer #imgConac {
    height: 70px;
}

/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 234px;
    right: 0;
    width: 70px;
    background: #fff;
    font-size: 12px;
    _position: absolute;
}
.sideFixed li {
    border: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
}
.sideFixed li a {
    height: 30px;
    line-height: 30px;
    padding: 34px 0 3px 0;
    display: block;
    background: url(../img/icons1.png) center 8px no-repeat;
}
.sideFixed li a:hover {
    text-decoration: none;
}
.sideFixed .wx a {
    background-position: center -137px;
}
.sideFixed .gt {
    display: none;
}
.sideFixed .gt a {
    background-position: center -284px;
}
.sideFixed .qr a {
    background-position: center -2051px;
}
.sideFixed .pic {
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sideFixed .pic img {
    width: 150px;
    height: 150px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -168px;
    top: -45px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .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;
}

/* 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: 0.9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
}

/* 侧栏-栏目菜单 */
#sideMenu li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
    vertical-align: top;
}
#sideMenu li a {
    display: block;
    padding: 5px 0 5px 38px;
    background: #F9F9F9;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color:#333;
}
#sideMenu li a:before { content: ""; position: absolute; width: 0; height: 0; border: 6px solid transparent; border-left-color: #094798; top: 16px; left: 16px; cursor: pointer; z-index: 2;}

#sideMenu li a:hover {
    letter-spacing: 2px;
    text-decoration: none;
}
#sideMenu .on a,
#sideMenu .on a:hover {
    background-color: #4F87DB;
    color: #fff;

}
#sideMenu .on a:before{
    border-left-color: #fff;
}

/* box */
.box {
    margin-bottom: 15px;
}
.box .hd {
    margin-bottom: 5px;
    height: 59px;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
   
}
.box .hd .more {
    position: absolute;
    right: 0;
    color: #999;
    font-size: 14px;
}
.box .hd .more a {
    color: #999;
}
.box .hd h3 {
    border-bottom: 2px solid #0068b7;
    line-height: 33px;
    position: absolute;
    color: #0068b7;
    padding: 0 12px 4px 12px;
}
.box .hd h3 a {
    color: #0068b7;
}
.box .hd h3 a:hover {
    text-decoration: none;
}
.box .hd ul {
    position: absolute;
    height: 59px;
    line-height:56px;
    overflow: hidden;
}
.box .hd li {
    float: left;
    position: relative;
    margin-right:30px;
    padding:0 4px;
}
.box .hd li a{ 
    font-weight: bold;
    color:#666;
}
.box .hd li a:hover {
    text-decoration: none;
}
.box .hd .on {
    border-bottom: 3px solid #3B79EA;
}
.box .hd .on a {
    color: #3B79EA;
}
.box .bd {
    padding: 5px;
    overflow: hidden;
}

/* boxA */
.boxA {
    margin-bottom: 15px;
}
.boxA .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    background: #f9f9f9;
}
.boxA .hd .more {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #999;
}
.boxA .hd h3 {
    position: absolute;
    color: #0068b7;
    font-size: 18px;
    line-height: 38px;
    padding: 0 20px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #0068b7;
    border-bottom: 0;
}
.boxA .hd h3 a {
    color: #0068b7;
}
.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 #0068b7;
    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: #0068b7;
    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: #0068b7;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px;
}

/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #0068b7;
}
.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 #0068b7;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #0068b7;
    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: #fff;
    box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.05), 0px 1px 2px rgba(51, 51, 51, 0.025);
}
.sideBox .hd {
    background: #4F87DB;
    height:70px;
}
.sideBox .hd .more {
    float: right;
}
.sideBox .hd h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.sideBox .hd h3 a {
    color: #fff;
}
.sideBox .hd h3 a:hover {
    text-decoration: none;
}
.sideBox .bd{
    padding:20px 16px;
}

/*节点归档信息样式*/
.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;
}

/* 信件列表 */
.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: #eff4f7;
}
.letterList th {
    color: #1a72bd;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    border-bottom: 1px solid #becedc;
}
.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;
}
.letterList .clicks {
    width: 90px;
}

/* 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: #0068b7;
}
.detailTable thead th {
    background: #0068b7;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #0068b7;
}
.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,.articleCon .mHd{
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 48px;
    height: 48px;
    margin-bottom: 20px;
}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 20px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none;
}
.mainBox .mHd .list .on a {
    color: #0068b7;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on,.articleCon .mHd h3 {
    position: relative;
    font-weight: bold;
    color: #2361D3;
    border-bottom: 0;
    font-size: 20px;
    padding:0 0 0 24px;
        float: left;
}
.mainBox .mHd h3 a,.articleCon .mHd h3 {
    color: #2361D3;
}
.mainBox .mHd h3:before,.articleCon .mHd h3:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 18px;
    top: 16px;
    left: 6px;
    background: #2361D3;
}
.column {
    overflow: hidden;
}


/* 友情链接 */
.friendLinks {
    padding: 10px 0;
    overflow: hidden;
    margin: 0 0 20px 0;
}


.link-select { width: 180px; height: 50px; margin-right: 21px; border: 1px solid #dddddd; float: left; position: relative; padding: 0; overflow: hidden; background-color: #fff; color: #555; text-shadow: none; transition: box-shadow 0.25s ease; z-index: 2;}
.link-select:hover { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);}
.link-select:before { content: ""; position: absolute; width: 0; height: 0; border: 6px solid transparent; border-top-color: #ccc; top: 25px; right: 10px; cursor: pointer; z-index: -2;}
.link-select select { cursor: pointer; padding: 10px; width: 100%; height: 50px; line-height: 30px; text-align: center; font-size: 14px; border: none; background: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none;}
.link-select select:focus { outline: none;}
.link-imgs .title{display: none;}
.link-imgs  li{ 
    float: left;   
	width: 182px;
    height: 50px;
    margin-right: 22px;
    
}
.link-imgs  li img{
	border: 1px solid #dddddd;
}
.link-imgs  li.last{
	margin-right: 0;
     float: right;   
}


/*20大飘红*/

.header_add20dabg{    
   display:none;
  }
/*20大飘红*/

/* 侧栏-栏目内搜索 */
#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: #0068b7;
    border-color: #0068b7;
    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: 36px;
    line-height: 36px;
    padding: 0 5%;
    font-size: 16px;
    background: #0068b7;
    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;
    font-size: 16px;
}
.queryForm .queryTitle{
    text-align:center;
    font-size:24px;
    margin-bottom:20px;
}
.queryForm td {
    padding: 8px 0;
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type="text"] {
    border: 1px solid #ccc;
    width: 56%;
    height: 30px;
    padding:0 5px;
}
.queryForm input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.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;
}
/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/

#li-home{display: none;}
.kouhao .hd,.kouhao .con{
     display: none;
}
