@charset "utf-8";
/* CSS Document */

.container {
  margin:0 auto;
  text-align:center;
}

.navbar-fixed-bottom .container {
  width: 940px;
}
.thumbnails {
  margin-left:0px;
  list-style: none;
  *zoom: 1;
}

.container .ul{
  padding: 0;
  margin: 0 0 10px 25px;
}

.thumbnails > li{
  float: left;
  margin-bottom: 40px;
  margin-left: 20px;
  text-align:center;
  display:inline-block;
  width:262px;
  margin-left:0px;
  margin-right:50px;
  cursor:pointer;
  
}
.thumbnails > li:nth-child(4n){
  margin-right:0px
}
.thumbnails > li a{
  text-align:center;
  display:inline-block;
  border:1px solid #dcdcdc;
  transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
width: 100%;
height: 190px;overflow: hidden;

}
.thumbnails > li a img{ width: 100%;height: 190px; object-fit: cover;}
.thumbnails > li div{
	padding:10px 0px;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	color:#666666;
	font-size:14px;
}

