#topbar{
    border-bottom:1px solid #000;
}
.list{
    width: 1350px;
    margin: 0 auto;
}
.list li{
    float: left;
    width: 400px;
    height: 540px;
    margin-left: 75px;
    margin-bottom: 30px;
    text-align: center;
}
.list li:first-child{
    margin-left: 0;
}
.list li:nth-child(4n){
    margin-left: 0;
}
.name{
    padding: 0 10px;
    margin-top: 30px;
    font-size: 18px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.name1{
    padding: 0 10px;
    margin-top: 18px;
    font-size: 14px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title{
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
}
.sub{
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}
.list ul{
    margin-top: 60px;
}
.list img{
    width: 400px;
    height: 430px;
}
.more{
    text-align: center;
    margin-bottom: 40px;
}