.online{
    width:1200px;
	margin:0 auto;
}
.online-title{
    width:366px;
    height:28px;
    font-size: 24px;
    color: #0268B7;
    line-height: 28px;
    border-left:6px solid #0268B7;
    padding-left:8px;
    margin-bottom:24px;
}
.online-item{
    width:384px;
    height:112px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    border-radius: 2px;
    margin-bottom:24px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.online-wrap{
    display:flex;
}
.marl-24{
    margin-left:24px;
}
.mart-46{
    margin-top:46px;
}
.mart-30{
    margin-top:30px;
}
.marb-34{
    margin-bottom:34px;
}