.page {width: 100%;display: flex;justify-content: center;}
.width3 h2 {
	align-items: center;
	font-size: 18px;
	justify-content: space-between;
	margin-bottom: 40px;
	display: flex;
}
.title_h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-right: 20px;
}
.width3 p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.span_box1 a span {color: #000000 !important;}
a:hover .color_span {color: #e90903 !important;}