.news_top_title{
	width: 100%;
	height: 127px;
	float: left;
	margin-top: 85px;
}
.news_top_title h2{
	width: 100%;
	height: 67px;
	line-height: 67px;
	text-align: center;
	float: left;
	color: #333;
	font-size: 44px;
}
.news_top_title em{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	color: #ddd;
	font-size: 44px;
	font-family: Arial, Helvetica, sans-serif;
}
/* 推荐新闻 */
.news_recommend{
	width: 100%;
	height: 400px;
	float: left;
	margin-top: 75px;
}
.news_recommend .pic{
	width: 650px;
	height: 400px;
	float: left;
}
.news_recommend .item-1{
	width: 600px;
	height: 400px;
	float: right;
	margin-right: 90px;
	position: relative;
}
.news_recommend .item-1 h3{
	width: 100%;
	height: 63px;
	line-height: 63px;
	float: left;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_recommend .item-1 em{
	width: 100%;
	line-height: 32px;
	margin-top: 7px;
	float: left;
	color: #666;
	font-size: 18px;
	overflow:hidden;
	text-overflow:ellipsis;	
	display:-webkit-box; 	
	-webkit-box-orient:vertical;	
	-webkit-line-clamp:7; 
}
.news_recommend .item-1 .more{
	width: 127px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	border:1px solid #dfdfdf;
	border-radius: 20px;
	color: #666;
	font-size: 16px;	
	text-align: center;
}
.news_list{
	width: 100%;
	float: left;
}
.news_list .item{
	width: 100%;
	float: left;
	margin-top: 30px;
	background-color: #FFF;
	height: 260PX;
}
.news_list .item .pic{
	width: 400px;
	height: 260px;
	float: left;
}
.news_list .item .txt{
	width: 840px;
	height: 226px;
	padding: 17px 27px 17px 33px;
	float: left;
}
.news_list .item .txt .txt-1{
	width: 840px;
	height: 60px;
	float: left;
	line-height: 60px;
	color: #333;
}
.news_list .item .txt .txt-1 h3{
	width: 760px;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list .item .txt .txt-1 span{
	width: 80px;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 14px;
	color: #666;
	text-align: right;
}
.news_list .item .txt .txt-2{
	width: 840px;
	float: left;
	line-height: 34px;
	color: #666;
	font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis;	
	display:-webkit-box; 	
	-webkit-box-orient:vertical;	
	-webkit-line-clamp:2; 
}
.news_list .item .txt .txt-3{
	width: 840px;
	float: left;
	height: 35px;
	margin-top: 48px;
}
.news_list .item .txt .txt-3 a{
	padding: 0 25px;
	float: left;
	height: 33px;
	border: 1px solid #e5e5e5;
	color: #999;
	border-radius: 3px;
	font-size: 14px;
	line-height: 33px;
}

.news_list2{
	width: 100%;
	float: left;
	margin-top: 30px;	
}
.news_list2 .item{
	width: 380px;
	height: 490px;
	float: left;
	margin-top: 40px;
	background-color: #fff;
	box-shadow:#ddd 0 0 2px 1px;
	margin-right: 30px;
}
.news_list2 .item:nth-child(3n){margin-right: 0;}
.news_list2 .item .pic{
	width: 380px;
	height: 250px;
	float: left;
	position: relative;
	/*background-color: #f8f8f8;*/
}
.news_list2 .item .pic img{
	max-width: 100%;
	max-height: 100%;
   position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin:auto;
}
.news_list2 .item .pic .p-txt{
    position: absolute;
    font-size: 16px;
    background: #f60;
    color: #fff;
    border-bottom-right-radius: 7px;
    padding: 2px 4px;
}

.news_list2 .item .txt{
	width: 340px;
	height: 230px;
	float: left;
	padding: 0 20px;
	background-color: #f6f8fd;
}
.news_list2 .item .txt .date{
	width: 340px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-top: 14px;
	color: #999;
	font-size: 16px;
}
.news_list2 .item .txt h3{
	width: 340px;
	line-height: 30px;
	float: left;
	color: #333;
	font-size: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list2 .item .txt p{
	width: 340px;
	line-height: 27px;
	float: left;
	color: #666;
	font-size: 16px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;		
	display: -webkit-box;	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}
.news_list2 .item .txt i{
	width: 340px;
	line-height: 26px;
	float: left;
	color: #999;
	font-size: 14px;
	margin-top: 13px;
}



.news_list3{
	width: 100%;
	float: left;
	margin-top: 30px;	
}
.news_list3 .item{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.news_list3 .item .pic{
	width: 100%;
	float: left;
	/*background-color: #f8f8f8;*/
}
.news_list3 .item .pic img{
	width: 100%;
	float: left;
}

.news_list3 .item .txt{
	width: 100%;
	height: 100px;
	float: left;
    line-height: 100px;
    text-align: center;
    font-size: 60px;
}
