.center .article .new_list {
    padding: 20px 0;
    width: 630px;
    height: 705px;
    overflow: hidden;
}
.center .article .new_list ul li{
    border-bottom: 1px solid #e5e5e5;
    padding:15px 0;
}
.center .article .new_list ul li:after {
    content: "";
    display: block;
    clear: both;
  }
.center .article .new_list ul .local{
    border-top: 1px solid #e5e5e5;
}
.center .article .new_list ul li .name h3 a:hover{
    color: #2162a7;
}
.center .article .new_list ul .time{
    width: 55px;
    float: left;
    margin-right: 15px;
}
.center .article .new_list ul .time span{
    text-align: center;
    display: block;
    width: 100%;
    background: #eee;
}
.center .article .new_list ul .time .ym{
    font-size: 12px;
    color: #707070;
    line-height: 20px;
    margin-bottom: 1px;
}
.center .article .new_list ul .time .day{
font-size: 24px;
color: #6b6b6b;
line-height: 35px;
}
.center .article .new_list ul .name{
    float: left;
    width: 550px;
}
.center .article .new_list ul .name h3{
    width: 500px;
    height: 22px;
line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.center .article .new_list ul .name h3 a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 22px;
} 
.center .article .new_list ul .name p{
    font-size: 12px;
    color: #a4a4a4;
    line-height: 150%;
    height: 36px;
    overflow: hidden;
}
.center .article .pdnav{
    text-align: center;
    font: 16px;
    color: #555;
    margin:30px 0;
}
.center .article .pdnav .btn a{
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #999;
    color: #2162a7;
}
.center .article .pdnav .pre a{
     color: #ccc;
}
.center .article .pdnav .num a{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    color: #2162a7;
}
.center .article .pdnav .p_no a{
    color: #fff;
    background: #2162a7;
    border: none;
}