.first{
	width: 250px;
	height: 260px;
	float: left;
	border: 1px solid #dcdcdc;
	margin: 20px 15px;
}
.firstNei{
	width: 240px;
	height: 250px;
	padding: 8px 9px;
}
.firstNei img{
	display: block;
	width: 232px;
	height: 174px;
}
.desc{
	width: 97%;
	height: 50px;
}
.desc h4{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	width: 95%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.desc p{
	height: 91px;
	font-size: 14px;
	color: #666666;
	margin-top: 14px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: clip;
}
.descHover{
	width: 97%;
	height: 70px;
	background-color: #005CAD;
	overflow: hidden;
	text-align: center;
	display: none;
}
.descHover>a{
          display:block;
          height:70px;
          padding-top: 5px;
}
.descHover h3{
	margin: 0 auto;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	width: 91%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.watch{
	width: 108px;
	height: 24px;
	border: 1px solid #bfbfbf;
	margin: 5px auto 0;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
}
.first:hover{
	width: 250px;
	height: 260px;
	border: 1px solid #005CAD;
}
.first:hover .desc{
	display: none;
}
.first:hover .descHover{
	display: block;
}