@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: #ce0d0d;
}

/* 鼠标在链接上 */
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: 60px;
	border-radius: 5px;
	background: #ce0d0d;
}

.zt_menu_dl {
	overflow: hidden;
	width: 80%;
}

.zt_menu_dl dd {
	width: 25%;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	left: -1px;
}

.zt_menu_dl dd a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	text-align: center;
}

.zt_menu_dl dd.hover a {
	background: #a30000
}

.zt_menu_dl dd a:after {
	content: "";
	display: block;
	background: #db1b1b;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}

.zt_menu_dl dd a:before {
	content: "";
	display: block;
	background: #bb0a0a;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

.zt_menu_dl dd a span {
	display:block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	background-position: center left 25%;
	background-repeat: no-repeat;
}
.zt_menu_dl dd a span em {
	display: inline-block;
	width: 20px;
	height: 100%;
	
	float: left;
}
.goIndex {
	display: block;
	width: 20%;
	height:60px;
	overflow: hidden;
	background: url(../images/icon1.png) no-repeat center right;
	
}

.goIndex span {
	width: 100%;
	float: left;
	display: block;
	height: 60px;
	padding-right: 32px;
	background: url(../images/icon2.png) no-repeat center left 90px;
	line-height: 60px;
	color: #ce0d0d;
	font-size: 18px;
	margin-left: 79px;
	font-weight: bold;
}

/*第一通栏开始*/
.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
*/
.footerBottom {
	height: 48px;
	line-height: 48px;
	background: #fff;
	text-align: center;
}


.footerBottom .js {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #898989;
}

.footerBottom .js a {
	color: #898989;
}

.footerBottom .beian {
	display: inline-block;
	;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
}

.footerBottom .beian span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #898989;
	margin-right: 10px;
}

.footerBottom .beian span.span2 {
	padding-left: 30px;
	background: url(../images/icon5.png) left center no-repeat;
}

/*
* 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;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #393939;
	border-radius: 50%;
	background: #f5f5f5;
	margin: 0 10px;
}

.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 30px 0;
}

.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;
}

.ztTitBoxOne {
	height: 20px;
	border-bottom: 2px solid #d7d7d7;
	padding: 15px 0;
	margin-left: 7px;
	position: relative;
}
.ztTitBoxOne .ztTitOne{
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	border-bottom: 2px solid #cb0012;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
}
.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;
	line-height: 36px;
}

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;
}

.column1DnR2T a:hover {
	text-decoration: underline;
}

.column1Time {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.column1DnR2Text {
	font-size: 14px;
	overflow: hidden;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

.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;
	height: 230px;
	overflow: hidden;
}

.indexList2 dd {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.indexList dd a {
	overflow: hidden;
}

.indexListL {
	float: left;
	display: inline;
	overflow: hidden;
}

.indexListL em {
	color: #999999;
	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;
}

.indexList dd a:hover .indexListL em {
	color: #cb0012;
}

.indexList dd a:hover .indexListR {
	color: #cb0012;
}

.indexList dd:hover a {
	color: #cb0012
}

.indexList2 dd:hover a {
	color: #cb0012
}

.indexList2 dd .indexListR {
	font-size: 14px;
}

.ztLNews {
	overflow: hidden;
	padding: 0 18px;
	height: 400px
}

.indexListL em {
	color: #999999;
	margin-right: 10px;
	overflow: hidden;
	width: 5px;
	height: 5px;
	background: #b5b5b5;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	left: 0;
	background: url(../images/jiao.png) no-repeat center left;
}

.colum1 {
	width: 49%;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}


/*全文列表*/
.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 {
	width: 100%;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}

/*内容*/


/*
* 图片报道
*/
.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 {
	float: left;
	display: inline;
	width: 280px;
	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;
}

.ztTime a:hover {
	color: #cb0012
}

/*
* 文章阅读页 begin
*/
.articlewrap {
	width: 1000px;
	padding: 20px 100px;
	overflow: hidden;
	margin: 0 auto;
}

.articleTitle {
	color: #333;
	font-size: 30px;
	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;
}
.articleBox .imgBox{
	margin: 0 10%;
}
.pageUp {
	clear: both;
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	padding: 20px 0;
	border-top: 1px solid #f0f0f0;
}
.pageUp>div:hover{
	color: #ce0d0d;
}
.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;
	overflow: hidden;
}
.img_hd ul li img{
	object-fit: cover !important;
	left: 0 !important;
}
.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 !important;
	width: 150px !important;
	object-fit: contain;
}

.img_hd ul li.on {
	border: 1px solid #1488cc;
}

.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===========================*/