@charset "utf-8";
#wrap{background: #fff;}

.module-title{padding: .4rem 0 20px 0; display: block; margin: 1rem 0 .5rem; position: relative;}
.module-title h2{color: #fff; text-align: center; font-size: .5rem; display: block; position: relative;text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
.module-title span{height: 3px; position: relative; background: #fff; margin:.2rem auto 10px; width: .5rem; display: block;box-shadow: 0px 3px 6px rgba(0,0,0,0.16);}


.module-1{
	background:url(../img/culture-01.jpg) no-repeat center top -10px;
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: .5rem;
	margin-top: -80px;
	padding-top: 80px;
}
.module-2{
	background:url(../img/culture-02.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: .5rem;
}

.list-box{
	border-radius: 20px;
	background-color: #fff;
	padding: .3rem;
	box-shadow: 0 -30px 25px rgba(0,0,0,0.05);
}
.list-box .list{
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	background-color: #F4F7F9;
	margin-bottom: .25rem;
}
.list-box .list .title{
	height: .7rem;
	line-height: .7rem;
	padding-left: .4rem;
	font-size: .22rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.list-box .list .title .bg{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(222deg, #FF392A 0%, #E4001E 100%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.list-box .list .title span{
	color: #E40012;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.list-box .list .title span.t{
	width: 9em;
	color: #000;
}
.list-box .list .title::before{
	content: "";
	height: .3rem;
	width: 5px;
	border-radius: 3px;
	background-color: #E40012;
	position: absolute;
	left: .2rem;
	top: .22rem;
	z-index: 2;
}
.list-box .list.on .title::before{
	background-color: #fff;
}
.list-box .list.on .title .bg{
	opacity: 1;
}
.list-box .list.on .title span{
	color: #fff;
}

.list-box .list .more{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	height: .7rem;
	line-height: .7rem;
	text-align: right;
}
.list-box .list .more span{
	position: absolute;
	width: .7rem;
	height: .7rem;
	top: 0;
	right: 0;
	font-size: .3rem;
	margin-right: .25rem;	
	transform:rotate(0deg);
	transition: all 0.3s ease-in-out;
}
.list-box .list .more span.iconarrow-up{
	opacity: 0;
}
.list-box .list .more span.off.iconarrow-down{
	opacity: 0;
}
.list-box .list .more span.off.iconarrow-up{
	opacity: 1;
	color: #fff;
}
.list-box .list .con{
	display: none;
	padding: .3rem .4rem;
}
.list-box .list .con h2{
	font-size: .22rem;
	margin-bottom: .8em;
}
.list-box .list .con p{
	text-indent: 2em;
	margin-bottom: 1em;
}

@media screen and (max-width: 1460px) {
	.list-box .list .con h2{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	
	
	.module-title{padding: 20px 0 10px 0; display: block; margin: 1rem 0 .3rem; position: relative;}
	.module-title h2{color: #fff; text-align: center; font-size: .8rem; display: block; position: relative;text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
	.module-title span{height: 3px; position: relative; background: #fff; margin:.2rem auto 10px; width: .5rem; display: block;box-shadow: 0px 3px 6px rgba(0,0,0,0.16);}
	
	.module-1{
		background:url(../img/culture-01.jpg) no-repeat center top -10px;
		background-size: 160% auto;
		overflow: hidden;
		padding-bottom: .5rem;
		margin: 0px;
		padding-top: 50px;
	}
	.module-2{
		background:url(../img/culture-02.jpg) no-repeat center top;
		background-size: 130% auto;
		overflow: hidden;
		padding-bottom: .5rem;
	}
	
	.list-box{
		border-radius: 10px;
		background-color: #fff;
		padding: 10px;
		margin: 0 5px;
		box-shadow: 0 -30px 25px rgba(0,0,0,0.05);
	}
	.list-box .list{
		border-radius: 15px;
		overflow: hidden;
		position: relative;
		background-color: #F4F7F9;
		margin-bottom: 10px;
	}
	.list-box .list .title{
		height: 2.8rem;
		line-height: 1.1rem;
		font-size: .6rem;
		font-weight: normal;
		margin: 0;
		padding-top: 0;
		position: relative;
		padding:0 .6rem;
		z-index: 1;
		transition: all 0.3s ease-in-out;
	}
	.module-1 .list-box .list:nth-child(2) .title{
		height: 3.8rem;
	}
	.module-1 .list-box .list:nth-child(2) .more{
		height: 4rem;
	}
	.list-box .list .title .bg{
		position: absolute;
		left: 0;
		top: -10px;
		width: 100%;
		height: 110%;
		z-index: 0;
		background: linear-gradient(222deg, #FF392A 0%, #E4001E 100%);
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.list-box .list .title span{
		color: #E40012;
		position: relative;
		z-index: 1;
		display: block;
		margin: .1rem 0;
	}
	.list-box .list .title span.t{
		width: 7em;
		margin-top: .3rem;
		font-size: .6rem;
		color: #000;
		margin-right: -1em;
	}
	.list-box .list .title::before{
		display: none;
	}
	.list-box .list.on .title::before{
		background-color: #fff;
	}
	.list-box .list.on .title .bg{
		opacity: 1;
	}
	.list-box .list.on .title span{
		color: #fff;
	}
	
	.list-box .list .more{
		position: absolute;
		z-index: 2;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		height: 3rem;
		line-height: 1.85rem;
		text-align: right;
	}
	.list-box .list .more span{
		position: absolute;
		width: .85rem;
		height: .85rem;
		top: -.1rem;
		right: 0;
		font-size: .8rem;
		margin-right: 10px;	
		transform:rotate(0deg);
		transition: all 0.3s ease-in-out;
	}
	.list-box .list .more span.iconarrow-up{
		opacity: 0;
	}
	.list-box .list .more span.off.iconarrow-down{
		opacity: 0;
	}
	.list-box .list .more span.off.iconarrow-up{
		opacity: 1;
		color: #fff;
	}
	.list-box .list .con{
		display: none;
		padding: .3rem .6rem;
		font-size: .6rem;
		line-height: 1.8em;
	}
	.list-box .list .con h2{
		font-size: .65rem;
		margin-bottom: .8em;
	}
	.list-box .list .con p{
		text-indent: 2em;
		margin-bottom: 1em;
	}
}




















