body{
    background: #f5f5f5;
}
.banner{
    width: 7.5rem;
    height: 5rem;
    background: url("/images/about/banner.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.banner .t1{
    height: .6rem;
    line-height: .6rem;
    font-size: .56rem;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 1.9rem;
    left: 0;
    font-weight: 700;
    position: absolute;
}
.banner .t2{
    height: .5rem;
    line-height: .5rem;
    font-size: .45rem;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 2.63rem;
    left: 0;
    position: absolute;
}
.time-content .y-list>li {
    background: #fff;
    padding: .38rem .2rem .38rem .56rem;
    position: relative;
}
.time-content .y-list>li:nth-child(n+2) .y-right .list{
    height: .85rem;
}
.time-content .y-list>li:last-child .y-right .list{
    height: .8rem;
}
.y-left .title{
    /* height: .5rem; */
    line-height: .5rem;
    position: relative;
    color: #333333;
    font-size: .34rem;
    font-weight: 700;
}
.time-content{
    padding-bottom: 1.4rem;
    background: #fff;
}
.y-left .img{
    width: 3.8rem;
    height: 2.25rem;
    margin: .3rem 0;
}
.y-left .img img{
    width: 100%;
    height: 100%;
}
.y-right .top{
    position: absolute;
    right: .3rem;
    top: .38rem;
    height: .5rem;
}
.y-right .top .y-num{
    height: .5rem;
    line-height: .5rem;
    color: #e5e5e5;
    font-size: .6rem;
    margin-right: .13rem;
    float: left;
    font-weight: 700;
    transform: skew(-7deg);
    -webkit-transform: skew(-7deg);
}
.y-right .list li{
    margin-bottom: .26rem;
    overflow: hidden;
}
.list{
    overflow: hidden;
    height: auto;
}
.y-right .list li span:nth-child(1){
    line-height: .46rem;
    color: #666666;
    font-size: .28rem;
    float: left;
    margin-right: .2rem;
    /*width: .6rem;*/
}
.y-right .list li span:nth-child(2){
    line-height: .46rem;
    color: #666666;
    font-size: .28rem;
    float: left;
    width: 5.9rem;
}
.y-line{
    position: absolute;
    top: .56rem;
    left: .3rem;
    width: .1rem;
    bottom: .5rem;
}
.y-line .cir{
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0;
    top: .2rem;
    background: #FF8331;
}
.list .y-line .line{
    position: absolute;
    width: .02rem;
    background: #EEEEEE;
    bottom: 0;
    top: 0.2rem;
    left: 50%;
    margin-left: -.01rem;
}

