.banner .inner { height: 234px; display: flex; align-items: center; justify-content: center;}
.banner .inner-text { text-align: center; color: #fff;}
.banner .slogan { font-size: 44px; line-height: 90px; border-bottom: 1px solid #fff;}
.banner span { display: block; line-height: 70px; font-size: 16px;}

.content { padding: 40px 0;}
.content h3 { font-size: 20px; color: #2a2a2a; line-height: 40px; width: 100px; margin-bottom: 22px; margin-left: 20px;}
.content h3::after { content: " "; border-bottom: 2px solid #4fbfa8; width: 60px; height: 38px; margin-left: -98px; position: absolute;}
.content .span { font-size: 18px; line-height: 30px; margin: 0 20px;}

.list { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 80px 0;}
.list .module { /* width: 32%; */ position: relative; margin-bottom: 20px;}
.list .module img { display: block; width: 100%;}
.list .module .mask-panel { display: none;}
.list .module:hover .mask-panel { display: block;}
.list .mask { position: absolute; left: 15px; top: 0; right: 15px; bottom: 0; z-index: 2; background: rgba(79, 161, 168, 0.7);}
.list .module .module-text { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; display: flex; align-items: center; justify-content: center; padding: 20px;}
.list .module dl { padding-bottom: 30px;}
.list .module dt { font-size: 18px; color: #fff; text-align: center; line-height: 60px; font-weight: bold;}
.list .module dd { font-size: 16px; color: #fff; text-align: center; line-height: 24px;}

@media (min-width: 320px) and (max-width: 768px) {
	.banner .inner { height: 240px; padding: 0 16px;}
	.banner .slogan { font-size: 20px; line-height: 90px; border-bottom: 1px solid #fff;}
	.banner span { display: block; line-height: 30px; margin-top: 30px; font-size: 16px;}
}

