﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { content: ''
}
abbr,
acronym { border: 0}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}

/* Public */
body { color: #4f4f4f; font-size: 14px; line-height: 30px; font-family: "Microsoft YaHei", 'PingFang SC', 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; -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
a:hover { color: #0A4B9D; 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,
.siteWidth: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;}

@font-face {
  font-family: "iconfont"; /* Project id 4463433 */
  src: url('../font/iconfont.eot?t=1716371041128'); /* IE9 */
  src: url('../font/iconfont.eot?t=1716371041128#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/iconfont.woff2?t=1716371041128') format('woff2'),
       url('../font/iconfont.woff?t=1716371041128') format('woff'),
       url('../font/iconfont.ttf?t=1716371041128') format('truetype');
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
   }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* frame */
body { text-align: center; background-color: #fafafa;}
.wrap { min-width: 1200px; min-height: 400px;  margin: 0 auto; background-color: #fff;}
.siteWidth { position: relative; max-width: 1200px; _width: 1200px; margin: 0 auto;}
#header {position: fixed; z-index: 4; left: auto; right: auto; top: 0; width: 100%; height: 138px; animation: fadeInDown 1s ease 0s 1;  }
#header.mini{background-color: rgb(10, 75, 157,0.8);}
#content { clear: both; margin: 0 auto 20px; min-height: 200px; padding: 20px 0 0; max-width: 1200px; _width: 1200px; position: relative; z-index: 1; text-align: left;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* 搜索框 */
.s-form { display: none; position: absolute; z-index: 10; right: -5px; top: 38px; width: 460px; background-color: #fff; border-radius: 6px; vertical-align: top; height: 46px; line-height: 46px;}
.s-form .closeBtn { position: absolute; z-index: 1; right: 0; top: 0; width: 20px; float: left; text-align: center; background-color: #f0f0f0; font-size: 18px; height: 20px; line-height: 20px; color: #0A4B9D; cursor: pointer;}
.s-form .input-box { float: left}
.s-form .input-box input { width: 280px; vertical-align: top; height: 16px; padding: 15px 5px; line-height: 16px; border: 0; outline: none; background: none;}
.s-form .btn-box { float: left;}
.s-form .btn-box input { height: 46px; line-height: 200px; overflow: hidden; border: none; background: url(../img/topicon.png) center -108px no-repeat; width: 70px; outline: none;}
.s-form .btn-box input:active { background-color: #f1f1f1; border-radius: 0 25px 25px 0}
.s-form .link-box { text-align: center; font-size: 14px;}
.s-form .select-box { float: left; width: 100px; height: 46px; border: none; background: none; border: 0; position: relative;}
.s-form .select-box ul { position: absolute; background: #fff; border-top: 0; line-height: 1.8; display: none; left: 0px; top: 46px; border: 1px solid #ede0c9; 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: 46px; line-height: 46px; width: 80px; text-align: center;}
.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: 20px; 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: 14px;}

/* logo */
#logo {position: absolute; z-index: 2; left: 0; top: 30px; max-width: 360px;}
#logo img { max-width: 100%;}

/* 主导航 */
.topNav {position: absolute; z-index: 1; right: 0; top: 75px;  height: 32px; line-height: 32px;}
#mainNav .li1 { float: left; display: inline; font-size: 18px; position: relative; z-index: 9; color: white;}
#mainNav #li-home { display: none;}
#mainNav .a1 { display: block; padding: 0 9px; line-height: 32px; color: white; border-radius: 3px; text-align: center;}
#mainNav .li1:last-child .a1{padding-right: 0;}
#mainNav .on1 .a1,
#mainNav .a1:hover { color: rgba(255,255,255,0.8); text-decoration: none;}
#mainNav .ul1 { display: none; position: absolute; z-index: 91; background-color: rgba(255,255,255,0.85); text-align: center; width: 180%; right: -40%; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
#mainNav .li1:last-child .ul1{ right: 0;}
#mainNav .last1 .ul1 {right: 0;}
#mainNav .a2 { display: block; font-size: 16px; padding: 8px 10px; line-height: 20px;}
#mainNav .a2:hover { background-color: rgba(10,75,175,0.9); color: rgba(255,255,255,0.8); text-decoration: none;}
#mainNav .ul1:after{
    content: "";
    z-index: 8;
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -5px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: white;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
#mainNav .li1:last-child .ul1:after{
    right: 0;
    margin-right: 24%;
}
.top-links{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 35px;
}
.top-links li{
    position: relative;
    z-index: 1;
    float: left;
    margin-left: 10px;
    height: 26px;
    line-height: 26px;
    color: white;
}
.top-links li .pic{
    display: none;
}
.top-links li,
.top-links li>a{
    color: white;
}
.top-links>li>a:hover{
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}
.top-links>li>a:before,
.top-links>li.site dt:before{
    font-size: 18px;
    font-family: "iconfont";
    content: "\e673";
    margin-right: 6px;
    vertical-align: top;
}
.top-links>li.li2>a:before{
    content: "\e677";
}
.top-links>li.li3>a:before{
    content: "\e67b";
}
.top-links>li.li4>a:before{
    content: "\e67c";
}
.top-links>li.li5>a:before{
    content: "\e676";
}
.top-links>li.li6>a:before{
    content: "\e66f";
}
.top-links>li.phone>a:before{
    content: "\e67e";
}
.top-links>li.site dt:before{
    content: "\e67d";
}
.top-links>li.search:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    line-height: 14px;
    color: white;
    vertical-align: middle;
    background-color: #fff;
}
.top-links>li.search>a{
    font-size: 0;
}
.top-links>li.search>a:before{
    display: inline-block;
    margin: 1px 0 0 4px;
    padding: 0 8px;
    font-size: 20px;
    content: "\e678";
}
.top-links li:hover .pic{
    display: block;
}
.top-links li .pic {
    clear: both;
    overflow: inherit;
    display: none;
    transition: all 0.5s;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 26px;
    margin-right: -57px;
    -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);
}

.top-links li .pic::after{
    content: "";
    z-index: 8;
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -5px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: white;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* 顶部登录注册 */
.top-links .userLogged{float:right; margin:0; color:#fff}
.top-links .userLogged a{color:#fff}
.top-links .userLogged .userDropdown .nickname:hover{color:#fff; text-decoration:underline}
.top-links .userLogged .loggedin .signinSum,
.top-links .userLogged .loggedin .myMsg{ background-image: url(../img/icons-userlogged.png);}
.top-links .userLogged .loggedin .signinSum:hover,
.top-links .userLogged .loggedin .myMsg:hover,
.top-links .userLogged .loggedin .hasMsg { background-image: url(../img/icons-userlogged-on.png);}
.top-links .userLogged .userDropdown .nickname:after{background: url(../img/userlogged-arrow.png) 0px 0px no-repeat;}
.user-mainbox .hd h3{color:#0A4B9D !important; border-bottom-color:#0A4B9D !important;}
.user-mainbox .loginBtn{background-color:#0A4B9D !important; }
.user-mainbox .loginBtn:hover{background-color:#0A4B9D !important;}


/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#siteLast dd{display:none; width:600px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd table{border-collapse: collapse;border-spacing: 0; font-size:12px; width:100%}
#siteLast dd table td{padding-top:10px; padding-bottom:10px; overflow:hidden}
#siteLast dd table .tdlab{width:90px; text-align:right; padding-right:20px; vertical-align:middle; line-height:26px; font-weight:bold; }
#siteLast dd ul{overflow:hidden;}
#siteLast dd ul li{width:18%; margin-left:2%; float:left; height:26px; line-height:26px; overflow:hidden}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#0A4B9D;}
#siteLast dd table.up{background:#f7f7f7}
#siteLast.on dd{display:block;}

/* 站群导航-个性 */
.top-links li:hover #siteLast dd{display:block;}
#siteLast dt{color:#fff}
#siteLast a{ padding:0; margin:0;}
#siteLast dd{ font-size:12px; border: 3px solid #0A4B9D; right: 0; left:auto; margin:0px; top: 26px;}
#siteLast dd li a{ cursor:pointer;}
#siteLast.on dt{ background-color:#0A4B9D; color:#fff;}

/* 节点banner  S */
.pageBanner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    background: #e8eff5 url(../img/page-banner-1.jpg) center bottom no-repeat;
    background-size: cover;
}
.pageBanner:after{
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    overflow: hidden;
}
.pageBanner:after{
    z-index: -1;
    height: 188px;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
    background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: -ms-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
} 


/* 主栏 和 侧栏 */
.mainContent { width: 74.5%; zoom: 1; float: left; position: relative;}
.side { font-size: 14px; width: 24%; overflow: hidden; margin-top: 30px; float: right;}

/* 位置导航 */
.path { height: 42px; line-height: 42px; font-size: 16px; color: #666; text-align:left;}
.path .container{width:1200px; margin:0 auto;}
.path a,
.path span { padding: 0 3px; color: #666;}

/* 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;}

/* 栏目-子菜单 */
.menuBox {position: relative; z-index: 2; margin: 0 auto; height: 80px; background-color: #f2f2f2;}
#sideMenu { width: 1200px; margin: 0 auto; text-align: center;}
#sideMenu .hd { width: auto; float: left; height: 80px; line-height: 80px; padding: 0 30px; margin-right: 20px; font-size: 24px; color: white; background-color: #0A4B9D;}
#sideMenu .bd { overflow: hidden;}

.side-menu-select{width: auto;margin: 0;float: right;display:inline;position:relative;}
.side-menu-select dt{height: 60px;line-height: 60px;margin-top: 20px;font-size: 18px;padding: 0 8px 0 10px;overflow:hidden;background:#fafafa;position:relative;cursor:pointer;}
.side-menu-select dt:after{ content: ""; right:12px; top:50%; margin-top:-2px; border-width:5px; position:absolute;  border-color:transparent; border-style:dashed;  border-top-color:#b0b0b0;border-top-style:solid; content:"";display:block; font-size:0;line-height:0;width:0;}
.side-menu-select dt h3{padding: 0 30px 0 10px;text-align: left;}
.side-menu-select dd{top: 80px;display:none;width:100%;position:absolute;left:0;}
.side-menu-select ul{max-height: 389px;border:1px solid #f2f2f2;border-top: 0;background:#fff;overflow-y:scroll;}
.side-menu-select li{line-height:22px;padding: 6px 10px;border-bottom: 1px dotted #e3e3e3;cursor:pointer;}
.side-menu-select li a{display:block;}
.side-menu-select li a:hover{text-decoration:none}
.side-menu-select li:hover{  color:#CD3333; background-color:#f1f1f1 }
.side-menu-select .last{border-bottom:0}
.side-menu-select .active {z-index:9;  }
.side-menu-select.active dt{border-color:#bbb; }
.side-menu-select.active dt i{  border-top-style:none; border-bottom-color:#aaa;border-bottom-style:solid; }
.side-menu-select.active dd{ display:block;  }
.side-menu-select.active dd ul{border-color: #eaeaea;}

/* box */
.box { overflow: hidden;}
.box .hd { height: 40px; line-height: 40px; position: relative; font-size: 16px; border-bottom: 1px solid #dcdcdc;}
.box .hd .more { float: right; font-size: 12px;}
.box .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.box .hd .more:hover { color: #1668bc;}
.box .hd h3 { height: 40px; line-height: 40px; float: left; padding: 0 15px; font-size: 16px; color: white; background-color: #0865bb;}
.box .hd h3 a { color: white;}
.box .hd h3 a:hover { text-decoration: none;}
.box .hd ul { overflow: hidden;}
.box .hd li { float: left; margin-right: 5px;}
.box .hd li a { display: block; height: 40px; line-height: 40px; padding: 0 15px; font-size: 16px;}
.box .hd li a:hover { text-decoration: none;}
.box .hd .on a { background-color: #0865bb; color: white;}
.box .bd { padding: 15px 0 0; overflow: hidden;}

/* 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 { position: absolute; top: 8px; right: 0; color: #999; font-size: 14px; width: 24px; height: 24px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../img/moreicon.png) no-repeat center; border-radius: 50%;}
.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: #0A4B9D; font-size: 18px; font-weight: bold; line-height: 30px; padding: 0 20px; height: 40px; border-bottom: 2px solid #0A4B9D;}
.boxA .hd h3 a { color: #0A4B9D;}
.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 #0A4B9D; border-bottom: 0;}
.boxA .bd { padding: 5px; overflow: hidden;}

/* 侧栏盒子模型 */
.sideBox { margin-top: 20px;}
.sideBox .hd { overflow: hidden; height: 30px; line-height: 30px;}
.sideBox .hd .more { float: right; color: #999;}
.sideBox .hd h3 { padding-left: 28px; font-size: 20px; background: url(../img/sideboxh3.png) left 7px no-repeat;}
.sideBox .hd h3 a { color: #333;}
.sideBox .hd h3 a:hover { text-decoration: none;}
.sideBox .bd { overflow: hidden; padding: 10px 0 0;}
#sideXwks .hd h3 { background-position: left -24px;}

/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}

/* infoListA */
.infoListA li { height: 46px; line-height: 46px; font-size: 16px; padding-left: 15px; background: url(../img/dot01.png) left center no-repeat;}
.infoListA li a { color: #666;}
.infoListA .date { color: #999; float: right;}

/* 图片标题内容列表 */
.picTitleList { overflow: hidden; margin-top: -20px;}
.picTitleList li { margin-top: 20px;}
.picTitleList li .pic { overflow: hidden; margin-bottom: 12px;}
.picTitleList li img { display: block; width: 100%; height: auto;}
.picTitleList li .title { margin-bottom: 8px; height: 30px; line-height: 30px; font-size: 16px;}
.picTitleList li .title a { color: #666;}
.picTitleList li .intro { line-height: 22px; color: #999;}
.picTitleList li .others { height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.picTitleList li .date { padding-left: 25px; background: url(../img/dateicon.png) left center no-repeat;}

/* 信件列表 */
.letterList { width: 100%; border: none;}
.letterList th,
.letterList td { text-align: center; font-size: 14px; vertical-align: middle; line-height: 26px; padding: 12px 5px}
.letterList th { background: #f1f6fa;}
.letterList th { color: #0A4B9D; height: 52px; line-height: 52px; padding: 0px; font-size: 16px; 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: #0A4B9D;}
.detailTable thead th { background: #0A4B9D; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #0A4B9D;}
.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", 'PingFang SC', 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; height: 42px; line-height: 42px;}
.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: #0A4B9D}
.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: #0A4B9D; border-bottom: 0; font-size: 18px; border-bottom: 2px solid #0A4B9D;}
.mainBox .mBd { margin-top: 8px; padding: 20px; background-color: #f9f9f9;}

/*footer*/
#footer {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    min-height: 418px;
    color: white;
    background:white url(../img/tjbh-footer-bg.jpg) center top no-repeat;
    background-size: cover;
}
#footer a{
    color: white;
}
.footer-box{
    padding: 155px 0 50px;
    display: flex;
    text-align: left;
    align-items: flex-end;
    justify-content: space-between;
}
.footer-box:after{
    display: none;
}
.footNav{
    margin-bottom: 10px;
}
.footNav a {
    margin: 0 6px;
}
.footNav a:first-child{
    margin-left: 0;
}

/* 底部二维码列表 */
.qrcodeList {
    display: flex;
}
.qrcodeList li {
    width: 110px;
    margin-left: 20px;
    text-align: left;
}
.qrcodeList li .pic {
    overflow: hidden;
}
.qrcodeList li .pic img {
    width: 110px;
    height: 110px;
}
.qrcodeList li .tit {
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}


/* 快速通道 */
.fast-box{
    position: fixed;
    z-index: 999;
    right: -120px;
    top: 170px;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.fast-box .hd{
    width: 97px;
    height: 162px;
    float: left;
    overflow: hidden;
    background:  url(../img/tjbh-fast-icon.png) left top no-repeat;
    cursor: pointer;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.fast-box .hd span{
    width: 18px;
    float: left;
    margin: 50px 0 0 70px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
}
.fast-box .bd{
    width: 120px;
    float: left;
}
.fast-box .bd:after,
.fast-box .bd:before{
    content: "";
    width: 100%;
    display: block;
}
.fast-box .bd:before{
    height: 63px;
    background:  url(../img/tjbh-fast-bg-t.png) center top no-repeat;
}
.fast-box .bd:after{
    height: 15px;
    background:  url(../img/tjbh-fast-bg-b.png) center top no-repeat;
}
.fast-box .bd ul{
    background:  url(../img/tjbh-fast-bg-m.png) center top repeat-y;
}
.fast-box .bd li{
    margin: 0 28px;
    border-bottom: 1px dotted rgba(255,255,255,0.2);
}
.fast-box .bd li a{
    display: block;
    line-height: 21px;
    padding: 12px 0;
    color: white;
}
.fast-box .bd li a:hover{
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}
.fast-box:hover{
    right: 0;
}
.fast-box:hover .hd{
    width: 0;
}

/* 侧栏-栏目内搜索 */
#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", 'PingFang SC'; outline: none}
#sideSearch .keyword { width: 60%; padding: 0 5px;}
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #0A4B9D; border-color: #0A4B9D; color: #fff;}

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px;}

/* 通用底部按钮 */
.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: #0A4B9D; 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 { padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px;}
.queryForm td { padding: 8px 0}
.queryForm .tdlab { width: 40%; text-align: right;}
.queryForm input[type=text] { width: 56%; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ddd; border-radius: 3px;}
.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}