﻿body {
	margin: 15px auto;
	text-align: center;
	font-size: 12px;
	color: #7B0003;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFF2;
}
div {
	margin: auto;
	overflow: hidden;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style: none;
}
a {
	color: #7B0003;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
/******************************************************/
.webtop {
	position: relative;
	width: 960px;
	height: 80px;
}
.topname {
	position: absolute;
	top: 11px;
	left: 362px;
	width: 238px;
	height: 45px;
	font-weight: bold;
	font-size: 30px;
	font-family: "微软雅黑","幼圆","黑体";
	color: #FFFF00;
	text-align: center;
	line-height: 45px;
	letter-spacing: 3px;
	filter: DropShadow(Color=#000000 OffX=1, OffY=1);
}
.topposition {
	width: 960px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	font-family: "微软雅黑","幼圆","黑体";
	border-bottom: 1px #C0C0C0 dashed;
}
.showtext {
	width: 960px;
	text-align: left;
	line-height: 180%;
	padding: 10px 0px;
}

.showpro {
	width: 960px;
	text-align: center;
}
.showpro ul li {
	float: left;
	width: 228px;
	height: 228px;
	border: #11296A 1px dotted;
	margin:10px 5px;
	_display:inline;
}
.showpro ul li .img {
	text-align:center;
}
.showpro ul li .name {
	line-height:150%;
	padding:10px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footbar {
	width:960px;
	line-height:200%;
	border-top:2px #999999 solid;
	margin-top:20px;
}
.copy {
	width:960px;
	color:#333333;
	line-height:150%;
}
.copy a {
	color:blue;
	font-weight:normal;
	font-size:12px;
}