@charset "utf-8";
body {
	margin: 0 auto;
	font-size: 17px;
	font-family: "微软雅黑";
	line-height: 1.5;
	color: #000;
	background: url(../images/bg.jpg) no-repeat;
	background-position: center top;
}
* {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
input, button {
	border: none;
	outline: none;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.side {
	width: 400px;
	height: 1200px;
	float: right;
}
.main {
	width: 750px;
	height: 1200px;
	float: left;
}
.sideBox .sideList ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sideList {
	margin-top: 10px;
}
.sideBox ul li:last-child {
	border: none;
}
.tab ul {
	height: 55px;
}
.tab ul li {
	width: 140px;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	text-align: center;
	border-right: #CCC 1px solid;
	float: left;
}
.tab:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.tab ul li a {
	color: #999;
}
.tab ul li:last-child {
	border: none;
}
.tab ul li.select {
	border-bottom: #3a67a2 2px solid;
}
.tab ul li.select a {
	color: #3a67a2;
	font-weight: bold;
}
.sideList {
	margin-bottom: 20px;
}
h2 {
	height:50px;
	font-size: 17px;
	line-height: 60px;
	line-height:60px;
	font-weight: normal;
}
.newsBox p {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	text-indent: 2em;
}
.newsBox p a {
	color: #999;
}
.date {
	font-size: 14px;
	color: #51b200;
	background: url(timeIcon.png) no-repeat 20px center;
	padding-left: 45px;
	margin-bottom:20px;
}
.date a {
	color: #51b200;
}
.newsBox ul li{ border-bottom:dotted 1px #ccc;}
.newsBox ul li:last-child{ border:none; }
.pic{ width:200px; height:140px; float:left; margin-right:20px; }
.txt{ padding-left:210px; height:140px; padding-bottom:20px; }
.photolist{ padding-top:10px; }
ol li {
	list-style: none;
	width: 200px;
	height: 90px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
ol {
	overflow: hidden;
}
li>span {
	color: #999;
}
