


/*news*/

.index_news {
	overflow: hidden;
	width:850px;
}

.index_news h3 {
	text-align: center;
	margin: 0;
	font-family: fontEn;
	font-size: 26px;
	color: #161616;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 74px;
}

.index_news ul {
	overflow: hidden;
}

.index_news ul li { width:400px; float:left; margin:0 25px 40px 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.index_news ul li i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	/*margin: 0 15px;*/
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.3s;
}

.index_news ul li .imgBox{
	position: relative;
	overflow: hidden;
}
.index_news ul li .imgBox>img{ width:100%; height:245px;}
/*.index_news ul li .imgBox {
	position: relative;
}*/

.index_news ul li i img {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	display: block;
	width: 50px;
	margin: 0 auto;
	margin-top: -25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.index_news ul li i:hover img{
		top:50%;
		opacity: 1;
}

.index_news ul li:hover i {
	/*top: 0;*/
	opacity: 1;
}

.index_news ul li:hover p {
	color: #0b66c3;
}

.index_news ul li img {
	width: 100%;
	display: block;
}

.index_news ul li:hover img {}

.index_news ul li small {
	font-size: 14px;
	color: #999;
	font-family: fontEn;
	letter-spacing: 2px;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
}

.index_news ul li p {
	font-size: 16px;
	color: #333;
	transition: all 0.2s;
	height: 48px;
}

.index_news .blackMore span{
	border: none;
	background-color: #e21e41;
	opacity: 0;
}

.index_news .blackMore:hover span{
	border: none;
	background-color: #e21e41;
	opacity: 1;
}

.index_news .blackMore:hover i{
	color: #fff;
}

