﻿@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: 16px;
    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;
}
body a:hover {
    color: #be272a;
    text-decoration: none;
}
.clear {
    clear: both;
}
.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;
}
/* frame */
html {
    background: #F3F3F3;
}
body {
    text-align: center;
    min-width: 1200px;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    text-align: left
}
.topBar {
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
	box-shadow: 0px 1px 3px 0px rgba(3, 0, 0, 0.06);
	opacity: 0.8;
    font-size: 12px;
    overflow: hidden
}
.topBar .links {
    float: right;
}
.topBar .links a {
    margin: 0 10px;
}
#header{
    background-position: center top;
    background-repeat: no-repeat;
}
#header .siteWidth {
    height: 412px;
    position: relative;
}
#header .siteWidth img{
    margin: 20px 0 0;
}
#header .siteWidth h3{
    font-size: 80px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 110px;
    letter-spacing: 4px;
    color: #eff37e;
    text-align: center;
    text-shadow: 6px 6px 0px #a80d07;
}
.Home{
    width: 120px;
	height: 30px;
	background-color: #be272a;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    float: right;
    margin-top: 30px;
}
.Home:hover{
    background-color: #980003;
}
.Home a{
    font-size: 18px;
	color: #ffffff;
}
.Home:hover a{
    color: #f1d957;
}
.content {
    background: #fff;
    width: 1200px;
    padding: 20px 20px 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    border-radius: 10px;
}
#footer {
    background-color: #c80000;
    font-size: 14px;
    clear: both;
    padding: 15px 0;
    color: white;
}
#footer a{
    color: white;
}
.footer-box{
    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;
}
.nav {
    height: 53px;
    line-height: 53px;
    background:url(../img/nav_bg.png) center  no-repeat;
}
.nav ul {
	width: 1160px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}
.nav li {
    float: left;  
}
.nav li a {
    color: #fff;
    display: block;
    padding: 0;
    width: 165px;
    font-size: 18px;
    font-weight: 600;
}
.nav li.on1 a,.nav li:hover a{
    background-color: #c80000;
}

/* 首页 ----------------------------------*/
.topnew{
    margin: 35px 0;
    height: 100px;
}
.topnew .toplist li{
    float: left;
    width: 345px;
	height: 60px;
	background-color: #f5f5f5;
    padding: 20px;
	border-radius: 5px;
    margin-right: 20px;
}
.topnew .toplist li.last{
    margin:0;
}
.topnew .toplist li .date-box{
    float: left;
    margin-right: 20px;
}
.topnew .toplist li .date-box .date{
    font-size: 50px;
	font-weight: 600;
	line-height: 47px;
	color: #be272a;
    border-bottom: 4px solid #be272a;
}
.topnew .toplist li .date-box em{
    color: #be272a;
    font-size: 16px;
}
.topnew .toplist li .title{
    font-size: 18px;
    font-stretch: normal;
    line-height: 1;
    color: #333;
    text-align: left;
    margin: 0 0 10px;
}
.topnew .toplist li .title a{
    color: #2d2d2d;
}
.topnew .toplist li .intro{
    font-size: 14px;
    line-height: 19px;
    color: #666;
}

.topnew .toplist li:hover{
    background-color: #faaf2e;
}
.topnew .toplist li:hover .date-box .date,.topnew .toplist li:hover .date-box em,.topnew .toplist li:hover .title a,.topnew .toplist li:hover .intro{
    color: #fff;
}
.topnew .toplist li:hover .date-box .date{
    border-color: #fff;
}

#indZyjs .right-box{width: 630px;float:right;}
#indZyjs .topinfoList .t{border-bottom: 1px dashed #d2d1d1;margin-bottom: 10px;padding: 18px 8px 18px;}
#indZyjs .topinfoList .t .title{text-align: left;font-size: 22px;line-height: 22px;font-weight: 600;margin-bottom: 20px;}
#indZyjs .topinfoList .t .title a{color: #333333;}
#indZyjs .topinfoList .t .intro{font-size: 14px;line-height: 26px;color: #666;padding: 0;text-indent: 2em;}
#indZyjs .ihd{height: 36px;line-height: 36px;background: url(../img/line_bg.png) center no-repeat;text-align: center;margin-bottom: 30px;}
#indZyjs .ihd a{height: 36px;line-height: 36px;padding-left: 42px;background: url(../img/new_icon.png) 0 center no-repeat;margin: auto;color: #c80000;font-size: 28px;font-weight: 600;}
#indZyjs .topinfoList .n{font-size: 16px;line-height: 36px;letter-spacing: 0px;color: #333333;height: 36px;}
#indZyjs .topinfoList .n a{padding-left: 13px;background: url(../img/list_icon.png) 0 50% no-repeat;}
#indZyjs .topinfoList .n .date{float: right;color: #999999;}

