.topMsg{
	position: relative;
}
.topMsg>img{
	width: 100%;
}
.topMsg p{
	font-size: 44px;
	font-weight: 700;
	position: absolute;
	top: 20%;
	left: 10%;
}
.topMsg>p>img{
	width: 90px;
}

.news .title{
	text-align: center;
	
	margin-top: 112px; 
    color: #EA1825;
	
}
.news .next{
	width: 80%;
	display: flex;
	margin: 30px auto;
	justify-content: space-between;
}
.news img{
	display: block;
	margin: 60px auto;
	
	/*height: 250px!important;*/
}
.news .content{
	width: 80%;
	margin: auto;
	min-height: 500px;
	line-height: 32px;
	text-indent:2em;
	font-size: 16px;
	border-bottom: 1px solid black;
}
.news .time{
	text-align: center;
	width: 80%;
	line-height: 80px;
	height: 80px;
	margin: auto;
	border-bottom: 1px solid black;
}
@media (max-width:768px){
	.topMsg p{
		font-size: 14px;
		font-weight: 700;
	}
	.news img{
		display: block;
		margin: 60px auto;
		width: 80%!important;
		/* height: 250px!important; */
		height: auto !important;
	}
	.news .content{
		min-height: 300px;
	}
	.news .title{
		font-size: 20px;
	}

	.news .title { margin-top: 30px; }
	.news .time { width: 90%;  height: auto; line-height: 40px;  }

	.news .content {  width: 90%; padding: 30px 0px; }
	.news .content p { font-size: 14px; line-height: 25px; }
	.topMsg>p>img { width: 40px; }

}

