@charset "utf-8";
/* CSS Document */


.view {
	width: 195px;
	margin:0px 3px 8px 3px;
	float: left;
	
	
}
.view2 {
	width: 100%;
	
	
}

.view img,.view2 img{ width:100%; height:auto;}
.view figure,.view2 figure {
	margin: 0;
	position: relative;
}
.view figure img,.view2 figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.view .thumb {width: 100%; height:203px;
	overflow: hidden;
}
.view2 .thumb {width: 100%; height:auto;
	overflow: hidden;
}
.view .mask,.view2 .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	width: 90%;
	top: auto;
	bottom: 0;
	padding: 5%;
	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=80); background:#000;/*实现IE背景透明*/
	color: #fff;
}
.view .mask h2,.view2 .mask h2  {
	margin: 0 0 5px;
	padding: 0 0 5px;
	color: #fff;
	font-size: 16px;
	line-height:20px;
	border-bottom:1px solid rgba(255, 255, 255, .2);
}
.view .mask p.view2 .mask p {
	font-size: 12px;
	margin-bottom: 5px; line-height:20px;
}
.view .link,.view2 .link {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
}
.view-tenth figure {
	overflow: hidden;
}
.view-tenth figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

@media only screen and (max-width: 3000px) and (min-width: 641px) {

.view-tenth .mask {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
}
.view-tenth figure:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
@media only screen and (max-width: 800px) {
	.cont2_right li{width: 31.3%;
	margin:0% 1% 1% 1%;
	float: left;}
	.view {width: 100%;}
	.view .thumb {height: 156px;}
	}
@media only screen and (max-width: 700px) {
	.view .thumb {height: 135px;}
	}	
@media only screen and (max-width: 640px) {
	.view .thumb {height: 123px;}
	.view .mask h2 {margin: 0 0 2px;padding: 0 0 2px;font-size: 13px;}
	.view .mask p{ font-size:12px;}
	}

@media only screen and (max-width: 480px) {
	.view .thumb {height: 153px;}
.view {margin:0px 3px 5px 0px;}

	.view .mask { padding:2% 5% 2% 5%;}
	.view .mask p {margin-bottom: 0px;}
}
@media only screen and (max-width: 401px) {
.view .thumb {height: 126px;}
}

@media only screen and (max-width: 360px) {
.view .thumb {height: 115px;}
}

@media only screen and (max-width: 320px) {
.view .thumb {height: 102px;}
}

@media \0screen\,screen\9{ 
.view .mask{ display:none;}

}