.container {
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    /*margin-top: 70px;*/
    margin-top: 97px;
    margin-top: 117px;
    color: #fff;
}
.content-about {
    float: left;
    width: 95%;
}
.content {
    margin-right: 305px;
    margin-bottom: 100px;
}
.webbanner {
    position: relative;
}
.desc {
    /*padding: 30px;*/
    font-size: 28px;
/*    padding-left: 10px;
    padding-bottom: 50px;
    padding-right: 10px;
    font-weight: 500;*/
    color: #282828;
    position: absolute;
    top: 0;
    line-height: 1.5;
    padding: 40px 30px;
}
.desc .time {
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
}

.service-online {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 25px;
    margin-top: 15px;
    border-radius: 8px;
}
.service-online .icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: relative;
    
}
.service-online .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 18px;
}
.service-online .text {
    flex: 1 1;
    width: 0;
    font-size: 24px;
    color: #282828;
    position: relative;
    line-height: 1.6;
}
.service-online .operate {
    color: #666;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.service-online .operate img {
    width: 10px;
    margin-left: 5px;
}


.service-customer {
    margin-top: 15px;
}
.service-customer .service-title {
    margin: 0 0 10px;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-size: 18px;
    border-left: 4px solid #EB424C;
}
.service-customer .service-lists {
    display: flex;
    flex-wrap: wrap;
}
.service-customer .service-lists .item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.service-customer .service-lists .item:nth-child(2n) {
    margin-right: 0;
}
.service-customer .service-lists .item .icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: relative;
}

.service-customer .service-lists .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    /*border-radius: 18px;*/
    width: 50px;
}

.service-customer .service-lists .item .text {
    flex: 1 1;
    width: 0;
    font-size: 24px;
    color: #282828;
    position: relative;
    line-height: 1.6;
}
.service-customer .service-lists .item .text .name {
    font-size: 18px;
    color: #282828;
}
.service-customer .service-lists .item .text .info1 {
    font-size: 14px;
    color: #666666;
}
.service-customer .service-lists .item .operate {
    /*width: 10px;*/
    
    display: flex;
    align-items: center;
    color: #999;
    margin-right: 10px;
}
.service-customer .service-lists .item .operate span {
    padding-right: 5px;
    font-size: 14px;
}
.service-customer .service-lists .item .operate img {
    width: 10px;
}


