@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{
  padding:12px 16px;
  background:#fff;
  text-align:center;
  display:inline-block;
  border:1px solid #dcdcdc;
  transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
width:184px;
height:249px;
}
.thumbnails > li a img{ width:100%}

.thumbnails > li div{
	padding:10px 0px;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	color:#666666;
	font-size:14px;
}


.thumbnails > li:hover a{
  border:1px solid #1070b5;
  -webkit-box-shadow:rgba(16, 112, 112 ,0.83) 0px 0px 15px; 
   -moz-box-shadow:rgba(16, 112, 112 ,0.83) 0px 0px 15px;
    -ms-box-shadow:rgba(16, 112, 112 ,0.83) 0px 0px 15px; 
     -o-box-shadow:rgba(16, 112, 112 ,0.83) 0px 0px 15px;
        box-shadow:rgba(16, 112, 112 ,0.83) 0px 0px 15px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.thumbnails > li:hover div{
	color:#1070b5;
	border-bottom:1px solid #1070b5;
}