.focusBox {
    width: 540px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 40px;
}
.focusBox .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 7px;
}
.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.focusBox .hd ul li {
    display: inline-block;
    margin: 0 2px;
    width: 34px;
    height: 5px;
    line-height: 10px;
    text-align: center;
    background: #b4b4b4;
    cursor: pointer;
    font-size: 12px;
}
.focusBox .hd ul li span{
    display: none;
}
.focusBox .hd ul li.on {
    background: #b92626;
    color: #fff;
}
.focusBox .bd {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .pic {
    position: relative;
    z-index: 0;
}
.focusBox .bd .pic img {
    width: 540px;
    height: 350px;
}
.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 70px;
    line-height: 95px;
    text-align: center;
}
.focusBox .bd .con .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
.focusBox .bd .con .title a {
    color: #fff;
}
.focusBox .bd .con .titleBg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 70px;
}
.indbox{
    width: 568px;
    margin-bottom: 40px;
}
.indbox .hd{height: 50px;line-height: 50px;background: url(../img/hd_line.png) 320px 50% repeat-x;margin-bottom: 25px;}
.indbox .hd li{width: 153px;height: 50px;text-indent: 36px;font-size: 20px;font-weight: 600;line-height: 50px;float: left; background: white;}
.indbox .hd li a{color: #333;}
.indbox .hd li.on{background:white url(../img/hd_li.png) no-repeat;}
.indbox .hd li.on a{color: #fff;}
.indbox .hd .moreBtn{float: right;height: 50px;line-height: 50px;font-size: 14px;color: #999;padding-right: 20px; padding-left: 5px; background: white url(../img/more_icon.png) 30px center no-repeat;}
.indbox .hd .moreBtn:hover{color:#be272a;}
.indbox .bd .infoList li{line-height: 46px;height: 46px;border-bottom: 1px dashed #eaeaea;font-size: 16px}
.indbox .bd .infoList li a{padding-left: 28px;background: url(../img/list_icon.png) 15px 50% no-repeat;}
.indbox .bd .infoList li .date{float:right;color: #999;}

.row .hd{height: 40px;background-color: #f5f5f5;line-height: 40px;margin-bottom: 20px;}
.row .hd h3{float:left;padding: 0 25px;background-color: #c80000;}
.row .hd h3 a{color: #fff;font-size: 18px;font-weight: 600;}
.row .hd .more{float:right;font-size: 14px;color: #999;margin-right: 20px;}
.picinfoList li{float:left;margin-right: 20px;}
.picinfoList li.last{margin-right: 0;}
.picinfoList li .pic{width: 224px;height: 140px;}
.picinfoList li .title{width: 200px;margin: auto;text-align: center;height: 60px;line-height: 28px;margin: 10px 0 20px;}


.newsList {
    padding: 0 10px;
}
.newsList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 14px;
    background: url(../img/list_icon.png) 0 50% no-repeat;
    font-size: 16px;
}
.newsList .split {
    background: none;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 15px 0;
}
.newsList .date {
    float: right;
    color: #999;
}
/* 文章列表页 ----------------------------------*/

.mainContent {
    width: 100%;
}
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    height: 50px;
    line-height: 50px;
    background-color: #be272a;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.sideBox .bd {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    overflow: hidden;
}
.menuList li{
    height: 40px;
    line-height: 40px;
	border-radius: 5px;
    text-indent: 108px;
    background: url(../img/slid_off.png) 90px center no-repeat;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.menuList li a{
    font-size: 16px;
    color: #333333;
}
.menuList li.on,.menuList li:hover{
    background-color: #be272a;
}
.menuList li.on a,.menuList li:hover a{
    color: #fff;
}

.mainBox .mHd {
    height: 50px;
    line-height: 50px;
    background: url(../img/hd_line.png) 185px 50% repeat-x;
    margin-bottom: 30px;
}
.mainBox .mHd h3 {
    float: left;
    width: 153px;
    height: 50px;
    background: url(../img/hd_li.png) no-repeat;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding-right: 30px;
    background-color: #fff;
}
.mainBox .mHd .path {
    float: right;
}
.path {
    height: 32px;
    line-height: 32px;
    font-size:14px;
    color: #333333;
    margin-bottom: 20px;
}
.path a,
.path span {
    margin: 0 5px;
    color: #333;
}
.art-path{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
    background: url(../img/round.png) 5px 50% no-repeat;
}

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 34px;
}
.page a,
.page span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #d4d4d4;
    padding: 0 15px;
    margin-right: 5px;
    font-size: 12px;
    color: #666666;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
}
.page a:hover {
    border: 1px solid #bf1107;
    text-decoration: none;
    color: #bf1107;
}
.page .current {
    background: #bf1107;
    border: 1px solid #bf1107;
    color: #fff !important;
    font-weight: bold;
    padding: 0 10px;
}
.page select {
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    background: #fff;
    border: 0 solid #d1d1d1;
    vertical-align: middle;
}
/* .page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
} */
.sidePicList {
    text-align: center;
}
.sidePicList li {
    margin-bottom: 15px;
}
.sidePicList .pic {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.sidePicList .pic img {
    width: 100%
}
.sidePicList .title {
    text-align: left;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.infoListA li {
    line-height: 22px;
    padding: 8px 0 8px 12px;
    background: url(../img/icons.png) 0 -74px no-repeat;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    font-size: 14px;
}
.infoListA .date {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}
.infoListA .last {
    border-bottom: 0
}
.picList li {
    margin-bottom: 15px;
    font-size: 14px;
}
.picList .pic a {
    padding: 1px;
    border: 1px solid #ddd;
    display: block;
}
.picList .pic img {
    width: 100%;
}
.picList .pic a:hover {
    border-color: #bbb
}
.picList .title {
    line-height: 24px;
    padding-top: 5px;
}
.picList .last {
    margin-bottom: 0
}
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -40px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}
.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 31%;
    margin: 0 15px 20px 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic {
    margin: 3%;
}
.picPageList .pic img {
    height: auto;
    width: 100%;
}
.picPageList .title,
.picPageList .titleBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    z-index: 3;
    color: #fff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.picPageList .titleBg {
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2
}
.picPageList .title a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px
}
.picPageList li:hover {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}
.picPageList li:hover .title,
.picPageList li:hover .titleBg {
    height: 56px;
}

/* 文章内容页 -----------------------------------------*/
.articleCon {
    text-align: left;
    padding: 0px 50px 20px;
}
.printArea .title {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    color: #a73325;
    font-weight: 500;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 10px 25px;
    text-align: center;
    color: #777;
    border: none!important;
    border-bottom: 1px dashed #c7c7c7!important;
    background: transparent!important;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.printArea .conTxt img {
    display: block;
    margin: auto!important;
    max-width: 800px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 20px;
}
.printArea .conTxt a {
    color: blue;
    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;
}
.printArea .videoPlayer>div {
    display: inline-block
}
.articleCon .userControl {
    font-size: 14px;
    border: 1px dotted #ddd;
    background: #fafafa;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 5px;
    line-height: 40px;
}
.articleCon .userControl .dyBtn {
    color: #b61c07;
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
    margin-top: 5px;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .others {
    margin: 30px 0;
}
.articleCon .others span{
    font-size: 16px;
    color: #b61c07;
}
.articleCon .others a,.articleCon .others .date{
    font-size: 16px;
    color: #333333;
}
.articleCon .others a:hover{
    color: #cc0000;
}
.articleCon .others .prev,
.articleCon .others .next {
    padding: 5px 0;
}
/* 相关信息 */
#relativeInfo {
    border-bottom: 1px solid #ddd;
}
#relativeInfo .bd {
    padding: 10px 0 20px 0;
}
#relativeInfo ul {
    overflow: hidden;
}
#relativeInfo li {
    float: left;
    width: 50%;
}
.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}

/*--
颜色代码
#BB0000 深色标题
#ddd 淡蓝色边框
--*/