.step_box{
    /*padding: 0;*/
}
.step{
    width: 1050px;
    margin: 0 auto;
    border-bottom: 1px solid #0c1566;
    border-top: 1px solid #0c1566;
    padding-bottom: 70px;
}
.step ul{
    border: 1px solid rgba(25, 66, 164, 1);
    background-color: rgba(2, 25, 109, 1);
    border-top: none;
}
.step li{
    line-height: 60px;
    border-top: 1px solid #1942a4;
    padding: 0 60px;
    box-sizing: border-box;
    font-size: 16px;
}
.step li span:nth-child(1){
    width: 140px;
    display: inline-block;
    color: #89A3FF;
}
.step li span:nth-child(2){
    width: 450px;
    display: inline-block;
}
.step li span:nth-child(3){
    /* width: 100px; */
    /* display: inline-block; */
}
.step .title{
    padding-top: 70px;
    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: 200px;
    height: 218px;
}
.live_box .user{
    margin-right: 10px;
    margin-bottom: 10px;
}
.live_box .user:nth-child(5n+0){
    margin-right: 0
}
.user p{
    background: -webkit-linear-gradient(270deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(51, 51, 255, 1) 100%, rgba(51, 51, 255, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(51, 51, 255, 1) 100%, rgba(51, 51, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(51, 51, 255, 1) 100%, rgba(51, 51, 255, 1) 100%);
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
.user b{
    margin: 5px 0;
    font-size: 14px;
    display: block;
}





