@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;
}
a:hover {
    color: #c20000;
    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;
}
.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: #fff;
}
body {
    text-align: center;
    min-width: 1200px;
}
.bg-color{
    background-color: #f8f8f8;
}
.topbar{
    height: 40px;
    background-color: rgba(242, 245, 247, 0.5);
    line-height: 40px;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    text-align: left
}
.topBar .links {
    float: right;
}
.topBar .links a {
    margin: 0 10px;
}
.sc,.em{
    float: left;
    font-size: 14px;
    color: #3d3d3d;
    margin-right: 10px;
}
.getHome {
    padding-left: 24px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/home-icon.png) left 13px no-repeat;
    margin-left: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #990408;
    display: block;
}


#header {
    background: url(/Content/main/ContentManage/Special/xxgk/img/banner.jpg) center 0 no-repeat;
}

.logoBox { height: 360px; position: relative; width: 1200px; margin: 0 auto; }
.logoBox .logo { float: left; padding-top: 20px; }
.logoBox .logo img { max-width: 300px; }


.nav {
    line-height: 58px;
    height: 58px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/nav_bg.jpg) center 0 no-repeat;
}

.nav li {
    float: left;
    font-size: 18px;
    text-align: center;
}
.nav li.on1{
    background-color: #a10105;
}
.nav li a {
    color: #fff;
    display: block;
    padding: 0 32px 0 65px;
    text-align:center;
    background: url(/Content/main/ContentManage/Special/xxgk/img/nav-icons-off.png) 0 0 no-repeat;
}
.nav li.on1 a{
    background: url(/Content/main/ContentManage/Special/xxgk/img/nav-icons-on.png) 0 0 no-repeat;
}
.nav #li-home a{
    background-position: 23px 17px;
}
.nav #li-xxgkzn a{
    background-position: 25px -85px;
}
.nav #li-xxgkzd a{
    background-position: 25px -171px;
}
.nav #li-ndbg a{
    background-position: 25px -273px;
}

.nav #li-gkml a{
    background-position: 25px -351px;
}
.nav #li-ejbmxxgk a{
    background-position: 25px -460px;
}


.nav li a:hover {
    background-color: #801216;
    color: #fff29b;
    text-decoration: none;
}
.siteSearchBar{
    width: 230px;
	height: 35px;
	background-color: #fff;
	border-radius: 17px;
    border: solid 1px #e5e5e5;
    position: absolute;
    right: 0; bottom: 58px;
}
.select-box{
    display: none;
}
.siteSearchBar .input-box {
    width: 190px;
    height: 35px;
    float: left;
}
.siteSearchBar .input-box input {
    padding: 5px 0 5px 10px;
    border: none;
    background: none;
    outline: none;
    width: 180px;
    height: 25px;
    line-height: 25px;
}
.siteSearchBar .btn-box{
    float: right;
    height: 35px;
    width: 40px;
}
.siteSearchBar .btn-box #search{
    display: block;
    height: 35px;
    width: 40px;
    color: transparent;
    border: none;
    background: url(/Content/main/ContentManage/Special/xxgk/img/search.png) center no-repeat #fff;
    border-radius: 17px;
}
#content {
    background: #fff;
    text-align: left;
}

.pagecontent{
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

#footer {
    background: #b00c16;
    font-size: 14px;
    line-height: 32px;
    padding: 20px 0;
    color: #fff;
    clear: both;
}
#footer a {
    color: #fff;
}
#footer .siteWidth {
    text-align: center;
}
#footer .copyRight img { vertical-align: middle; }


/* 首页 ----------------------------------*/
#leadnews li .con .title{
    text-align: center;
    margin-bottom: 20px;
}
#leadnews li .con .title a{
    font-size: 30px;
	color: #a70000;
}
#leadnews li .con .intro{
    text-align: center;
    font-size: 14px;
    color: #626262;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.focusBox {
    width: 700px;
    overflow: hidden;
    position: relative;
    float: left;
}
.focusBox .hd {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 20px;
}
.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: 400px;
    position: relative;
    overflow: hidden;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .pic {
    position: relative;
    z-index: 0;
}
.focusBox .bd .pic img {
    width: 700px;
    height: 400px;
}
.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    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: 50px;
}
.row .iHd{
    height: 55px;
    position: relative;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 20px;
    line-height: 55px;
}

