.content .top{height: 200px; width: 1200px;   border: 1px solid #ddd;margin-top: 20px;}
.content .top img{height: 200px; width: 1200px;  }
.content .bottom{margin-top: 20px;}
.content .bottom ul{font-size: 0;}
.content .bottom ul li{width: 25%;display: inline-block; box-sizing: border-box;text-align: center;margin-bottom: 10px; }
.content .bottom ul li img {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd; 
    box-sizing: border-box;
    text-align: center;
    
}
.content .bottom ul li .bt span{
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.content {
    background: url(../images/bg.png) no-repeat center bottom !important;
    padding-bottom: 200px;
}

.oldModel .content .bottom ul li img {
    width: 150px;
    height: 150px;
}
.oldModel .content .bottom ul li .bt span{
    height: 45px;line-height: 45px;
    font-size: 20px;
}