@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: #cc0001;
    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: #fff;
}
body {
    text-align: center;
    min-width: 1200px;
}
.bg-color{
    background-color: #f8f8f8;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    text-align: left
}
.topBar {
    height: 28px;
    line-height: 28px;
    background: url(../img/topBar.jpg);
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    overflow: hidden;
}
.topBar .links {
    float: right;
}
.topBar .links a {
    margin: 0 10px;
}
#header .banner{
    background: url(../img/banner.jpg) center 0 no-repeat;
    height: 560px;
}
#header .banner .logo{
    float:left;
    width: 260px;
	height: 64px;
    margin-top: 28px;
    background: url(../img/logo.png) center 0 no-repeat;
}
#header .banner li{
    width: 1200px;
    margin: auto;
}
#header .banner li a{
    display: block;
    width: 130px;
	height: 40px;
    line-height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
    float: right;
    margin-top: 30px;
    font-size: 16px;
	color: #ffffff;
}
.kly{
    height: 200px;
    margin: 50px 0 20px;
}
.kly .indBox{
    margin-bottom: 0;
    background: url(../img/kly_bg.jpg) center 0 no-repeat;
    height: 200px;
}
.kly .indBox .tit{
    float: left;
}
.kly .indBox .tit p{
    width: 76px;
	height: 95px;
	font-family: SourceHanSerifSC-Heavy;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
    margin: 56px 166px 0 41px;
}
.kly .indBox .con{
    float: left;
    width: 865px;
    margin-top: 30px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
    text-align: left;
    text-indent: 45px;
}
.nav {
    line-height: 60px;
    height: 60px;
    background-color: #a9000c;
}
.nav ul {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.nav li {
    float: left;
    font-size: 16px;
    width: 100px;
}
.nav li a {
    color: #fff;
    display: block;
    font-weight: 600;
    width:100px;
    text-align:center;
}
.nav li a:hover, .nav li.on1 a{
	background-color: #f8c23e;
    text-decoration: none;
    color: #a9000c;
}

#content {
    background: #fff;
    text-align: left;
}
.pagecontent{
    width: 1200px;
    margin: auto;
}

