@charset "utf-8";
/* CSS Document */

.history-list {
    overflow: hidden;
    padding: 59px 0 34px;
    background: url(../images/22.png) repeat-y center top;
}
ul.nt, ol.nt {
    padding: 0;
    margin: 0;
    list-style: none;
}
.history-list ul li:first-child {
    width: 82px;
}
.history-list ul li {
    position: relative;
    width: 60px;
    margin: 0 auto 40px;
}
.history-list ul li:first-child .num {
    height: 82px;
    line-height: 82px;
}
.history-list ul li .num {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #21bda0;
}
.history-list ul li p {
    top: 13px;
    right: 80px;
    width: 430px;
    line-height: 32px;
    margin: 0;
    font-size: 16px;
    color: #3e3a39;
    text-align: left;
}
.history-list ul li p, .history-list ul li .pic {
    position: absolute;
}
.history-list ul li:first-child p {
    top: 25px;
  
}
.history-list ul li p::before {
    position: absolute;
    top: 9px;
    right: -36px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    
    content: '';
}
.history-list ul li:nth-child(even) p {
    right: auto;
    left: 116px;
    text-align: justify;
}