﻿.new {
    width: 100%;
    margin-bottom: 20px;
}
.new li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    background: url(../images/icon9.jpg) no-repeat 5px center;
    font-size: 12px;
}
.new li {
    line-height: 45px;
    font-size: 12px;
}
.new li a {
    color: black;
}
.new li p {
    width: 415px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    font-size: 14px;
}
.new li em {
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #888;
}
.pages {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.pages a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 22px;
    line-height: 22px;
    border: 2px solid #eee;
    margin: 0 1px;
    margin-right: 1px;
    font-size: 12px;
    color: #555;
    padding: 0 5px;
}

