@charset "UTF-8";
/* ========== 单篇+文章页 start ========== */
.articleC {
	padding: 43px 50px;
}
.articleBox {
	line-height: 28px;
	padding: 10px 0;
	color: #999999;
	font-size: 15px;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 55px;
	font-size: 36px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 16px;
}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #999999;
	font-size: 14px;
	line-height: 45px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline;
}
/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
	width: 600px;
	height: 400px;
	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_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}
.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	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: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #ce0d0d;
	background: #ce0d0d;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.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 ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #ce0d0d;
}

.articlePage a.hover {
	color: #fff;
	background: #ce0d0d;
}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	line-height: 34px;
	color: #666666;
	font-size: 14px;
}

.pageUp a {
	font-size: 14px;
	color: #666666;
}
.pageUp a:hover {
	color: #ce0d0d;
}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* imgText.jsp start */
.imgTextUp{ overflow: hidden; margin-right: -50px;}
.imgTextUp .item{ float: left; display: inline; width: 50%; margin-bottom: 50px;}
.imgTextUp .item a{display: block; margin-right: 50px; position: relative;}
.imgTextUp .item .pic{ position: relative;}
.imgTextUp .item .pic:before{ display: block; content: ''; padding-top: 56.1151%;}
.imgTextUp .item .pic img{ display: block; position: absolute; left: 0; top: 0; width: 100%;height: 100%;}
.imgTextUp .item .text{ position: absolute; left: 0; bottom:0; width: 100%; padding: 0 30px; box-sizing: border-box; height: 150px; line-height: 84px; padding-top: 66px; color: #ffffff; font-size: 22px;
background: rgba(0,0,0,.5);
background: -webkit-linear-gradient(bottom, #000,rgba(0,0,0,0));
background: -o-linear-gradient(bottom, #000, rgba(0,0,0,0));
background: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0));
background: linear-gradient(to top, #000, rgba(0,0,0,0));
}
.imgTextUp .item .text span{display: block; padding-left: 32px;height: 84px; background: url(../images/imgTextIcn1.png) no-repeat left center;}

.imgTextDn{ overflow: hidden;}
.imgText dd{ overflow: hidden; padding: 50px 20px; border-bottom: 1px solid #f0f0f0;}
.imgText dd .pic{ overflow: hidden; width: 295px; margin-left: 130px; position: relative;}
.imgText dd .pic::before{display: block; content: ''; padding-top:56.2711%;}
.imgText dd .pic img{display: block;position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.imgText dd .text{ overflow: hidden; padding-left: 30px;}
.imgText dd .text .title{ position: relative;height: 43px; line-height: 43px; margin-bottom: 25px;}
.imgText dd .text .title::before{display: block;content: ''; width: 30px; height: 43px; background: url(../images/imgTextIcn2.png) no-repeat left center; left: -30px; position: absolute; top: 0;}
.imgText dd .text .title a{ color: #333333; font-size: 22px;}
.imgText dd .text .info{ color: #999999; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; margin-bottom: 30px;}
.imgText dd .text .time{ color: #999999; font-size: 16px; line-height: 25px; height: 25px; overflow: hidden;}
.imgText dd:hover .text .title::before{ background-image: url(../images/imgTextIcn2h.png);}
.imgText dd:hover .text .title a{ color: #ce0d0d;}
.imgText dd:hover{ border-color: #ce0d0d;}
/* imgText.jsp end */
/* imgList.jsp start */
.imgList{margin-right: -30px;}
.imgList:after{ display: block; content: ''; clear: both; visibility: hidden;}
.imgList dd{float: left; display: inline; width: 33.3333%; margin-bottom: 30px;}
.imgList dd a{display: block; margin-right: 30px; background: #fff; box-shadow: 0px 0px 8px rgba(0,0,0,.1);}
.imgList dd .pic{ overflow: hidden; position: relative;}
.imgList dd .pic::before{display: block; content: ''; padding-top:56.2711%;}
.imgList dd .pic img{display: block;position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.imgList dd .text{height: 78px; line-height: 78px; text-align: center; font-size: 18px; color: #333333;padding: 0 20px;}
.imgList dd:hover .text{ color: #ce0d0d;}
/* imgList.jsp end */
/* textList.jsp start */
.textList{ margin-right: -60px;}
.textList:after{ display: block; content: ''; clear: both; visibility: hidden;}
.textList dd{float: left; display: inline; width: 50%; margin-bottom: 40px;}
.textList dd .con{ margin-right: 60px; padding: 42px 40px; position: relative; background: #FFF;box-shadow: 0px 0px 20px rgba(0,0,0,.05);}
.textList dd .con:after{ display: block; content: ''; position: absolute; left: 0; width: 0; border-bottom: 1px solid #f8af00; position: absolute; left: 0; bottom: 0;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.textList dd .con .date{ margin:15px 25px 0 0; width: 60px; text-align: center; float: left; display: inline;color: #cccccc;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.textList dd .con .date span{display: block;height: 36px; line-height: 36px; font-size: 20px; font-weight: bold;}
.textList dd .con .date i{display: block;height: 2px; width: 10px; background: #f8af00; margin: 0 auto 3px;transition: all 300ms linear;-webkit-transition: all 300ms linear;visibility: hidden; opacity: 0;}
.textList dd .con .date em{display: block;height: 35px; line-height: 35px; font-size: 14px; font-weight: bold; font-style: normal;}
.textList dd .con .text{ overflow: hidden;}
.textList dd .con .text .title{height: 40px; line-height: 40px; overflow: hidden; margin-bottom: 16px;}
.textList dd .con .text .title a{ color: #333333; font-size: 22px;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.textList dd .con .text .info{ color: #999999; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden;}

.textList dd:hover .con::after{ width: 100%;}
.textList dd:hover .con .text .title a{ color: #ce0d0d;}
.textList dd:hover .con .date{ color: #333;}
.textList dd:hover .con .date i{ visibility: visible; opacity: 1;}
/* textList.jsp end */