.row .iHd h3{
    width: 200px;
    text-align: center;
    height: 52px;
    border-bottom: 3px solid #b00c16;
    float: left;
}
.row .iHd h3 a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #b00c16;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.row .box .hd {
    height: 25px;
    position: relative;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: center;
}
.row .box .hd:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #b00c16;
}
.row .box .hd h3 {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 20px;
}
.row .box .hd h3 a{
	color: #b00c16;
    font-weight: 600;
}
.row .box .hd h3:after,.row .box .hd h3:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #b00c16;
}
.row .box .hd h3:after {
    right: 0;
}
.row .box .hd h3:before {
    left: 0;
}


.more{
    float: right;
    font-size: 14px;
	color: #4a4a4a;
}
.more:hover{
    color: #b00c16;
}
.timeinfoList .t{
    display: flex;
    height: 65px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.timeinfoList .t .date-box{
    width: 70px;
	height: 65px;
	background-color: #eeeeee;
	border-radius: 5px;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.timeinfoList .t .date-box dt{
    font-size: 18px;
	line-height: 28px;
    color: #424242;
    margin: 8px 0;
    font-weight: 600;
}
.timeinfoList .t .date-box dd{
    font-size: 14px;
	line-height: 14px;
	color: #575757;
}
.timeinfoList .t .con {
    overflow: hidden;width: 100%;
}
.timeinfoList .t .con .tit {
    font-size: 16px;
    line-height: 16px;
    color: #454545;
    font-weight: 600;
    display: block;
    margin: 4px 0 10px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.timeinfoList .t .con .intro {
    font-size: 14px;
    line-height: 18px;
    color: #797979;
}
.timeinfoList li .msg-box .tit{
    font-size: 16px;
	line-height: 16px;
    color: #454545;
    font-weight: 600;
    display: block;
    margin: 4px 0 10px;
}
.timeinfoList li .msg-box .intro{
    font-size: 14px;
	line-height: 18px;
	color: #797979;
}
.timeinfoList .n{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.timeinfoList .n .tit{
    padding-left: 20px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/point-icon.png) 3px 50% no-repeat;
    font-size: 14px;
}
.timeinfoList .n .date{
    float: right;
    font-size: 14px;
	color: #959595;
    padding-left: 20px;
}
.indHzzfgs .bigtit{
    height: 51px;
    line-height: 38px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/bigtit-bg.png) 42% bottom no-repeat;
    text-align: center;
    margin-bottom: 30px;
}
.indHzzfgs .bigtit a{
    font-size: 25px;
	font-weight: 600;
	color: #b00c16;
}
.boxlist{
    margin-right: -10px;
}
.boxlist li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.boxlist li a {
    display: block;
    line-height: 33px;
    height: 33px;
    background-color: #fafafa;
    border-radius: 3px;
    border: solid 1px #eeeeee;
}
.boxlist li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #b00c16;
    border-color: #b00c16;
}


/* box-block ------------------- */
.box-block .hd { height: 50px; margin-bottom: 5px; border-bottom: solid 1px #ccc; line-height: 50px;}
.box-block .hd h3 { float: left; }
.box-block .hd h3 a,.box-block .hd h3 span { display: block; background-color: #b00c16; padding: 0 30px; font-size: 20px; color: #fff; line-height: 46px; border-bottom-width: 9px; border-bottom-style:double; border-bottom-color: #fff; } 
.box-block .hd a.more { float: right; font-size: 14px;}
.box-block .hd a:hover { text-decoration: none; }

/* 栏目循环 */
.pageBoxLoop {
    overflow: hidden;
}
.pageBoxLoop .box-block {
    width: 49%;
}
.pageBoxLoop .box-block .bd {
    height: 230px;
}


.indHzzfgs .conent-box { overflow: hidden; margin-right: 0; width: 790px; }

.indHzzfgs .conent-box .timeinfoList li { float: left; width: 48%; }
.indHzzfgs .conent-box .timeinfoList li:nth-child(2n) { float: right; }

/* indBox */
.indBox {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    margin-bottom: 30px;
}
.indBox .iBd {
    overflow: hidden;
}
.indBox .iBd .infoList .last{
    margin: 0;
}
.indBox .iBd .infoList .t{
    color:#333;
    text-align: left;
    height: auto;
    line-height: inherit;
    padding: 25px 67px 27px 25px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border: none;
}
.indBox .iBd .infoList .t a{
    color: #393938;
    font-size:16px;
    padding: 0;
    background: none;
    font-weight: 600;
}
.indBox .iBd .infoList .t:hover{
    background-color: #fcf5f3;
}
.indBox .iBd .infoList .t:hover a{
    color: #801216;
}
.indBox .iBd .infoList .t .intro{
    font-size:12px;
    color: #727171;
    height: 50px;
    overflow:hidden;
    margin-top: 5px;
    line-height: 26px;
    text-align: left;
}

/* newsTpList */
.newsTpList {
    overflow: hidden;
    zoom: 1;
}
.newsTpList .t {
    margin-bottom: 14px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #ccc;
}
.newsTpList .t .title {
    margin-bottom: 9px;
    font-size: 23px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
}
.newsTpList .t .title a {
    color: #e50000
}
.newsTpList .t .intro {
    color: #888;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}
.newsTpList .n {
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/icons.png) 0 -77px no-repeat;
    overflow: hidden;
}
.newsTpList .n .date {
    float: right;
    color: #999
}
/* infoList */
.infoList {
    overflow: hidden
}
.infoList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: dashed 1px #e1e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infoList li a {
    font-size: 14px;
    padding-left: 14px;
    color: #464646;
    background: url(/Content/main/ContentManage/Special/xxgk/img/point-icon.png) 0 50% no-repeat;
}
.infoList li a:hover,.timeinfoList li .msg-box .tit:hover{
    color: #902428;
}
.infoList li .date {
    float: right;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

.TopinfoList {
    padding-top: 15px;
}
.TopinfoList .t{
    padding-bottom: 25px;
    border-bottom: solid 1px #e2e2e2;
}
.TopinfoList .last.t{
    margin: 0;
}
.TopinfoList .t .title{
    height: 30px;
    font-weight: 600;
	font-size: 30px;
    line-height: 30px;
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TopinfoList .t .title .tit{
    color: #231616;
}
.TopinfoList .t .title .tit:hover{
    color: #902428;
}
.TopinfoList .t .intro{
    font-size: 14px;
    line-height: 28px;
    color: #6e6e6e;
    text-indent: 2em;
}
.TopinfoList .n{
    height: 50px;  
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.TopinfoList .n a{
    font-size: 16px;
	color: #333333;
}
.TopinfoList .n a:hover{
    color: #cc0001;
}

.indBoxgy .left-box {
    width: 585px;
    float: left;
}
.indBoxgy .right-box {
    float: right;
    width: 585px;
}
/* picListFl */
.picListFl {
    overflow: hidden;
}
.picListFl li {
    float: left;
    width: 398px;
    height: 190px;
    margin-bottom: 25px;
}
.picListFl li .pic {
    overflow: hidden
}
.picListFl li .pic img {
    width: 100%;
    height: auto;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
}
.picListFl li:hover .pic img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}
.picListFl li .title {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    padding-top: 5px;
    display: none;
}
.picListFl .first{
    width: 720px;
    height: 405px;
    margin-right: 20px;
}
.row2{
    background-color: #f6f6f6;
    padding-top: 30px;
}
.row2 .iHd{
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}
.row2 .iHd .line {
    height: 1px;
    background-color: #eaeaea;
    position: relative;
    top: 14px;
}
.row2 .iHd h3 a {
    font-size: 20px;
    color: #902428;
    padding-right: 15px;
    display: inline-block;
    background-color: #f6f6f6;
    position: relative;
    font-weight: 600;
}
.row2 .iHd h3 em {
    width: 50px;
    height: 3px;
    background-color: #902428;
    position: relative;
    top: -5px;
    display: inline-block;
}
.row2 .iHd .more{
    display: block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #902428;
    position: absolute;
    right: 0;
    top: 0;
}
.row2 .indBox .iBd{
    margin-bottom: 30px;
}
.row2 .indBox .iBd .infoList .t{
    background-color: #fff;
}

.box{
    width: 380px;
    float: left;
} 
.conent-box{
    margin: 0 30px;
}
/* 文章列表页 ----------------------------------*/
.side {
    float: left;
    width: 300px;
    margin-right: 30px;
}
.mainContent {
    overflow: hidden;
}

/* sideMenu */
#sideMenu .hd { line-height: 50px; height: 50px; background: url(/Content/main/ContentManage/Special/xxgk/img/nav_bg.jpg) center 0 no-repeat; text-align: center; }
#sideMenu .hd h3 { font-size: 20px;  color: #fff; font-weight: bold;}
#sideMenu .bd li { margin-top: 2px; }
#sideMenu .bd li a { display: block; background-color: #fafafa; line-height: 24px; padding:12px 10px; text-align: center; font-size: 16px; }
#sideMenu .bd li a:hover { background-color: #c20000; color: #fff; }
#sideMenu .bd li.on a {  background-color: #c20000; color: #fff; }

.mainBox .mHd {
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 20px;
}
.mainBox .mHd h3 {
    font-size: 20px;
    color: #c20000;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.path {
    font-size: 14px;
    color: #666;
    line-height: 15px;
    padding-left: 18px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/home.png) 0 1px no-repeat;
    margin-bottom: 20px;
}
.path {
    height: 17px;
    line-height: 17px;
}
.path a,
.path span {
    margin: 0 5px;
    color: #666
}
.path a:last-child{
    color:#ef3c3c;
}
/* newsList */
.newsList {
    padding:0 10px;
}
.newsList li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 18px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/point-icon.png) no-repeat 3px center;
}

.newsList .date {
    float: right;
    color: #999;
    margin: 0 10px 0 15px;
}
.newsList .node {
    color: #999;
    margin-right: 10px;
}
.newsList em {
    color: #f20;
}
.newsList .split {
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 18px 0;
    border-bottom: 1px dotted #ccc;
}
.newsList li .address {
    background: #8DB6D5;
    color: #fff;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    margin: 4px 0;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
}
.newsList li .address:hover {
    background: #6e9ec3;
    text-decoration: none;
}
.newsList li .disable {
    display: none !important;
}


/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 34px;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 12px;
    margin-right: 5px;
    color: #888;
    border-radius: 50%;
	border: solid 1px #dbdbdb;
}
.page a:hover {
    border: 1px solid #990000;
    text-decoration: none;
    color: #990000;
}
.page .current {
    background: #990000;
    border: 1px solid #990000;
    color: #fff !important;
    font-weight: bold;
    padding: 0 12px;
}
.page .first,.page .prev,.page .next,.page .last,.page .total,.page .select{border-radius: 20px;}
.page select {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    background: #fff;
    border: 0 solid #ddd;
    vertical-align: middle;
    color: #888;
}
.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(/Content/main/ContentManage/Special/xxgk/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: 20px;
    font-size: 14px;
}
.picList .pic a {
    display: block;
}
.picList .pic img {
    width: 100%;
}
.picList .pic a:hover {
    border-color: #bbb
}
.picList .title {
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eeeeee;
}
.picList .title a{
    color: #666666;
}
.picList .last {
    margin-bottom: 0
} */
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 30%;
    margin: 1.5% 3% 2.5% 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;
}
/* 视频-列表页 ----------------------------------------- */
.videoPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.videoPageList li {
    float: left;
    width: 30.3%;
    margin: 1.5% 3% 2.5% 0;
    *display: inline;
}
.videoPageList .pic {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.videoPageList .pic a {
    display: block;
    margin: 3%;
    overflow: hidden;
}
.videoPageList .pic img {
    height: auto;
    width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}


.videoPageList .pic:hover {
    border-color: #bbb
}
.videoPageList .pic:hover img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}

