
/*妗堜緥 鍒楄〃*/
.case_list{
	padding-top: 40px;
	overflow: hidden;
}
.case_list_ul{
	overflow: hidden;
}
.case_list .case_list_ul li{
	width: 25%;
	float: left;
	padding-bottom: 22px;
	overflow: hidden;
	cursor:pointer;
}
.case_list_ul_img{
	width: 286px;
	position: relative;
}
.case_list_ul_img img{
	width: 286px;
	height: auto/*236px*;
}
.case_list_ul_img .img_sha{
	width: 286px;
	height: 236px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	height: 0;
	bottom: 0;
}
.case_list_ul_img .img_sha0{
	height: 0;
	bottom:0;
}
.case_list_ul_img .img_sha1{
	height: 100%;
	width: 0;
	left:0;
}
.case_list_ul_img .img_sha2{
	height: 100%;
	width: 0;
	right:0;
}
.case_list_ul_img .img_sha3{
	height: 0;
	top:0;
}
.case_list_ul_img .img_sha4{
	height: 0;
	bottom:0;
}
.case_list_ul_img .img_sha5{
	height: 100%;
	width: 0;
	left:0;
}
.case_list_ul_img .img_sha6{
	height: 100%;
	width: 0;
	right:0;
}
.case_list_ul_img .img_sha7{
	height: 0;
	top:0;
}
.case_list_ul li:hover .img_sha{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.case_list_ul_img img:nth-child(1){
	width: 94px;
	height: 94px;
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -47px;
	z-index: 55;
	border-radius: 10px;
}*/
.case_list_ul_info{
	background-color: #fff;
	height: 100%;
	width: 286px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding:14px 16px 26px 16px;
	box-sizing: border-box;

}
.case_list_ul_info span{
	font-size: 14px;
	color: #737373;
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px dashed #d8d8d8;
}