﻿@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: #000;
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
}
a {
    color: #000;
    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;
    background:#EAEAEA;
    min-width: 1200px;
}
.wrap{
    background: url(../img/body.jpg) center 12px no-repeat;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
#header {
    text-align: left;
    margin: 0 auto;
    position:relative;
    z-index:3;
}
#header.header-topNav-fixed {
    z-index: 9999;
}
.topBar{
    position:relative;
    z-index:2;
    height:46px;
    line-height:46px;
    background:#456CB3;
    color:#fff;
    /* font-size:12px; */
}
.topBar a{
    color:#fff;
}
.topBar .siteWidth{
    overflow:visible;
}
.topBar .func{
    padding-right:0px;
    position:absolute;
    right:0px;
    top:0px;
}
.topBar .func a{
    padding: 0 5px;
    cursor:pointer;
}
.topBar .func dl{
    display:inline-block;
    zoom:1;
    position:relative;
}
.topBar .func dt{
    padding:0 10px 0 27px;
    background: url(../img/icons.png) 10px -1294px no-repeat;
}
.topBar .func dd{
    display:none;
    position:absolute;
    right:0;
    top:34px;
    width: 700px;
    background:#8DA9DA;
}
.topBar .func .on dt{
    background-color:#8DA9DA
}
.topBar .func .on dd{
    display:block;
}
.topBar .func dd ul{
    overflow:hidden;
    padding:8px;
}
.topBar .func dd li{
    min-width:200px;
    height:28px;
    line-height:28px;
    float:left;
    word-break:keep-all;
    white-space:nowrap;
    padding:0 10px 0 15px;
    background: url(../img/icons.png) 5px -185px no-repeat;
}
.topBar .func dd a{
    padding:0;
}
.topBar .links{
    padding-left:0px;
    float:left;
}
.topBar .links a{
    padding:0 10px 0 0;
}

