/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
}

.main-body{
	width: 100%;
}

.container{
	width: 1200px;
	margin: 0 auto;
}

.top-column{
	width: 100%;
	padding-top:20px;
}

.top-column .zdxm{
	width: 580px;
	height: 80px;
	background-color: #fff;
	text-align: center;
	line-height: 80px;
}
.top-column .zdxm:hover,.top-column .pzfw:hover{background-color: #d2ecfd;}
.top-column .zdxm a{
	color: #01567D;
	font-size: 24px;
}
.top-column i{ font-size:30px; color:#01567D; font-weight:bold; padding-right:10px;}

.top-column .pzfw{
	width: 580px;
	height: 80px;
	background-color: #ffffff;
	text-align: center;
	line-height: 80px;
}

.top-column .pzfw a{
	font-size: 24px;
	color: #01567D;
}

.content{
	position: relative;
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
}

.item-area{
	width: 100%;
	position: relative;
}

.item-project{
	width: 576px;
	height: 560px;
	background-color: #fff;
	margin: 30px 0 15px 16px;
	border: 1px dashed #08ADD5;
}

.item-project:hover{
	background-color: #eee;
}

.item-title{
	font-size: 20px;
	color: #01567D;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}

.item-project_img{
	width: 456px;
	height: 234px;
	margin: 0 auto;
}

.item-project_img img{
	width: 100%;
	height: 100%;
}

.item-period{
	position: relative;
	width: 456px;
	height: 120px;
	margin: 30px auto 0;
	border: 1px solid #08ADD5;
	border-radius: 5px;
}

.upinfo{
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	top: -10%;
}

.downinfo{
	position: relative;
	width: 30%;
	height: 100%;
	float: right;
	text-align: center;
	top: -10%;
}

.msgdot{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #08add5;
	color: #ffffff;
	line-height: 24px;
}

.columntitle{
	margin-top: 5px;
	font-size: 14px;
}

.gray .msgdot{
	background-color: #aaa;
	color: #fff;
}

.gray .columntitle a{
	color: #aaaaaa;
	pointer-events:none
}

.footer{
	width: 100%;
	height: 120px;
	background-color: #000000;
	margin-top: 10px;
}