@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 {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;}
a { color: #333; 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; }
.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; }
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
/* frame */
html {}
body {background: url(../images/body.jpg) #f1f1f1 center 0 no-repeat;text-align: center;min-width:1200px;}
.siteWidth { position: relative; max-width: 1200px; _width:1200px; margin: 0 auto; }

#header {width: 1200px;position: relative;z-index: 3;text-align: left;margin: 0 auto 20px auto;}
#content {padding:20px;margin: 0 auto 20px;width:1160px;position: relative;z-index: 2;text-align: left;clear: both;background:#fff;}
#content::after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 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;
}
/* topBar */
.topBar{height: 35px;line-height: 35px;font-size:12px;position:relative;z-index:9; background:url(../images/topBar.png); text-align:left;}
.topBar .links {
    float:right;
}
.topBar .links dl {
    margin: 0 10px;
    position: relative;
    float: left;
}
.topBar .links dt {
    padding-left:20px;
    background:url(../images/icons.png) 0 -1568px no-repeat;
    float: left;
    position: relative;
    z-index: 11;
}
.topBar .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 34px;
    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);
}
.topBar .links dd img {
    width: 100px;
    height: 100px;
}
.topBar .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;
}
.topBar .links .on dd {
    display: block;
}

.topBar .site{ position:absolute; top:2px; right:0; color:#fff}
.topBar .site dt{ padding:0 10px 0 30px;background: url(../images/icons.png) 10px 11px #5BAB3C no-repeat;}
/* 站群导航-公共 */
#siteLast dt {cursor: pointer; height:30px; line-height:30px;}
#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; font-size:12px;}
#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;}

/* 站群导航-个性 */
#siteLast { z-index: 1; }
#siteLast dd {border: 3px solid #ddd;right: 0px;top: 30px; margin:0;}
#siteLast.on dt { position: relative; z-index: 10; }


/* logoBar */
.logoBar{height: 175px;margin: 0 auto;position: relative;overflow: hidden;}
.logoBar #logo{position: absolute;top: 48px;left: 0px;}


/* 主导航 */
.topNav{z-index: 8;position: relative;margin: 0 auto;background: #5BAB3C;}
.topNav-fixed{ position:fixed; 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);  }
.mainNav { position: relative;  }
.mainNav .li1{height: 60px;line-height: 60px;float: left;_display: inline;position:relative;}
.mainNav .h1{float: left;display:block;width: auto;}
.mainNav .a1{display: block;color: #fff;text-align:center;font-size: 20px; padding:0 35px;}
.mainNav .a1:hover { text-decoration: none; color:#fff;  }
.mainNav .on1 .a1{background-color:#78CB59;}
.mainNav .ul1{
    left: -1px;
    overflow:hidden;
    line-height:28px;
    position:absolute;
    top: 60px;
    width: 100%;
    display:none;
    background: #78CB59;
    z-index: 10;
}
.mainNav .li2{ vertical-align:top; }
.mainNav .a2{border-top: 1px solid #67bd46;font-size: 14px;display:block;line-height: 20px;padding: 8px;color: #fff;text-align: center;}
.mainNav .a2:hover{background: #5BAB3C;color:#fff;text-decoration:none;}

/* s-form */
.s-form{width:215px;height:36px; background:#fff; position:absolute; right:20px; top:12px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; border:2px solid #DEDEDE }
.s-form #inputkeyword{width:150px;position:absolute;left:15px;top: 8px;height:20px;line-height:20px;border:0;outline:none;}
.s-form #search{position:absolute;right: 2px;top:0;height:36px;width:36px;background: url(../images/icons.png) 5px -436px no-repeat;border:0;}

/* 主栏 和 侧栏 */
.mainContent {zoom: 1; overflow:hidden}
.side {width: 260px;float: left; margin-right:20px}



/* 位置导航 */
.path {text-align: left;display: block; height:49px; line-height:49px; border-bottom:1px solid #DEDEDE; margin:0 auto; width:1160px;background:#fff; padding:0 20px; overflow: hidden;color: #666;font-size: 14px; }
.path a, .path span { padding: 0 3px; color: #666; }
.path em {background: url(../images/icons.png) no-repeat 0 -744px;padding-left: 21px;}

/*footer*/
#footer {border-top:4px solid #5BAB3C; background:#fff; position: relative;text-align:center;padding: 20px 0;}
#footer .footNav {padding-bottom: 10px;}
#footer .footNav a {margin: 0 10px;}
#footer .siteWidth{ position: relative;}
#footer .footNav a{ margin: 0 10px; display: inline-block;}
#footer .copyRight{ color:#333; line-height:26px; overflow:hidden; padding:30px 120px 20px; text-align:center;}
#footer .copyRight a{color:#333;}
#footer .copyRight a:hover{text-decoration:underline; color:#fcf069}
#footer .pics{ width:120px; position:absolute; right:0px; top:25px; text-align:center;}
#footer .pics .wzjcrx{line-height:0px; margin-bottom:5px}
#footer .pics .wzjcrx img{width:110px; height:auto}
#footer .pics .jiucuo{line-height:0px;}
#footer .pics .jiucuo img{width:110px; height:auto}
#footer .pics .dzjg{}

/* 信息公开链接组 */
.xxgkBtns{overflow: hidden;border: 1px solid #ebebeb;margin-bottom: 10px; border-top:2px solid #5BAB3C; border-bottom:0}
.xxgkBtns ul{overflow: hidden;}
.xxgkBtns ul li{height: 46px;line-height: 46px;overflow: hidden; border-bottom:1px solid #ebebeb}
.xxgkBtns ul li a{height: 100%;display: block;padding-left: 80px;position: relative;background:url(../images/side-xxgk.png) 50px 15px no-repeat #fff;-webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms;}
.xxgkBtns ul .li2 a{background-position: 50px -94px;}
.xxgkBtns ul .li3 a{background-position: 50px -203px;}
.xxgkBtns ul .li4 a{background-position: 50px -313px;}
.xxgkBtns ul .li5 a{background-position: 50px -421px;}
.xxgkBtns ul li a:hover{ text-decoration:none; padding-left:84px; color:#5BAB3C }


/* box */
.box{ margin-bottom:20px; }
.box .hd{height: 45px;line-height: 45px;position:relative; background:url(../images/line.png) 0 center repeat-x}
.box .hd .more{float:right;color:#999; background:#fff; padding-left:15px;}
.box .hd h3,
.box .hd .on{font-size: 20px;color: #5BAB3C; background:#fff; font-weight:bold; float:left; }
.box .hd h3 a,
.box .hd .on a{ color:#5BAB3C; padding: 0 25px 0 0; display:block; float:left;  }
.box .hd a:hover{ text-decoration:none; }
.box .hd ul{overflow:hidden; background:#fff; float:left; }
.box .hd li{ float:left; font-size: 20px;}
.box .hd li a{display:block;float:left; padding: 0 25px 0 0;}
.box .hd li a:hover{text-decoration:none}
.box .bd{ padding:10px 5px 0 5px; overflow:hidden; }

/* boxA */
.boxA{padding:15px; background:#fff; -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 3px rgba(0, 0, 0, .05); margin-bottom:15px;  }
.boxA .hd{height: 40px;overflow: hidden;line-height: 40px;background: url(../images/bg.png) 0 -75px no-repeat;}
.boxA .hd .more{background: #fff;float:right;color:#999;padding-left: 10px;}
.boxA .hd .more a{color:#999}
.boxA .hd h3{float: left;font-weight: bold;font-size: 16px;padding: 0 10px 0 13px;color: #5BAB3C;background: url(../images/bg.png) 0 -147px no-repeat #fff;}
.boxA .hd h3 a{ color: #5BAB3C;  }
.boxA .hd ul{float: left; _display: inline; overflow: hidden;}
.boxA .hd li{float:left; _display: inline; height: 40px; line-height: 40px; cursor: pointer; padding: 0 20px; color: #333; font-size: 18px;}
.boxA .hd li a{color: #333}
.boxA .hd li a:hover{ text-decoration:none; color: #333}
.boxA .hd .on{ background: #0068b7;}
.boxA .hd .on a{ color: #fff;}
.boxA .hd .on a:hover{color: #fff}
.boxA .bd{padding: 5px; overflow:hidden;}

/* boxB */
.boxB{}
.boxB .hd{height: 40px; background: #0068b7; padding-right: 10px;}
.boxB .hd h3{float: left;_display: inline;height: 40px;line-height: 40px;padding-left: 35px;background: url(../images/icons-1.png) 8px -584px no-repeat;font-size: 16px;color: #fff;}
.boxB .hd h3 a{color: #fff;}
.boxB .hd h3 a:hover{color: #ff0; text-decoration: none;}
.boxB .hd .more{float: right; _display: inline; line-height: 40px; font-size: 12px; color: #fff;}
.boxB .bd{border: 1px solid #e6e6e6; padding: 10px;}

/* boxE */
.boxE{margin-bottom:15px;}
.boxE .hd{height: 40px;line-height: 40px;overflow:hidden;border-bottom: 2px solid #5BAB3C;}
.boxE .hd h3{float:left;padding: 0 20px;background: #5BAB3C;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;}

/* sideBox */
.sideBox{background: #f6f6f6;margin-bottom: 15px;padding: 10px;border-top: 2px solid #5BAB3C;}
.sideBox .hd{}
.sideBox .hd h3{padding-left: 5px;display: block;height: 30px;line-height: 30px;font-size: 18px;color: #5BAB3C;font-weight: bold;}
.sideBox .bd{padding: 10px;}

/* mainBox */
.mainBox .mHd{height: 57px;line-height: 57px; border-bottom:3px solid #DEDEDE; position:relative;  margin-bottom:20px; }
.mainBox .mHd .more{font-size: 12px;float:right;color:#999;}
.mainBox .mHd .path{float:right;}
.mainBox .mHd h3,
.mainBox .mHd .list .on{font-size: 20px; font-weight:bold; color: #5BAB3C; padding: 0 10px; float:left; border-bottom:3px solid #5BAB3C}
.mainBox .mHd h3 a,
.mainBox .mHd .on a{ color:#5BAB3C;  }
.mainBox .mHd a:hover{ text-decoration:none; }
.mainBox .mHd .list{overflow:hidden;}
.mainBox .mHd .list li{ float:left; font-size: 16px;}
.mainBox .mHd .list li a{display:block;float:left;padding: 0 10px;}
.mainBox .mHd .list li a:hover{text-decoration:none}
.mainBox .mBd{ clear:both; overflow:hidden;}

.noSideContent .mainBox .mHd{background:none; padding:0}
.noSideContent .mainBox .mHd .path{float:left;}

/* 信件列表 */
.letterList{width: 100%;}
.letterList th,
.letterList td{text-align: center;font-size: 14px;vertical-align:middle;line-height: 25px;padding: 6px 5px;}
.letterList th,
.letterList .even{background: #f5f5f5;}
.letterList th{color: #5BAB3C;padding: 0px;}
.letterList th.title{text-align: left; padding-left: 38px;}
.letterList .num{display: none;}
.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: 70px;}
.letterList .state{width: 70px;}
.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; }

/* 友情链接 */
.friendLinks{ height:50px; line-height:50px; background:#5BAB3C; overflow:hidden; color:#fff;}
.friendLinks h3{font-size:20px; color:#fff; float:left; margin-right:20px;}
.friendLinks .con{overflow:hidden; font-size:0;}
.friendLinks select{background: #FBFBFB; padding:6px; font-size:14px; background:#63b942; border:1px solid #5BAB3C; color:#fff; vertical-align:middle; width: 18.4%;_width: 18.2%;_display:inline;margin-left:1.6%; }

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px; }
.codeerror { height: 30px; line-height: 30px; overflow: hidden; }
/* 通用底部按钮 */
.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: #f60; 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: #f80; }
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm input[type=text] {border: 1px solid #ccc;height: 30px;padding: 0 10px;}
.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: 30px; }
.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 }

/*页面正文内容-二维码样式*/
.qrCodeBox{text-align: center; margin: 20px auto;}
.qrCodeBox .pic{display: inline-block; *display: inline; margin:0 auto; text-align: center;}
.qrCodeBox .title{margin-top: 10px; height: 20px; line-height: 20px; font-size: 12px !important; color: #999;}