﻿@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: 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: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #3691ac;
    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 {
    text-align: center;
    min-width: 1200px;
}

.wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.siteWidth,
.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#content {
    clear: both;
    background: #fff;
    margin: 20px auto;
    width: 1200px;
    position: relative;
    min-height: 386px;
    z-index: 1;
    text-align: left;
}

.siteWidth:after,
.container:after,
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* pageBanner ------------------- */
.pageBanner {
    min-width: 1200px;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    background: url(../../base/img/pagebanner.jpg) center top no-repeat;
}

#columnName{
    float: left;
    margin: 108px 0 0 20px;
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    color: #007aab;
}

/* header */
#header {
    border-top: 3px solid #007aab;
}

.logoBar {
    position: relative;
    z-index: 4;
    width: 1200px;
    height: 146px;
    margin: 0 auto;
}

#logo {
    float: left;
    margin-top: 24px;
}

.links {
    margin-top: 50px;
    float: right;
}

.links s {
    float: left;
    text-decoration: none;
    line-height: 34px;
    width: 5px;
    overflow: hidden;
    text-align: center;
}

.links dl {
    float: left;
    position: relative;
    z-index: 10;
    margin: 0 10px;
}

.links dt {
    font-size: 18px;
}

.links dt a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #007aab;
}

.links dd {
    clear: both;
    display: none;
    padding: 5px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -55px;
    -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);
}

.links dd img {
    width: 100px;
    height: 100px;
}

.links dl.on dd {
    display: block;
}

.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: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* 搜索框 */
.s-form {
    position: relative;
    z-index: 2;
    width: 1200px;
    height: 65px;
    padding: 5px 0;
    margin: -25px auto 0;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.s-form .select-box {
    display: none;
}

.s-form .input-box {
    overflow: hidden;
    padding:0 80px 0 15px;
}

.s-form .input-box input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
}

.s-form .btn-box {
    position: absolute;
    z-index: 1;
    width: 70px;
    float: right;
    top: 25px;
    right: 5px;
}

.s-form .btn-box input {
    width: 70px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    background: #007aab url(../img/icons-search.png) center center no-repeat;
    border: none;
    outline: none;
}
.s-form .btn-box input:hover{
    background-color: #03658c;
}

/* 主导航 */
.nav {
    position: relative;
    z-index: 3;
    height: 60px;
    background-color: #007aab;
}

.nav .mainNav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.nav .mainNav .li1 {
    float: left;
    height: 60px;
    position: relative;
    z-index: 3;
}

.nav .mainNav .spe {
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    width: 8px;
    color: #2c8793;
}

.nav .mainNav .h1 {
    height: 60px;
    line-height: 58px;
    font-size: 17px;
}

.nav .mainNav .h1 a {
    display: block;
    padding: 0 12px;
    color: #fff;
}

.nav .mainNav .h1 a:hover,
.nav .mainNav li.on1 .a1 {
    font-weight: bold;
    text-decoration: none;
    background: #036e99;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid #7fbe25;
}

.nav .mainNav .ul1 {
    display: none;
    width: 150%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #7fbe25;
}

.nav .mainNav .ul1 .li2 {
    position: relative;
    border-bottom: 1px solid #6ba418;
}

.nav .mainNav .ul1 .a2 {
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    font-size: 14px;
}

.nav .mainNav .ul1 .li2 a:hover {
    background-color: #6ba418;
}

/*三级导航*/
.nav .mainNav .ul2{
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: #7fbe25;
    border-left: 1px solid #6ba418;
    border-right: 1px solid #6ba418;
}


.nav .mainNav .li2:hover .ul2{
    display: block;
}

.nav .mainNav .li3 {
    border-bottom: 1px solid #6ba418;
}

.nav .mainNav .a3 {
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    font-size: 14px;
}

.nav .mainNav .li3 a:hover {
    background-color: #6ba418;
}


/* 主栏 和 侧栏 */
.mainContent {
    overflow: hidden;
}

.side {
    width: 300px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

/* 当前位置 */
.path {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    padding: 15px 0;
    text-align: left;
}

.path a,
.path span {
    margin: 0 5px;
    color: #999;
}

/* guideLinks */
.guideLinks {
    background: #f2f2f2;
    min-width: 1200px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.guideLinks .hd {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
}

.guideLinks .bd {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.guideLinks .bd ul {
    display: block;
    margin-right: -26px;
    overflow: hidden;
}

.guideLinks .bd ul li {
    width: 150px;
    float: left;
    margin-right: 25px;
}

.guideLinks .bd ul li a {
    display: block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-top: 30px;
    text-align: center;
    height: 118px;
    font-size: 20px;
}

.guideLinks .bd ul li a i {
    display: block;
}

.guideLinks .bd ul li a i {
    display: block;
    width: 46px;
    height: 46px;
    display: block;
    margin: 0 auto 10px;
    background: url(../../base/img/icons-guidelinks.png) -26px -25px no-repeat;
    position: relative;
    top: 0px;
    transition: 0.5s;
}

.guideLinks .bd ul li a:hover i {
    top: -5px;
    transform: rotateY(180deg);
}

.guideLinks .bd ul li.li2 a i {
    background-position: -26px -225px;
}

.guideLinks .bd ul li.li3 a i {
    background-position: -26px -425px;
}

.guideLinks .bd ul li.li4 a i {
    background-position: -26px -625px;
}

.guideLinks .bd ul li.li5 a i {
    background-position: -26px -825px;
}

.guideLinks .bd ul li.li6 a i {
    background-position: -26px -1025px;
}

.guideLinks .bd ul li.li7 a i {
    background-position: -26px -1225px;
}

/*footer*/
#footer {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    color: #b0b0b0;;
    background-color: #5f5f5f;
}
#footer a{
    color: #b0b0b0;
}

#footer .footNav {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    color: #848484;
}

