@charset "utf-8";

/* news */
ul#news_list
{
	margin-top: 10px;
	list-style: none;
}
ul#news_list li
{
	display: block;
	margin-bottom: 3px;
	height: 60px;
	background-color: #fff;
	cursor: pointer;
}
ul#news_list li p
{
	overflow: hidden;
	position: absolute;
	height: 55px;
}
ul#news_list li a
{
	margin-right: 5px;
	text-decoration: none;
	color: #333;
}
.news_list_corner_lt
{
	background: url(/images/common/frame/lt.png) left top no-repeat;
}
.news_list_corner_rt
{
	background: url(/images/common/frame/rt.png) left top no-repeat;
}
.news_list_corner_rb
{
	margin-top: 50px;
	background: url(/images/common/frame/rb.png) left top no-repeat;
}
.news_list_corner_lb
{
	margin-top: 50px;
	background: url(/images/common/frame/lb.png) left top no-repeat;
}
.news_list_date
{
	display: block;
	float: left;
	border-right: 1px dotted #c9c9c9;
	margin: 10px 0;
	padding: 5px 10px;
	width: 50px;
	height: 30px;
	font-family: arial, helvetica, verdana ,sans-serif;
	text-align: right;
	color: #333;
}
.news_list_title
{
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	height: 40px;
	line-height: 180%;
}
.news_list_title img
{
	margin-top: 2px;
}