﻿@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;
    font-size: 14px;
    line-height: 30px;
    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: #dc2d19;
    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 !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;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    overflow:hidden;
}
.container {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
.column{overflow:hidden;}

/* frame */
html {}
body {
    text-align: center;
    min-width: 1200px;
}
.wrap{
    background: url(../img/bgColumnC.jpg) no-repeat center 1230px #fff;
}
#header{
    background:url(../img/banner.jpg) no-repeat center top;
}
#header .dateTime{float:left;position:relative;z-index:5;}
#header .back{
    padding-left:30px;
    background:url(../img/Home.png) no-repeat 10px center;
    color:#990408;
}
#header.header-topNav-fixed {
    z-index: 9999;
}
#content {
    margin: 0 auto;
    max-width: 1200px;
    _width: 1200px;
    position: relative;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer{background-color:#b00c16;padding:10px 0;margin-top:20px;}
#footer .copyRight,#footer a,#footer span,#footer{color:#fff!important;}
#footer #ideConac {
    position: absolute;
    left: 205px;
    top: 15px;
    z-index: 9;
}
.bottom-wl{margin-top: 10px;}

/* 位置导航 */
.path {
    color: #666;
    line-height: 30px;
    text-align: left;
    max-width: 1240px;
    _width: 1240px;
    margin: 0 auto 20px;
    font-size: 14px;
    padding-bottom:10px;
    border-bottom: 1px #e2e2e2 dotted;
}
.path a, .path span {
    padding: 0 3px;
    color: #666;
}
.path em {
    background: url(../img/path.png) no-repeat 0 center;
    padding-left: 26px;
}