#footer {
    background: #d72626;
    font-size: 14px;
    padding: 35px 0;
    line-height: 32px;
    padding: 20px 0;
    color: #ffffff;
    clear: both;
}
#footer a{
    color: #ffffff;
}
#footer ul li,#footer ul span{
    display: inline-block;
}
#footer ul span{
    margin: 0 15px;
}
#footer .siteWidth {
    text-align: center;
}
#footer .copyRight{text-align: center;}
/* 首页 ----------------------------------*/
.focusBox {
    width: 600px;
    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: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.focusBox .hd ul li span{
    display: none;
}
.focusBox .hd ul li.on {
    width: 20px;
    background-color: #f8c23e;
	border-radius: 4px;
    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: 600px;
    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=50);
    opacity: 0.5;
    height: 50px;
}
/* indBox */
.indBox {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.indBox .iHd .more {
    float: right;
    font-size: 14px;
    color: #fff;
    padding: 10px 2px 0 0;
}
.indBox .iBd {
    overflow: hidden;
}
.indBox .iBd .ttxw{
	padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #ccc;
}
.indBox .iBd .ttxw li .title{
    font-size:20px;
    color:#424242;
    padding:30px 20px;
}
.indBox .iBd .ttxw li .title a{
    color:#424242;
}
.indBox .iBd .ttxw li .intro{
    font-size:15px;
    color:#999;
    height: 85px;
    overflow:hidden;
}
.indBox .iBd .infoList li{
    height:44px;
    line-height:44px;
}
.indBox .iBd .infoList li a{
    font-size:18px;
}

/* leadnews */
#leadnews {
    height: 79px;
    line-height: 79px;
}
#leadnews i{
    display: block;
    float: left;
    width: 166px;
    height: 59px;
    background: url(../img/toutiao.png) 0 50% no-repeat;
    padding: 10px 20px 10px 0;
    margin-right: 30px;
    border-right: 1px dashed #d8d8d8;
}
#leadnews ul{
    float: right;
    width: 920px;
    height: 79px;
}
#leadnews ul li .title,#leadnews ul li .tit{
    height: 32px;
    font-weight: 600;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #cc0001;
    text-align: center;
    margin: 5px 0 15px;
}
#leadnews ul li .intro{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
/* 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(../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;
}
.infoList li a {
    padding-left: 18px;
    font-size: 15px;
    background: url(../img/list-icon.png) 0 50% no-repeat;
    font-size: 18px;
}
.infoList li .date {
    float: right;
    color: #999
}
.TopinfoList .t .title{
    font-size: 24px;
	line-height: 36px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}
.TopinfoList .t .title a{
    color: #d72626;
}
.TopinfoList .t .intro{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999;
    padding: 10px 0 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}
.TopinfoList .n{
    height: 40px;
    line-height: 40px;
}
.TopinfoList .n a{
    font-size: 18px;
	color: #333333;
    padding-left: 18px;
    background: url(../img/list-icon.png) 0 50% no-repeat;
}
.TopinfoList .n .date{
    float: right;
    font-size: 16px;
	color: #999999;
}
.TopinfoList .n a:hover{
    color: #cc0001;
}
#indZyjs{
    margin-bottom: 30px;
}
#indZyjs .left-box {
    float: left;
    width: 600px;
}
#indZyjs .right-box {
    float: right;
    width: 570px;
}
.allBox .hd{
    height: 73px;
    line-height: 73px;
    margin-bottom: 20px;
    background: url(../img/allBox_hd.png) top center no-repeat;
}
.allBox .hd a{
    display: block;
    height: 73px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: SourceHanSerifSC-Heavy;
}
.allBox .hd a .spanred{
    color: #d72626;
}
.allBox .hd a .spanblack{
    color: #4a4a4a;
}
.allBoxA .left-box,.allBoxA .right-box,.allBoxC .left-box,.allBoxC .right-box{
    width: 585px;
    float: left;
    margin-bottom: 30px;
}
.allBoxA .right-box,.allBoxC .right-box{
    float: right;
}
.allBoxB{
    padding: 40px 0 23px;
    background: url(../img/allBoxB_bg.jpg) top center no-repeat;
}

.allBoxB .TopinfoList{
    margin-right: -30px;
}
.allBoxB .TopinfoList li{
    float: left;
    width: 545px;
    margin-right: 30px;
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 13px;
}
.allBoxB .TopinfoList li .pic{
    float: left;
    width: 220px;
	height: 150px;
    margin-right: 20px;
}
.allBoxB .TopinfoList .t .title{
    font-size: 18px;
    margin-top: 20px;
}
.allBoxB .TopinfoList .t .intro{
    border: none;
    padding: 13px 0 0;
    margin: 0;
}
.allBoxC{
    padding: 20px 0;
}
.tsdsfocus{
    height: 600px;
    margin-bottom: 30px;
}
.tsdsfocus .bd{
    width: 900px;
	height: 600px; 
    float: left;
}
.tsdsfocus .bd .pic img{
    width: 900px;
    height: 600px;
}
.indBox .tsdsfocus .hd{
    background: none;
    float: right;
    width: 300px;
}
.indBox .tsdsfocus .hd li{
    width: 300px;
    height: 120px;
    background-color: #ececec;
    position: relative;
}
.indBox .tsdsfocus .hd li h3 a{
    width: 168px;
    height: 65px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
    color: #666666;
    float: right;
    margin: 27px 40px 27px 0;
}
.indBox .tsdsfocus .hd li.on{
    background-color: #d72626;
}
.indBox .tsdsfocus .hd li.on h3 a,.indBox .tsdsfocus .hd li.on .num{   
    color: #fff;
}
.indBox .tsdsfocus .hd li .num{
    float: left;
    font-size: 36px;
	color: #d6d6d6;
    line-height: 120px;
    margin-left: 20px;
}
.indBox .tsdsfocus .hd li.on i{
    z-index: 8;
    position: absolute;
    top: 50px;
    left: -26px;
    margin-left: 0;
    border-width: 13px;
    border-color: transparent;
    border-style: dashed;
    border-right-color: #d72626;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* 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;
}
/* 文章列表页 ----------------------------------*/
.side {
    float: right;
    width: 300px;
    margin-bottom: 30px;
}
.mainContent {
    float: left;
    width: 1200px;
}
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    height: 40px;
    line-height: 40px;
    background: url(../img/public-hb.png) right 50% no-repeat;
    margin-bottom: 10px;
}
.sideBox .hd h3{
    width: 90px;
    padding-left: 40px;
    height: 40px;
    background: url(../img/public-icon.png) 13px 50% no-repeat #cc0001;
    line-height: 40px;
    font-size: 16px;
    color: #ffde45;
}
.sideBox .hd h3 em{
    color: #fff;
}
.sideBox .bd {
    overflow: hidden;
}
.mainBox {
    margin: 20px 0 0;
}
.mainBox .mHd {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 10px;
}
.mainBox .mHd h3 {
    font-size: 24px;
	line-height: 40px;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #ef3c3c;
    display: inline-block;
}
.path {
    height: 50px;
    line-height: 50px;
    text-align: left;
    background-color: #f9f9f9;
    color: #666;
}
.path em{
   padding-left: 26px; 
   background: url(../img/pathem.png) 0 50% no-repeat;
}
.path a,
.path span {
    margin: 0 5px;
    font-size: 16px;
    color: #666
}
/* .path a:last-child{
    color:#ef3c3c;
} */
/* newsList */
.newsList li {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    padding-left: 20px;
    background: url(../img/list-icon.png) 0 50% no-repeat;
    border-bottom: 1px solid #eeeeee;
}
.newsList li a{
    font-size: 22px;
}
.newsList .date {
    font-size: 18px;
    float: right;
    color: #999;
}
/* url_方块样式分页 */
.page{text-align: center;padding: 40px 0;clear: both;line-height: 34px;font-size: 14px;}
.pagecss a,
.pagecss span{font-size: 14px; display: inline-block; *display: inline; zoom: 1; border-radius: 5px;border: solid 2px #e1e1e1; padding: 0 12px; margin-right: 5px;}
.pagecss a:hover{border: 1px solid #d13d08; text-decoration: none; color: #d13d08;}
.pagecss b a{background: #d13d08; border: 1px solid #d13d08; color: #fff !important; font-weight: bold; padding: 0 12px;}
.pagecss select{height: 30px; line-height: 30px; padding: 0 8px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle;}
.pagecss .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
}
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -60px;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    float: left;
    width: 360px;
    margin: 0 60px 20px 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic img {
    width: 360px;
	height: 240px;
}
.picPageList .title{
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    z-index: 3;
    color: #666;
}

.picPageList .title a {
    color: #666;
    padding: 0 10px;
    display: block;
    font-size: 16px
}
.picPageList li:hover img{
    filter:alpha(opacity=80);opacity:.8;
}
.picPageList li:hover .title a{
    color: #cc0001;
}
/* 图片-双百人物 ----------------------------------------- */
.sbrwPageList {
    margin-right: -47px;
    overflow: hidden;
    text-align: center;
}
.sbrwPageList li {
    float: left;
    margin-right: 47px;
    margin-bottom: 20px;
}
.sbrwPageList .pic {
    width:200px;
    background-color: #fff;
    border: solid 1px #ccc;
}
.sbrwPageList .pic img {
    width:180px;
    height: 250px;
    margin: 10px;
}
.sbrwPageList .title{
    padding-top:5px;
    height:40px;
    line-height:40px;
    text-align:center;
    overflow:hidden;
}
.sbrwPageList .title a {
    color: #333;
    padding: 0 10px;
    display: block;
    font-size: 14px
}
.sbrwPageList li:hover img{
    filter:alpha(opacity=80);opacity:.8;
}
.sbrwPageList li:hover .title a{
    color: #cc0001;
}
/* 视频-列表页 ----------------------------------------- */
.videoPageList {
    margin-right: -60px;
    overflow: hidden;
    text-align: center;
}
.videoPageList li {
    float: left;
    width: 360px;
	height: 240px;
	border-radius: 5px;
    margin-right: 60px;
    position: relative;
    margin-bottom: 30px;
}
.videoPageList .pic {
    width: 360px;
	height: 240px;
}
.videoPageList .pic img {
    width: 360px;
	height: 240px;
	border-radius: 5px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.videoPageList .pic:hover img{
    filter:alpha(opacity=80);opacity:.8;
}
.videoPageList li .title{
    position: absolute;
    left: 77px;
    bottom: 18px;
    font-size: 16px;
	line-height: 24px;
	color: #ffffff;
    text-align: left;
}
.videoPageList li .titleBg{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/play-icon.png) no-repeat;
    position: absolute;
    left: 19px;
    bottom: 18px;
}
.videoPageList li .title a{
    color: #ffffff;
}
.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: inherit;
    *list-style: square;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: inherit;
    *list-style: decimal;
    text-indent: 0 !important;
}
.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}
.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}
.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong {
    font-weight: bolder;
}
.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    /*background: #000;*/
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    font-size: 14px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
	background-color: #eeeeee;
    padding: 0 20px;  
}
.articleCon .userControl a{
    color: #999999;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
    margin-top: 7px;
    color: #999;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.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);
} */

