
.box ul{
	border-bottom: 1px dashed #ccc;
	padding: 15px;
}
.box ul:hover{
	background-color: #fafafa;
}
.box ul:hover .caseCot{
	color:#058F6A;
	text-decoration: underline;
}
.caseBt{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.caseBt h3{
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.caseBt h3 span{
	color: #058f6a;
	padding-right: 10px;
}
.caseBt p{
	float: right;
	font-size: 14px;
	color: #333;
}
.caseCot{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #646464;
	text-align: justify;
	line-height: 24px;
}




/*case detail*/
#subNav h1 a{
	float: right;
	margin-right: 20px;
	font-size: 14px;
}
.case_detail h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.case_detail h4{
	width: 50%;
	font-size: 14px;
	color: #646464;
	text-align: center;
	line-height: 2;
	border: 1px dashed #ccc;
	margin:30px auto;
}
.case_detail h5{
	padding: 0 60px;
	font-size: 16px;
	text-indent: 32px;
	line-height: 1.8;
	margin-bottom: 10px;
	text-align: justify;
}
.case_detail img{
	margin: 20px auto;
}
