.banner1{
	background-repeat: no-repeat;
	      background-position: 50% center;
    background-size: auto 230px;
    width: 100%;
    height: 230px;
}
.banner1 p{
	text-align: center;
	line-height: 230px;
	font-size: 40px;
	color: #FFFFFF;
}
.contents {
	width: 1140px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 18px;
	padding: 40px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius:10px;
}

 .con{
	width: 1140px;
	overflow: hidden;
	margin-bottom: 20px;
}
.con ul li{
	width: 550px;
	height: 160px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}
 .con ul li img{
	width: 220px;
	height: 150px;
	float: left;
	border-radius: 5px;
}
 .con ul li .right{
	float: left;
	width: 300px;
	height: 160px;
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}
 .con ul li .right .title{
	width: 300px;
	font-size: 18px;
	overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap;
}
 .con ul li .right .text{
		margin-top: 10px;
	width: 300px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
 .con ul li .right .more-btn{
	position: absolute;
	bottom: 10px;left: 0;
  width: 90px;
  height: 30px;
	    background: #1686dc;
	    box-shadow: 0 3px 6px 0 rgba(66,113,253,.3);
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
}
 .con ul li .right .more-btn:hover{
	opacity: .7;
}
 .con ul li .right .more-btn1{
	position: absolute;
	bottom: 10px;left: 110px;
	border: 1px solid #C3C3C3;
  width: 90px;
  height: 30px;
	color: #999;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
}
 .con ul li .right .more-btn1:hover{
	opacity: .7;
}