/* 用户登录 */
.topBar .userLogged{position:absolute;margin-top:0;right: 443px;top:10px;}
.topBar .userLogged .loggedin .signinSum,
.topBar .userLogged .loggedin .myMsg{ background-image: url(../img/icons-userlogged.png); }
.topBar .userLogged .loggedin .signinSum:hover,
.topBar .userLogged .loggedin .myMsg:hover,
.topBar .userLogged .loggedin .hasMsg { background-image: url(../img/icons-userlogged-on.png);}
.topBar .userLogged .userDropdown .nickname:after{background: url(../img/userlogged-arrow.png) 0px 0px no-repeat;}
.topBar .userLogged .userDropdown .nickname:hover{color:#ea9327}

/* content */
#content {
    clear:both;
    background: #fff;
    margin: 0 auto 20px auto;
    padding: 20px;
    width:1160px;
    position: relative;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.headerTop {
    height: 210px;
    position: relative;
    z-index: 1;
}
.headerTop .goHome{
    position:absolute;
    right:0;
    bottom:10px;
    background:#f60;
    line-height:20px;
    padding:2px 10px;
    color:#fff;
    font-size:12px;
}
.headerTop .topBanner{
    position:absolute;
    width:654px;
    height:210px;
    top:0;
    right:0;
    overflow:hidden;
}
/* 搜索框 */
.siteSearchBar {
    z-index: 2;
    background:#94B1DD;
    margin-top: 10px;
    position:absolute;
    right: 225px;
    top:0;
}
.siteSearchBar a{
}
.s-form {
    vertical-align: top;
    height: 25px;
    line-height: 25px;
}
.s-form .input-box {
    float: left
}
.s-form .input-box input {
    width: 160px;
    vertical-align: top;
    height: 25px;
    padding: 0 5px;
    border: 0;
    outline: none;
    background:#94B1DD;
    color:#fff;
}
.s-form .input-box input:-ms-input-placeholder{
    color: #CCD8EE;
}

.s-form .input-box input::-webkit-input-placeholder{
    color: #CCD8EE;
}
.s-form .btn-box {
    float: left;
    height:25px;
}
.s-form .btn-box input {
    height: 25px;
    line-height: 100px;
    overflow: hidden;
    border: none;
    background: url(../img/nav.png) 12px -247px no-repeat;
    width: 40px;
    outline: none;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    width: 90px;
    height: 25px;
    border: none;
    border-right: none;
    position: relative;
    background: #8da9da;
    display:none;
}
.s-form .select-box ul {
    position: absolute;
    background: #8da9da;
    line-height: 1.8;
    display: none;
    left: 0px;
    top: 25px;
    border-top: 0;
    width: 422px;
    padding: 5px 10px;
}
.s-form .select-box ul li {
    cursor: pointer;
    padding: 0 5px;
    float: left;
    width: 195px;
    text-align: left;
    overflow:hidden;
}
.s-form .select-box ul li:hover {
    color: #015CAB;
    background: #fff;
}
.s-form .select-box .s-option {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 78px;
    text-align: center;
    height: 25px;
    overflow: hidden;
}
.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: #fff transparent transparent;
    position: absolute;
    right: 6px;
    top: 10px;
    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 #fff transparent;
    top: 5px;
}
/* logo */
#logo {
    float: left;
    margin-top: 48px;
    position:relative;
    z-index:2;
}
#logo img {
    max-width: 100%;
}
/* 主导航 */
.topNav {
    position: relative;
    background:url(../img/nav.png) center 0 no-repeat #015CAB;
    width:1200px;
    margin:0 auto;
}
.topNav-fixed {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}
.topNav .date{
    position:absolute;
    right: 40px;
    top: 9px;
    color:#C4E4FF;
    line-height:20px;
    font-size:12px;
    padding-left: 35px;
    background: url(../img/nav.png) 0 -169px no-repeat;
}
.topNav .btn-slb{
    position:absolute;
    right: 20px;
    top: 12px;
    height:36px;
    line-height:36px;
    font-size:16px;
    background:#ea9327;
    color:#fff;
    padding:0 15px;
    border-radius:18px;
}
.topNav .btn-slb:hover{
    text-decoration:none;
    background-color:#d88319;
}
.mainNav {
    position: relative;
    padding: 0 190px 0 20px;
}
.mainNav .li1 {
    width: 165px;
    float: left;
}
.mainNav .a1 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.mainNav .a1:hover {
    text-decoration: none;
    color: #fff
}
.mainNav .on1 .a1,
.mainNav .on .a1 {
    background: #015095;
}
.mainNav .ul1{
    display:none;
    position:absolute;
    width:1180px;
    left:0;
    top:60px;
    background:#005194;
    text-align:center;
    padding:10px 10px;
}
.mainNav .li1:hover .ul1{
    display:block;
}
.mainNav .li2{
    float:left;
}
.mainNav .a2{
    color:#fff;
    line-height:20px;
    padding:5px 15px;
    display:block;
    float:left;
    word-break:keep-all; white-space:nowrap
}
/* 主栏 和 侧栏 */
.mainContent {
    width: 870px;
    zoom: 1;
    float: right;
}
.side {
    width: 260px;
    overflow: hidden;
    float: left;
}
/* 位置导航 */
.path {
    color: #666;
    line-height: 20px;
    margin-bottom:20px;
    text-align: left;
}
.path a,
.path span {
    padding: 0 5px;
    color: #666;
}
.path em {
    background: url(../img/icons.png) no-repeat 0 -1641px;
    padding-left: 26px;
}
/*footer*/
#footer {
    color: #fff;
    background: #005398;
    position: relative;
    text-align: left;
    padding: 20px 0;
}
#footer a{
    color:#fff;
}
#footer .copyRight{
    overflow:hidden;
}
#footer .copyRight a {
    text-decoration: underline;
}
#footer .pics{
    position:absolute;
    right:0;
    top:20px;
}
#footer .pics img{
    margin-left:5px !important;
}
#footer #_ideConac img{
    margin-top:-12px;
}

