.co-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.case_con1 {
    box-shadow: none;
}
.padd10{
    padding: 0 14px;
    margin-top: 20px;

}
.point-list-item {
    border: 1px solid #e9e5e5;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}
.point-item-left {
    color: #fff;
    position: relative;
    width: 120px;

    background: #bc1f21;
    color: #fff;
    padding:8% 10px 10px 10px;
    position: relative;
}

.point-item-left .small {
    font-size: 18px;
    font-family: Helvetica;
    line-height: 19px;
    display: block;
    color: #fff;
}

.point-item-left .big {
    font-size: 24px;
    line-height: 32px;
    font-family: Helvetica-Bold,Helvetica;
    font-weight: 700;
    width: 67px;
    display: block;
    color: #fff;
}

.point-item-middle {
    padding:0 10px ;
}
.point-item-middle-title {
    font-size: 13px;
    font-size: 0.26rem;
    line-height: 0.34rem;

    font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight: 700;
    color: rgba(0,0,0,.85);
    margin-bottom: 4px;

}
.point-item-middle-con {
    font-size: 13px;
    color: rgba(0,0,0,.65);
    line-height: 18px;

    font-size: 0.26rem;
    line-height: 0.32rem;
    margin: 6px 0 10px 0;
}
.point-item-right {

}
.point-item-right span {
    width: 49px;
    height: 14px;
    font-size: 12px;
    font-family: Helvetica;
    color: #172a6c;
    line-height: 14px;
    background: url(../images/caseicon.png) no-repeat 99% center;
    background-size: 11px;
}

.point-list-item:hover .point-item-left .line-left {
    background: #fff;
    width: 30px;
    height: 2px;
    z-index: 100;
    position: absolute;
    top: 33px;
    right: 0;
}
.point-list-item:hover .point-item-left .line-right {
    background: #172a6c;

    background: #bc1f21;
    width: 30px;
    height: 2px;
    z-index: 100;
    position: absolute;
    top: 33px;
    right: -30px;
}

.point-list-item:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}











