.main {
    width: 1200px;
    margin: 30px auto;
    padding: 10px 0 50px;
}

.pos {
    line-height: 40px;
    font-size: 14px;
    color: #454545;

}

.main .content {
    border: 1px solid #EAEAEA;
    margin-top: 10px;
}

ul.list li {
    border-bottom: dashed 1px #EAEAEA;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
}

ul.list li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
}

ul.list li a span.line {
    width: 6px;
    border-radius: 4px;
    height: 6px;
    display: inline-block;
    vertical-align: 2px;
    background: #0963B9;
    margin-right: 10px;
}

ul.list li a:hover {
    color: #0963B9;
}

ul.list li span.time {
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}
