@import url("bottom.css");
body{
	background-color: #F7F7F7;
}
.head{
	width: 100%;
	height: 160px;
	text-align: center;
	line-height: 160px;
}
.head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text{
	width: 100%;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
}
.text h4{
	font-size: 18px;
	color: #333;
	padding-left: 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;
	 margin-top: 15px;
	 margin-bottom: 15px;
}
.text p{
	font-size: 13px;
	color: #666;
	padding-left: 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;*/
	 margin-bottom: 5px;
}
.time{
	padding: 10px;
	background-color: #fff
}
.time h4{
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}
.date{
	overflow: hidden;
}
.time_div{
	float: left;
	width: 48%;
	padding:5px;
	height: 50px;
}
.main{
	width: 100%;
	height: 100%;
	border: solid 1px #E6E6E6;
	border-radius: 2.5px;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	color: #333;
}
.no{
	background-color: #F2F2F2;
	color: #999;
	border: none;
}
.xz{
	background-color: #FCEEED;
	border: 1px solid #C81E0F;
	color: #C81E0F;
}
.main p{
	margin-bottom: 0;
}
.xy{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	position: relative;
	padding-left: 18px;
	margin-bottom: 20px;
}
.xy a{
	font-size: 12px;
	color: #666;
}
.xy input{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.button{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	border: none;
	background-color: #C81E0F;
	margin-bottom: 10px;
}
