/*===========================全文 start===========================*/
.textListDl {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dashed #E6E6E6;
}

.textListDl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.textListDl dd a {
	font-size: 14px;
	color: #666666;
}

.textListDl .textListL {
	float: left;
	display: inline;
	overflow: hidden;
}

.textListDl .textListL em {
	color: #999999;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	background: url(../images/file/jiao.png) no-repeat center center;
	width: 10px;
	height: 40px;
}

.textListDl .textListR {
	color: #999999;
	font-size: 14px;
	float: right;
	display: inline;
}

.textListDl dd:hover a {
	color: #cb0012
}

/*===========================全文 end===========================*/
/*===========================图文 start===========================*/
.imgTextDl {
	overflow: hidden;
}

.imgTextDl dd {
	overflow: hidden;
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #cdcdcd;
}

.imgTextDl dd .imgBox {
	float: left;
	display: inline;
	width: 280px;
	margin-right: 20px;
}

.imgTextDl dd .imgBox a {
	display: block;
	width: 100%;
	padding-top: 64.28%;
	position: relative;
	overflow: hidden;
}

.imgTextDl dd .imgBox 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;
}

.imgTextDl dd .imgBox a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.imgTextDl dd .text {
	height: 180px;
	overflow: hidden;
}

.imgTextDl dd .text .title {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.imgTextDl dd .text .title a {
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.imgTextDl dd .text .title a:hover {
	color: #cb0012;
}

.imgTextDl dd .text .info {
	height: 80px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 15px 0px;
}

.imgTextDl dd .text .time {
	zoom: 1;
	overflow: hidden;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/file/time.png) no-repeat left center;
}

.imgTextDl dd .text .time a {
	font-size: 14px;
	color: #999;
}

.imgTextDl dd .text .time a:hover {
	color: #cb0012
}

/*===========================图文 end===========================*/
/*===========================新闻阅读页 start===========================*/
/* 音频 start */
.audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.audiojs .play {
	display: block;
}

.audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}


.audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.audiojs .play {
	background: url(../audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.audiojs .loading {
	background: url(../audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.audiojs .error {
	background: url(../audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.audiojs .pause {
	background: url(../audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.playing .play,
.playing .loading,
.playing .error {
	display: none;
}

.playing .pause {
	display: block;
}

.loading .play,
.loading .pause,
.loading .error {
	display: none;
}

.loading .loading {
	display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
	display: none;
}

.error .error {
	display: block;
}

.error .play-pause p {
	cursor: auto;
}

.error .error-message {
	display: block;
}

/* 音频 end */



.articleCont {
	padding: 0 30px;
}

.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/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_iconh.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/file/article_icon.png) no-repeat;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}
.imgMove .prev_a:hover{
	background: url(../images/file/article_iconh.png) no-repeat left top;
}
.imgMove .next_a:hover{
	background: url(../images/file/article_iconh.png) no-repeat right top;
}
.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/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/*===========================新闻阅读页 end===========================*/
.column1 .ztTitBox:before{width: 75px; height: 2px;top: 35px; }
