.left {
    width: 250px;
}
.right {
    width: 855px;
}
.status {
    width: 250px;
    padding: 10px;
    color: #000;
    background-color: #f2f4f4;
    margin-bottom: 15px;
}
.status>h1,.status>span {
    font-size: 18px;
}
.status>h1{
    display: inline-block;
}
.status:hover{
    cursor: pointer;
    color: #fff;
    background-color: #f85032;
}
.article {
    padding: 0 30px 50px;
}
.article>h1{
    font-size: 18px;
    margin-top: 20px;
}
.top{
    margin-top: 40px!important;
}
.article>ul{
    width: 100%;
}
.article>ul>li{
    width: 33.3%;
    float: left;
    font-size: 14px;
    text-align: center;
    padding: 15px 50px;
}
.img1,.img2,.img3,.img4,.img5,.img6{
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
}
.img1{
    background: url("../../images/step.png") no-repeat;
    background-size: 230px 230px;
    background-position: 0 -30px;
}
.img2{
    background: url("../../images/step.png") no-repeat;
    background-size: 230px 230px;
    background-position: -75px -30px;
}
.img3{
    background: url("../../images/step.png") no-repeat;
    background-size: 230px 230px;
    background-position: -150px -30px;
}
.img4{
    background: url("../../images/step.png") no-repeat;
    background-size: 230px 230px;
    background-position: 0 -120px;
}
.img5{
    background: url("../../images/step.png") no-repeat;
    background-size: 230px 230px;
    background-position: -75px -120px;
}
.img6{
    background: url("../../images/step.png") no-repeat;
    background-size: 230px 230px;
    background-position: -150px -120px;
}
.article a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
    text-decoration: underline;
}





