

.index8{
	padding-bottom: 4.2%;
}
.inews{
	width: 32.166%;
	float: left;
	margin-right: 1.751%;
}
.inews:last-of-type{
	margin-right: 0;
}
.inews_img{
	width: 100%;
	/*height: 150px;*/
}
.inews_img img{
	width: 100%;
}
.inews_list{
	width: 100%;
	padding-top: 10px;
}
.inews_list li{
	width: 100%;
	line-height: 40px;
	border-bottom: 1px dashed #ececec;
	position: relative;
}
.inews_list li:last-of-type{
	border-bottom: none;
}
.inews_list li a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding-left: 36px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.inews_list li:hover a{
	color: #00adf3;
}
.inews_list li a span{
	display: block;
	width: 26px;
	height: 22px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(/images/front/inews_tbg1.png) no-repeat;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 7px;
}
.inews_list li:nth-of-type(1) a span,.inews_list li:nth-of-type(2) a span,.inews_list li:nth-of-type(3) a span{
	background: url(/images/front/inews_tbg2.png) no-repeat;
}


.index2_list li,.index7_list li,.inews_img{display: block;overflow: hidden;}
.index2_img img,.index7_img,.inews_img img {
	width: 96%;
	display: block;
	overflow: hidden;
	transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.inews_img img{width: 100%;}
.index7_img{background-size: 100% }
.index2_img img{width: 100%}
.index2_img:hover img,.inews_img:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
}