/* 文章内容页 -----------------------------------------*/
.subheading {
    font-size: 16px;
}
.articleCon {
    text-align: left;
    padding: 20px 0;
}
.noSideContent .mHd { margin-bottom: 0; }
.noSideContent .articleCon {
    padding: 30px 49px;
    border: 1px solid #ececec;
    border-top: none;
}
.printArea .title {
    font-size: 30px;
    padding: 0 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.printArea .subTitle,
.printArea .subheading {
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #dfdfdf;
}
.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: 100%;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 20px;
    word-wrap: break-word;
}
.printArea .conTxt table p {
    margin: 0px
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic;
}
.printArea .conTxt ul {
    padding-left: 2em;
    list-style: inherit;
}
.printArea .conTxt ol {
    padding-left: 2em;
    list-style: decimal;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: inherit;
    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 dotted #ddd;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 5px;
    line-height: 40px;
}
.articleCon .userControl .dyBtn {
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
    position: relative;
    top:5px;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .others .prev,
.articleCon .others .next {
    word-wrap: break-word;
}



#indTpxw .iHd{
    height: 40px;
    line-height: 40px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/tpbd-hd.png) 0 50% no-repeat;
    margin-bottom: 30px;
}

#indTpxw .iHd h3 a {
    display: block;
    position: absolute;
}