.public-box{
    float: left;
    width: 360px;
	height: 324px;
}
.public-box .iHd{
    height: 40px;
    line-height: 40px;
    background: url(../img/public-hb.png) right 50% no-repeat;
    margin-bottom: 10px;
}
.public-box .iHd h3{
    width: 90px;
    padding-left: 40px;
    height: 40px;
    background: url(../img/public-icon.png) 13px 50% no-repeat #cc0001;
    line-height: 40px;
    font-size: 16px;
	color: #ffde45;
}
.public-box .iHd h3 em{
    color: #fff;
}
.public-box .iHd h3 a {
    display: block;
    position: absolute;
    color: transparent;
}
.xxzl{margin: 0 29px;}
.public-box .more{
    display: block;
    margin: 15px auto 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	background-color: #fbf7f1;
    border: solid 1px #d7cebf;
    font-size: 16px;
    color: #cc0001;
    font-weight: 600;
}
.public-box .more:hover{
    background-color: #cc0001;
    border-color: #cc0001;
    color: #fff;
}
#indTpxw .iHd{
    height: 40px;
    line-height: 40px;
    background: url(../img/tpbd-hd.png) 0 50% no-repeat;
    margin-bottom: 30px;
}
#indTpxw .iHd h3{
    width: 312px;
    margin: auto;
    height: 40px;
    background: url(../img/tpbd-icon.png) 50px 50% no-repeat;
    line-height: 40px;
    font-size: 36px;
    text-indent: 112px;
}
#indTpxw .iHd h3 em{
    color: #cc0001;
}
#indTpxw .iHd h3 a {
    display: block;
    position: absolute;
}

