@import url(../iconfont/iconfont.css);
li{
    list-style: none;
}
.real-time-news-content{
	max-height: none;
	padding-top: 4rem;
	width: 80%;
	margin: 8.5rem auto 1rem;
	background-color: #fff;
    border-radius: .5rem;
    padding-bottom: 4rem;
}

.real-time-news-content li{
	max-width: 100%;
	width: 90%;
	font-size: 1.8rem;
	padding-bottom: 3.4rem;
	list-style: none;
}

@media (max-width: 992px) {
	.real-time-news-content{
		max-height: none;
		padding-top: 2rem;
		width: 100%;
		margin: 4.5rem auto 0;
	}
	.real-time-news-content li{
		font-size: 1.6rem;
		padding-bottom: 2rem;
	}
	.col-12{
		padding: 0;
	}
}