﻿@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: #333;
    min-width: 1200px;
    min-height: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    -webkit-text-size-adjust: none;
    background-color: #f2f2f2;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #e00;
    text-decoration: none;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 20px;
    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;
}
/* 图片经过效果 */
.pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pic a:hover:before{left: 150%;transition: left 1s ease 0s}
/* box */
.box {
    overflow: hidden;
}
.box>.hd {
    height: 47px;
    line-height: 47px;
    position: relative;
    background-color: #f5f5f5;
}

.box>.hd .more {
    float: right; display: block; padding: 0 20px;
    color: #999; 
}
.box>.hd h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 18px;
    font-weight: bold;
}
.box>.hd h3 a {
    display: block;
    padding: 0 30px;
    background: #e2302f;
    color: #fff;
}
.box>.hd h3 a:hover {
    text-decoration: none;
}
.box>.hd ul {
    height: 39px;
}
.box>.hd li {
    float: left;
    height: 39px;
    line-height: 39px;
    margin-right: 15px;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.box>.hd li a {
    display: block;
}
.box>.hd li a:hover {
    text-decoration: none;
}
.box>.hd .on {
    border-bottom: 3px solid #c62626;
    font-weight: bold;
}
.box>.hd .on a {
    color: #c62626;
}
.box>.bd {
    clear: both;
    padding: 10px 4px 0;
    overflow: hidden;
}
.side {
    float: left;
    width: 260px;
    margin-right: 20px;
}
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: #ba060c;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.sideBox .hd h3 {
    font-weight: bold;
}
.sideBox .bd {
    padding:10px 15px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.sideBox .bd .infoList li {
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
    height: auto;
    font-size: 14px;
    line-height: 26px;
} 
.mainContent {
    overflow: hidden;
}
.mainBox .mHd {
    margin-bottom: 20px;
    height: 47px;
    line-height: 47px;
    background-color: #f5f5f5;
}
.mainBox .mHd h3 {
    float: left;
    zoom: 1;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.mainBox .mHd h3 span { background-color: #ba060c; padding: 0 20px; display: block;  }
.mainBox .mBd { clear: both; }
.mainBox .mBd .infoList { padding: 0 10px; }



/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 5px;
    margin: 0 3px 5px 0;
    line-height: 24px;
    height: 24px;
}
.page a:hover,
.page span:hover {
    border: 1px solid #ba060c;
    text-decoration: none;
    color: #ba060c;
}
.page .current {
    background: #ba060c;
    border: 1px solid #ba060c;
    color: #fff !important;
    font-weight: bold;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* frame */
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.rowLast {
    margin: 0;
}
.wrap {
    height: 100%;
}

.top { height: 40px; line-height: 40px; position: absolute; top: 0; left: 0; width: 100%; z-index: 1; }
.top .bg { opacity: 0.1; filter: alpha(opacity=10); background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 40px; z-index: 0;}
.top .container { position: relative; z-index: 1; color: #fff; }
.top span.date { background: url(../img/icons-date.png) no-repeat left center; padding-left: 20px; font-size: 12px; }
.top .getHome { float: right; height: 40px; line-height: 40px; background-color: #ba060c; display: block; padding: 0 15px; color: #fff; }
.top .getHome:hover { background-color: #ac0006; }

/* ========== 顶部 =========== */
.banner {
    position: relative;
    height: 400px;
    overflow: hidden;
    z-index: 0;
}
.banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
/* 导航栏 */
.topNav {
    background-color: #ba060c;
}
.topNav #mainNav {
    height: 60px;
}
.topNav #mainNav .li1 {
    float: left;
    position: relative;
}
.topNav #mainNav .li1 .a1 {
    display: block;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.topNav #mainNav .on1 .a1 {
    background-color: rgba(0,0,0,0.1);
    color: #fff;
}
.topNav #mainNav .ul1 {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px;
    background: #9b0005;
    width: 270px;
    display: none;
    z-index: 10;
    text-align: center;
}
.topNav #mainNav .li2 {
    float: left;
    width: 50%;
    vertical-align: top;
}
.topNav #mainNav .a2 {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}
.topNav #mainNav .a2:hover {
    background: #4582d5;
    text-decoration: none;
}
.topNav #mainNav .last1 .ul1 {
    left: auto;
    right: 0;
}
.path { margin-bottom: 15px;}
.path a, .path span {
    margin: 0 5px;
}
.path em {
    padding-left: 30px;
    background: url(../img/path.png) no-repeat 5px center;
}
/* 内容区 */
#content {
    overflow: hidden;  width: 1160px; margin: 0 auto; padding: 20px; background-color: #fff;
}

