.new{
	width: 200px;
	height: 386px;
}

.new .title{
	background-color: #5A585D;
	padding-left: 10px;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.new .body{
	border: 2px solid #5A585D;
	padding: 10px;
	height: 100%;
}

.new .body .newtitle{
	font-weight: bold;
}

.new .body .newdate{
	margin: 10px 0px;
	color: #faa627;
}

.new .body .newtext{
	text-align: justify;
}

.new .body ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.new .body ul li a{
	color: #C8001B;
}

