
.case-list {
   width: 1300px;
   margin: 0 auto;
   transform: translateY(-99px);
   flex-wrap: wrap;
   position: relative;
}
.case-list-item2 {
    position: relative;
    width: 640px;
	height: 371px;
    background: #fff;
    box-shadow: 0px 2px 25px 0px 
		rgba(0, 157, 74, 0.04);
	border-radius: 14px;
    flex-shrink: 0;
    margin-bottom: 20px;
    cursor: pointer;
   
}
.case-list-item {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	height: 100%;
    padding: 47px 58px 0 53px;
	
   
    z-index: 9;
    background: transparent;

}
.case-list-item2-banner {
    position: absolute;
    left: 0;
    right: 0;
    width: 640px;
	height: 371px;
    background:url(/images/case/case-banner.png) no-repeat;
    opacity: 0;
    z-index: 8;
}

.case-list>.case-list-item2:nth-child(2n+1){
    margin-right: 20px;
}
.case-list-item-title {
    font-size: 26px;
    color: #313332;
    font-weight: 700;
}
.case-list-item-btns {
    margin: 14px 0 28px 0;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    height: 28px;
}
.case-list-item-btn {
    flex-shrink: 0;
    color: #42a05f;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border-radius: 22px;
	border: solid 1px #42a05f;
    padding: 0 13px;
    margin-right: 10px;
   
}
.case-list-item-text {
    color: rgba(119, 119, 119, 0.77);
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.case-list-item-button {
    
	height: 40px;
	background-color: #313332;
	box-shadow: 0px 2px 10px 0px 
		rgba(66, 160, 95, 0.2);
	border-radius: 22px;
    line-height: 40px;
    width: 108px;
    color: #ffffff;
    padding: 0 0 0 25px;
    
}
.icon-arrow-right-full {
    opacity: 0;
    padding-left: 9px;
}
.case-list-more {
    width: 303px;
	height: 56px;
    line-height: 56px;
	background-color: #e4e4e4;
	border-radius: 28px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -105px;
    cursor: pointer;
}