.col-xs-5thx, .col-sm-5thx, .col-md-5thx, .col-lg-5thx { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
@media ( min-width : 768px) { .col-sm-5thx { width: 20%; float: left; }} @media ( min-width : 992px) {.col-md-5thx { width: 20%; float: left; }} @media ( min-width : 1200px) {.col-lg-5thx { width: 20%; float: left; }}
/*-----列表-----*/
.pic-list-bg{
  margin: 0;
  padding: 0;
  background:#F4F4F6;
}
.piccontext{background:#FFF;overflow:hidden; box-shadow:0px 0px 5px #C6C6C6; margin-left:-15px; margin-right:-15px; padding-bottom: 35px;}
.video_ls{
	margin-top:25px;
}
.work-post {
    overflow: hidden;
}
.work-post-gal {
    position: relative;
}
.work-post-gal img {
    width: 100%;
    -webkit-backface-visibility: hidden;
	border:1px solid #FFF;
}
.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
}
.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}
.hover-box a.video {
    right: 36%;
    background: url('../images/video_ico_1.png') center center no-repeat;
	background-size:100% 100%;
}
.sale-box {
	position: absolute;
	bottom: 1px;
	right: 1px;
	overflow: hidden;
	padding:5px;
	background-color: rgba(0,0,0,0.7);
	color:#FFF;
	font-size:13px;
}
.pinpai_p{
	padding-top:7px;
	font-size:14px;
	height:47px;
	max-height:47px;
}
.pinpai_p a{
	color:#222;
}
.pinpai_p a:hover{
	color:#2E6AA7;
}
.vindex_i{
	color:#999;
	font-size:12px;
	padding-top:10px;
}
.vindex_i span{
	margin-right:12px;
}
.vindex_i_ci1{
	background: url('../images/ico/ico_bf_x.png') 0px 3px no-repeat;
	background-size: 30%;
	padding-left: 16px;
}
.vindex_i_ci2{
	background: url('../images/ico/ico_nr_3.png') 0px 3px no-repeat;
	background-size: 15%;
	padding-left: 18px;
}

.dn{display: none;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0px 0px;}
.go-top .go:hover{background-position: 0 -50px;}

.pages_l{
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 40px;
}
