.step_box{
    /*padding: 0;*/
}
.step{
    margin: 0 auto;
    border-bottom: 1px solid #191a89;
    border-top: 1px solid #0c1566;
    padding-bottom: 70px;
}
.step ul{
    border-top: none;
    background: #000188;
    padding-bottom: 22px;
    border-radius: 11px;
}
.step ul.afternoon{
    margin-top:25px;
}
.step li{
    box-sizing: border-box;
    font-size: 16px;
    overflow:hidden;
    position:   relative;
    border-radius: 11px;

}
.step li:after{
    content:"";
    position:absolute;  
    top: -0px;
    left: 198px;
    bottom: 0px;
    width: 3px;
    background: #0001a2;
}
.step li:before{
    content:"";
    position:absolute;  
    top: 13px;
    left: 192px;
    width: 15px;
    height:   15px;
    border-radius: 50%;
    background: #050697;
}
.step ul:nth-of-type(1) li:nth-child(3)::after{
    top: 16px;
}

.step ul:nth-of-type(2)  li:nth-child(2)::after{
    top: 16px;
}
.step li.table_header::after{
    background: transparent;
}
.step li.table_header::before{
    background: transparent;
}
.step li:last-child::after{
    bottom: 18px;
}
.step li span>i{
    position: absolute;
    top: 16px;
    left: 195px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #292ad3;
    z-index: 2;
}
.step li span{
    float:left;
    line-height:40px;
    box-sizing: border-box;
    padding-left: 70px;
    font-size:12px;
    color: #DCDCED;
}
.step li span:nth-child(1){
    width: 310px;
    line-height: 40px;
    padding-left:46px;;
    display: inline-block;
    color: #89A3FF;
}
.step li span:nth-child(2){
    width: 540px;
    height:40px;
    background: #050697;
    display: inline-block;
    margin-bottom: 8px;
}
.step li span:nth-child(3){

    background: #050697;
     width: 300px; 
    height:40px;
     display: inline-block; 
}
.yellow{
    color:#F8BF57!important;
}

.step li.table_header span{
    width:100%;
    text-align: center;
    height: 45px;
    background: #2526bf;
    border: 1px solid #1f20ad;
    line-height:45px;
    margin-bottom:  27px;
    font-size: 16px;
    color:#fff;
}
.step li.table_header span i{

    color: #9a9cfd;
    font-style:normal;  
    font-size: 16px;
    position: static;
}
.step .title{
    padding-top: 64px;
    margin-bottom: 40px !important;
}
.step .title i{
    top: 85px;
}
.step>p{
    font-weight: 400;
    font-style: normal;
    margin-bottom: 18px;
    font-size: 18px;
}
.step>p:before{
    content: "";
    width: 8px;
    height: 26px;
    display: inline-block;
    background: #cca54b;
    vertical-align: sub;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.step .apply{
    border-radius: 25px;
    margin-bottom: 30px;
}
.b{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
}


/* 演讲嘉宾 */
.live_box img{
    margin-right: 0;
    margin-bottom: 0;
    cursor: inherit;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
.user{
    display: inline-block;
  /*  width: 242px;
    height: 280px;*/
    position: relative;
}
.live_box .user{
    margin-right: 10px;
    margin-bottom: 10px;
}
.live_box .user:nth-child(5n+0){
    margin-right: 0
}
.user p{
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background: linear-gradient(to bottom, rgba(53, 54, 191, 0),  rgba(53, 54, 191,1)  );
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.user b{
    font-size: 14px;
    display: block;
    background: #ed626f;
    width: 70%;
    line-height: 40px;
    border-radius: 0px 20px 20px 0px;
    margin-top: -28px;
    position: relative;
    margin-bottom:10px;
}