/* 侧栏固定菜单 */
.sideFixed {
    z-index: 2000;
    position: fixed;
    top: 279px;
    left: 50%;
    margin-left:610px;
    width: 70px;
    background: #949595;
    background:rgba(0,0,0,.4);
    font-size: 12px;
    _position: absolute;
}
@media screen and (max-width: 1420px) {
    .sideFixed{
        right:0;
        margin-right:0;
    }
}
.sideFixed li {
    border-bottom: 1px solid #B1B1B3;
    position: relative;
}
.sideFixed li a {
    height: 30px;
    line-height: 30px;
    padding: 40px 0 3px 0;
    display: block;
    color:#fff;
    background: url(../img/sidefixed.png) center -20px no-repeat;
}
.sideFixed li a:hover {
    text-decoration: none;
    background-color:#717171;
    background-color:rgba(0,0,0,.3);
}
.sideFixed .wx a {
    background-position: center -120px;
}
.sideFixed .qr a {
    background-position: center -220px;
}
.sideFixed .zq a {
    background-position: center -320px;
}
.sideFixed .gt{
    border-bottom:0
}
.sideFixed .gt a {
    background-position: center -425px;
}
.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: 100px;
    height: 100px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -118px;
    top: -15px;
    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;
}
/* 侧栏-栏目菜单 */
#sideMenu .hd{
    height:51px;
    line-height:51px;
    overflow:hidden;
    background:url(../img/side.png) 0 -800px;
    padding-left:55px;
    text-align:center;
    font-size:22px;
    color:#fff;
}
#sideMenu .hd h3{
    padding-right:55px;
    background:url(../img/side.png) right -800px;
}
#sideMenu .bd{
    padding:15px;
    background:#F6F6F6;
    overflow:hidden;
}
#sideMenu .menuList li{
    vertical-align:top;
    margin-bottom: 7px;
}
#sideMenu .menuList a{
    display:block;
    /*line-height: 26px;
    padding: 8px 15px;*/
    padding:0 15px;
    height:42px;
    line-height:42px;
    overflow:hidden;
    font-size:16px;
    text-align:center;
    background:url(../img/side.png) 0 -460px #fff;
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}

