.banner{
    width: 100%;
    height: 663px;
    background: url(../images/banner.png) no-repeat top center;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.pos {
    margin: 20px auto;
  }
.main .list li{
    padding: 20px;
    border-bottom: 1px dashed #666666;
}
.main .list li:last-child {
    border-bottom: none;
}
.main .list li span.point{
    background: #0872c3;
    width: 8px;
    height: 8px;
    vertical-align: 2px;
    display: inline-block;
    margin-right: 10px;
}
.main .list li a {
    width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .list li span.time {
    float: right;
    font-size: 18px;
    text-align: right;
    color: #666666;
}
.pages {
    margin: 50px auto;
    text-align: center;
  }
  .pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 3px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #0a95ff;
    cursor: pointer;
  }
  .pages a.current, .pages a:hover {
    background-color: #0a95ff;
    color: #ffffff!important;
  }
  .pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
  }