#indBgjd{
    margin-bottom: 0px;
    height: 500px;
    padding: 40px 0;
}
.picListFl2{
    position: relative;
    height: 500px;
}
.picListFl2 li{
    width: 380px;
    height: 245px;
    position: absolute;
}
.picListFl2 .li2 ,.picListFl2 .li5,.picListFl2 .li7{
    width: 370px;
	height: 160px;
}
.picListFl2 li .pic {
    overflow: hidden
}
.picListFl2 li .pic img {
    width: 100%;
    height: auto;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
}
.picListFl2 li .title{
    display: none;
}
.picListFl2 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);
}
.picListFl2 .li2{
    left: 390px;
}
.picListFl2 .li3{
    right: 0px;
}
.picListFl2 .li4{
    bottom: 0px;
}
.picListFl2 .li5{
    bottom: 0px;
    left: 390px;
}
.picListFl2 .li6{
    right: 0px;
    bottom: 0px;
}
.picListFl2 .li7{
    left: 390px;
    top: 170px;
    background: url(../img/zcjd.jpg) no-repeat;
}
.picListFl2 .li7 a{
    width: 370px;
    height: 160px;
    display: block;
}
.fullwidth{width: 100%!important;}
.fullwidth .path{
    text-align: right;
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 2px solid #eeeeee;
    margin: 10px 20px;
}
.articleCon{
    margin: 30px 0;
}
.printArea .title{
    font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin: 38px 0 28px;
}
.property{
    text-align: center;
	height: 40px;
    line-height: 40px;
    margin: auto;
    color: #999;
    margin-bottom: 40px;
}
.property span{margin: 0 20px;}
.property span a{color: #999;}
.articleCon .others{padding-top: 40px;font-size: 22px;line-height: 48px;}
.articleCon .others span{color: #666666;font-weight: 600;}
.articleCon .others a{color: #999999;}
.articleCon .others a:hover{color: #d72626;font-weight: 600;}
.articleCon .others .date{color: #666666;font-weight: 500;}
.auditRecordcss{text-align: right;float: none!important;margin-bottom: 20px;}

/*--
颜色代码
#BB0000 深色标题
#ddd 淡蓝色边框
--*/

/*专题特殊处理*/
.tt{
    height: 62px;
    line-height: 62px;
    width: 1200px;
    margin: 20px auto 40px;
}
.tt .hd{
    width: 99px;
	height: 62px;
    line-height: 53px;
    text-align: center;
    float: left;
    margin-right: 40px;
    font-size: 24px;
	color: #ffffff;
    background: url(../img/tt_bg.png) center no-repeat;
}
.tt .bd .infoList li{
    height: 60px;
    line-height: 55px;
    text-align: left;
}
.tt .bd .infoList li a{
    color: #d72626;
    font-size: 45px;
    padding: 0;
    background: none;
}
.box .hd{
    height: 42px;
    line-height: 42px;
    background: url(../img/hd-bg.png) no-repeat;
    margin-bottom: 10px;
}
.box .hd h3{
    width: 160px;
    text-align: center;
    text-indent: 40px;
    float: left;
    height: 42px;
}
.box .hd h3 a{
    font-size: 18px;
	color: #ffffff;
    font-weight: 600;
}
.box .hd .more{
    float: right;
    font-size: 16px;
	color: #999999;
    height: auto;
}
/* 首页头条 */
.orderinfoList li{float: left;width: 280px;margin-right: 26px;margin-bottom: 30px;}
.orderinfoList li.t4{margin: 0;}
.orderinfoList li .pic{width: 270px;height: 180px;position: relative;float: right;}
.orderinfoList li .pic img{width: 270px;height: 180px;}
.orderinfoList li .pic .date-box{width: 100px;height: 30px;background-color: #d72626;line-height: 30px;text-align: center;position: absolute;bottom: 0;left: -10px;}
.orderinfoList li .pic .date-box .date{font-size: 14px;color: #ffffff;}
.orderinfoList li .con{float: right;width: 220px;height: 130px;background-color: #f6f8fa;padding: 25px;}
.orderinfoList li .con .tit{font-size: 18px;line-height: 18px;color: #333333;font-weight: 600;margin-bottom: 16px;display: block;}
.orderinfoList li .con .tit:hover,.box .hd .more:hover{color: #cc0001;}
.orderinfoList li .con .intro{font-size: 16px;line-height: 24px;color: #333333;}
/* 通用带图片的信息列表_普通式 */
.picList{margin-right: -47px;margin-top: 10px;}
.picList li{float:left;margin-right: 47px;margin-bottom: 20px;}
.picList li .pic{width:270px;background-color: #fff;border: solid 1px #ccc;}
.picList li .title{margin:0 10px;}
.picList li .pic img{width:250px;height: 180px;margin: 10px;-webkit-transition: 400ms;-o-transition: 400ms;-moz-transition: 400ms;transition: 400ms;}
.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 .more{display: block;width: 250px;height: 45px;background-color: #e9e9e9;border-radius: 23px;margin: auto;line-height: 45px;text-align: center;font-size: 16px;color: #af0103;clear: both;}
.picList .more:hover{background-color: #ce2229;color: #fff;}

/* 通用带图片的信息列表_
.picList{margin-right: -47px;margin-top: 10px;}
.picList li{float:left;margin-right: 47px;margin-bottom: 20px;}
.picList li .pic{width:200px;background-color: #fff;border: solid 1px #ccc;}
.picList li .title{margin:0 10px;}
.picList li .pic img{width:180px;height: 250px;margin: 10px;-webkit-transition: 400ms;-o-transition: 400ms;-moz-transition: 400ms;transition: 400ms;}
.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 .more{display: block;width: 250px;height: 45px;background-color: #e9e9e9;border-radius: 23px;margin: auto;line-height: 45px;text-align: center;font-size: 16px;color: #af0103;clear: both;}
.picList .more:hover{background-color: #ce2229;color: #fff;}普通式 */
#tpbd .hd{
	height:90px;
    background: url(../img/tpbd-hd.png) center no-repeat;
    position:relative;
}
#tpbd .hd h3{
    position:absolute;
    left:50%;
    margin-left:-64px;
    top:0;
    color:#e54646;
    font-size:32px;
}
#tpbd .hd h6{
    position:absolute;
    left:50%;
    margin-left: -72px;
    bottom: 6px;
    color: #FFF;
    font-size: 12px;
}
#tpbd .bd{
    margin-top:20px;
}