.mainContent {
    overflow: hidden;
}
.boxLoop {
    overflow: hidden; clear: both;
}
.box-block {
    width: 430px;
    margin-right: 20px;
}
.box-block .bd {
    height: 210px;
}

/* side-box */
.side-box { overflow: hidden; background-color: #f5f5f5; }
.side-box .hd { background-color: #e2302f; height: 47px; line-height: 47px; text-align: center;}
.side-box .hd h3 {  font-weight: bold; color: #fff;  font-size: 18px; }
.side-box .hd h3 a { color: #fff; }
.side-box .hd a.more { float: right; color: #fff; font-size: 14px; padding-right: 10px; }

.box-tel { height: 267px; }
.box-tel .bd { padding:15px 20px; font-size: 15px;}
.box-tel .bd p { line-height: 22px; padding: 5px 0; }


/* infoList */
.infoList li { line-height: 34px; height: 34px;  font-size: 16px; overflow: hidden;}
.infoList li span.date { float: right; color: #999; font-size: 14px; padding-left: 20px; }
.infoList li.split {
    height: 0;
    padding: 0;
    margin: 10px 0;
    border-bottom: 1px dotted #ddd;
    background: none;
}

.infoList li, .topicList .n {
   background: url(../img/icon.png) no-repeat left center; padding-left: 20px;
   white-space: nowrap;
   text-overflow: ellipsis;
}


/* newsList */
.newsList { padding: 0 25px 15px;}
.newsList li { height: 46px; line-height: 46px; font-size: 16px; border-bottom: 1px dashed #ddd; overflow: hidden; background: url(../img/icon.png) no-repeat left center; padding: 0 5px 0 15px; white-space: nowrap; text-overflow: ellipsis;}
.newsList .date { float: right; color: #999; font-size: 14px;}

/* box-photo */
.box-photo .bd { padding:20px 0 10px; }
.box-photo .bd li { text-align: center; margin-right: 18px; width: 225px; float: left; }
.box-photo .bd .pic img { height: 170px; width: 225px;}
.box-photo .bd .title { line-height: 22px; max-height: 44px; overflow: hidden; padding-top: 8px; }

/* top-box */
.top-box { float: right; width: 610px; }
.top-box .topicList .t { border-bottom: 1px dashed #ccc; height: 110px; margin-bottom: 15px; }
.top-box .topicList .t .title {  padding: 10px 0; text-align: center;}
.top-box .topicList .t .title a { font-size: 22px; font-weight: bold; color: #ba060c;}
.top-box .topicList .t .intro { text-indent: 2em; color: #777; }
.top-box .topicList li.n { line-height: 34px; height: 34px;font-size: 16px; overflow: hidden;}
.top-box .topicList li.n span.date { float: right; color: #999; font-size: 14px; }

/* 焦点图 */
#focusNews { width:430px; height:320px; overflow:hidden; float:left;  position: relative; margin-right: 20px;}
#focusNews .hd{ position:absolute; height:12px; overflow:hidden; bottom:16px; right:5px; z-index:2; font-size: 0; text-align: center; }
#focusNews .hd li { float: left; zoom:1; background-color:#fff;cursor:pointer;width:12px;height:12px; margin-right: 5px; }
#focusNews .hd li.on{ background-color:#f00;  }
#focusNews .hd li span { display: none; }
#focusNews .bd { overflow:hidden; }
#focusNews .bd li { position: relative; }
#focusNews .bd .pic {  width:450px; height:320px; overflow: hidden;z-index:0; text-align:center; }
#focusNews .bd .pic img { width:450px; height:320px;}
#focusNews .bd .title { height:45px; width:100%; line-height: 45px; position: absolute;  text-indent: 1em; bottom: 0; left: 0; background: url(../img/png.png) repeat;  }
#focusNews .bd .title a { font-size: 16px; color: #fff;}


/*box-news*/
.box-news { float: left; margin-right: 20px; width: 430px; }
.box-news .infoList li { height: 32px; line-height: 32px; }

/* box-notice */
.box-notice .hd { background-color: #e37b14; }
.box-notice .bd { height: 253px; padding: 10px 20px; }

.infoListA li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cecece;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.infoListA .date {
    color: #999;
    float: right;
    padding-left: 10px;
    font-size: 14px;
}
/* 底部 */
#footer {
    padding: 20px 0;
    line-height: 24px;
    font-size: 14px;
    /*background: #ba060c url(../img/bg.png) repeat;*/
    background: #ba060c;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
#footer a {
    color: #fff;
}

/* 文章列表页 -----------------------------------------*/
#sideMenu .bd {
    padding: 20px 20px 10px;
}
#sideMenu .bd li {
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
}
#sideMenu .bd li a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}
#sideMenu .bd li a :hover, #sideMenu .bd li.on a {
    background: #da3c26;
    color: #fff;
}


/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    
    float: left;
    width: 30%;
    margin: 1.5% 3% 2.5% 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic {
    padding: 3%;
    border: 1px solid #ddd;
}
.picPageList .pic img {
    height: 192px;
    width: 100%;
}
.picPageList .title{
    overflow: hidden;
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picPageList .titleBg {
    display: none;
}

.picPageList li:hover .pic {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}



/* 内容带图片的信息列表_图片判断式 */
.pageTPList li {
    padding: 15px;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}
.pageTPList .pic {
    float: left;
    margin-right: 15px;
    width: 140px;
}
.pageTPList .pic img {
    width: 100%;
    height: auto;
}
.pageTPList .con {
    overflow: hidden;
    zoom: 1;
}
.pageTPList .title {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pageTPList .intro {
    margin-bottom: 10px;
    line-height: 25px;
    color: #777;
    max-height: 50px;
    _height: 50px;
    overflow: hidden;
    font-size: 14px;
}
.pageTPList .title a:hover {
    text-decoration: none;
}
.pageTPList .intro .more {
    display: none;
}
.pageTPList .others {
    font-size: 13px;
    color: #aaa;
}
.pageTPList .others span {
    margin-right: 15px;
}
.pageTPList .node {
    color: #aaa;
    margin-right: 15px;
}
.pageTPList .last {
    border-bottom: 0;
    margin-bottom: 0;
}
.pageTPList .on {
    background: #F9F9F9;
}
.pageTPList .bds_more,
.pageTPList #bdshare {
    vertical-align: middle;
    background: url(../../base/img/icons.png) 0 -2142px no-repeat !important;
    padding: 0 !important;
    width: 17px !important;
    height: 17px !important;
    float: none !important;
    *display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 文章内容页 -----------------------------------------*/
.articleCon {
    text-align: left;
    padding: 20px 40px;
}
.printArea .title {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #888;
    border-bottom: 1px dotted #ddd;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 20px;
    overflow: hidden;
}
.printArea .conTxt img {
    max-width: 800px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 20px;
}
.printArea .conTxt a {
    color: #3069b8;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic;
}
.printArea .conTxt ul, .printArea .conTxt ol {
    padding-left: 2em;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}
.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}
.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}
.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}
.printArea .conTxt h1, .printArea .conTxt h2, .printArea .conTxt h3, .printArea .conTxt h4, .printArea .conTxt h5, .printArea .conTxt h6, .printArea .conTxt b, .printArea .conTxt strong {
    font-weight: bolder;
}
.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    background: #000;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 0;
    color: #666;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
    margin: -5px 0;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

/*返回顶部*/
#gotop{ position:fixed; bottom:-70px; right:30px; width:40px; height:40px; background:url(../img/gotop.png) no-repeat center #9f9f9f; cursor:pointer;  transition:0.5s;   -moz-transition:0.5s;   -webkit-transition: 0.5s;   -o-transition:0.5s; _display:none;}
#gotop:hover{ background:url(../img/gotop.png) no-repeat center #9b0005; }


/* 依申请、信访、咨询等通用 查询结果页样色 */
.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}

/* 顶部注册登录 */
#top .userLogged{margin-top:5px;}
#top .userLogged .notlogged .split{margin:0px}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#1d86d5 !important;border-bottom:3px solid #1d86d5 !important;}
.user-mainbox .loginBtn {background: #1d86d5 !important;}
.user-mainbox .loginBtn:hover { background: #2f95e2 !important;}