.container-content{
    background: #ffffff;
    padding-bottom: 260px;
    min-height: 0;
}
.container-title{
    margin: 0 auto;
    padding-top: 65px;
}

.article-lists{
    width: 1100px;
    margin: 35px auto 10px;
    border: 2px solid #E0E0E0;
    padding: 30px;
}
.article-list{
    width: 475px;
}
h1{
    font-size: 25px;
    margin-bottom: 30px;
}
h1 img{
    height: 9px;
    margin-top: 9px;
}
span{
    padding-right: 20px;
}
.time{
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    color: #0A0F0D;;
}
.article-list li{
    margin-bottom: 20px;
}
.article-list li a{
    color: #0A0F0D;
    font-size: 16px;
}
.article-list li a {
    color: #0A0F0D;
    font-size: 16px;
    display: inline-block;
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}