.s-banner{
    background-image: url("/static/images/index/abort/banner.png");
    width: 100%;
    height: 602px;
    background-size: 100% 602px;
    background-position: center;
    background-repeat: no-repeat;
}
.about-us{
    width: 1000px;margin: 40px auto 20px auto ;
    background-image: url("/static/images/index/abort/abort.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 440px;
    height: 460px;
}

.abort-text{
    margin: 52px 50px 0 50px;height: 360px;float: left;letter-spacing:2px;
    font-size: 15px;text-indent: 2rem;line-height: 26px;
    background-color: rgb(236,236,236);padding: 10px;
}

.time-line-content{ width: 1200px ;margin: 10px auto ; }
.l-left{ width: 50%;margin-left: 1px;}
.l-right{ width: 50%;margin-left: 50%; }
.l-content{ width: 80%; }
.l-left .l-content{
    margin-left: 20%;
    border-right:1px solid #00c4ff;
}
.l-right .l-content{  border-left:1px solid #00c4ff; }
.l-body-a{ padding: 20px 40px;}
.l-left .l-content img{ width: 15px;height: 15px;border-radius: 50%;float: right;margin-right: -7.5px;margin-top: 25px;  }
.l-right .l-content img{ width: 15px;height: 15px;border-radius: 50%;float: left;margin-left: -7.5px;margin-top: 25px; }
.l-left .l-content{ text-align: right; }
.l-left .l-content .l-time{
    background-image: url("/static/images/index/abort/bg-left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 224px;
    padding: 6px 20px 6px 40px;
}
.l-right .l-content .l-time{
    background-image: url("/static/images/index/abort/bg-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 224px;
    padding: 6px 40px 6px 20px;
}

.l-content .l-time{
    font-size: 18px;display: inline-block;color: white;
}

.l-content .l-c-t{margin-top:10px;line-height: 24px; text-align: left;text-indent: 2rem;}