#sideMenu .menuList .on a{
    background-position:0 -600px;
    background-color:#1570BD;
    color:#fff;
    text-decoration:none;
}
#sideMenu .menuList a:hover{
    background-color:#e8e8e8;
    text-decoration:none;
    color:#000
}
/* box */
.box{
    margin-bottom:20px;
}
.box .hd{
    height:36px;
    line-height:36px;
    border-bottom:1px solid #CBCBCB;
    position:relative;
}
.box .hd .more{
    position:absolute;
    right:0;
    color:#999;
}
.box .hd ul{
    font-size:0;
}
.box .hd li,
.box .hd h3{
    display:inline-block;
    zoom:1;
    font-size:16px;
    padding:0 9px;
}
.box .hd .on,
.box .hd h3{
    border-bottom:2px solid #015CAB;
    line-height:35px;
    height:35px;
    font-weight:bold;
}
.box .hd .on a,
.box .hd h3 a{
    color:#015CAB;
}
.box .hd ul a:hover,
.box .hd h3 a:hover{
    text-decoration:none
}
.box .bd{
    padding:15px 0 0 0;
    overflow:hidden;
}
.boxIcon .hd h3,
.boxIcon .hd li{
    padding-left:35px;
    background:url(../img/boxicon.png) -35px -30px no-repeat;
}
.boxIcon .hd li{
    margin-right:40px;
    background-position:-35px -80px
}
.boxIcon .hd .on{
    background-position:-35px -130px
}
.boxIcon .hd .li2{
    background-position:-35px -180px
}
.boxIcon .hd .li3{
    background-position:-35px -280px
}
.boxIcon .hd .li4{
    background-position:-35px -380px
}
.boxIcon .hd .li5{
    background-position:-35px -480px
}
.boxIcon .hd .li6{
    background-position:-35px -582px
}
.boxIcon .hd .li2.on{
    background-position:-35px -230px
}
.boxIcon .hd .li3.on{
    background-position:-35px -330px
}
.boxIcon .hd .li4.on{
    background-position:-35px -430px
}
.boxIcon .hd .li5.on{
    background-position:-35px -530px
}
.boxIcon .hd .li6.on{
    background-position:-35px -632px
}
/* 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: #015CAB;
    font-size: 18px;
    line-height: 38px;
    padding: 0 20px;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    border-top: 3px solid #015CAB;
    border-bottom: 0;
}
.boxA .hd h3 a {
    color: #015CAB;
}
.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 #015CAB;
    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: #015CAB;
    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: 36px;
    line-height: 36px;
    background: #EBEBEB;
    overflow:hidden;
}
.boxC .hd .more {
    float:right;
    padding-right:10px;
    color:#999;
}
.boxC .hd ul{
    overflow:hidden;
}
.boxC .hd li{
    float:left;
    padding:0 20px;
    font-size:16px;
}
.boxC .hd h3,.boxC .hd .on{
    float:left;
    font-size:16px;
    padding:0 20px;
    background:#015CAB;
    color:#fff
}
.boxC .hd h3 a,.boxC .hd .on a{
    color:#fff;
}
.boxC .bd {
    overflow: hidden;
    padding: 15px 0 0 0
}
.boxC-icon .hd h3{
    padding-left:40px;
    background:url(../img/ind-whly.png) -30px -1030px no-repeat #015CAB;
}
.boxC-type1 .hd h3,
.boxC-type1 .hd .on{
    background:url(../img/side.png) 0 -750px #015CAB;
    padding-left: 40px;
}
/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #015CAB;
}
.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 #015CAB;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #015CAB;
    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;
}
/* indSideBox */
.indSideBox{
    margin-bottom:20px;
}
.indSideBox .hd{
    height:36px;
    line-height:36px;
    background:#015CAB;
    overflow:hidden;
}
.indSideBox .hd .more{
    color:#A3B9D8;
    font-size:12px;
    float:right;
    margin-right:10px;
}
.indSideBox .hd h3{
    font-size:16px;
    color:#fff;
}
.indSideBox .hd h3 a{
    color:#fff
}
.indSideBox .hd i{
    display:block;
    float:left;
    width:43px;
    height:36px;
    background: url(../../base/img/ind-icons.png) center -32px no-repeat #CB0000;
    border-right:1px solid #fff;
    margin-right:15px;
}
.indSideBox .bd{
    padding:10px 0;
    overflow:hidden;
}
.indSideBox .ico1 i{
    background-position:center -1233px;
}
.indSideBox .ico2 i{
    background-position:center -1133px;
}
.indSideBox .ico3 i{
    background-position:center -132px
}
.indSideBox .ico4 i{
    background-position:center -232px
}
.indSideBox .ico6 i{
    background-position:center -732px
}
.indSideBox .ico7 i{
    background-position:center -830px
}
.indSideBox .ico9 i{
    background-position:center -933px
}
/* 侧栏盒子模型 */
.sideBox {
    margin-bottom: 20px;
    border: 1px solid #ECECEC;
    padding: 10px 18px 15px 18px;
    background: #fff;
    border-top: 2px solid #015CAB;
}
.sideBox .hd {
    overflow: hidden;
    padding: 0px 0 10px 0;
}
.sideBox .hd .more {
    float: right;
}
.sideBox .hd h3 {
    font-size: 20px;
    color: #015CAB;
}
.sideBox .hd h3 a {
    color: #fff;
}
.sideBox .hd h3 a:hover {
    text-decoration: none;
}
/* 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: #F2F2F2;
}
.letterList th {
    height: 35px;
    line-height: 35px;
    padding: 0px;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .num {
    display: none;
}
.letterList td{
    border-bottom:1px solid #eee
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
}
.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px
}
.letterList .ico img {
    vertical-align: middle;
}
.letterList .dep {
    width: 160px;
}
.letterList .state {
    width: 80px;
}
.letterList .state .s0 {
    color: #000;
}
.letterList .state .s1 {
    color: #f70;
}
.letterList .state .s2 {
    color: #f00;
}
.letterList .state .s3 {
    color: #390;
}
.letterList .state .s4 {
    color: #000;
    text-decoration: line-through;
}
.letterList .date {
    border-right: none;
    width: 80px;
}
.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 {
}
.detailTable thead th {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border:1px solid #fff;
    border-bottom:1px solid #e6e6e6;
    color:#015CAB;
    font-weight:bold;
    padding-left:35px;
    background:url(../../petitionletter/img/petition-icons.png) 0 -614px no-repeat;
}
.detailTable thead .jg{
    background-position: 0 -750px;
}
.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;
}
.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 img{
    max-width:100%
}
.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;
    line-height: 51px;
    height: 51px;
    background:url(../img/box.png) no-repeat #F4F4F4;
    margin-bottom: 20px;
}
.mainBox-max .mHd{
    background-position:0 -100px
}
.mainBox .mHd h3{
    font-size:18px;
    color:#015CAB;
    font-weight:bold;
    padding-left:25px;
}
.mainBox .mHd h3 a {
    color: #015CAB
}
.mainBox .mHd .list{
    overflow:hidden;
    background:#F4F4F4;
}
.mainBox .mHd .list li{
    float:left;
    padding:0 30px;
    font-size:18px;
}
.mainBox .mHd .list .on{
    background:#015CAB;
    color:#fff;
}
.mainBox .mHd .list .on a{
    color:#fff;
}
.column {
    margin-bottom: 20px;
    overflow: hidden;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 120px !important;
    float: left;
    margin-right: 10px;
}
div input[type=text] {

    border: 1px solid #ccc;
    height: 30px;
    padding: 0 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: #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%;
}
.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
}
/* 动画效果 */
.animate1 i{
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.animate1 a:hover i{
    -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1);
}
/* 办事服务 */
.bsList{
    overflow:hidden;
    margin-right: -20px;
}
.bsList li{
    float:left;
    width:118px;
    height:90px;
    margin:0 10px 10px 0;
    text-align:center;
    line-height:35px;
    overflow:hidden;
}
.bsList a{
    display:block;
    background:#F0F8FF;
    color:#015CAB;
    text-decoration:none
}
.bsList a:hover{
    background-color:#cae0f3
}
.bsList i{
    display:block;
    height:55px;
    background:url(../../servicehall/img/grbs.png) center -14px no-repeat;
}
.mainBox-max .bsList li{
    width: 120px;
}
/* 个人办事图标 */
.bsList-grbs .li2 i,
.bsList-qybs .li45 i,
.bsList-nmmbs .li34 i{
    background-position:center -114px
}
.bsList-grbs .li3 i,
.bsList-qybs .li46 i,
.bsList-nmmbs .li35 i{
    background-position:center -214px
}
.bsList-grbs .li5 i,
.bsList-qybs .li47 i,
.bsList-nmmbs .li36 i{
    background-position:center -314px
}
.bsList-grbs .li9 i,
.bsList-qybs .li48 i,
.bsList-nmmbs .li37 i{
    background-position:center -414px
}
.bsList-grbs .li4 i,
.bsList-qybs .li45 i,
.bsList-nmmbs .li38 i{
    background-position:center -514px
}
.bsList-grbs .li6 i,
.bsList-qybs .li50 i,
.bsList-nmmbs .li39 i{
    background-position:center -614px
}
.bsList-grbs .li11 i,
.bsList-qybs .li51 i{
    background-position:center -714px
}
.bsList-grbs .li9 i,
.bsList-qybs .li52 i{
    background-position:center -814px
}
.bsList-grbs .li10 i,
.bsList-qybs .li53 i{
    background-position:center -914px
}
.bsList-grbs .li8 i,
.bsList-qybs .li54 i{
    background-position:center -1014px
}
.bsList-grbs .li7 i,
.bsList-qybs .li55 i{
    background-position:center -1114px
}
.bsList-grbs .li8 i,
.bsList-qybs .li56 i{
    background-position:center -1214px
}
.bsList-grbs .li14 i,
.bsList-qybs .li57 i{
    background-position:center -1314px
}
.bsList-grbs .li15 i,
.bsList-qybs .li58 i{
    background-position:center -1414px
}
.bsList-grbs .li16 i,
.bsList-qybs .li59 i{
    background-position:center -1514px
}
.bsList-grbs .li14 i,
.bsList-qybs .li57 i{
    background-position:center -1614px
}
.bsList-grbs .li18 i,
.bsList-qybs .li61 i{
    background-position:center -1714px
}
.bsList-grbs .li12 i,
.bsList-qybs .li59 i{
    background-position:center -1814px
}
.bsList-grbs .li13 i,
.bsList-qybs .li63 i{
    background-position:center -1914px
}
.bsList-grbs .li21 i,
.bsList-qybs .li64 i{
    background-position:center -2014px
}
.bsList-grbs .li22 i,
.bsList-qybs .li65 i{
    background-position:center -2114px
}
.bsList-grbs .li16 i,
.bsList-qybs .li66 i{
    background-position:center -2214px
}
.bsList-grbs .li17 i,
.bsList-qybs .li67 i{
    background-position:center -2314px
}
.bsList-grbs .li20 i,
.bsList-qybs .li68 i{
    background-position:center -2414px
}
.bsList-grbs .li26 i,
.bsList-qybs .li69 i{
    background-position:center -2514px
}
.bsList-grbs .li27 i,
.bsList-qybs .li70 i{
    background-position:center -2614px
}
.bsList-grbs .li18 i,
.bsList-qybs .li60 i{
    background-position:center -2714px
}
.bsList-grbs .li19 i,
.bsList-qybs .li62 i{
    background-position:center -2814px
}
.bsList-grbs .li30 i,
.bsList-qybs .li66 i{
    background-position:center -2914px
}
.bsList-qybs .li74 i{
    background-position:center -3014px
}
.bsList-qybs .li75 i{
    background-position:center -3114px
}
.bsList-qybs .li67 i{
    background-position:center -3214px
}
.bsList-qybs .li77 i{
    background-position:center -3314px
}
/* 企业办事 */
.bsList-qybs i{
    background:url(../../servicehall/img/qybs.png) center -14px no-repeat;
}
/* 农牧民办事 */
.bsList-nmmbs i{
    background:url(../../servicehall/img/nmmbs.png) center -14px no-repeat;
}
/* 政务互动图标 */
.bsList-jyxc li{
    width: 175px;
    height:120px;
}
.bsList-jyxc a{
    padding-bottom:8px;
    font-size:16px;
}
.bsList-jyxc i{
    height:78px;
    background:url(../img/ind-zmhd.png) center -803px no-repeat;
}
.bsList-jyxc .li2 i{
    background-position:center -905px
}
.bsList-jyxc .li3 i{
    background-position:center -1005px
}
.bsList-jyxc .li4 i{
    background-position:center -1105px
}
/* 政务公开侧栏图标 */
.bsList-govSideList{
    padding-bottom:10px;
}
.bsList-govSideList li{
    width:134px;
    height:117px;
    font-size:16px;
}
.bsList-govSideList i{
    height:75px;
    background:url(../img/zwgk.png) center -5px no-repeat;
}
.bsList-govSideList a{
    padding-bottom:10px;
    background:#F7F7F7
}
.bsList-govSideList .li2 i{
    background-position:center -105px
}
.bsList-govSideList .li3 i{
    background-position:center -205px
}
.bsList-govSideList .li4 i{
    background-position:center -305px
}
/* govList */
.govList {
    padding-bottom: 11px;
}
.govList li{
    vertical-align:top;
    position:relative;
    height:44px;
    line-height:44px;
    margin-bottom:9px;
}
.govList a{
    display:block;
    font-size:16px;
    background:url(../../base/img/icons.png) 35px -54px no-repeat #F7F7F7;
    padding:0 70px 0 50px;
}
.govList i{
    display:block;
    width:20px;
    height:19px;
    background:url(../../base/img/icons.png) 0 -632px;
    position:absolute;
    right:0;
    bottom:0;
}
.govList a:hover{
    background-color:#015CAB;
    background-position:35px -176px;
    color:#fff;
    text-decoration:none;
}
.govList li:hover i{
    background-position:0 -604px
}
/* zmhdList */
.zmhdList{
    overflow:hidden;
    margin-right:-20px;
}
.zmhdList li{
    float:left;
    width:174px;
    height:69px;
    line-height:69px;
    margin:0 12px 12px 0;
    position:relative;
}
.zmhdList a{
    display:block;
    background:#F0F8FF;
    padding:0 15px 0 60px;
    font-size:16px;
}
.zmhdList i{
    display:block;
    position:absolute;
    width:52px;
    height:69px;
    left:5px;
    top:0;
    background:url(../../base/img/ind-zmhd.png) center -15px no-repeat;
}
.zmhdList a:hover{
    text-decoration:none;
    background:#deeffd
}
/* nodeList */
.nodeList{
    overflow:hidden;
    margin-right:-20px;
}
.nodeList li{
    float:left;
    width:113px;
    height:36px;
    line-height:36px;
    text-align:center;
    margin:0 10px 10px 0;
    overflow:hidden;
}
.nodeList a{
    display:block;
    background:#F4F4F4;
}
.nodeList a:hover{
    text-decoration:none;
    background:#eaeaea
}
/* zwgkList */
.zwgkList{
    overflow:hidden;
    margin-right:-20px;
}
.zwgkList li{
    float:left;
    width:177px;
    margin:0 5px 5px 0;
    height:41px;
    line-height:41px;
    overflow:hidden;
}
.zwgkList a{
    display:block;
    padding:0 10px 0 44px;
    background:url(../../base/img/ind-zwgk.png) -27px -29px no-repeat #F0F8FF;
}
.zwgkList a:hover{
    background-color:#dfecf7;
    text-decoration:none;
}
.zwgkList .li2 a{
    background-position:-27px -129px
}
.zwgkList .li3 a{
    background-position:-27px -229px
}
.zwgkList .li4 a{
    background-position:-27px -329px
}
.zwgkList .li5 a{
    background-position:-27px -429px
}
.zwgkList .li6 a{
    background-position:-27px -529px
}
.zwgkList .li7 a{
    background-position:-27px -629px
}
.zwgkList .li8 a{
    background-position:-27px -729px
}
.zwgkList .li9 a{
    background-position:-27px -829px
}
.zwgkList .li10 a{
    background-position:-27px -929px
}
.zwgkList .li11 a{
    background-position:-27px -1029px
}
.zwgkList .li12 a{
    background-position:-27px -1129px
}
.zwgkList .li13 a{
    background-position:-27px -1229px
}
.zwgkList .li14 a{
    background-position:-27px -1329px
}
.mslyfwList a{
    background-image:url(../../servicehall/img/mslyfw.png);
}
.mslyfwList li{
    width:120px;
}
/* menuList1 */
.menuList1{
    overflow:hidden
}
.menuList1 li{
    float:left;
    width: 134px;
    background:#fff;
    margin:1px 1px 0 0;
    text-align:center;
}
.menuList1 a{
    display:block;
    height:34px;
    line-height:34px;
}
.menuList1 a:hover{
    text-decoration:none;
    background:#fff3e2
}
/* friendLinkPage */
.friendLinkPage #sideMenu .bd{
    padding:10px;
}
.friendLinkPage #sideMenu .menuList a{
    font-size:14px;
}
/* justify */
.friendLinkPage .justify a,
.zwgkList a,
.zmhdList a,
.govList a,
.sideGov dd h3 a,
.leaderList .job em,
.leaderList .work em{ text-align: justify !important; text-align-last:justify !important; }

.justify a::after{ content:""; display: inline-block; padding-left: 100%; }
/*--
颜色代码
#015CAB 深蓝色标题
#ddd 淡蓝色边框
--*/