﻿.main{
    width: 1200px;
    margin: -80px auto 30px;

}
.content{
    width: 1200px;
    background-color: #fff;
    margin-top: 30px;
}
.content .aside{
    width: 230px;
}

.content .aside li a{
    display: block;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 3px;
    background: #f8f8f8;
    color: #333;
    position: relative;
}

.content .aside li a:hover,.content .aside li.current a{
    color: #fff;
    background: url("../images/left_list_icon.png")  no-repeat  208px  35px #076fd0;
}

.content .newsList {
    width: 900px;
    margin-right: 20px;
}

.content .newsList .list {
    margin-bottom: 45px;
}

.content .newsList .list li {
    font-size: 16px;
    line-height: 36px;
}

.content .newsList .list li span.point{
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 4px;
    background: #076fd0;
}

.content .newsList .list li a  {
    width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content .newsList .list li a:hover{
    color: #076fd0;
}

.content .newsList .list li  span.time {
    float: right;
    font-size: 16px;
    text-align: right;
    color: #999999;
}

.pages {
    margin:20px auto 30px;
    text-align: center;
    border-top: 1px solid #d7f6e4;
    padding-top: 25px;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 13px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #f6f7f8;
    border-radius: 6px;
    cursor: pointer;
}

.pages a.current, .pages a:hover {
    color: #fff;
    background-color: #549e4d;
    
}

.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}