﻿* {
	margin: 0;
	padding: 0;
}

.cnimg {
	width: 100%;
	height: 150px;
	background-image: url(http://m.hunterzfish.com/templates/mobile/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;
}

.center>p {
	line-height: 50px;
}

.center>p span {
	font-size: 20px;
	color: rgb(0, 135, 209);
}

.center ul>li {
	float: 100%;
	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 {
	/* float: left;
	width: 250px; */
	margin-left: 8px;
	font-size: 14px;
	/* color: ; */
}

.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;
}

.center .page {
	width: 100%;
	text-align: center;
}

.center .page a {
	display: inline-block;
	text-decoration: none;
	color: #ccc;
	width: 100px;
	height: 50px;
	line-height: 50px;
	background-color: #434343;
	border-radius: 5px;
}