.newContent{
    overflow: hidden;
    background: #fff;
}
.contentList{
    padding: 0 15px;
}
.contentList ul{
    overflow: hidden;
}
.contentList ul li{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #CCC;
}
.contentList ul li:last-child{
    border-bottom: none;
}
.contentList ul li a{
    width: 85%;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contentList ul li span{
    display: inline-block;
    float: right;
}
.contentList dl{
    margin: 0;
}
.contentList dl dd{
    border-bottom: 1px dashed #CCC;
    padding: 0 10px;
}
.contentList dl dd:last-child{
    border-bottom: none;
}
.contentList dl a{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 20px 0 10px 0;
}
.contentList dl p{
    line-height: 22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
    margin-bottom: 0px;
}
.contentList dl span{
    display: block;
    line-height: 30px;
    color: #777;
    font-size: 12px;
}