﻿@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 */
*{box-sizing: border-box;}
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: #003a8f;
    text-decoration: none;
}
input::-webkit-input-placeholder {color: #fff ;}
input:-moz-placeholder {color: #fff ;}
input:-ms-input-placeholder {color: #fff ;}
input{outline: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 */

.wrap{width: 100%;overflow: hidden;}
#header {
	transition-property: transform;
	transition-duration: .3s;
	align-items: center;
	border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
	display: flex;
	height: 100px;
	top: 0px;
	left: 0px;
	padding: 0 4%;
	position: fixed;
	width: 100%;
	z-index: 10;
}
.homepage #header{
    transition-property: background-color, height, transform;
    transition-duration: 0.3s;
    background-color: transparent;
    z-index: 999;
}
.homepage #header.shrunk{
    background-color: #003a8f;
    border: none;
    opacity: 0.8;
}
#header.header-topNav-fixed {
    z-index: 9999;
}

.header-nav.pc {
    transition: all 0.3s;
    display: flex;
    height: 100%;
    width: 65%;
    margin:auto;
    position: relative;
}
#header.searchbox-opening .header-nav.pc {
    opacity: 0;
    visibility: hidden;
}
/* 搜索框 */
.header-search-box-icon,#search {
    cursor: pointer;
    box-sizing: content-box;
    background: url(../img/search.png) center no-repeat;
    background-size: 100%;
    height: 32px;
    position: static;
    width: 32px;
    margin-left: 1%;
}

.s-form .input-box {
    display:none;
    right: 10%;
    height: 32px;
    transform: translateX(32px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-color: rgba(255, 255, 255, 0.5);
    border-bottom-width: 1px;
    position: absolute;
    width: 300px;
}
.searchbox-opening .s-form .input-box{
    display:block;
    opacity: 1;
    transform: none;
    visibility: visible;
}
.searchbox-opening .s-form .input-box #inputkeyword{
    outline: none;
    background-color: transparent;
    display: block;
    font-size: 16px;
    line-height: 32px;
    height: 100%;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.header-lang-icon {
    cursor: pointer;
    box-sizing: content-box;
    background: url(../img/language.png) center no-repeat;
    background-size: 100%;
    height: 32px;
    margin-left: 1%;
    position: static;
    width: 32px;
}
.s-form .select-box,#search,.s-form .select-box ul,.searchbox-opening .header-search-box-icon {
    display: none;
}
.searchbox-opening #search{display:block;padding: 0;margin: 0;border: none;}
/* logo */
#header #logo{
    display: flex;
    margin: auto 0;
}
#header #logo img {
 width: 100%;
}
/*footer*/
#footer {
	background-color: #003a8f;
    color: #fff;
    padding: 90px 0 20px;
}
.footerbox{
    width: 1440px;
    margin: auto;
    position: relative;
    text-align: left;
}
.copyRight{
    text-align: left;
    font-size: 18px;
    color:rgba(255,255,255,0.5);
    padding: 30px 0;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.15);
}
.footer{
    display: flex;
    width: 100%;
}

.footermsg{
    margin: 0 0 0 auto;
}
.footermsg .p1{
    font-size: 30px;
	color: #ffffff;
    line-height: 1;
    margin-bottom: 28px;
}
.footermsg .p2{
    font-size: 18px;
    color:rgba(255,255,255,0.5);
    margin-bottom: 30px;
}
.footermsg .flex{
    display: flex;
}
.footermsg .flex .right-box{
    margin:  0 0 0 auto;
}
.linknav li{
    font-size: 18px;
	line-height: 40px;
    display: flex;
}
.linknav li a{ 
	color: #cccccc;
    padding-left: 32px;
    background: url(../img/list-icon.png) 0 center no-repeat ;
}
.linknav2 .p1{
    font-size: 30px;
	color: #ffffff;
    line-height: 1;
    margin-bottom: 28px;
}
.linknav2 .p2{
    font-size: 18px;
    color:rgba(255,255,255,0.5);
    margin-bottom: 30px;
}
.linknav2 .p2 em{
    width: 0px;
    display: inline-block;
    transition: all 0.2s;
}
.linknav2 .p2:hover em{
    width: 28px;
    height: 1px;
    background-color: rgba(255,255,255,1);
    position: relative;
    top: -6px;
    margin-right: 8px;
}
.linknav2 .p2:hover{
    color: #fff;
}

