.container-wrp{
    padding: 40px 0;
    background: #fafbfc;
}
.container-wrp .warpBg{
    border: 1px solid #e7eaf0;
    background: #fff;
}
.container-hd {
    padding: 0 20px;
    line-height: 52px;
    height: 52px;
    background: #fafafa;
}
.container-hd h2{
    line-height: 52px;
    height: 52px;
    font-size: 16px;
}
.container-bd {
    padding: 40px;
    padding-top: 15px;
    min-height: 400px;
    height: auto!important;
}

.container-bd .list-wrp li {
    width: 100%;
    border-bottom: 1px solid #e7eaf0;
}
.container-bd .list-wrp li:last-child{
    border-bottom: 0;
}
.container-bd .list-wrp li a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #222222;
}
.container-bd .list-wrp li a:hover{
    color: #1e77bd;
}
.container-bd .list-wrp li .name {
    float: left;
    width: 800px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.container-bd .list-wrp li .time {
    float: right;
    color: #8d8d8d;
}