body{
	background-color: #e5e5e5;
}
.content{
	width: 100%;
	margin-top: 60px;
}
.title{
	width:100%;
	height: 50px;
	font-size: 30px;
	text-align: center;
	border-bottom: 2px solid #0b0b0b;
}
.titleword{
	display: inline-block;
	font-size: 30px;
}
.news{
	width:96%;
	margin-left: 2%;
	margin-top: 20px;
}
.newscon{
	width:100%;
}
.newsimg{
	width:100%;
}
.newsimg img{
	display: block;
	width: 100%;
}
.newsword{
	width:100%;
	padding-bottom: 20px;
}
.newswordtitle{
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.newswordcon{
	width:100%%;
	margin-top: 20px;
	color: #838383;
}