#footer .footNav a {
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#footer .footNav a:hover {
    color: #fef58d;
    text-decoration: none;
}


#footer .copyRight img {
    vertical-align: text-bottom;
}

#footer .copyRight p {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-size: 14px;
}

/* 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 {
    margin-bottom: 20px;
}

#sideMenu .hd {
    height: 110px;
    color: #fff;
    text-align: center;
    background: #007aab;
}

#sideMenu .hd h3 {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: 110px;
}
#sideMenu .hd h3:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 76px;
    width: 28px;
    height: 3px;
    line-height: 3px;
    float: left;
    margin-left: -14px;
    background-color: #7fbe25;
}

#sideMenu .bd {
    padding: 30px 20px 108px;
    background: #f2fbff url(../img/side-menu-bg.jpg) center bottom no-repeat;
}

.menuList{
    margin-left: 80px;
}
.menuList li {
    border-left: 1px solid #8fd6f2;
    font-size: 18px;
}

.menuList li a{
    position: relative;
    z-index: 1;
    padding:10px 0 10px 18px;
    line-height: 28px;
    display: block;
}
.menuList li a:after{
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 50%;
    content: "";
    width: 7px;
    height: 7px;
    line-height: 7px;
    float: left;
    margin-top: -4px;
    border: 1px solid #8fd6f2;
    background-color: #8fd6f2;
    border-radius: 50%;
}
.menuList li.on a:after{
    left: -6px;
    background-color: #f2fbff;
    border: 2px solid #037cac;
}

.menuList li a:hover {
    color: #007aab;
}

.menuList li.on a {
    color: #007aab;
    font-weight: bold;
}

/* 侧栏盒子模型 */
.sideBox {
    margin-bottom: 20px;
}

.sideBox>.hd {
    height: 54px;
    line-height: 54px;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}

.sideBox>.hd .more {
    width: 26px;
    height: 26px;
    float: right;
    line-height: 26px;
    font-size: 14px;
    text-indent: 300%;
    overflow: hidden;
    background: url(../img/more.png) 6px 6px no-repeat #ebebeb;
    margin-top: 14px;
    margin-right: 10px;
}

.sideBox>.hd h3 {
    float: left;
    height: 53px;
    border-bottom: 2px solid #3691ac;
    padding: 0 20px;
    color: #3691ac;
    font-weight: bold;
}

.sideBox>.hd h3 a {
    color: #3691ac;
}

.sideBox>.hd ul {
    float: left;
}

.sideBox>.hd ul li {
    float: left;
    height: 53px;
    padding: 0 20px;
}

.sideBox>.hd ul li a {
    display: block;
}

.sideBox>.hd ul li a:hover {
    color: #3691ac;
}

.sideBox>.hd ul li.on {
    border-bottom: 2px solid #3691ac;
    font-weight: bold;
}

.sideBox>.hd ul li.on a {
    color: #3691ac;
}

.sideBox>.bd {
    padding: 15px;
    overflow: hidden;
    background: #f7f7f7;
}

/* box */
.box {
    overflow: hidden;
}

.box>.hd {
    position: relative;
    z-index: 1;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #eaeaea;
}

.box .hd .more {
    float: right;
    font-size: 16px;
    color: #999;
}

.box .hd .more:hover {
    color: #1790c0;
}

.box .hd h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.box .hd h3 a {
    color: #333;
}

.box .hd:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    content: "";
    width: 45px;
    height: 1px;
    line-height: 1px;
    float: left;
    overflow: hidden;
    background-color: #7fbe25;
}

.box .bd {
    padding: 10px 0 0;
    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: #4299c9;
    font-size: 18px;
    line-height: 38px;
    padding: 0 20px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #4299c9;
    border-bottom: 0;
}

.boxA .hd h3 a {
    color: #4299c9;
}

.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 #4299c9;
    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: #4299c9;
    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: #4299c9;
}

.boxC .bd {
    overflow: hidden;
    padding: 8px 5px;
}

/* boxD */
.boxD {
    margin-bottom: 20px;
}

.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #4299c9;
}

.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 #4299c9;
}

.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #4299c9;
    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;
}

/*节点归档信息样式*/
.archived-info {
    float: right;
}

.archived-info span {
    margin: 0 5px;
}

/* dateList */
.dateList li {
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #d5d5d5;
    transition: 0.5s;
}

