﻿*{ margin:0px; padding:0px;box-sizing: border-box;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }
 
.container {
    margin: 40px auto;
    width: 1200px;
}


.slick-slide a{width:100%; height: 100%; display: block; padding: 0px 10px; overflow: hidden}
.img {
    width: 322px;
    height: 322px;
    position: relative; 
    overflow: hidden;
    margin: 0px auto;
} 
.img img{width:100%; height: 100%;} 
.info{width:100%; height: auto; overflow: hidden}
.info h3{font-size: 18px; color: #333333; text-align: center; height: 35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 10px 0}
 

 
@media (max-width:1280px){
	.container{width:100%; padding: 0px 10px;} 
}

@media (max-width:768px){ 
	.img{width:90%;  height: auto; background-size: 100% 100%; padding-bottom: 20px} 
}