.case-list .item{
    margin:10px 0;
    display: block;
	border-radius: 10px;
	box-shadow: 0 0 10px #dedede;
	overflow: hidden;
}
.case-list .item:hover{
    background: #0747b0;
}
.case-list .item .info{
    padding: 15px;
}
.case-list .item .img{
    height: 320px;
	margin-bottom: 9px;
}
.case-list .item .name{
    margin-bottom: 10px;
	height: 60px;
	overflow: hidden;
	font-size: 18px;
	color: #032a76;
	line-height:1.8;
}
.case-list .item .desc{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height:1.8;
}
.case-list .item:hover .name,.case-list .item:hover .desc{
	color: #fff
}

.cooper{
	display: flex;
	flex-wrap: wrap;
}
.cooper a{
	flex-shrink: 0;
	margin-bottom: 30px;
	margin-right: 20px;
	display: block;
	width: 188px;
	height: 79px;
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
}
.cooper a:nth-of-type(7n){
	margin-right: 0
}