.dateList li .date {
    width: 72px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border-right: 1px solid #e6e6e6;
    height: 57px;
    padding-top: 3px;
    margin-right: 20px;
}

.dateList li .date b {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #333;
}

.dateList li .date span {
    display: block;
    height: 24px;
    line-height: 24px;
}

.dateList li.last {
    margin-bottom: 0px;
}

.dateList li:hover {
    box-shadow: 0px 0px 4px 0px #4299c9;
}


/* letterList */
.letterList {
    width: 100%;
}

.letterList td,
.letterList th {
    padding: 8px;
    text-align: center;
}

.letterList th {
    color: #3691ac;
    font-weight: bold;
    font-size: 15px;
}

.letterList thead {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.letterList tr {
    border-bottom: 1px dotted #ddd;
}

.letterList tr.even {
    background-color: #f9f9f9;
}

.letterList .title {
    text-align: left;
}

.letterList .num {
    display: none;
}

.letterList .ico {
    padding: 8px 5px;
}

.letterList .ico img {
    vertical-align: middle;
}

.letterList .dep {
    width: 60px;
}

.letterList .state {
    width: 80px;
}

.letterList .date {
    width: 80px;
    font-size: 14px;
}

.letterList i {
    font-style: normal;
}

.letterList .s0,
.letterList .noreply {
    color: #999;
}

.letterList .s1 {
    color: #17d;
}

.letterList .s2 {
    color: #f60;
}

.letterList .isreply,
.letterList .s3 {
    color: #390;
}

.letterList .s4 {
    color: #999;
}

/* infoList-ranking */
.infoList-ranking li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 18px;
}

.infoList-ranking li.last {
    margin-bottom: 0px;
}

.infoList-ranking li .number {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    background: #666666;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.infoList-ranking li:nth-child(1) .number {
    background: #db2c10;
}

.infoList-ranking li:nth-child(2) .number {
    background: #e58c00;
}

.infoList-ranking li:nth-child(3) .number {
    background: #e5b700;
}

/* sidePicList */
.sidePicList li {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.sidePicList li .pic {
    float: left;
    margin-right: 15px;
    width: 110px;
}

.sidePicList li .pic img {
    width: 100%;
    height: auto;
}

.sidePicList li .con {
    overflow: hidden;
}

.sidePicList li .con .title {
    line-height: 22px;
    font-size: 14px;
    max-height: 66px;
    margin-bottom: 10px;
    overflow: hidden;
}

.sidePicList li .con .others {
    display: none;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}

.sidePicList li.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

/* 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: #4299c9;
}

.detailTable thead th {
    background: #4299c9;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #4299c9;
}

.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 {
    padding-top: 7px;
    height: 80px;
    border-bottom: 2px solid #d8d8d8;
}

.mainBox .mHd .path{
    padding: 25px 0;
    float: right;
}

.mainBox .mHd>h3 {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #007aab;
}

.mainBox .mHd>h3 a {
    color: #007aab;
}

.mainBox .mBd {
    padding: 20px 0;
}

.mainBox .singlePage-title {
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #3691ac;
    margin-bottom: 30px;
}

.mainBox .singlePage-title:after {
    content: "";
    display: block;
    width: 38px;
    height: 5px;
    margin: 0 auto;
    background: #3691ac;
}

.nodeSearchBar {
    height: 32px;
    font-size: 14px;
    float: right;
    padding-top: 22px;
}

.nodeSearchBar .sHd {
    float: left;
    line-height: 32px;
}

.nodeSearchBar .sBd {
    overflow: hidden;
}

.nodeSearchBar .sBd li {
    float: left;
    margin-left: 10px;
}

.nodeSearchBar .nodes,
.nodeSearchBar input,
.nodeSearchBar button {
    float: left;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "microsoft yahei";
    outline: none;
    border-radius: 5px;
}

.nodeSearchBar .keyword {
    width: 120px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}

.nodeSearchBar button {
    line-height: 28px;
    width: 60px;
    float: left;
    margin-left: 10px;
    background: #4299c9;
    border-color: #4299c9;
    color: #fff;
}

/* 友情链接 */
.friendLinks {
    margin-top: 5px;
    background: #f7f7f7;
    padding: 18px 0 10px;
}

.friendLinks h3 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -21px;
    width: 89px;
    height: 92px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background:  url(../img/footer-links-bg.png) left top no-repeat;
}
.friendLinks h3 span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 26px 0 18px;
    color: white;
}

.friendLinks ul {
    padding-left: 100px;
    overflow: hidden;
}

.friendLinks ul li {
    white-space: nowrap;
    line-height: 30px;
    height: 36px;
    padding: 0 20px;
    position: relative;
    float: left;
    font-size: 16px;
}

.friendLinks ul li a{
    color: #666;
}

.friendLinks ul li a:hover{
    color: #00599d;
}

.friendLinks ul li:after {
    position: absolute;
    right: 0;
    top: 10px;
    height: 11px;
    width: 1px;
    background-color: #bebebe;
    display: block;
    content: "";
}

.friendLinks ul li.last:after {
    display: none;
}

/*验证码*/
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: #4299c9;
    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: #3084b3;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.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;
}