﻿@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: #a40000;
    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;
    background: url(../img/bg.jpg) center 0 no-repeat #f7f7f7;
}
.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 .siteWidth {
    height: 360px;
    position: relative;
}
#header .logo{
    float: left;
    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{
    float: right;
    margin-top: 30px;
}
.Home a{
    display: block;
    padding: 0 30px;
	height: 36px;
    font-size: 18px;
    color: #fff;
	background-color: #a40000;
    border-radius: 500px;
    line-height: 36px;
    text-align: center;
}
.Home a:hover{
    background-color: #980003;
}
.Home a:hover{
    color: #f1d957;
}
.content {
    width: 1200px;
    padding: 20px 20px 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    border-radius: 10px;
}



.nav {
    height: 60px;
    line-height: 60px;
    background-color: #a40000;
}
.nav ul {
	width: 1200px;
    margin: auto;
    overflow: hidden;
}
.nav li {
    float: left;
    width: 16.6666%;
}
.nav li a {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 18px;
}
.nav li.on1 a,.nav li:hover a{
    background-color: #830003;
}

/*底部 */
#footer{clear: both;padding: 30px 0;background: #8f000b;color: #fee0e0;font-size: 14px;}
#footer a{color: inherit;}
#footer .siteWidth{ position: relative; overflow: visible; text-align: left;}
#footer .qrCode{ position: absolute; right: 0; top: 50%; margin-top: -45px; }
#footer .qrCode li{ float: left; margin: 0 10px; }
#footer .qrCode .pic img{ width: 90px; height: 90px; }

/* 通用信息列表DOT */
.infoList{ text-align:left;}
.infoList li { height:36px; line-height:36px; overflow:hidden;  padding-left:16px; background:url(../img/dot-01.png) no-repeat 0px center;}
.infoList li a{overflow:hidden;}
.infoList li .date{ float:right; color:#999;  }

/* 首页 ----------------------------------*/
.row { background: #fff; padding: 20px; margin-bottom: 20px; }
.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: #a40000;
    border-bottom: 4px solid #a40000;
}
.topnew .toplist li .date-box em{
    color: #a40000;
    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{ overflow: hidden; }
#indZyjs .indbox{ width: auto; }
#indZyjs .topinfoList .t{border-bottom: 1px dashed #d2d1d1;padding-bottom: 23px;margin-bottom: 25px;}
#indZyjs .topinfoList .t .title{text-align: left;font-size: 18px;line-height: 24px;margin: 0 0 8px;font-weight: 600;}
#indZyjs .topinfoList .t .title a{color: #333333;}
#indZyjs .topinfoList .t .intro{font-size: 16px;line-height: 30px;color: #666;padding: 0;}

#flink{ width: auto; }
#flink .infoList{ overflow: hidden; }
#flink .infoList li{float: left; margin-right: 35px;}


.focusBox {
    width: 570px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}
.focusBox .hd {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 14px;
}
.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.focusBox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.focusBox .hd ul li span{
    display: none;
}
.focusBox .hd ul li.on {
    background: #cc0001;
    color: #fff;
}
.focusBox .bd {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .pic {
    position: relative;
    z-index: 0;
    height: 350px;
}
.focusBox .bd .pic img {
    width: 600px;
    height: 350px;
}
.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.focusBox .bd .con .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    padding-left: 15px;
}
.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: 40px;
}
.indbox{
    width: 560px;
}
.indbox .ihd{
    height: 40px;
    line-height: 30px;
    border-bottom: 3px solid #eeeeee;
    margin-bottom: 20px;
}
.indbox .ihd h3{
    float: left;
    height: 38px;
    padding: 0 16px;
    border-bottom: 5px solid #a40000;
    font-size: 22px;
    color: #a40000;
    font-weight: 600;
}
.indbox .ihd h3 a { color: inherit; }
.indbox .ihd .more{
    float: right;
    font-size: 14px;
    color: #666666;
}
.indbox .ibd .infoList .t{
    height: 150px;
    margin-bottom: 20px;
}
.indbox .ibd .infoList .t .pic{
    float: left;
    width: 225px;
	height: 150px;
    margin-right: 20px;
}
.indbox .ibd .infoList .t .con .title{
    font-size: 18px;
	line-height: 1;
    font-weight: 600;
    padding: 20px 0 15px;
}
.indbox .ibd .infoList .t .con .intro{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.indbox .ibd .infoList .n{
    font-size: 18px;
	line-height: 50px;
    height: 50px;
    padding-left: 30px;
    background: url(../img/list_icon.png) 0 center no-repeat;
}
.indbox .ibd .infoList .n a{
    color: #000000;
}
.indbox .ibd .infoList .n .date{
    float: right;
    font-size: 14px;
    color: #999999;
}
.indbox .ibd a:hover,.topinfoList a:hover{
    color: #a40000!important;
}

.newsList {
    padding: 0 10px;
}
.newsList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 30px;
    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;
}
/* 文章列表页 ----------------------------------*/
.side {
    float: left;
    width: 310px;
    margin-right: 30px;
}
.mainContent {
    overflow: hidden;
}
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    height: 50px;
    line-height: 50px;
    background-color: #a40000;
    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: #a40000;
}
.menuList li.on a,.menuList li:hover a{
    color: #fff;
}
.mainBox {
    background: #fff;
    padding: 20px;
}
.mainBox .mHd {
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.mainBox .mHd h3 {
    float: left;
    width: 170px;
	height: 50px;
    background: url(../img/mhd_bg.png) no-repeat;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.mainBox .mHd .path {
    float: right;
}
.mainBox .mBd{
    padding: 0 10px;
}
.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;
    background: #fff;
    padding: 40px 60px;
}
.printArea .title {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    color: #a40000;
    font-weight: 500;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 30px;
    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 .vedioPlayer {
    position: relative;
    z-index: 1500;
    background: #000;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {font-size: 14px;border-bottom: 1px dashed #ddd;overflow: hidden;text-align: left;margin-bottom:20px;padding:10px 0;}
.articleCon .userControl .a{color:#777; margin:10px 10px 0 0; float:left;}
.articleCon .userControl .bdsharebuttonbox { float: right; }
.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 淡蓝色边框
--*/