.pos {
    width: 1060px;
    margin: 20px auto;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
}

.main {
    width: 1060px;
    margin: 0 auto;
    padding: 20px 20px 1px 0px;
    background: #ffffff;
}
.main h5{
    line-height: 60px;
    height: 60px;
    border-bottom: 2px solid #00509a;
    font-size: 20px;
    color: #00509a;
    padding-left: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}
.main  .list li{
    line-height: 40px;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    height: 40px;
    border-bottom: 1px dashed #dddddd;
}
.main .list li a{
    width:75%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .list li .time{
    float:right;
}
.pages {
    margin: 20px auto 60px;
    text-align: center;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 3px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    /* background-color: #666; */
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.pages a.current, .pages a:hover {
    color: #00509a;
    border: 1px solid  #00509a;
}

.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}