@charset "UTF-8";
.news_wrapper{
	 width: 100%;
	 margin: 50px 0;
}
.news_wrapper h1{
    margin: 0;
    font-size: 32px;
    color: #666666;
    font-weight: normal;
}
.news_wrapper h3{
    font-size: 16px;
    font-weight: normal;
}
.news_wrapper p{
	text-indent: 28px;
    text-align: justify;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.new_img_wrapper{
    width: 100%;
    text-align: center;
    margin: 25px 0;
}
.new_img_wrapper img{
	width:60%;
}
.new_img_wrapper h4{
	margin-top: 20px;
}
