body{
	background: #fff;
}
header{
	position:fixed;
	top:0;
	width:960px;
	height: 115px;
	background-color:#ebebeb;
	padding-top: 36px;
}
.share{
	position: absolute;
	bottom: 30px;
	right: 40px;
}
.back{
	font-size: 40px;
	color: #5eb4b4;
	position: absolute;
	left: 40px;
	bottom: 28px;
}
.back img{
	float: left;
	margin-right: 10px;
}


.section1{
	padding: 130px 40px 0;
}
.section1 .title{
	font-size: 33px;
	color: #5eb4b4;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 40px;
}
.time{
	font-size: 30px;
	color: #7d7d7d;
	margin-bottom: 42px;
}


.section2>.title{
	height: 100px;
	line-height: 100px;
	background: #5eb4b4;
	color: #fff;
	font-size: 34px;
	padding-left: 40px;
}
.news_ip2 li{
	padding: 40px 40px 28px;
	border-bottom: 1px solid #b3b3b3;
}
.news_ip2 li:last-child{
	border-bottom: none;
}
.news_pic{
	width: 380px;
	height: 252px;
	overflow: hidden;
	margin-right: 20px;
}
.news_pic img{
	display: block;
	width: 100%;
}
.news_text{
	width: 480px;
}
.news_text .title{
	color: #5eb4b4;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;;
	white-space: nowrap;
	margin-bottom: 18px;
}
.content{
	font-size: 32px;
	line-height:1.8;
	color: #7d7d7d;
	/*
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	*/
	margin-bottom: 15px;
}
.news_text .text-left.content {
	font-size: 28px;
	line-height:1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news_date{
	font-size: 28px;
	color: #7d7d7d;
}