*{
    margin: 0;
    padding: 0;
}
.second-nav{
    position: fixed;
    top: 100px;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #231815;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    background-color: #FFFFFF;
}
.second-nav span{
    color: #666666;
}
.moreList-box{
    width: 100%;
    padding-top: 205px;
    box-sizing: border-box;
}
.container-moreList{
    width: 1439px;
    margin: 0 auto;
}
.list-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.moreList-item{
    width: 463px;
    margin-right: 25px;
    margin-bottom: 30px;
    cursor: pointer;
}
.moreList-item:nth-child(3n){
    margin-right: 0px;
}
.moreList-item>img{
    width: 100%;
    height: 197px;
}
.moreList-text{
    width: 100%;
    height: 125px;
    background-color: #F8F8F8;
    position: relative;
    padding: 15px 21px;
    box-sizing: border-box;
}
.moreList-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.moreList-time{
    position: absolute;
    left: 21px;
  	bottom: 13px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  	color: #666666;
}