@charset "utf-8";
/* CSS Document */

.block3 .btn{
	display: block;
	margin:  10px auto 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
}
.news-content{
}
.news-content .title{
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.release-msg{
	text-align: center;
	color: #878787;
	font-size: 12px;
	padding: 15px 0 20px 0;
}
.c-text{
	padding-bottom: 20px;
	font-size: 14px;
	min-height: 400px;
}
.c-text img{
	max-width: 100%;
}