@charset "utf-8";
/* CSS Document */
@import 'global.css';

.about {
	width:254px;
	height:195px;
	margin-right:29px;
}
.about dt,.news dt {
	height:28px;
	line-height:28px;
	background:url(../images/about_title.jpg);
}
.about dt span,.news dt span {
	visibility:hidden;
}
.about dd {
	height:149px;
	text-indent:24px;
	line-height:24px;
	padding-top:18px;
}
.news {
	width:432px;
	height:195px;
}
.news dt {
	background:url(../images/news_title.jpg);
}
.news dd {
	height:147px;
	padding-top:20px;
}
.news dd .pic_slide {
	width:174px;
	height:137px;
	margin-right:8px;
}
.news dd li {
	height:26px;
	line-height:26px;
	overflow:hidden;
	padding-left:14px;
	border-bottom:1px dashed #cccccc;
	background:url(../images/list_dot.jpg) 5px 11px no-repeat;
}
.news dd li span {
	padding-left:20px;
}