@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b{padding: 0; margin: 0;}
html{overflow: -moz-scrollbars-vertical; overflow-x: hidden;} /*始终让 Firefox 显示滚动条*/
*{word-wrap: break-word; margin: 0; padding: 0;}/*文字强制换行word-break:keep-all;(Ff)*/
table{border-collapse: collapse;}/*细线表格*/
fieldset, img{border: none;}/*清除描边,块显示*/
ul, li{list-style-type: none;}/*无列表项目标记*/
a{text-decoration: none; color: #666666}/* 链接无下划线,有为underline;链接去框 */
a:link{color: #666666;}/* 未访问的链接 */
a:visited{color: #666666;}/* 已访问的链接 */
a:hover{color: #a30000;}/* 鼠标在链接上 */
a:active{color: #666666;
blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */
body{font-family:"Microsoft YaHei"; font-size: 12px; color:#666;background: #fffcef}
select, input{vertical-align: middle; outline: none;}
em, i{font-style: normal;}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox]{cursor: pointer; outline: none; border: none;}
textarea{outline: none;}
input{outline: none; border: none;}
.clear{clear: both; overflow:hidden;}

.h5  {clear: both;height: 5px;overflow:hidden;}
.h10 {clear: both;height: 10px;overflow:hidden;}
.h15 {clear: both;height: 15px;overflow:hidden;}
.h20 {clear: both;height: 20px;overflow:hidden;}
.h25 {clear: both;height: 25px;overflow:hidden;}
.h30 {clear: both;height: 30px;overflow:hidden;}
.h35 {clear: both;height: 35px;overflow:hidden;}
.h40 {clear: both;height: 40px;overflow:hidden;}
.h50 {clear: both;height: 50px;overflow:hidden;}
.h60 {clear: both;height: 60px;overflow:hidden;}
.h70 {clear: both;height: 70px;overflow:hidden;}
.h100 {clear: both;height: 100px;overflow:hidden;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
img {border: none;}
.wrap {
    width: 1200px;
    clear: both;
    margin: 0 auto;
}
.whiteBg{
    background: #fff;
}
.ztSubCont{
    overflow: hidden;
    padding-bottom: 20px;
}
.min_h400{
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/*===========================专题公共部分 begin======================*/
/*
* 专题导航
*/
/*
* 专题导航
*/
.zt_menu{
    overflow: hidden;
    height:78px;
	border-radius:5px;
	background:#ce0d0d;
}
.zt_menu_dl{
    overflow: hidden;
}
.zt_menu_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
}
.menu_a{
    display: block;
	width: 200px;
	height:78px;
    overflow: hidden;
    position: relative; 
	border-radius:5px;
    transition: all 0.3s linear;
}
.zt_menu_dl dd.hover .menu_a{background:#a30000}
.menu_a:after{
	content: "";
	display: block;
	background:#db1b1b;
	width:1px;
	height:30px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}
.menu_a:before{
	content: "";
	display: block;
	background:#bb0a0a;
	width:1px;
	height:30px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}
.menu_a em{
	display: block;
	height:38px;
	background-position:center bottom;
	background-repeat: no-repeat;
}
.menu_a span{
	display: block;
	height:30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size:16px;
}
.goIndex{
    display: block;
	width: 200px;
	height:78px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s linear;
    /*background: url(../images/icon1.png) no-repeat center center;*/
}
.goIndex span{
	display:inline-block;
	height:78px;
	padding-left:55px;
	background:url(../images/goIndex.png) no-repeat left center;
	line-height:78px;
	color:#fff;
	font-size:16px;
}
.goIndex:hover{
    background: #a30000;
}
/*第一通栏开始*/
.column1{ padding:15px; width:1170px; overflow:hidden; position:relative; z-index:2;}
.column1Up{ overflow:hidden;}
.column1UpL{ width:130px; overflow:hidden; text-align:center;}
.column1UpL span{ display:block; height:37px; line-height:37px; overflow:hidden; color:#ffffff; font-size:16px; background:#cb0012;}
.column1UpL em{ display:block; font-style:normal; padding:6px 0 7px; overflow:hidden; color:#333333; font-size:14px; line-height:25px; height:50px; background:#f3f2f2;}
.column1Up .text{ padding:10px 0 0; text-align:center;}
.column1Up .text h1{ display:block; font-weight:normal; height:40px; line-height:40px;}
.column1Up .text h1 a{ color:#333333; font-size:24px;}
.column1Up .text div{ color:#666666; line-height:35px; height:35px; position:relative; overflow:hidden; font-size:16px;}
.column1Up .text div a{ position:absolute; right:0px; bottom:0px; height:35px; line-height:35px; color:#cb0012; font-size:12px;}
.column1Ad{ height:50px; background:#fafafa; line-height:50px; overflow:hidden;}
.column1AdL{ width:77px; height:50px; padding-left:48px; color:#272727; font-size:16px; font-weight:bold; background:url(../images/intro.png) no-repeat 14px center; margin-right:15px;}
.column1AdR{
    height:50px;
    overflow:hidden;
    position:relative;
}
/*内容*/
.column1AdR .bd{ position:relative; height:100%; z-index:0; height:50px; width:980px; overflow:hidden;}
.column1AdR .bd li{ zoom:1; vertical-align:middle; height:50px; font-size:14px; width:480px; overflow:hidden; float:left; display:inline; margin-right:30px;}
.column1AdR .bd li a{ float:left; display:inline;}
.column1AdR .bd li span{ float:right; display:inline; color:#999999; font-size:12px;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.column1AdR .prev{ display:block; width:6px; height:10px; position:absolute; right:37px; top:50%; margin-top:-5px; background:url(../images/arrow1.png) no-repeat 0px 0px;}
.column1AdR .prev:hover{ background-position:0 -10px;}
.column1AdR .next{ display:block; width:6px; height:10px; position:absolute; right:10px; top:50%; margin-top:-5px; background:url(../images/arrow1.png) no-repeat -26px 0px;}
.column1AdR .next:hover{ background-position:-27px -10px;}
.column1Dn{ overflow:hidden;}
.column1DnL{ width:130px; overflow:hidden; height:341px;}
.column1DnL a{ display:block; border-left:3px solid #e7f7ff; background:#e7f7ff; margin-bottom:1px; height:56px; line-height:56px; color:#cb0012; font-size:16px; overflow:hidden;transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;}
.column1DnL a span{ float:left; display:inline; width:40px; height:56px; margin-right:5px;transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;}
.column1DnL a span.span1{ background:url(../images/icn4.png) no-repeat right center;}
.column1DnL a span.span2{ background:url(../images/icn5.png) no-repeat right center;}
.column1DnL a span.span3{ background:url(../images/icn6.png) no-repeat right center;}
.column1DnL a span.span4{ background:url(../images/icn7.png) no-repeat right center;}
.column1DnL a span.span5{ background:url(../images/icn8.png) no-repeat right center;}
.column1DnL a span.span6{ background:url(../images/icn9.png) no-repeat right center;}
.column1DnL a:hover{ border-left:3px solid #044887; background:#cb0012; color:#FFF;}
.column1DnL a:hover span{ width:33px;}
.column1DnL a:hover span.span1{ background:url(../images/icn4h.png) no-repeat right center;}
.column1DnL a:hover span.span2{ background:url(../images/icn5h.png) no-repeat right center;}
.column1DnL a:hover span.span3{ background:url(../images/icn6h.png) no-repeat right center;}
.column1DnL a:hover span.span4{ background:url(../images/icn7h.png) no-repeat right center;}
.column1DnL a:hover span.span5{ background:url(../images/icn8h.png) no-repeat right center;}
.column1DnL a:hover span.span6{ background:url(../images/icn9h.png) no-repeat right center;}
.column1DnL a.hover{ border-left:3px solid #044887; background:#cb0012; color:#FFF;}
.column1DnL a.hover span{ width:33px;}
.column1DnL a.hover span.span1{ background:url(../images/icn4h.png) no-repeat right center;}
.column1DnL a.hover span.span2{ background:url(../images/icn5h.png) no-repeat right center;}
.column1DnL a.hover span.span3{ background:url(../images/icn6h.png) no-repeat right center;}
.column1DnL a.hover span.span4{ background:url(../images/icn7h.png) no-repeat right center;}
.column1DnL a.hover span.span5{ background:url(../images/icn8h.png) no-repeat right center;}
.column1DnL a.hover span.span6{ background:url(../images/icn9h.png) no-repeat right center;}
.column1DnR{ width:1030px; overflow:hidden; height:341px;}
.column1DnR1{
    width:530px;
    height:341px;
    overflow:hidden;
    position:relative;
}




.column1DnR1Text{ position:absolute; left:0px; bottom:0px; width:100%; height:40px; line-height:40px; z-index:1}
.column1DnR1TextBg{ position:absolute; left:0px; bottom:0px; width:100%; height:40px; background:#000; opacity: 0.5;-moz-opacity: 0.5;filter:alpha(opacity=50); z-index:0;}
.column1DnR1TextC{ position:relative; z-index:1; color:#FFF; padding:0 10px; font-size:14px;}

/*
* foot
*/
.footer{
    overflow: hidden;
    background: #373433;
    padding: 15px 0px;
    font-size: 12px;
    color:#999;
    line-height: 25px;
}
.footer a{
	color:#999;
    transition: all 0.3s linear;
}
.footer a:hover{
    color:#fff;
}
.footLink i{
    padding: 0px 10px;
}
/*
* location
*/
.location{
   height: 20px;
   overflow: hidden;
   line-height: 20px;
   padding-bottom: 15px;
   border-bottom:2px solid #d7d7d7;
}
.locationTit{
    font-size: 20px;
    color:#cb0012;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.locationTit em{
    display: block;
    width: 5px;
    height: 20px;
    overflow: hidden;
    /*background: url(../images/locationTit.png) no-repeat center center;*/
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -10px;
}
.locationCont{
    overflow: hidden;
    font-size: 12px;
    color:#999;
    padding-left: 25px;
    /*background: url(../images/locationIcon.png) no-repeat left center;*/
}
.locationCont i{
    padding: 0px 5px;
}
.locationCont a{
    color:#999;
}
.locationCont a:hover,
.locationCont a:last-child{
    color:#cb0012;
}

/*
* page
*/

/*页码开始*/
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:7px 13px;color:#393939;border-radius:3px;background: #f5f5f5; margin: 0 3px;}
.page span{display: inline-block; padding: 0 2px; position: relative; top: -14px;color:#393939;}
.page a:hover{background: #ce0d0d;color: #fff;}
.page a.hover{background: #ce0d0d;color: #fff;}
.page input{display: inline-block;vertical-align: middle; width:16px;height: 32px;border: 1px solid #e6e6e6;position: relative; top: 0; background:#f5f5f5; border-radius: 2px; padding:0 8px; margin: 0 5px}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 8px;height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page a.firstPage.disabled{background:#e2e2e2 url(../images/page/firstPage.png) no-repeat center center;}
.page a.prevPage.disabled{background:#e2e2e2 url(../images/page/prevPage.png) no-repeat center center;}
.page a.nextPage.disabled{background:#e2e2e2 url(../images/page/nextPage.png) no-repeat center center;}
.page a.lastPage.disabled{background:#e2e2e2 url(../images/page/lastPage.png) no-repeat center center;}

.page a.firstPage:hover{background:#eaeaea url(../images/page/firstPage.png) no-repeat center center;}
.page a.prevPage:hover{background:#e2e2e2 url(../images/page/prevPage.png) no-repeat center center;}
.page a.nextPage:hover{background:#eaeaea url(../images/page/nextPage.png) no-repeat center center;}
.page a.lastPage:hover{background:#eaeaea url(../images/page/lastPage.png) no-repeat center center;}

/*页码结束*/
/*===========================专题公共部分 end======================*/

/*===========================首页 begin===========================*/
.zt_index{
    overflow: hidden;
}
.ztCont{
    overflow: hidden;
	padding:30px;
}
.zt_index .ztCont{
    background: #fff;
}
.ztConF{
    padding:20px;
    background: #fff;
    width: 550px;
}
.ztTitBox{
    height: 20px;
    border-bottom:2px solid #d7d7d7;
    padding-bottom: 15px;
    margin-left: 7px;
    position: relative;
}
.ztTitBox:before{
    content: "";
    position: absolute;
    left:-7px;
    top: 0;
    width: 3px;
    height: 107%;
    background: #cb0012;
}
.ztTit{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    border-bottom:2px solid #cb0012;
    background: #cb0012;
    font-size: 16px;
    color:#fff;
    padding: 0 15px;
}
a.ztTitMore{
    font-size: 14px;
    color:#666;
}
a.ztTitMore:hover{
    color:#ce0d0d
}
/*
* 第一通栏 begin
*/
.zt1stL{
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.zt1stL .bd{
    overflow: hidden;
}
.zt1stL_dl{
    overflow: hidden;
} 
.zt1stL_dl dd{
    overflow: hidden;
    float: left;
    display: inline;
}
.zt1stL_dl dd a{
    display: block;
    overflow: hidden;
}
.zt1stL_dl dd a img{
    display: block;
    width: 590px;
    height: 400px;
}
.zt1stL .hd{
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom:15px;
    z-index: 10;
}
.zt1stL .hd ul{
    overflow: hidden;
}
.zt1stL .hd li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    display: inline;
    margin:0px 5px;
    cursor: pointer;
    line-height: 100px;
    background: #d2d2d2;
}
.zt1stL .hd li.on{
    background: #ce0d0d;
}
.ztList_dl{
    overflow: hidden;
    width: 550px;
}
.ztList_dl dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.ztList_dl dd a{
    font-size: 15px;
    color:#666;
    float: left;
    display: inline;
}
.ztList_dl em.emd {
    width: 3px;
    height: 3px;
    margin-top: 15px;
    background: #999999;
    line-height: 9999px;
    margin-right: 10px;
}
.ztList_dl em {
    color: #999999;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    background: url(../images/jiao.png) no-repeat center center;
    width: 10px;
    height: 40px;
}

.ztList_dl dd a:hover{
    color:#cb0012;
}
.ztList_dl dd span{
    font-size: 12px;
    color:#999;
    float: right;
    display: inline;
}
.zt1st_dl{
    width: 600px;
}
.zt1st_dl dt{
    overflow: hidden;
    padding-bottom: 5px;
}
.ztHotTit{
    overflow: hidden;
    text-align: center;
}
.ztHotTit a{
    font-size: 18px;
    color:#1369c0;
    font-weight: bold;
    overflow: hidden;
}
.ztHotTit a:hover{
    text-decoration:underline;
}
.ztHotDeta{
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 28px;
    padding-top: 10px;
}
.ztHotDeta a{
    color:#1369c0;
}
.ztHotDeta a:hover{
    text-decoration: underline;
}
.zt1st_dl dd a{
    font-size: 14px;
}
.column1DnR2T{ height:35px; line-height:30px;overflow:hidden;margin-top: 18px}
.column1DnR2T a{ color:#333; font-size:18px;transition: all 0.3s linear;}
.column1DnR2T a:hover{ text-decoration:underline;color:#a30000;}
.column1Time{font-size: 14px;color: #999; margin-bottom:10px;}
.column1DnR2Deta{font-size: 14px; overflow:hidden; color:#666666; line-height:24px; height:48px; padding:0 0 10px 0;}
.column1DnR2Text{
    height: 48px;
    overflow: hidden;
}
.indexList{ overflow:hidden;border-top:1px solid #e6e6e6;padding-top: 10px}
.indexList dd{ height:40px; line-height:40px; font-size:14px; overflow:hidden;}
.indexList2{ overflow:hidden;}
.indexList2 dd{ height:40px; line-height:40px; font-size:14px; overflow:hidden;}
.indexList dd a{ overflow:hidden;transition: all 0.3s linear;}
.indexListL{ float:left; display:inline; overflow:hidden;}
.indexListL em{ color:#999; float:left; margin-right:5px; overflow:hidden;}
.indexListL em.emd{ width:3px; height:3px; margin-top:15px; background:#999999; line-height:9999px; margin-right:10px;}
.indexListR{ color:#999999; font-size:12px; float:right; display:inline;}
.indexListL a:hover em,.indexList dd a:hover .indexListL em{ color:#cb0012;background: url(../images/jiao_h.png) no-repeat center center;}
.indexList dd a:hover .indexListR{ color:#cb0012;}
.indexList dd:hover a{color: #cb0012;transform:translateX(5px);}
.indexList2 dd:hover a{color: #cb0012}
.indexList2 dd .indexListR{ font-size:14px;}

.ztLNews{overflow: hidden;padding: 0 18px;height: 400px}
.indexListL em {
    color: #999999;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    background: url(../images/jiao.png) no-repeat center center;
    width: 10px;
    height: 40px;
}
.colum1{width: 46%; padding: 20px;background: #fff;}


/*全文列表*/
.list_dl{
    overflow: hidden;
    width: 550px;
    height: 210px;
    float: left;
    display: inline;
    padding:10px 20px 10px 10px;
    position: relative;
}
.list_dl.active:before{content: '';position: absolute;left: 0;top: 10px;width: 1px;height: 90%;background: #ddd;}
.list_dl.on:after{content: '';position: absolute;left: 0;bottom: 0px;width: 100%;height: 1px;background: #ddd;}



.list_dl dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.list_dl dd a{
    font-size: 16px;
    color:#555;
    float: left;
    display: inline;
}
.list_dl em.emd {
    width: 3px;
    height: 3px;
    margin-top: 15px;
    background: #999999;
    line-height: 9999px;
    margin-right: 10px;
}
.list_dl em {
    color: #999999;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}

.list_dl dd a:hover{
    color:#cb0012;
}
.list_dl dd span{
    font-size: 12px;
    color:#999;
    float: right;
    display: inline;
}






.indexAd{
    height:120px;
    overflow:hidden;
    position:relative;
}
/*内容*/
.indexAd .bd{ position:relative; height:100%; z-index:0;}
.indexAd .bd li{ zoom:1; vertical-align:middle; height:120px;}
.indexAd .bd li img{ width:100%; height:100%;}
/*
* 图片报道
*/
.ztImgSlide{
    overflow: hidden;
    position: relative;
}
.ztImgSlide .bd{
    height: 225px;
    overflow: hidden;
}
.ztImg_dl{
    overflow: hidden;
    margin:0px -10px !important;
}
.ztImg_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-bottom: 20px;
}
.ztImgDiv{
    padding: 0px 10px;
    overflow: hidden;
}
.ztImg{
    display: block;
    width: 100%;
    padding-top: 66.6666666666667%;
    position: relative;
    overflow: hidden;
}
.ztImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztImgName{
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    text-align: center;
    background: #eee;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztImg_dl dd:hover .ztImg img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ztImg_dl dd:hover .ztImgName{
    background: #cb0012;
    color:#fff;
}
.ztImgSlide .bt{
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}
.ztImgSlide .prev{
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztPrev.png) no-repeat center center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ztImgSlide .next{
    position: absolute;
    right: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztNext.png) no-repeat center center;
}
/*===========================首页 end===========================*/

/*===========================二级页面 begin===========================*/
/*
* 图文 begin
*/
.ztTxtImg_dl{
    overflow: hidden;
}
.ztTxtImg_dl dd{
    overflow: hidden;
    position: relative;
    padding: 20px 0px;
    border-bottom:1px solid #cdcdcd;
}
.ztTxtImg_p{
    display: block;
    width: 280px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 20px;
}
.ztTxtImg_p a{
    display: block;
    width: 100%;
    padding-top: 64.28%;
    position: relative;
    overflow: hidden;
}
.ztTxtImg_p a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztTxtImg_p a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ztTxtImgDeta{
    height: 180px;
    overflow: hidden;
}
.ztTxtImgTit{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
a.ztTxtImgName{
    font-size: 16px;
    color:#333;
    overflow: hidden;
}
a.ztTxtImgName:hover{
    color:#cb0012;
}
.ztTxtImgTime{
    font-size: 12px;
    color:#999;
}
.ztTxtImgIntr{
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 26px;
    margin:15px 0px;
}
.ztTxtImgMore{
    display: block;
    width: 73px;
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    color:#fff !important;
    line-height: 28px;
    text-align: center;
    padding-right: 50px;
    background: url(../images/ztTxtImgMore.png) no-repeat center center;
}
.ztTxtImgMore:hover{
    background: url(../images/ztTxtImgMore_h.png) no-repeat center center;
}
.ztTime{
    font-size: 14px;
    color: #999;
    zoom: 1;
    overflow: hidden;
    line-height: 20px;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
}
.ztTime a:hover{color: #cb0012}
/*
* 文章阅读页 begin
*/
.articlewrap{
    width:1000px;
    padding:20px 100px;
    overflow:hidden;
    margin:0 auto;
    }
.articleTitle{
    color:#333;
    font-size:26px;
    text-align:center;
    padding:30px  50px 0 50px;
    line-height:45px;
    }
.articleTime{
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    font-size:14px;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.btnPrint{
    padding:0 0 0 20px;
    cursor:pointer;
    margin:0 0 0 10px;
    background:url(../images/btnPrint.png) no-repeat left center;
}
.articleBox{
    line-height:40px;
    color:#666666;
    padding:20px 0;
    font-size:16px;
    min-height:300px;
    height:auto !important;
    height:300px;
    }
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0;
    border-top:1px solid #f0f0f0;
    }
.articleVideo{
    width:700px;
    padding:20px 0 0 0;
    overflow: hidden;
    margin:0 auto;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:788px;
    height:415px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width: 788px;
    height:415px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:788px;
    height:415px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:100px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:75px;
    width:100px;
    padding:1px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:75px;
    width:100px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:90px;width:150px;}
.img_hd ul li.on {border:1px solid #1369c0;background:#1369c0;}
.imgMove .bottom_a {
    width:25px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:35px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
/*.imgMove .prev_a:hover {background-position:left -24px;left:0;}
.imgMove .next_a:hover {background-position:right -24px;right:0;}*/
.articleMov{
    width: 800px;
    overflow: hidden;
    margin:0px auto;
}

.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }



/*===========================二级页面 end===========================*/
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 12px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.ShareBox .bds_weixin{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
.ShareBox .bds_weixin:hover{background: url(../images/share/shareBt5_h.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_tsina:hover{background: url(../images/share/shareBt1_h.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_tqq:hover{background: url(../images/share/shareBt2_h.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone:hover{background: url(../images/share/shareBt3_h.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_douban:hover{background: url(../images/share/shareBt4_h.png) no-repeat center center !important;background-size:60%!important;}
.ShareBox .bds_sqq:hover{background: url(../images/share/shareBt6_h.png) no-repeat center center !important;background-size:60%!important;}
