* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff !important;
}

.cnimg {
	width: 100%;
	height: 150px;
	background-image: url(../images/3502.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.center {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	/* height: 50px; */
}

.center>p {
	text-align: left;
	line-height: 50px;
}

.center>p span {
	font-size: 20px;
	color: rgb(0, 135, 209);
}

.center .cont {
	width: 100%;
}

.center .cont a {
	color: #5a5a5a;
	text-decoration: none;

}

.center .cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .center .cont .cont-left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
}

.center .cont .cont-left p {
	text-align: center;
} */
.center .cont li {
	height: 90px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.center ul>li .left {
	float: left;
	width: 110px;
	height: 100%;
	margin-right: 5px;
	box-sizing: border-box;
	padding: 2.5px;
}

.center ul>li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.center ul>li .right {
	margin-left: 8px;
	font-size: 14px;
}

.center ul>li .right p:first-child {
	color: #0087D1;
	/* white-space: nowrap; */
	overflow: hidden;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.center ul>li .right p:nth-child(2) {
	margin-bottom: 5px;
}

.center ul>li .right p:nth-child(3) {
	height: 40px;
	overflow: hidden;
}

.ww {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.center .cont .cont-right {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
}