@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;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    max-width: 1680px;
    margin: 0 auto;
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    background: url(../img/body.jpg);
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #e00;
    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%;
}
pre {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.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;
}
.siteWidth {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
/* 顶部 */
#header .links {
    position: absolute;
    right: 0px;
    top: 32px;
    color: #EFCC96;
    z-index:10;
}
#header .links .on dd {
    display: block;
}
#header .links dl {
    position: relative;
    float: right;
}
#header .links dt {
    padding: 0 7px;
    cursor: pointer;
}
#header .links dt a {
    color: #EFCC96;
}
#header .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -54px;
    -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);
}
#header .links dd img {
    width: 100px;
    height: 100px;
}
#header .links dd>i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
#header .links .sign .spe { padding: 0 10px; }

/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#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{display:none; width:900px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#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; margin-right:-2%}
#siteLast dd ul li{width:18%; margin-right:2%; float:left; height:26px; line-height:26px; overflow:hidden}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}
#siteLast.on dd{display:block;}

/* 站群导航-个性 */
#header #siteLast { float: right; text-align: left; }
#header #siteLast dt { background: #EFCC96; color: #c00; padding: 0 15px; border-radius: 10px; }
#header #siteLast dd {color: #333;font-size: 12px;border: 3px solid #8a0708;right: 0px;left: auto;margin: 0px;overflow: auto;position: absolute;top: 100%;}

/*头部 */
#header {
    height: 170px;
    background: url("../img/header.jpg") repeat-x;
    position: relative;
    z-index: 3;
}
#header .siteWidth {
    position: relative;
}
#header .logoBar {
    height: 120px;
    position: relative;
    z-index: 5;
}
#header .logo {
    width: 420px;
    overflow: hidden;
    position: absolute;
    left: 10;
    top: 40px;
    text-align: left;
}
#header .logo img {
    max-width: 375px;
    max-height: 65px;
}
#header .link {
    position: absolute;
    right: 0;
    top: 25px;
    color: #ccc;
}
#header .link a {
    padding: 0 5px;
    cursor: pointer;
    color: #fff;
}
.s-form {
    position: absolute;
    right: 0;
    top: 72px;
    width: 272px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #E2AA7F;
    z-index:5;
}
.s-form .select-box {
    display: none
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    display: block;
    width: 215px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    background: none;
    border: none;
    color: #D08463;
    font-size: 12px;
    outline: none;
}
.s-form .input-box input:-ms-input-placeholder {
    color: #D08463;
}
.s-form .input-box input::-webkit-input-placeholder {
    color: #D08463;
}
.s-form .input-box input::-moz-placeholder {
    color: #D08463;
}
.s-form .input-box input:-moz-placeholder {
    color: #D08463;
}
.s-form .btn-box {
    float: left;
}
.s-form .btn-box .btn {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: url("../img/icon.png") no-repeat 5px -138px;
    text-indent: -999px;
    overflow: hidden;
}
/*导航 */
.nav {
    position: relative;
    z-index: 4;
    height: 50px;
    line-height: 50px;
}
.nav a:hover {
    text-decoration: none
}
.nav ul li {
    float: left;
    width: 109px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nav ul li a {
    display: block;
    color: #EFCC96
}
.nav ul li.li1 .a1 {
    font-size: 16px;
}
.nav ul li.on1 {
    background: #8a0708;
}
.nav ul li .ul1 {
    display: none;
    width: 220px;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 15px;
    background: #8a0708;
}
.nav ul li .ul1 li {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
}
.nav ul li .ul1 li a {}
.nav ul li .ul1 li a:hover {
    background: #AD2122
}
#li-dqgz .ul1, #li-paxy .ul1 {
    left: auto;
    right: 0;
}
/*内容区 */
#content {
    clear: both;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.column {
    overflow: hidden;
}
.side {
    width: 250px;
    float: left;
    /*padding-top: 20px;*/
    margin-right: 20px;
}
.mainContent {
    overflow: hidden;
    background: #fff;
    min-height: 500px;
    padding: 20px 30px 30px 30px;
}
.banner {
    text-align: center;
    background: url(../../Base/img/pageBanner.jpg) center 0 no-repeat;
    height: 180px;
    clear: both;
    position: relative;
    z-index: 0;
}
/*底部 */
.footerTop {
    height: 30px;
    background: url("../img/footer.png") repeat-x;
    display: block;
    position: relative;
    z-index: 3;
    margin-top: -30px;
}
#footer {
    clear: both;
    background: #332E2E;
    text-align: left;
    color: #aeafaf;
}
#footer .siteWidth {
    padding: 20px 0;
    text-align: center;
}
#footer a {
    color: #aeafaf
}
#footer .copyRight, #footer .footerNav {
    overflow: hidden;
    line-height: 2;
}
#footer .footerNav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
}
#footer .footerNav li a:hover {
    color: #ff0;
}
/* 友情链接模拟下拉 */
.friendLinks {
    text-align: center;
    padding-bottom: 30px;
    background: url(../img/footer.png) center -30px no-repeat;
    margin-bottom: 20px;
}
.friendLinks dl {
    width: 18%;
    margin: 0 1%;
    display: inline-block;
    *display: inline;
    position: relative;
}
.friendLinks dl dt {
    height: 34px;
    line-height: 34px;
    padding: 0 5px 0 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.friendLinks dl dt i {
    margin-left: 10px;
    margin-top: 4px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-top-color: #806B66;
    border-top-style: solid;
    content: "";
    font-size: 0;
    line-height: 0;
    width: 0;
}
.friendLinks dl dt h3 {
    width: 175px;
}
.friendLinks dd {
    bottom: 34px;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.friendLinks ul {
    max-height: 389px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: scroll;
}
.friendLinks li {
    vertical-align: top;
}
.friendLinks a, .friendLinks .noData {
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
}
.friendLinks a:hover {
    background-color: #f1f1f1;
    text-decoration: none
}
.friendLinks .last a, .friendLinks .noData {
    border-bottom: 0
}
.friendLinks .on {
    z-index: 9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.friendLinks .on dt {
    border-color: #bbb;
    background: #fff;
}
.friendLinks .on dt i {
    border-top-style: none;
    border-bottom-color: #aaa;
    border-bottom-style: solid;
}
.friendLinks .on dd {
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.friendLinks .on dd ul {
    border-color: #bbb;
}
/* 当前位置 */
.path {
    height: 30px;
    line-height: 30px;
    color: #999
}
.path a, .path span {
    margin: 0 5px;
    color: #999
}
/* 盒子 */
.box {}
.box .hd {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #d9d9d9;
}
.box .hd .more {
    float: right;
}
.box .hd h3 {
    float: left;
    border-bottom: 2px solid #AC0E18;
}
.box .hd h3 a {
    display: block;
    font-size: 24px;
}
.box .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.box .hd li span, .box .hd li a {
    display: block;
    font-size: 24px;
    cursor: pointer;
}
.box .hd li.on {
    height: 48px;
    border-bottom: 2px solid #ff9f40;
}
.box .hd li.on span, .box .hd li.on a {
    color: #ff9f40;
}
.box .bd {
    padding-top: 20px;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    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: #AC0E18;
    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: #d2121e;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.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%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.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
}
/*--
颜色代码
#AC0E18 深蓝色标题
#ddd 淡蓝色边框
--*/
