@charset "UTF-8";
/*
* author kis2
* time 2018.05.22
*/
/*页码开始*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:8px 12px;color:#999999;border-radius:3px;background: #ddd;}
.page a:hover{background: #cc0000;color: #fff;}
.page a.hover{background: #cc0000;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.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: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/firstpage.png)}
.page a.prevPage div{background-image: url(../images/prevpage.png)}
.page a.nextPage div{background-image: url(../images/nextpage.png)}
.page a.lastPage div{background-image: url(../images/lastpage.png)}

.page a.firstPage:hover div{background-image: url(../images/firstpageh.png)}
.page a.prevPage:hover div{background-image: url(../images/prevpageh.png)}
.page a.nextPage:hover div{background-image: url(../images/nextpageh.png)}
.page a.lastPage:hover div{background-image: url(../images/lastpageh.png)}

.page a.firstPage.disabled{background:#f9f9f9;}
.page a.prevPage.disabled{background:#f9f9f9;}
.page a.nextPage.disabled{background:#f9f9f9;}
.page a.lastPage.disabled{background:#f9f9f9;}

.page a.firstPage.disabled div{background-image: url(../images/firstpage.png)}
.page a.prevPage.disabled div{background-image: url(../images/prevpage.png)}
.page a.nextPage.disabled div{background-image: url(../images/nextpage.png)}
.page a.lastPage.disabled div{background-image: url(../images/lastpage.png)}

/*页码结束*/

/*
* 列表公共部分
*/
.com_dl{
	overflow: hidden;
}
.com_dl dd{
	width: 33.3333333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.list_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.imgDiv{
	/*width: 100%;*/
	overflow: hidden;
	position: relative;
	padding-top: 64.7058824%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.scaleImg img{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.scaleImg:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listTit{
	font-size: 14px;
	color:#454545;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .listTit{
	color:#cc141e;
}
.listIntr{
	height: 50px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;overflow:hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;text-indent: 2em;
}
.listTime{
	font-size: 14px;
	color:#999;
	overflow: hidden;
}
.listTime i{
	color:#999;
}
.listDeta{
	overflow: hidden;
}

/*
* 全图1
*/
.imgList_dl{
	width: 930px;
}
.imgList_dl dd{
	width: 283px;
	float: left;
	display: inline;
	padding: 10px 0px;
	margin-right: 15px;
}
.img_a{
	display: block;
	overflow: hidden;
	position: relative;
	width: 283px;
	height: 188px;
}
.img_a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.imgName{
	overflow: hidden;
	display: block;
	font-size: 14px;
	color:#333;
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.size-4-3 .imgName{
	padding: 10px 10px 0px 10px;
}
.size-4-3 dd{
	width: 212px;
	margin-right: 10px;
}
.size-4-3 .img_a{
	display: block;
	overflow: hidden;
	position: relative;
	width: 212px;
	height: 283px;
}

/*
* 图文列表
*/
.txtImg_dl{
	overflow: hidden;
}
.txtImg_dl dd{
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #f0f0f0;
}
.txtImg_dl dd:last-child{
	border:none;
}
.txtImg{
	display: block;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
	width: 240px;
	height: 160px;
}
.txtImg img{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.txtImgDeta{
	overflow: hidden;
	padding-top: 5px;
}
.txtImgTit{
	overflow: hidden;
	font-size: 15px;
	color:#454545;
	font-weight: bold;
}
.txtImgIntr{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	max-height: 90px;
	margin: 10px 0px;
}
.txtImgOther{
	font-size: 12px;
	color:#999;
	overflow: hidden;
}
.txtImgOther i{
	padding: 0px 20px;
	color:#a9a9a9;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	overflow:hidden;
    font-size: 16px;
    color: #555;
    line-height: 40px;
	padding:0px 30px 20px 30px;
}
.articleBox.w_600{width: 600px;}
.articleBox img{
	max-width:100%;
	}
.articleTab td{
	border:1px solid #e4e4ee;
	padding:3px 5px;
	}
	
	
	
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}

.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	height:500px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	background: #fafbfb;
	padding: 15px 0px;
}
.articleTitle{
	padding: 20px 30px 10px 30px;
    font-size: 24px;
    line-height: 46px;
    color: #333;
    text-align: center;
    font-weight: bold !important;
}
.articleTitle2{
	font-size: 20px;
	color:#333;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	padding: 0px 100px;
}
.subArtTit{
	overflow: hidden;
	font-size: 20px;
	color:#666;
	line-height: 30px;
	text-align: center;
}
.articleWh{
	text-align:center;
	font-size:16px;
	line-height:30px;
	border-bottom: 1px solid #f0f0f0;
	padding:0 0 10px 0;
	}
.articleTime {
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    font-size: 14px;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.fontBt span:hover{ color:#ff0000;}


.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.artPage{
	overflow: hidden;
}
.artPage p{
	font-size: 16px;
	color:#333;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.artPage p a:hover{
	color:#cc141e;
}
.artPage p a{
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	color:#666;
	}
.articlePage a:hover{
	color:#fff;
	background:#cc141e;
	}
.articlePage a.hover{
	color:#fff;
	background:#cc141e;
	}
.download{
	clear:both;
	height:32px;
	font-size:18px;
	padding:10px 0 0 0;
	}
.download a{
	display:block;
	line-height:32px;
	float:left;
	padding:0 0 0 40px;
	color:#0079ce;
	font-family:"microsoft yahei";
	margin:0 10px 0 0;
	font-size:14px;
	background:url(../images/download.png) no-repeat left center;
	}
a.goBack{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#72ae58;
	padding-right: 25px;
	background: url(../images/goback.png) no-repeat right center;
}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
	color:#666;
    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 center; 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 center; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
}
.shareBoxL b{
	display:block;
	line-height:40px;
	float:left;
}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
}
.shareBoxR a{
	color:#666;
}
.shareBoxR a:hover{
	color:#cc141e;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:810px;
	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/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:810px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;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:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	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:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	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;}
