.newsdetail{
	width: 61%;
	height: 100%;
	margin: 0 auto;
	margin-top: 120px;
	overflow:hidden;
	padding-bottom: 100px;
}
.newsdetail .detail_body{
	width: 70%;
	height: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	float:left;
}
.newsdetail .detail_body h1{
	line-height: 68px;
	font-size: 28px;
	color: #333;
}
.newsdetail .detail_body .time_date{
	line-height: 18px;
	font-size: 14px;
	color: #999;
	margin-bottom: 40px;
}
.newsdetail .detail_body .inner_body{
	display:block;
}
.newsdetail .detail_body .inner_body p img{
	width:100%;
	margin:20px 0;
	border:0;
}
.newsdetail .new_top{
	width: 26%;
	background: #f8f7f7;
	padding: 0 20px;
	float: right;
	margin-top: 30px;
	text-align: left;
	overflow:hidden;
}
.newsdetail .new_top p{
	margin-top: 15px;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	color: #333;
}
.newsdetail .new_top p span{
	border-bottom: 2px solid #00AEFF;
	display: inline-block;
	line-height: 45px;
	color:#333;
	font-size:16px;
}
.newsdetail .new_top ul{
	display:block;
}
.newsdetail .new_top ul li{
	font-size: 13px;
	padding: 20px 0;
	line-height: 25px;
	border-bottom: 1px solid #efefef;
}
.newsdetail .new_top ul li a{
	display: inline-block;
	color:#3a3a3a;
}
.newsdetail .new_top ul li a img{
	width: 79px;
	height: 55px;
	float: left;
	margin-right: 15px;
}
.newsdetail .new_top ul li a span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	font-size: 14px;
}
.newsdetail .new_top ul li a i{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	line-height: 14px;
	font-style: normal;
}