.imgbox {
	width: 245px;
	height: 145px;
	margin-bottom: 20px;

}

.imgbox img {
	width: 245px;
	height: 145px;
}

.imgbox1 {
	width: 245px;
	height: 145px;
	margin-bottom: 20px;

}

.imgbox1 img {
	width: 145px;
	height: 145px;
}

.titlebox{
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textbox {
	font-size: 14px;
	height: 28px;
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textbox a {
	font-size: 18px;
	font-weight: bold;
}
.textbox_ {
	font-size: 14px;
	height: 28px;
	width: 92%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content {
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


