#wrap{
	width: 1200px;
	margin: 0px auto 50px;
}
#header,#top{
	width: 1200px;
	padding: 26px 0;
}
.tit{
	background: url('../images/tit_bj.jpg') no-repeat;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	color: #f4b2ba;
	font-size: 32px;
	line-height: 100px;
	font-weight: bold;
	padding: 0 20px;
}
.show_wrap{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.show_list,.show_list2{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.show{
	width: 382px;
	border:1px solid #f6f6f6;
	height: 304px;
	margin-top: 30px;
	margin-right: 24px;
}
.show:nth-child(3n){
	margin-right: 0;
}
.show:nth-child(23) .img{
	width: 45%;
	height: auto;
	overflow: hidden;
}
.show_img{
	width: 382px;
	height: 256px;
	background: #969696;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.show:nth-child(1) .img{
	width: 100%;
	height: auto;
}
.mask{
	width: 362px;
	/*height: 60px;*/
	padding: 20px 10px;
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	display: none;
	left: 0;
	text-align: left;
}
.show_txt{
	width: 362px;
	height: 50px;
	line-height: 50px;
	background: #f6f6f6;
	font-size: 18px;
	color: #3a3a3a;
	font-weight: bold;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more{
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	margin: 50px auto 154px;
	font-size: 20px;
	cursor: pointer;
}