.gzh{
    display: flex;
    margin: auto 0;
}
.gzh p{
    line-height: 1;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

/* 主导航 */

.mainNav {
    position: relative;
}

.mainNav .item,.mainNav .li1 {
    display: flex;
    position: relative;
    margin-right: auto;
}
.mainNav .li1.first1{
    display: none;
}
.mainNav .li1 .h1{
    margin: 0;
    display: flex;
    line-height: 100px;
}
.mainNav .a1 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.mainNav .a1:hover {
    text-decoration: none;
    color: #fff
}
/* .mainNav .on1 .a1 {
    font-weight: 600;
} */
.mainNav .li1 .ul1{
    display:none;
    transition: all 0.3s;
    background-color: #fff;
    transform: translateX(-50%);
    top: 100px;
    left: 50%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 440px;
    padding: 10px;
}
.mainNav .li1.on1 .ul1{
    opacity: 1;
  	visibility: visible;
}
.mainNav .li1:hover .ul1{
    opacity: 1;
  	visibility: visible;
    display:block;
}
/* .mainNav .li1.hasUl1{
    background: url(../img/navbg.png) right center no-repeat;
} */
.mainNav .li1 .ul1 .li2{
    height: 36px;
}
.mainNav .li1 .ul1 .li2 .h2{
	margin: 0;
    height: 36px;
}
.mainNav .li1 .ul1 .li2 .h2 .a2{
    font-size: 16px;
    color:#666;
    display:block;
    line-height: 36px;
    text-align: left;
}
.mainNav .li1 .ul1 .li2 .h2 em{
    width: 0;
    height: 2px;
    background-color: #003a8f;
    display: block;
    float: left;
    transition: all 0.2s;
    position: relative;
    top: 17px;
    margin-right: 5px;
}
.mainNav .li1 .ul1 .li2 .h2:hover .a2{
    color: #003a8f;
}
.mainNav .li1 .ul1 .li2 .h2:hover em{
    width: 15px;
}


.lang_box{
    transition: all 0.3s;
    background-color: #129e38;
    top: 100px;
    text-align: center;
    right: 2%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 130px;
}
.languagebox-opening .lang_box {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.hyperlink {
   align-items: center;
   display: block;
   font-size: 16px;
   width: 30px;
   margin:auto;
   line-height: 36px;
   font-style: italic;
   position: relative;
   color: #fff;
}
.hyperlink:hover{
   color: #fff;
}
.hyperlink.underlined::before,
.hyperlink.group-hover\:underlined::before {
  content: "";
  background-color: #ffffff;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  
}

.hyperlink.underlined::before, .hyperlink.group-hover\:underlined::before {
  height: 1px;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.hyperlink.underlined:hover::before {
  transform: scaleX(1);
}

.header-menu {
    width: 32px;
    z-index: 20;
    cursor: pointer;
    box-sizing: content-box;
    transition-property: transform;
    transition-duration: .3s;
    display: none;
    padding: 10px;
}
.header-menu-line {
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 1);
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.header-nav{
    display: none;
}
.header-nav.mobile {width: 32%;height: 100%;top: 0px;left: 0px;overflow: auto;padding: 2%;position: fixed;z-index: 9999;background-color: #003a8f;display:none;}
.header-nav.mobile.openmun{display:none;}
	.header-menu-phone{width: 32px;height: 32px;float:none;font-size: 32px;color: #fff;opacity: 1;}
    .header-nav.mobile .li1{border-bottom: 1px solid #fff;position: relative;}
    .header-nav.mobile .li1.last1{border: none;} 
    .header-nav.mobile .li1 .h1{align-items: center;display: flex;justify-content: space-between;padding: 10px 0;}
    .header-nav.mobile .li1 .h1 a{font-size: 20px;color:#fff;}
    .header-nav.mobile .li1 .ul1{display: none;}
    .header-nav.mobile .li1 .ul1 .li2{padding-left: 10%;opacity: 0.6;}
    .header-nav.mobile .li1 .ul1 .li2 .h2{align-items: center;display: flex;justify-content: space-between;padding: 8px 0;text-align:  left;margin: 10px 0;line-height: 2;}
    .header-nav.mobile .li1 .ul1 .li2 .h2 a{font-size: 17px;color:#fff;word-break: break-all;}
	.header-nav.mobile .li1.hasUl1 i{display: block;position: absolute;right: 0;height: 20px;width: 20px;top: 10px;background: url(../img/navdowm1.png) center no-repeat;background-size: 100%;}
    .header-nav.mobile .li1.hasUl1 .expanded{background: url(../img/navup1.png) center no-repeat;}
    .header-nav.mobile .li1.hasUl1 .expanded~.ul1{display:block;}
.box-shadow{position:fixed;left: 0;right: 0;bottom: 0; top: 0;background-color:rgba(0,0,0,0.5);z-index: 19;display:none;}
.box-shadow.on{display:none!important;}
.close:focus, .close:hover{color: #fff;opacity: 1;}
#goTop{display:none;}
/* 手机版导航 */
@media (max-width: 1500px){
    .footerbox{width: 1200px;}
    .footermsg .p1,.linknav2 .p1{font-size: 26px;}
    .footermsg .p2,.linknav2 .p2,.copyRight{font-size: 16px;}
    .mainNav .a1{font-size: 16px;}
}
@media (max-width: 1300px){
	.header-nav.pc,#header.searchbox-opening #logo a{display: none;}
    .lang_box{right: 0;}
    .header-menu {display: block;}
    .header-search-box-icon,#search,.header-lang-icon{margin-left: 2%;}
    .s-form .input-box{right: 13%;}
    #header #logo{margin: auto;}
    #header #logo img{width: 90%;}
    .header-nav{display: block;}
    .header-nav.mobile.openmun{display:block;}
    .box-shadow.on{display:block;}
    .footerbox{width: 90%;}
    .footer{display: block;}
    .logoimg{float:left;width: 48%;}
    .footermsg{float:right;width: 48%;}
    .linknav2{clear: both;width: 100%;}
    .linknav2 .p2{float: left;width: 20%;}
    .copyRight{clear: both;}
    
}
@media (max-width: 990px){
    .header-nav.mobile .li1 .h1 a{font-size: 18px;}
    .header-nav.mobile .li1 .ul1 .li2 .h2 a{font-size: 16px;}
    .footer,.linknav,.linknav2,.gzh{display: block;}
    .linknav{width: 100%;}
    .linknav li{float:left;width: 33.3%;margin: 15px auto;text-align: center;}
	.logoimg{float:none;width: 100%;text-align: center;margin-bottom: 20px;}
    .footermsg{float:none;width: 100%;}
    .s-form .input-box{right: 15%;}
}
@media (max-width: 740px){
    .header-nav.mobile{width:45%;}
    .linknav2,.linknav2 li{height: 0.7rem;line-height: 0.7rem;}
    .header-nav.mobile .li1.hasUl1 i{width: 15px;}
    .linknav2 .p2{width: 33.3%;}
    .header-nav.mobile .li1 .h1 a{font-size: 15px;}
    .header-nav.mobile .li1 .ul1 .li2 .h2 a{font-size: 13px;}
    .s-form .input-box{right: 17%;}

}
@media (max-width: 600px){
    #footer{padding: 30px 0;}
    .footermsg .p1, .linknav2 .p1{font-size: 22px;}
    .footermsg .p2, .linknav2 .p2, .copyRight{font-size: 14px;}
    .copyRight{padding: 20px 0 0;}
    #header{height: 65px;}
    .s-form .input-box{right: 19%;}
    .s-form .input-box{width: 200px;}
}
@media (max-width: 450px){
    .logoimg img{width: 100%}
    .footermsg .flex,.productbox .top{display: block;}
    .header-search-box-icon, #search{width: 25px;}
    .s-form .input-box{width: 200px;}
    .header-nav.mobile .li1 .h1 a{font-size: 14px;}
    .header-nav.mobile .li1 .ul1 .li2 .h2 a{font-size: 12px;}
    .s-form .input-box{right: 19%;}
}




/* 侧栏固定菜单 */
.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, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(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!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;
}
/* box */
.box {
    margin-bottom: 15px;
}
.box .hd {
    margin-bottom: 5px;
    height: 38px;
    line-height: 38px;
    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: 39px;
    line-height: 33px;
    overflow: hidden;
}
.box .hd li {
    float: left;
    padding: 0 12px 4px 12px;
    position: relative;
}
.box .hd li a:hover {
    text-decoration: none;
}
.box .hd .on {
    border-bottom: 2px solid #0068B7;
}
.box .hd .on a {
    color: #0068B7;
}
.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;
}
/*节点归档信息样式*/
.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
}
/* 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 {
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    background: #F9F9F9;
    line-height: 45px;
    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 {
    position: relative;
    font-weight: bold;
    border: 1px solid #E1E1E1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 4%;
    height: 47px;
    border-top: 2px solid #0068B7;
    color: #0068B7;
    border-bottom: 0;
    font-size: 20px;
    background: #F9F9F9;
    bottom: -1px;
}
.mainBox .mHd h3 a {
    color: #0068B7
}
.column {
    margin-bottom: 20px;
    overflow: hidden;
}
/* 热点专题 */
.indRdzt {
    overflow: hidden;
    zoom: 1;
}
.indRdzt ul {
    margin-right: -20px;
    overflow: hidden;
}
.indRdzt li {
    float: left;
    margin-right: 15px;
    width: 254px;
}
.indRdzt li a {
    display: block;
}
.indRdzt li img {
    width: 100%;
    height: 66px;
}
.indRdzt .tit {
    display: block;
    font-size: 14px;
    text-align: center;
    height: 25px;
    overflow: hidden;
}
/* 友情链接 */
.friendLinks {
    border-top: 1px solid #ddd;
    background: #EEEEEE;
    padding: 10px 0;
}
.friendLinks h3 {
    float: left;
    font-size: 16px;
    color: #0068B7;
    padding-left: 31px;
    background: url(../img/icons.png) 0 -813px no-repeat;
}
.friendLinks .con {
    overflow: hidden;
}
.friendLinks select {
    padding: 6px;
    float: left;
    width: 18.4%;
    *width: 18.2%;
    *display: inline;
    margin-left: 1.6%;
    *margin: 6px 0 6px 1.6%;
    border: 1px solid #ccc;
}
/* 侧栏-栏目内搜索 */
#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: 46px;
    line-height: 46px;
    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;
    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
}




/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/