.main {
    padding: 30px;
}

.pos {
    line-height: 40px;
    background: url(../images/position.png) no-repeat left center;
    padding-left: 24px;
    font-size: 14px;
    color: #454545;    border-bottom: dashed 1px #d5d5d5;

}
ul.list{
    margin-top: 20px;
}
ul.list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 46px;
}

ul.list li a span.line {
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    background: #2056a0;
    margin-right: 10px;
}

ul.list li span.time {
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}

.page {
    height: 41px;
    margin: 40px auto;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 7px 4px 11px;
    margin: 0 2px;
}

.page a.current {
    color: #fff;
    background-color: #3d7dcb;
}