.pos {
    width: 1060px;
    margin: 20px auto;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
}

.main {
    width: 1080px;
    margin: 0 auto;
    padding: 20px 20px 1px 0px;
    background: #ffffff;
}


.newsList {
    width: 820px;
}
.main .gjnr {
    width: 820px;
} 
.newsList h5 {
    line-height: 60px;
    height: 60px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #00509a;
    font-size: 20px;
    color: #00509a;
    padding-left: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

.newsList .list {
    margin-top: 20px;
}

.newsList .list li {
    font-size: 16px;
    line-height: 45px;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    height: 45px;
    border-bottom: 1px dashed #dddddd;
}

.newsList .list li a {
    width: 75%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList .list li .time {
    float: right;
}

.pages {
    margin: 40px 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;
    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;
}