.all {
	background-image: url(/image/img_1px.png);
	width:100%;
	height: auto;
}
#content {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
.leftContenterDiv {
	width: 230px;
	margin-top: 10px;
	float: left;
	background: white;
}

.rightContenterDiv {
	width: 720px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	background: white;
}

.articleTypeDivTitle {
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	text-align: center;
	font-family: 微软雅黑;
	color: white;
	background: black;
}

.articleTypeDiv {
	height: 36px;
	line-height: 36px;	
	font-size: 18px;
	color :black;
	text-align: center;
	font-family: 微软雅黑;
}
.articleTypeDiv:hover{
	background: #c0c0c0;
	color: white;
}
.leftContenterDiv a:hover{
	text-decoration: none;
}
.searchDiv{
	height: 40px;
}
.searchDiv input{
	padding-left:5px;
	height: 34px;
	width: 226px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
	background-image:url("/image/search.jpg");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.showAtcAll{
	color:#808000;
}
.showAtcAll:hover{
	text-decoration: none;
}
.item-footer a:hover{
	text-decoration: none;
}
.collectAlertSpan{
	color: red;
}
.atcListItemCoLab:hover{
	cursor: pointer;
}