.title-bottom {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}

._line {
    margin-bottom: 16px;
}

.yonyouLogo {
    width: 300px;
    float: left;
    position: absolute;
    top:0;
    bottom: 0;
    left: 10%;
    margin: auto;
}

.aboutLine1 {
    margin: 50px 0;
    position: relative;
}

.aboutLine1:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.aboutLine1 .text {
    width: 50%;
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
    float:right;
}

.aboutLine2 {
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
}

.time-line {
    position: relative;
    margin-top: 30px;
}

.time-line .item{
    width: 50%;
    position: relative;
    padding-left: 8%;
    margin-bottom: 150px;
}

.time-line .item.right{
    margin-left: 50%;
    width: 50%;
    position: relative;
    padding-left: 14%;
}

.time-line .item .time{
    color: #d00d24;
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
}

.time-line .item ul{
    width: 80%
}

.time-line .item li{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.time-line .item li span{
    width: 94%;
    line-height: 1.8em;
}

.time-line .item li:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #d00d24;
    border-radius: 100%;
    display: inline-block;
    margin-right: 16px;
    margin-top: 0.5em;
}

.time-line .item .circle{
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    text-align: center;
}


.time-line .item .circle.red{
    background: #d00d24;
    border-color: #f0b4b1;
    right: -27px;
}

.time-line .item .circle.yellow{
    background: #e0c044;
    border-color: #fbf8e9;
    left: -27px;
}

.time-line .item .circle.orange{
    background: #fe8862;
    border-color: #ffe7e0;
    right: -27px;
}



.time-line-container {
    position: absolute;
    top: 5px;
    left: 0;
    width: 50%;
    height: 1000px;
    z-index: -1;
}
.time-line-line {
    position: absolute;
    right: -2px;
    width: 4px;
    height: 1104px;
    background: #e7eaec;
}

#future {
    text-align: center;
    font-size: 16px;
    color: #666;
    position: relative;
}

#future-img {
    display: block;
    margin: 20px auto 0;
    width: 300px;
    position: relative;
}
.announceUrl{
    font-size: 16px;
}