.bus-pic img{
    display: block;
    width: 1200px;
    height: 150px;
    margin: 40px 0;
}
.about-name {
    /* width: 600px; */
    border-bottom: 1px solid #999;
    margin: 30px 0 10px;
    font-weight: bold;
}
.about-name p.about-title {
    position: relative;
    font-size: 18px;
    color: #9A0101;
}
.about-name p.about-title::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #9A0101;
}
.other {
    margin: 40px auto 100px;
}
.time {
    color: #999;
}
.bus-intro {
    margin-bottom: 40px;
}
.bus-content {
    line-height: 30px;
}