.fullwidth{width: 100%!important;}
.fullwidth .path{
    text-align: right;
    height: 35px;
    line-height: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 58px;
    font-size: 12px;
    color: #666;
}
.fullwidth .path em{
    padding-left: 18px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/home.png) 0 1px no-repeat;
}


/*04专题特殊处理*/
#Jcdtmtpl{
    padding: 50px 0;
}
#Jcdtmtpl .left-box {
    width: 590px;
    float: left;
}
#Jcdtmtpl .right-box {
    float: right;
    width: 590px;
}
#Jcdtmtpl .hd .more{
    float:right;
    font-size:12px;
    color:#e54646;
    padding: 2px 8px;
    border:1px solid #e54646;
    margin-top: 5px;
}
#Jcdtmtpl .left-box {
    width: 580px;
    float: left;
}
#Jcdtmtpl .right-box {
    float: right;
    width: 580px;
}
#Jcdtmtpl .hd{
    overflow:hidden;
}
#Jcdtmtpl .hd h3{
    float: left;
    height: 40px;
    line-height: 40px;
}
#Jcdtmtpl .hd h3 a{
    color:#e54646;
    font-size:32px;
}
#Jcdtmtpl .biaoyu{
    width:170px;
    height:20px;
    font-size:12px;
    background-color:#e54646;
    line-height:20px;
    text-align:center;
    color:#fff;
    margin-top:5px;
}
#Jcdtmtpl .bd{
    padding-top:30px;
    border-top:1px solid #e7e7e7;
}
#Jcdtmtpl .bd .topicList .t{
    overflow:hidden;
    margin-bottom:15px;
}
#Jcdtmtpl .bd .topicList .t .pic{
    width: 145px;
    height: 105px;
    float: left;
}
#Jcdtmtpl .bd .topicList .t .pic img{
    width: 145px;
    height: 105px;    
}
#Jcdtmtpl .bd .topicList .t .con{
    margin-left:175px;
    text-align:left;
}
#Jcdtmtpl .bd .topicList .t .con .title{
    font-size:18px;
    color:#333;
}
#Jcdtmtpl .bd .topicList .t .con .intro{
    font-size:15px;
    color:#999999;
}
#Jcdtmtpl .topicList li.n{
    height:40px;
    line-height:40px;
}
#Jcdtmtpl .topicList li.n a {
    padding-left: 15px;
    font-size: 15px;
    background: url(/Content/main/ContentManage/Special/xxgk/img/point-icon.png) 0 50% no-repeat;
}
#Jcdtmtpl .topicList li.n .date {
    float: right;
    color: #999;
}

/* 通用带图片的信息列表_普通式 */
.picList{margin:0 -10px;}
.picList li{float:left;width:24.99%;margin-bottom:15px;position: relative;}
.picList li .pic{margin:0 10px;background-color:#fff;}
.picList li .title{margin:0 10px;}
.picList li .pic img{width:100%;height:auto;}
.picList li .pic a:hover img{filter:alpha(opacity=80);opacity:.8;}
.picList li .title{padding-top:5px;height:40px;line-height:40px;text-align:center;overflow:hidden;}
.picList li .title .tit{color: #484848;}
.picList li .title .tit:hover{color: #c20000;}
.picList li:hover .title{display: block;}
#tpbd .iHd{background: url(/Content/main/ContentManage/Special/xxgk/img/tpbd-hd.png) center no-repeat;text-align: center;margin-bottom: 35px;}
#tpbd .iHd a{position: relative;left: 20px;}
#tpbd .iHd .more{left: 0;}
