﻿body{
   # background: #ffffff !important;
}
.zt_ul{
    margin:20px 0; 
    overflow: hidden;
    min-height: 300px;
}
.zt_ul ul{
    width: 100%ï¼›
}
.zt_ul li {
    width: 30%;
    float: left;
   # margin-left:50px; 
    margin-bottom:20px; 
}
.zt_ul li img{
    width: 100%;
	height: 108px;
}
.zt_ul li p{
    text-align:center;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 760px){
    .container{
        padding: 0 5px;
        box-sizing: border-box;
    }
    .zt_ul li{
        width: 100%;
        float: none;
        margin-left:0; 
    }
}