.headerTop {
    position: relative;
    height:40px;
    line-height:40px;
    padding-bottom: 360px;
}
.headerTop .bg{position:absolute;left:0;top:0;z-index:1;background-color:#fff;width:100%;height:40px;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.headerTop .linksBox  {
    float:right;
    position:relative;
    z-index:5;
}
.logoBox{
    position:relative;
    width:1200px;
    margin:0 auto;
    height:180px;
}
.logoBox #logo{
    float:left;
    margin-top:35px;
}
/* 搜索框 */
.siteSearchBar {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 62px;
}
.siteSearchBar .bg{
    display:block;
    width:100%;
    height:100%;
    background-color:#000;
    border-radius: 100px;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.s-form {
    position:absolute;
    right:0;
    top:12px;
    z-index: 3;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    width: 300px;
    display: none;
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    width: 200px;
    vertical-align: top;
    *
    margin: -1px 0;
    height: 35px;
    border: none;
    font-size: 12px;
    padding: 0 5px 0 10px;
    line-height: 35px;
    border-right: 0;
    outline: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.s-form .btn-box {
    position:absolute;
    right: 15px;
    top: 1px;
    z-index:8;
}
.s-form .btn-box input {
    height: 25px;
    overflow: hidden;
    border: none;
    width: 22px;
    outline: none;
    background:url(../img/search.png) no-repeat;
    text-indent: -9999px;
}
.s-form .btn-box input:active {
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    width: 85px;
    height: 35px;
    border: none;
    background: #fff;
    border-right: none;
    position: relative;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.s-form .select-box ul {
    position: absolute;
    background: #fff;
    border-top: 0;
    line-height: 1.8;
    display: none;
    left: 15px;
    top: 35px;
    border: none;
    width: 257px;
    padding: 5px;
}
.s-form .select-box ul li {
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    float: left;
    width: 70px;
    line-height: 24px;
}
.s-form .select-box ul li:hover {
    color: #E20500;
    background: #f1f1f1;
}
.s-form .select-box .s-option {
    display: inline-block;
    line-height: 35px;
    width: 80px;
    text-align: center;
    font-size: 12px;
}
.s-form .select-box a:hover {
    text-decoration: none;
}
.s-form .select-box .arrow-dn {
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #666 transparent transparent;
    position: absolute;
    right: 10px;
    top: 16px;
    transition: -webkit-transform .1s ease-in-out;
    transform: translate3d(0, 0, 999px);
    backface-visibility: visible;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -webkit-backface-visibility: visible;
    -moz-transition: -moz-transform .2s ease-in-out;
    -moz-transform: translate3d(0, 0, 999px);
    -moz-backface-visibility: visible;
}
.s-form .select-box .arrow-hover {
    border-color: transparent transparent #666 transparent;
    top: 10px;
}

/*导航菜单*/
#li-home{display: none}
.navBox {margin-bottom: 20px;background:url(../img/bgNav.jpg) repeat;}
.topNav{height: 60px;width:1200px;margin:0 auto;position: relative;}
.mainNav{overflow:hidden;}
.mainNav li{float:left;line-height:60px;width: 240px;text-align:center;}
.mainNav li .h1{background-image:url(../img/navIcons.png);background-repeat:no-repeat;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;}
.mainNav li a{font-size:18px;color:#fff;display:block;padding-left: 35px;}
.mainNav li.on1 .h1,.mainNav li.currentItem .h1{background-color:#7e0003;border-top-left-radius:5px;border-top-right-radius:5px;}
.mainNav li.on1 a,.mainNav li.currentItem a{color:#fff29b;}

.mainNav #li-home .h1{background-position: 60px 20px;}
.mainNav #li-sdzdjs .h1{background-position: -150px 22px;}
.mainNav #li-sdgztj .h1{background-position: -370px 21px;}
.mainNav #li-hzzfgs .h1{background-position: -620px 21px;}
.mainNav #li-zfjdgk .h1{background-position: -1050px 19px;}
.mainNav #li-fywsgk .h1{background-position: -1275px 17px;}

.mainNav #li-home.on1 .h1{background-position: 60px -40px;}
.mainNav #li-sdzdjs.on1 .h1{background-position: -150px -37px;}
.mainNav #li-sdgztj.on1 .h1{background-position: -370px -40px;}
.mainNav #li-hzzfgs.on1 .h1{background-position: -620px -40px;}
.mainNav #li-zfjdgk.on1 .h1{background-position: -1050px -38px;}
.mainNav #li-fywsgk.on1 .h1{background-position: -1275px -37px;}

/* 焦点图切换-新闻内容 */
#focusNews{float:left;width:550px;margin-bottom:0;}
.focusBox {overflow: hidden;position: relative;}
.focusBox .hd {position: absolute;z-index: 1;right: 4px;bottom: 14px;}
.focusBox .hd ul {overflow: hidden;zoom: 1;float: left;}
.focusBox .hd ul li {float: left;margin-right: 10px;width: 12px;height: 12px;line-height: 12px;text-align: center;background: #fff;
    cursor: pointer;color: #fff;border-radius:100px;}
.focusBox .hd ul li.on {background: #ff9c00;color: #fff;}
.focusBox .hd ul li span {display: none;}
.focusBox .bd {position: relative;overflow: hidden;}
.focusBox .bd li {position: relative;}
.focusBox .bd .pic {position: relative;z-index: 0;line-height: 0;}
.focusBox .bd .pic img {width: 100%;height: 340px;border: 0;}
.focusBox .bd .con {position: absolute;width: 100%;z-index: 1;bottom: 0;height: 45px;line-height: 45px;text-align: left;}
.focusBox .bd .con .title {position: absolute;width: 76%;bottom: 0;left: 0;z-index: 1;height: 100%;overflow: hidden;}
.focusBox .bd .con .title a {color: #fff;padding-left: 10px;text-decoration: none;}
.focusBox .bd .con .titleBg {position: absolute;width: 100%;z-index: 0;bottom: 0;left: 0;background: #000;
    filter: alpha(opacity=60);opacity: 0.6;height: 45px;}

/*topNews*/
.topNews{margin-top: 30px;border-bottom:1px #e2e2e2 dotted;padding-bottom:20px;}
.topNews .title{margin-bottom:10px;text-align:center;}
.topNews .title .tit{font-size:30px;color:#231616;}
.topNews .intro{color:#6e6e6e;line-height:26px;text-indent:2em;}

/*columnA*/
#columnA{margin-top:10px;}
#sdgztj{float:right;width:585px;}
#sdzdjs{float:left;width:585px;}

/*columnB*/
#columnB{margin-top:20px;}
#columnB .box{float:left;/*width:380px; */ width:49%;}
/*#zfzt,#zfjdgk{margin-right:30px;}*/
#fywsgk { float:right !important;}
#zfzt .hd h3{background:url(../img/zfztHd.png) no-repeat center;font-size: 18px;color: #b00c16;display:block;font-weight:bold;text-align:center;}
#zfzt .bd{position:relative;padding-bottom:20px;}
#zfzt .cBd{width:380px;}
#zfzt .cBd .tempWrap{width: 380px !important;}
#zfzt .cBd ul{zoom: 1;overflow: hidden;width: 380px !important;margin: -4px !important;}
#zfzt .cBd ul li{width:85px;height:31px;line-height:31px;background-color:#fafafa;border:1px #eee solid;border-radius:5px;text-align:center;float:left;margin: 4px;overflow:hidden;}
#zfzt .cHd{position:absolute;bottom:0;left:0;height:10px;z-index:9;width: 100%;}
#zfzt .cHd ul{overflow:hidden;width:40px;margin:0 auto;}
#zfzt .cHd ul li{background-color:#9e9e9e;float:left;width:10px;height:10px;border-radius:100px;margin-right:10px;text-indent:-9999px;cursor:pointer;}
#zfzt .cHd ul li.on{background-color:#c72e37;}

#zfjdgk .hd h3{background:url(../img/zfjdgkHd.png) no-repeat center;}
#fywsgk .hd h3{background:url(../img/zfjdgkHd.png) no-repeat center;}
#zfjdgk .con,#fywsgk .con{ overflow:hidden;}


/*topicBox*/
.topicBox .hd{border-bottom:2px #f1f1f1 solid;height:58px;}
.topicBox .hd .more{float:right;display:block;width:72px;height:30px;border:1px #f1f1f1 solid;text-align:center;margin:15px 10px 0 0;}
.topicBox .hd h3{border-bottom:3px #990408 solid;float:left;padding:0 20px;line-height:58px;margin-top:-3px;}
.topicBox .hd h3 a{font-size:25px;color:#990408;display:block;padding-top:2px;}

/*通用盒子*/
.box .hd{height:60px;overflow:hidden;line-height:60px;}
.box .hd .more{float:right;display:inline-block;padding:0px 10px;border:1px #e8e8e8 solid;border-radius:5px;margin:10px 10px 0 0;}
.box .hd h3{}
.box .hd h3 a{font-size: 18px;color: #b00c16;display:block;font-weight:bold;text-align:center;}

/*topicList*/
.topicList .topDate{float:left;width:60px;height:45px;background-color:#eee;border-radius:5px;line-height: 22px;padding:10px 0 10px 10px;}
.topicList .topDate .md{font-size:18px;color:#3b3b3b;font-weight:bold;}
.topicList .topDate .y{color:#646464;}
.topicList .con{float:right;width: 85%;}
.topicList .t{overflow:hidden;border-bottom:0;}
.topicList .pic{float:left;margin-right:20px;}
.topicList .t .con {border: none;padding-bottom: 0;}
.topicList .t{padding-top:20px;padding-bottom: 10px;border-bottom:1px #e6e6e6 dotted;margin-bottom:10px;}
.topicList .t .title {font-size: 16px;text-align: center;}
.topicList .t .tit {color: #d51f21;}
.topicList .t .tit:hover { color: #c30000}
.topicList .t .intro {font-size: 14px;color: #797979;text-align: left;line-height: 22px;}
.topicList .t .intro .more {color: #c30000;}
.topicList .con .title{text-align:left;margin-top: -5px;padding: 0;}
.topicList .con .title a{font-size:16px;color:#231616;font-weight:bold;}
.topicList .con .date{color:#656565;}



/* 焦点图切换-新闻内容2 */
#focusPic{width:240px;margin-bottom:0;position: absolute;right: 10px;top: 30px;z-index: 9;height: 200px;}
.focusPicBox {overflow: hidden;position: relative;}
.focusPicBox .fHd {position: absolute;z-index: 1;left: 50%;bottom: 15px;margin-left: -28px;}
.focusPicBox .fHd ul {overflow: hidden;zoom: 1;float: left;}
.focusPicBox .fHd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background: #b6b6b6;
    cursor: pointer;
    color: #fff;
    border-radius:100px;
    }
.focusPicBox .fHd ul li.on {background: #f89700;color: #fff;}
.focusPicBox .fHd ul li span {display: none;}
.focusPicBox .fBd {position: relative;/* overflow: hidden; */}
.focusPicBox .fBd li {position: relative;height: 160px;}
.focusPicBox .fBd li a{padding:0;}
.focusPicBox .fBd .pic {position: relative;z-index: 0;line-height: 0;}
.focusPicBox .fBd .pic img {width: 100%;height: 160px;border: 0;}
.focusPicBox .fBd .con {position: absolute;width: 100%;z-index: 1;bottom: 0;height: 45px;line-height: 45px;text-align: left;}
.focusPicBox .fBd .con .title {position: absolute;width: 100%;bottom: 0;left: 0;z-index: 1;height: 100%;overflow: hidden;text-align: center;}
.focusPicBox .fBd .con .title a {color: #fff;padding-left: 0;text-decoration: none;}
.focusPicBox .fBd .con .titleBg {position: absolute;width: 100%;z-index: 0;bottom: 0;left: 0;background: #000;
    filter: alpha(opacity=60);opacity: 0.6;height: 45px;}



/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 140px;
    right: 0;
    width: 80px;
    background: #fff;
    font-size: 12px;
    _position: absolute;
}
.sideFixed li {
    position: relative;
    border-bottom:1px #d9d9d9 solid;
}
.sideFixed li a {
    height: 30px;
    line-height: 30px;
    padding: 37px 0 3px 0;
    display: block;
    color:#fff;
    background: url(../../Base/img/scrollIcons.png) center 8px no-repeat;
    background-color:#8eb7ea;
}
.sideFixed li a:hover {
    text-decoration: none;
    background-color:#709ad9;
}
.sideFixed .wx a {
    background-position: center 13px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.sideFixed .wb a {
    background-position: center -62px;
}
.sideFixed .fb a {
    background-position: center 13px;
}
.sideFixed .qr a {
    background-position: center -138px;
}
.sideFixed .qr a {
    background-position: center -138px;
}
.sideFixed .wza a {
    background-position: center -211px;
}
.sideFixed .gt a {
    background-position: center -278px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.sideFixed .pic {
    display: none;
    -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);
}
.sideFixed .pic img {
    width: 150px;
    height: 150px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -168px;
    top: -45px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* goTop */
#goTop {
    display:none !important;
    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;
}

/*列表页*/
.side{float: left;width: 300px;}
.mainContent{float: right;width: 880px;}

.mainBox{}
.mainBox .mHd{border-bottom: 1px #e6e6e6 solid;height:56px;}
.mainBox .mHd h3{background:url(../img/mHd.png) no-repeat;padding-left:30px;line-height:50px;height:56px;}
.mainBox .mHd h3 span{font-size:25px;color:#fff;}
.mainBox .mBd{padding-top:20px;}

.mainBox .mBd ul li{border-bottom:1px #e6e6e6 dotted;height:40px;line-height:40px;}
.mainBox .mBd ul li.noData{border-bottom:none;}

/* 侧栏-栏目菜单 */
#sideMenu .hd {
    overflow: hidden;
    height: 100px;
    background:url(../img/hdIcon.png) no-repeat 263px 60px #ac0001;
    margin-bottom:10px;
}
#sideMenu .hd h3 {
    font-size: 22px;
    color: #fff;
    float:left;
    border-bottom:2px #fff solid;
    line-height:50px;
    margin:15px 0 0 40px;
}
#sideMenu .hd h3 a {
    color: #fff;
}
#sideMenu .hd h3 a:hover {
    text-decoration: none;
}
#sideMenu .bd{
    }
#sideMenu li {
    font-size: 16px;
    height:65px;
    line-height:65px;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: top;
     background-color: #F3F3F3;
    border: 1px solid #eee;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
#sideMenu li i{}
#sideMenu li a {
    display: inline-block;
    font-size:18px;
}
#sideMenu li:hover {
    letter-spacing: 2px;
    text-decoration: none;
    background-color:#ccc;
}
#sideMenu li:hover i,#sideMenu li.on i{}
#sideMenu li.on, #sideMenu li:hover{
    background-color: #e49f26;
    background-position: 16px -1894px;
    color: #fff;
    border-color: #e49f26;
}
#sideMenu .on a,#sideMenu li:hover a{color:#fff;text-decoration:none;}

/* url_方块样式分页 */
.page a, .page span {
    padding: 0px 9px;
    line-height: 27px;
    height: 27px;
}

/* newsList */
.newsList li {
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.newsList li a {
    padding-left: 13px;
    background: url(../../Base/img/icon01.gif) 0 center no-repeat;
}
.newsList .date {
    float: right;
    color: #999;
    margin: 0 10px;
}
.newsList .node {
    color: #999;
    margin-right: 10px;
}
.newsList em {
    color: #f20;
}

/* 文章内容页 -----------------------------------------*/
.articleCon {
    text-align: left;
    padding: 20px;
}
.printArea .title {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    color:#ba0f0f;
    font-weight:bold;;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #777;
    border: 1px dotted #dcdcdc;
    background: #f8f8f8;
}
.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 {
    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: 1px dotted #e4e4e4;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #f8f8f8;
    line-height: 38px;
}
.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-bottom: 15px;
    overflow:hidden;
}
.articleCon .others .prev span,.articleCon .others .next span{
    color:#990408;
}
.articleCon .others .prev .date,.articleCon .others .next .date{
    color:#333;
}
.articleCon .others .prev{
    float:left;
    width:49%;
    padding: 5px 0;
}
.articleCon .others .next {
    padding: 5px 0;
    float:right;
    width:49%;

}
/* 相关信息 */
#relativeInfo {
    border-bottom: 1px solid #ddd;
}
#relativeInfo .bd {
    padding: 10px 0 20px 0;
}
#relativeInfo ul {
    overflow: hidden;
}
#relativeInfo li {
    float: left;
    width: 50%;
}

/*boxLoop*/
.boxLoop .hd{height:56px;line-height:56px;overflow:hidden;border-bottom:1px #e6e6e6 solid;}
.boxLoop .hd .more{float:right;margin-right:10px;color:#4a4a4a;}
.boxLoop .hd h3{float:left;width:282px;background:url(../img/mHd.png) no-repeat;}
.boxLoop .hd h3 a{display:block;padding-left:30px;font-size:25px;color:#fff;}
.boxLoop .bd{padding:10px 0;margin-bottom:10px;min-height: 246px;}
.boxLoop .bd ul li{border-bottom:1px #e6e6e6 dotted;height:40px;line-height:40px;}
.boxLoop .bd ul li a{color:#2f2f2f;font-size:16px;}
.boxLoop .bd ul li.noData{border-bottom:none;}
/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/