@charset "utf-8";
body{
	background:#f7f7f7;
}
.banner{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:200px;
}
.content{
	width:1200px;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}

.content-list{
	float:left;
	background:#fff;
	border:1px solid #dedede;
	margin-left:20px;
	width:956px;
}
.content-list h1{
	line-height:60px;
	border-bottom:1px solid #dedede;
	font-size:16px;
	color:#009b9d;
}
.content-list .position{
	background-color:#fafafa;
	border-bottom:1px solid #dedede;
	line-height:50px;
	background-image:url(../images/pos.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:35px;
	color:#545454;
}
.content-list li:hover{
	background:#f7f7f7;
	transition:.5s;
}
.content-list li a{
	display:block;
	margin:0 10px;
	border-bottom:1px solid #dedede;
	overflow:hidden;
	padding:10px 0;
	padding-left:30px;
	background-image:url(../images/tg.png);
	background-repeat:no-repeat;
	background-position:5px center;
}
.content-list li a .time{
	float:right;
	width:100px;
	color:#00b3b0;
	margin-right:20px;
	line-height:30px;
	text-align:center;
	font-size:12px;
}
.content-list li h3{
	font-size:14px;
	color:#545454;
	float:left;
	width:600px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:30px;
}
.page{
	padding-top:60px;
	padding-bottom:60px;
	margin:0 auto;
	width:316px;
}
.content .page li{
	float:left;
	width:40px;
	border:1px solid #dedede;
	margin-left:5px;
	margin-right:5px;
	box-shadow:none;
	background:;
	line-height:30px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
.content .page li:hover{
	background:#3f6ab6;
	color:#fff;
}
.content .page li:active{
	background:#009b9d;
	color:#fff;
}












