@charset "utf-8";
/* CSS Document */

@import url(main.css);
.page{
	padding-top:45px;
}
.list{
	width:710px;
	margin:0 auto;
	height:1188px;
	border:1px #C4D5DE solid;
	overflow:hidden;	
}
.list_model{
	width:708px;
	margin:0 auto;	
	padding:5px 0;
}
.list_title{
	width:685px;
	height:30px;
	line-height:30px;
	padding-left:15px;
}
.list_title h2{
	font-size:14px;
	float:left;
	padding-right:15px;
}
.icon2{
	background:url(../images/icon2.gif) no-repeat left;
	padding-left:18px;
	color:#666;
	font-size:12px;
	display:inline-block;
}
.icon2 a:link,.icon2 a:visited{
	color:#666;
}
.icon2 a:hover{
	color:#f00;
}
.list_title h2 a:link,.list_title h2 a:visited{
	color:#2855A9;
}
.list_title h2 a:hover{
	color:#f63;
}
.list_model p{
	padding:10px 10px;
	font-size:14px;
}
.list .tag{
	width:700px;
	height:30px;
	margin:0 auto;
	color:#666;
	font-size:12px;
	line-height:30px;
	border-bottom:1px #ddd dashed;
}
.list .tag a:link,.list .tag a:visited{
	color:#1E5494;
}
.list .tag a:hover{
	color:#f63;
}
.list .tag a{
	font-size:14px;
	margin:0 5px;
}


/*fenye*/

.dede_pages{
	margin-left:100px; margin-top:30px;
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#666;
	border-bottom:1px solid #EEE;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 1px;
	border-bottom:2px solid #690;
}
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	color:#F63;
	padding:2px 4px 1px;
	border-bottom:2px solid #F63;
	font-weight:bold;
}
.dede_pages .pageinfo{
	float:right;
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#666;
	font-weight:normal;
	margin:0px 2px;
}
