@charset "utf-8";

ul,li,a,p{
	margin: 0;
	padding: 0;
}
/*清楚浮動*/
.clear_float::after{
	display: block;
	clear: both;
	content: '';
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.whole{
	/*min-width: 1200px;*/
	padding-top: 28px;
	font-family: "微软雅黑";
}
.buts{
	width: 1200px;
	position: relative;
	height: 46px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.but a{
	margin-right: 20px;
	text-align: center;
	float: left;
	display: block;
	width:160px;
	line-height: 46px;
	background: #dbddde;
	color: #444;
	font-family: "微软雅黑";
	font-size: 16px;
}
.but a.on,.but a:hover{
	background:url(../images/new_01.png) top left no-repeat;
	color: #fff;
}
.but{
	position: absolute;
	top: 3px;
	left: 0;
}
/*主體內容*/
.whole_content{
	background: #fff;
	width: 1148px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 26px;
	border-style: solid;
  	border-width: 1px;
  	border-color: transparent;
}
.whole_content:hover{
	border: 1px solid #3079ef;
}
.whole_content:hover .img_text h3 a{
	color: #3079ef;
}
.whole_content .img{
	float: left;
	width: 280px;
	height: 200px;
}
.whole_content .img img{
	width: 280px;
	height: 200px;
}
.whole_content .img_text{
	/*width: 844px;*/
	padding-top: 15px;
	float: right;
}
.img_text h3{
	width:840px; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.img_text h3 a{
	color: #333;
	font-size: 20px;
}
.img_text p{
	font-size: 15px;
}
/*.img_text:hover h3 a{
	color: #3079ef;
}*/
.img_text .img_textP1{
	padding: 20px 0px;
}
.img_text .img_textP1 span{
	margin-right: 60px;
}
.img_text .img_textP2{
	width: 844px;
	height: 104px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 26px;
}

/*文本介绍*/
.whole_text{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 30px;
}
.whole_text li{
	padding: 26px;
	height: 170px;
	border-top: 1px solid #d6d7dc;
}
.whole_text li h3{
	width:1140px; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
	
}
.whole_text li h3 a{
	color: #333333;
	font-size: 20px;
}
.whole_text li .time span{
	margin-right: 60px;
}
.whole_text .time{
	padding: 20px 0px;
}
.whole_text .li_text{
	width: 1148px;
	height: 85px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 15px;
}
.whole_text li .li_text a{
	color: #333;
}
.whole_text li:hover .li_text a{
	color:#3079ef ;
}
.whole_text li h3 a{
	color: #333;
	font-size: 20px;
}
.whole_text li:hover h3 a{
	color: #3079ef;
}
.whole_text li:first-child{
	border-top: 0px;
}
