
.mod{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}
.hd {
	overflow: hidden;
	position: relative;
	background: url(../images/hdbg.gif) repeat-x;
}
.mod .hd{
	line-height: 58px;
	height: 58px;
}
.hd .hdl {
	overflow: hidden; width: 7px; position: absolute; top: 0px;
	background: url(../images/modhd.jpg) no-repeat 0px 0px; left: 0px;
}
.hd .hdr {
	overflow: hidden; width: 7px; position: absolute; top: 0px;
	background: url(../images/modhd.jpg) no-repeat -7px 0px; right: 0px;
}
.mod .hdl{
	height: 58px;
}
.mod .hdr{
	height: 58px;
}
.mod .bd{
	clear: both;
	display: block;
	height: auto;
	width: 99%;
	background: #fff;
	border-left: #D6DEE4 1px solid;
	border-right: #D6DEE4 1px solid;
}

.ft {
	clear: both;
	line-height: 0px;
	position: relative;
	height: 6px;
	background: #fff;
	border-bottom: #D6DEE4 1px solid;
}
.ftl {
	overflow: hidden; bottom: -1px; position: absolute; width: 7px; height: 7px;
}
.ftr {
	overflow: hidden; bottom: -1px; position: absolute; width: 7px; height: 7px;
}
.ftl {
	background: url(../images/modft.jpg) no-repeat 0px 0px; left: 0px;
}
.ftr {
	background: url(../images/modft.jpg) no-repeat -7px 0px; right: 0px;
}




.title{
	line-height: 50px;
	height: 50px;
	margin: 8px 15px 0px;
	padding: 0px;
	background: url(../images/ti_bg.gif) repeat-x bottom;
}
.title h2{
	float: left;
	display: block;
	padding: 0px;
	margin-top: 8px;
}
.title .more{
	float: right;
	display: block;
	margin-top: 18px;
}
.content{
	margin: 5px 15px;
}
.col1{
	float: left;
	display: inline;
	width: 176px;
}
.col1 .hk{
	border: 2px solid #dbdbdb;
	padding: 1px;
}
.col1 .intro{
	line-height: 18px;
	padding: 8px 0px 0px 0px;
}
.col1 .more{
	float: right;
}

.col2{
	float: right;
	display: inline;
	width: 408px;
	margin-left: 10px;
}


.newslist{
	margin: 8px 0px 0px 0px;
	background: #fff;
}
.newslist li{
	overflow: hidden;
	list-style: none;
	height: 24px;
	line-height: 24px;
	padding-left: 0px;
	background: url(../images/line_bg2.gif) no-repeat;
}
.newslist li .date{
	color: #aaa;
	margin-left: 1em;
	font-family: Georgia;
	font-size: 11px;
}

.newslist li a:link{ color: #333; text-decoration: none; }
.newslist li a:visited{ color: #333; text-decoration: none; }
.newslist li a:hover{ color: #3EA2CE; text-decoration: underline; }


.piclist{
	width: 100%;
	overflow: hidden;
}
.piclist li{
	float: left;
	display: block;
	list-style: none;
	width: 48%;
	padding: 2px 2px;
}

img.linkpic{
	border: 2px solid #dbdbdb;
}
img.casepic{
	border: 2px solid #dbdbdb;
	padding: 2px;
}

a img.casepic{ display: block; background:2px solid #dbdbdb; }
a:hover img.casepic{ display: block; background:2px solid #3EA2CE; }




