body{
	background-color: #e5e5e5;
}
.content{
	width: 100%;
	margin-top: 240px;
	overflow: hidden;
}
.title{
	width:100%;
	height: 50px;
	font-size: 30px;
	border-bottom: 2px solid #0b0b0b;
}
.titleword{
	display: inline-block;
	margin-left: 9%;
}
.news{
	width:86%;
	margin-left: 7%;
	overflow: hidden;
}
.newscon{
	width:100%;
}
.newsimg{
	width:46%;
	float: left;
}
.newsimg img{
	display: block;
	width: 100%;
}
.newsword{
	width:54%;
	float: left;
	background-color: white;
	height: 100%;
	overflow-y: auto;  
}
.newswordtitle{
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.newswordcon{
	width:80%;
	margin-left: 10%;
	margin-top: 20px;
	line-height: 30px;
	color: #838383;
}