.lists .unified-width {
	width: 66%;
	min-width: 1200px;
	margin: auto;
}
.lists a {
	color: #000;
}
.lists .lists-banner {
	position: relative;
}
.lists .lists-banner .banner-msg {
	position: absolute;
	top: 41%;
	left: 19%;
	color: #fff;
}
.lists .lists-banner .banner-msg h1 {
	font-size: 55px;
	font-weight: bold;
	letter-spacing: 4px;
}
.lists .lists-banner .banner-msg p {
	font-size: 32px;
	margin-top: 10px;
}
.lists .lists-msg ul {
	margin-top: 25px;
}
.lists .lists-msg ul li {
	display: flex;
	background-color: #f8f8f8;
	padding: 30px 20px;
	border: 1px solid #ababab;
	margin-bottom: 25px;
	transition: all .3s;
}
.lists .lists-msg ul li img {
	width: 242px;
	height: 152px;
	margin-right: 20px;
}
.lists .lists-msg ul li div.msg {
	flex: 1;
}
.lists .lists-msg ul li div.msg h1 {
	font-size: 22px;
}
.lists .lists-msg ul li div.msg p {
	line-height: 25px;
	margin: 10px 0;
}
.lists .lists-msg ul li div.msg span {
	color: #999;
}
.lists .lists-msg ul li div.time {
	padding: 0 20px;
	text-align: center;
	color: #ccc;
	font-size: 19px;
	transition: all .3s linear;
}
.lists .lists-msg ul li div.time h1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 1;
	margin-bottom: 8px;
	margin-top: 20px;
}
.lists .lists-msg ul li:hover .time {
	color: red;
}
.lists .lists-msg ul li:hover {
	background-color: #efefef;
}
.lists-page {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.lists-page li {
	border: 1px solid #9e9e9e;
	padding: 5px 13px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 6px;
	cursor: pointer;
}
.lists-page li.active {
	background: #8ec7e5;
	color: #fff;
	border-color: #8ec7e5;
}