@import url("bottom.css");

.head{
	width: 100%;
	height: 140px;
	background: url(../img/head.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center; 
}
.head_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	line-height: 22px;
}
.head_text p{
	font-size: 24px;
	margin: 0;
}
.box{
	background-color:#F7F7F7;
	height: 80%;
	padding: 5px 10px;
}
.item{
	width: 100%;
	margin: 5px 0;
	height: 150px;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px;
	overflow: hidden;
	padding-bottom: 0;
}
.shang{
	height: 70%;
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 5px;
}
.xia{
	height: 30%;
	overflow: hidden;
	line-height: 40px;
	position: relative;
}
.item_img{
	width: 40%;
	height: 100%;
	text-align: center;
	float: left;
}
.item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.item_text{
	width: 60%;
	float: right;
	padding: 0 5px;
}
.item_text h4{
	color: #333;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.item_text p{
	font-size: 13px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.nub{
	float: left;
	color: #999;
}
.nub span{
	color:#C81E0F ; 
}
.xia button{
	background-color: #5464FC;
	color: #fff;
	font-size: 12px;
	border: none;
	width: 80px;
	height: 25px;
	line-height: 25px;
	border-radius: 2.5px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}