﻿/*首页新闻*/

.news_bg{	background-image: url(../news_img/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;}
.news5_box{
	padding-bottom: 0px;

}
.news5_head{margin-top: 45px;}
.news5_head h2{text-align: center;margin-bottom: 5px;font-size: 26px; color: #666666;}
.news5_head p{text-align: center;font-size: 18px;color: #9A9A9A;}
#news5_img{ margin-top:10px;}
#news5_img img{
	width: 100%;

}
/*小屏幕*/
@media screen and (max-width: 768px) {
	#news5_img{
	margin-top: 0px;
}
	}
.news5_index{clear: both; list-style:none;margin:0px; padding: 0px; margin-bottom: 25px; width:100%;}
.news5_index li{margin:0px; padding: 0px;padding: 25px 0px 25px 0px; border-bottom: 1px dotted #dbd4cd;}
.news5_index li span{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #777;
	color: #fff;
	float: left;
	padding: 0px 2px;
	margin-left: 15px;
	margin-right: 15px;
}
.news5_index li:hover span{background-color: #FA4318;}
.news5_index li span strong{display: block; font-size: 23px; font-weight: normal; padding-top:5px;}
.news5_index li span i{display: block; font-size: 12px;  font-style: normal; font-family: Arial;}
.news5_index li a{
	color: #434343;
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	display: block;
}
.news5_index li:hover{
/*	background-color: #f1f1f1;*/
}
.news5_index li:hover a{
	/*	color:#e85d29;*/
}
.news5_index li em{
	font-style: normal;
	line-height: 18px;
	color: #8e8c8c;
	padding-top: 8px;
	font-size: 15px;
	display: block;
	height: auto;
	padding-right: 20px;
	/****超出2行省略****/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
