.banner {
	height: 3rem;
	background: url(../img/msgBg.png)no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.63rem;
	color: #FFFFFF;
	margin-top: 1.04rem;
	position:relative;
}
.banner:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner span{
	position: relative;
	z-index: 100;
}
.content {
	padding: 0 0.28rem;
}

.list {
	height: 1.56rem;
	margin-top: 0.43rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #B5B5B5;
}

.list a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.list-left {
	min-width: 2.57rem;
	width: 2.57rem;
	height: 1.56rem;
}

.list-left img {
	width: 100%;
	height: 100%;
}

.list-right {
	width: 4.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list-tit {
	font-size: 0.24rem;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-text {
	font-size: 0.2rem;
	color: #333131;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 300;
}

.list-time {
	font-size: 0.18rem;
	color: #333131;
	font-weight: 300;
}

.pagenation{
	padding: 0 0.28rem;
	font-size: 0.25rem;
	color: #999999;
	margin-top: 0.32rem;
	margin-bottom: 0.46rem;
	display: flex;
	justify-content: center;
}

.pagenation span{
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	margin-right: 0.2rem;
}

.pagenation b{
	margin-left: 0.2rem;
}

.act{
	background: #CF1B12;
	color: #fff;
}