@charset "utf-8";
/* CSS Document */
.news {
	width: 580px;
	background-image: url(../img/img_newsborder.png);
	background-repeat: no-repeat;
	background-position: left 386px;
	height: 606px;
	float: left;
	padding-bottom: 80px;
	margin-top: 40px;
}
.news ul {
	color: #000000;
	overflow-y: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 16px;
	height: 240px;
	margin-top: 20px;
}
.news ul ol {
	padding-bottom: 10px;
}
.news ul li {
	float: left;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2rem;
}
.news ul li.date {
	height: auto;
	width: auto;
	clear: both;
}
.news ul li.text {
	height: auto;
	width: 81%;
	padding-left: 10px;
}


