@charset "UTF-8";
.sub-banner{
    height: 8.2rem;
    /*background: url(../images/aboutus/sub-banner.jpg) center center no-repeat;*/
    background-size: cover;
}
.sub-banner img{
    width: 100%;
}
.aboutus-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27.25rem;
    height: 38.2rem;
    background: url(../images/aboutus/bg.png) center center no-repeat;
    background-size: cover;
}

.qygk-content{
    margin-top: 2.6rem;
}
.qygk-content p,
.qygk-content p:first-child{
    font-size: 0.8rem;
    color: #888;
    text-indent: 2em;
    line-height: 2rem;
    margin-bottom: 1.8rem;
    text-align: justify;
}
.qygk-content img{
    width: 100%;
}


.timeline__event{
    height: 54rem;
    margin-top: 2.9rem;
    position: relative;
}
.timeline__event:before{
    display: block;
    content: '';
    position: absolute;
    top: -.2rem;
    left: -.3rem;
    width: 2.05rem;
    height: 1.85rem;
    background: url(../images/aboutus/time-icon.png);
    background-size: cover;
}
.timeline__event .line{
    width: 1px;
    height: 50rem;
    background: #21a888;
    position: absolute;
    top: 1.6rem;
    left: .8rem;
}
.timeline-items{
    position: absolute;
    top: 3.7rem;
    left: .55rem;
}
.timeline-content{
    font-size: 0.8rem;
    color: #888;
}
.timeline__item{
    position: relative;
    display: flex;
    justify-content: flex-start;
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 2.3rem;
}
.timeline__item:before{
    content: '';
    display: block;
    width: .4rem;
    height: .4rem;
    border: 1px solid #21a888;
    background: #fff;
    border-radius: 100%;
    margin-top: .7rem;
}
.timeline__item .timeline-year{
    width: 7.65rem;
    height: 1.95rem;
    line-height: 1.95rem;
    text-align: center;
    margin: 0 .6rem 0 .8rem;
    background: url(../images/aboutus/time-label.png);
    background-size: 7.65rem 1.95rem;
}
.timeline__item .timeline-content{
    width: 40.5rem;
    line-height: 2rem;
}
.content-items {
    min-height: 39rem;
}






