.pos {
    font-size: 20px;
    margin: 0 auto;
    width: 1380px;
    padding-top: 20px;
}
.main .content {
    width: 1380px;
    margin: 20px auto;
}

.main .content .con h5 {
    color: #23582a;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.main .content .con h5 span {
    border-bottom: 4px solid #23582a;
    padding-bottom: 10px;
}
.main .content .con .newList {
    margin-top: 20px;
}
.main .content .con .newList li {
    position: relative;
    padding-left:18px;
    /* font-size: 20px; */
    font-weight: normal;
    line-height: 36px;
    overflow: hidden;
    vertical-align: top;
}
.main .content .con .newList li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #bfdd97;
}
.main .content .con .newList li .time {
    float: right;
    color: #999999;
}
.main .content .con .newList li a {
    float: left;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.main .content .con .newList li a br {
    display: none;
}
.main .content .con .newList li.five {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #333;
}
.main .pages {
    margin: 60px auto;
    text-align: center;
}
.main .pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 5px;
    font-size: 14px;
    text-align: center;
    background-color: #dedede;
    cursor: pointer;
}
.main .pages a.current, .pages a:hover {
    color: #fff;
    background-color: #267330;
}
.main .pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}


