.news-content table{
	border-collapse: collapse !important;
	width:100% !important;
	max-width:100% !important;
}
.news-content table tbody tr td{
	height: .5rem;
    line-height: .5rem;
    border: 1px solid #e2e2e2;
    color: #818181;
    font-size: .2rem;
    text-align: center;
}
.news-content table thead tr td{
	height: .5rem;
    line-height: .5rem;
    border: 1px solid #e2e2e2;
    color: #818181;
    font-size: .2rem;
    text-align: center;
}
.news-content p, .news-content span {
	color: #818181 !important;
	font-size: .2rem !important;
	margin-left: 0!important;
	text-indent: 0!important;
	
}
.news-content .left p {
	text-align: left;
}

