
/* fullSlide */
.fullSlide {
	width: 100%;
	position: relative;
	height: 340px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 340px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 340px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 20px;
	line-height: 20px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 3px;
	margin: 0 5px;
	overflow: hidden;
	background: #4e5367;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.fullSlide .prev, .fullSlide .next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../images/ico_sliding.png) no-repeat;
}
.fullSlide .prev {
	left: 30px;
	background-position: 0 0;
}
.fullSlide .prev:hover {
	background-position: 0 -144px;
}
.fullSlide .next {
	right: 30px;
	background-position: 0 -72px;
}
.fullSlide .next:hover {
	background-position: 0 -216px;
}
/*精�?�文�?*/
.section-img {
	padding: 42px 0;
}
.section-img .imgshow-t {
	height: 28px;
	margin-bottom: 24px;
}
.section-img .imgshow-t .h2 {
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
	line-height: 28px;
}
.imgshow-t .more-link {
	display: block;
	font-size: 16px;
	color: #2e8bef;
	line-height: 28px;
}
.imgshow-t .more-link:hover {
	color: #ff700a;
}
.article-show {
	width: 1215px;
}
.article-show .article-list {
	position: relative;
	width: 326px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-right: 15px;
	float: left;
	padding-left: 246px;
	-webkit-transition: -webkit-box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
}
.article-show .article-list:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.article-show .article-list .img {
	position: absolute;
	width: 208px;
	height: 128px;
	left: 20px;
	top: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.article-show .article-list .img img {
	display: block;
	height: 100%;
	width: 100%;
}
.article-show .article-list .img-r {
	height: 128px;
}
.article-show .article-list .img-r .article-title {
	padding-top: 9px;
}
.article-show .article-list .img-r .article-title a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	color: #333;
}
.article-show .article-list .img-r .article-title a:hover {
	color: #ff700a;
}
.article-show .article-list .img-r .article-con {
	color: #999;
	line-height: 24px;
	padding-top: 10px;
	height: 50px;
}
.article-show .article-list .img-r .article-info {
	padding-top: 10px;
	line-height: 26px;
}
.article-show .article-list .img-r .article-info .name {
	padding-right: 10px;
	font-size: 14px;
	color: #666;
}
.article-show .article-list .img-r .article-info .data-num {
	font-size: 14px;
	color: #999;
}
