.news_inner {
	width:100%;
    margin: 0 auto;
}

.news_inner:after {
    content: "";
    clear: both;
    display: block;
}


.hr {
	border-top:1px solid #999;
}

#sec1 .table{
	width: 80%;
	border-collapse: collapse;
	margin:10px 0;
}

#sec1 .table th {
	text-align:center;
	background: #E4E4E4;
	font-weight:normal;
}

#sec1 .table td {
	width:80%;
}

#sec1 .table td,
#sec1 .table th{
	padding: 5px;
	border: 1px solid #ccc;
	line-height:120%;
}

@media screen and (max-width:768px){
	
	#sec1 .table{
		display: block;
		width:100%;
	}
		#sec1 .table thead{
			display: none;
		}
		#sec1 .table tbody{
			display: block;
		}
			#sec1 .table tbody tr{
				display: block;
				margin-bottom: 0.5em;
			}

			#sec1 .table th {
				text-align:left;
			}
			
			#sec1 .table td {
				width:100%;
				line-height:120%;
			}

			#sec1 .table tbody th,
			#sec1 .table tbody td{
				display: list-item;
				border: none;
			}
			#sec1 .table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #2F9499;
			}
			#sec1 .table tbody td{
				list-style-type: none;
				margin-left: 5px;
				padding: 0;
				line-height:150%;
			}
	
}
