@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
}
.banner{
	width:100%;
	height:2.2rem;
	padding:0;
	margin-bottom: .98rem;
}
.banner .swiper-container{
	width:100%;
	height:2.68rem;

}
.banner img{
	width:100%;
	height:100%;
}
.banner .swiper-pagination{
	height:.1rem;
	bottom:.1rem;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width:.1rem;
	height:.1rem;
	border:1px solid #f9edee;
	background:rgba(255, 255, 255, 0.5);
	vertical-align: top;
	margin:0 .05rem;
	opacity: 1;
	-moz-border-radius: .1rem;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	width:.25rem;
	background:#fff;
}
.memorybox{
	margin:0 .3rem .3rem;
	background:#fff;
	overflow:hidden;
	position: relative;
	z-index: 2;
}
.show{
	-moz-border-radius:.1rem;
	-webkit-border-radius:.1rem;
	border-radius:.1rem;
	-moz-box-shadow: 0 0 .2rem rgba(234,242, 250, 0.6);
	-webkit-box-shadow: 0 0 .2rem rgba(234,242, 250, 0.6);
	box-shadow: 0 0 .2rem rgba(234,242, 250, 0.6);
}
.memorybox h3.tit{
	font-size:.3rem;
	color:#333;
	height:.34rem;
	line-height: .4rem;
	margin-top:.3rem;
	padding-left: .66rem;
	background:url(../images/titicon.png) .3rem center no-repeat;
	-o-background-size:auto .25rem;
	-ms-background-size:auto .25rem;
	-moz-background-size:auto .25rem;
	-webkit-background-size:auto .25rem;
	background-size:auto .25rem;
}
.memorybox ul{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
.memorybox li{
	width:25%;
	float: left;
	text-align: center;
	padding: .3rem 0;
	position:relative;
}
.memorybox li em{
	display: block;
	width:100%;
	height:.9rem;
	overflow:hidden;
}
.memorybox li img{
	/*height:100%;*/
	width:auto;
	vertical-align: top;
	max-height: 92%;
	max-width: 100%;
}
.memorybox li span{
	display: block;
    color: #222;
    line-height: .3rem;
    font-size: .26rem;
    padding: 0.15rem 0.08rem 0;
    min-height: 0.6rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.memorytwo{
	padding: .3rem .3rem;
	clear: both;
	overflow: hidden;
	margin-top: -.3rem;
}
.memorytwo .memorybox{
	width:48%;
	float:left;
	margin:0;
	margin-right: 4%;
}
.memorytwo .memorybox:nth-of-type(2n+2){
	margin-right: 0;
}
.memorytwo li{
	width:100%;
	float:none;
	padding:.2rem .2rem;
}
.memorytwo li img{
	height:.9rem;
	width:.9rem;
	float:left;
}
.memorytwo li .textbox{
	padding: .05rem 0 .05rem .2rem;
	text-align: left;
	overflow:hidden;
}
.memorytwo li .textbox h4{
	font-size: .28rem;
	color:#333;
	line-height: .4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.memorytwo li .textbox p{
	font-size: .26rem;
	color:#999;
	line-height: .4rem;
	white-space: nowrap;
}


.memorythree{
	padding: .3rem .3rem;
	clear: both;
	overflow: hidden;
	margin-top: -.3rem;
}
.memorythree .memorybox{
	width:32%;
	float:left;
	margin:0;
	margin-right: 2%;
}
.memorythree .memorybox:nth-of-type(2n+3){
	margin-right: 0;
}
.memorythree li{
	width:100%;
	float:none;
	padding:.2rem .2rem;
}
.memorythree li img{
	height:.9rem;
	width:.9rem;
	float:left;
}
.memorythree li .textbox{
	/* padding: .05rem 0 .05rem .2rem; */
	text-align: left;
	overflow:hidden;
	height:0.9rem;
	display: flex;
	display:-webkit-flex;
	align-items: center;
	padding-left:0.2rem;
}
.memorythree li .textbox h4{
	font-size: .28rem;
	color:#333;
	line-height: .4rem;
	/* white-space: nowrap; */
}

.memorysingle{
	clear: both;
	overflow: hidden;
	/* margin-top: -.3rem; */
}

.memorysingle li{
	width:100%;
	float:none;
	padding:.2rem .2rem;
	position: relative;
}

.memorysingle li:after{
	content: '';
	position: absolute;
	right: 0.3rem;
	top: 0.44rem;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../images/jump_icon.png) no-repeat center;
	background-size: 0.2rem 0.32rem;
}

.memorysingle li img{
	height:.9rem;
	width:.9rem;
	float:left;
}
.memorysingle li .textbox{
	/* padding: .05rem 0 .05rem .2rem; */
	text-align: left;
	overflow:hidden;
	height:0.9rem;
	display: flex;
	display:-webkit-flex;
	align-items: center;
	padding-left:0.2rem;
}
.memorysingle li .textbox h4{
	font-size: .28rem;
	color:#333;
	line-height: .4rem;
	/* white-space: nowrap; */
}


















