

.case-list {
    flex-wrap: wrap;
}
.case-img-icon {
    text-align: center;
    margin-bottom: 14px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-item_wrap {
	padding: 0 5px;
    width: 32%;
    margin-bottom: 20px;
}
.case-item {
    /*margin-right: 18px;*/
	width: 100%;
    margin-bottom: 20px;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    padding: 30px 15px 5px 15px;
	height: 100%;
}
.flex {
    display: flex;
    justify-content: space-around;
}
.case-item:nth-child(3n) {
    margin-right: 0;
}
.case-pic {
    margin-top: -56px;
}
.case-item ul {
    margin-bottom: 20px;
    padding: 0 8px;
}
.case-item ul li {
    /* line-height: 2.3; */
    line-height: 1.6;
}
.item-bottom {
    font-size: 18px;
    padding: 12px 0;
    /* color: #fff; */
    /* background: #1F2879; */
    display: block;
    text-align: center;
    font-weight: bold;
}
.item-bottom .red {
    color: #e60012;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 34px;
}
.item-bottom .big-number {
    font-size: 50px;
}
.bc{
    color: #Fff;
    background: #FF7600;
    padding: 3px 5px;
    display: inline-block;
    margin-bottom: 3px;
    position: relative;
    z-index: 3;
}
.ec {
    color: #Fff;
    background: #FF7600;
    padding: 3px 13px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.point-detail-img {
    width: 100%;
}

.point-detail-img img{
    width: 100%;
}

.point-detail-img_wrap {
    width: 50%;
	padding: 5px;
}

.point-detail-img img:last-child {
	margin-left: 0;
}