@charset "UTF-8";
.content{
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-content{
	background-color: #ffffff;
	border-radius: 5px;
	padding-bottom: 30px;
}

.news-body{
	width:80%;
	margin:20px auto;
}

.green{
	color: #07C160;
}

.son-layer1{
	padding-top:10px;
	border-bottom: 1px solid rgb(19, 19, 19);
}

.son-layer1-back a{
	
	margin-left: 10px;
	color: #000000;
}

.son-layer2-title{
	font-family: Commissioner;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #07C160;
}

.son-layer2-date{
	color: #0C181580;
	font-size: 14px;
}

.son-layer3{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.son-layer3 img{
	width: 50%;
	
}

@media (min-width: 768px) {
	.layer1 tr td{
	height: 45px;
	line-height: 45px !important;
}
}