.archive_full
{
	width: 1202px;
	height: 960px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}
/* 文章类别 */
.archive_cat{
	width: 224px;
	height: 850px;
	border: 1px solid #cccccc;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.archive_cat_title{
	width: 224px;
	height: 40px;
	background: #0083E3;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
}
.archive_cat_list{
	width: 224px;
	height: 800px;
	background: #F0F9FF;
	overflow: hidden;
}
.archive_cat_list ul{
	width: 160px;
	height: auto;
	margin-left: 40px;
}
.archive_cat_list ul li{
	width: 190px;
	height: 30px;
	line-height: 30px;
	list-style-type: square;
}
.archive_cat_list ul li a{
	color: #606060;
}


/* 文章列表 */
.archive_list{
	width: 959px;
	height: 950px;
	float: left;
}
.archive_list_title{
	width: 899px;
	height: 40px;
	padding-left:60px;
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	color: #ffffff;
	background: #0083E3 url(../skin/archive/home.png) no-repeat;
}
.archive_list_title a{
	color: #ffffff;
}
.archive_list_title a:hover{
	color: ##3578BD;
	text-decoration: underline;
}
.archive_list_content{
	width: 929px;
	height: auto;
	background: #FFFFFF;
	padding: 15px;
}
.content_title{
	height: 40px;
}
.content_title a{
	color: #000000;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 30px;
}
.content_title a:hover{
	color: #0068B7;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 30px;
	text-decoration: underline;
}
.content_other{
	color: #777777;
}
.text-c
{
	border-top:1px solid #000;
	width: 1200px;
	margin-top: 10px;
	text-align: center;
}
.text-c ul{
	width: 800px;
	height: 50px;
	list-style: none;
	margin: 0 auto;
}
.text-c ul li{
	list-style: none;
	float:left;
	height: 50px;
	margin-right: 10px;
}
