.elder-header {
  background: top center/auto 100% url(../img/bg-elder-header.jpg);
  height: 500px;
  padding-top: 40px;
}
.elder-header .logo-wrapper img {
  max-width: 100%;
}
.elder-header .elder-logo-wrapper {
  padding-top: 140px;
}
.elder-header .elder-logo-wrapper img {
  max-width: 100%;
}

.main-list .entry-link {
  padding: 20px 5px;
  display: block;
  text-align: center;
  border-radius: 10px;
}
.main-list .entry-link .iconfont {
  font-size: 100px;
  color: #fff;
  display: block;
}
.main-list .entry-link .title {
  padding: 0 15px;
  display: block;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}
.main-list .entry-link.entry-lg {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-list .entry-link.entry-md {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title {
  height: 64px;
}
.section-title img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-list .entry-link {
  height: 100%;
  padding: 30px 25px 80px 25px;
  display: block;
  background: linear-gradient(21deg, #b7daf0, #e6f3fd);
  border: 1px solid #cde6f6;
  border-radius: 6px;
  position: relative;
}
.service-list .entry-link .title {
  font-size: 40px;
  color: #2b75a1;
  line-height: 48px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
.service-list .entry-link .tag {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.service-list .entry-lg-link {
  height: 100%;
  padding: 80px 0 80px 200px;
  display: block;
  background: linear-gradient(21deg, #b7daf0, #e6f3fd);
  border-radius: 6px;
  position: relative;
}
.service-list .entry-lg-link .title {
  font-size: 40px;
  color: #d76437;
  line-height: 48px;
  font-weight: bold;
}
.service-list .entry-lg-link .tag {
  position: absolute;
  bottom: 0;
  left: 0;
}
.second-layer{font-size:26px;}
.breadcrumb{font-size: 22px;}
.detail-content-wrapper > .title {
	font-size: 2.5rem;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #c6c6c6;
	padding: 20px 0 10px;
	border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 95%;
}

@media only screen and (max-width: 767px) {
  .elder-header {
    height: 240px;
  }
  .elder-header .elder-logo-wrapper {
    padding-top: 20px;
    text-align: center;
  }
  .elder-header .elder-logo-wrapper img {
    max-width: 80%;
  }
  .main-list .entry-link.entry-lg {
    flex-direction: row;
  }
}

/*# sourceMappingURL=elder.css.map */
