.cms_title_opened, .cms_title_closed{
	color:#fff;
	font-weight:bold;
}
.cms_title_opened{
	width:100%;
	background:url(../images/cms_title_opened.jpg); height:42px;
	cursor:pointer;
}
.cms_title_opened .new_img{display:none}
.cms_title_opened .news_date{display:none}
.cms_title_opened .news_t{ color:#573919;font-size:16px;font-weight:bold; line-height:42px; height:42px; vertical-align:middle; margin-left:33px}

.cms_title_closed{
	width:100%;
	background:url(../images/cms_title_closed.jpg); height:36px;
	cursor:pointer;
}
.cms_title_closed .news_date{
	float:right;
	margin:0px;
	margin-right:40px;
}
.news_cotent a {
	color:#FAF1C5;
	text-decoration:underline;
}
.news_cotent img{
	display: inline;
}