@charset "utf-8";
.newsContent{
	width: 848px;
}

.workDiv{
	min-height: 480px;
}
.workDiv ul{
	width: 768px;
	margin: 0px auto;
}
.workTitle{
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px dashed #BBB;
}
.workTitle font{
	font-size: 18px;
	color: #111;
}
.workTime{
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #BBB;
}
.workTime font{
	margin-right: 15px;
	font-size: 14px;
	color: #666;
}
.workContent{
	margin-top: 10px;
	margin-bottom: 30px;
}
.workContent img{
	max-width: 770px;
}

.workContent font{
	font-size: 16px;
}

.cswRight{
	float: right;
	width: 260px;
}
.newWork{
	width: 258px;
	min-height: 272px;
}
.hotWork{
	margin-top: 10px;
	width: 258px;
	min-height: 272px;
}
.list{
	width: 233px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list a{
	display: block;
	height: 34px;
	line-height: 34px;
	border: 1px solid #FFF;
	border-radius: 3px;
}
.list a:HOVER{
	background-color: #F0F0F0;
	border-color: #BBB;
}
.list .text{
	color: #333;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}