.pos {
    width: 1200px;
    margin: 15px auto 0;
    line-height: 40px;
    color: #454545;
    background: url("../images/pos.png") no-repeat center left;
    padding-left: 30px;
}


.main .content {
    width: 1200px;
    margin: 10px auto;
}

.main .content h4{
    font-size: 22px;
    margin-top: 20px;
    font-weight: bold;
    padding-left: 4px;
    padding-bottom: 10px;
    border-bottom: 4px solid #3d3d3d;
}
ul.list {
    padding: 10px;
    min-height: 240px;
}

ul.list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 50px;
    height: 50px;
}

ul.list li a span.line {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: 3px;
    background: #3e97df;
    margin-right: 10px;
}

ul.list li a:hover {
    color: #0963B9;
}

ul.list li span.time {
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}

.page {
    width: 1147px;
    height: 41px;
    margin: 40px auto;
    text-align: center;
    padding-top: 35px;
    border-top: 1px dashed #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;
}

