.space-top {
  padding: 40px 0;
  min-height: 430px;
  background: #F7F7F7;
}
.space-top .container {
  padding: 0 170px 0 370px;
  position: relative;
}
.space-top .container .cover {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.space-top .container .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.space-top .container h3 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 23px;
}
.space-top .container h3 span {
  display: inline-block;
  line-height: 24px;
  padding: 0 11px;
  font-size: 14px;
  color: #1C6EFE;
  border-radius: 3px;
  border: 1px solid #1C6EFE;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 10px;
}
.space-top .container p {
  font-size: 14px;
  line-height: 30px;
}
.space-top .container p + p {
  margin-top: 3px;
}
.space-top .container p.area {
  margin-top: 23px;
  padding-left: 21px;
  position: relative;
}
.space-top .container p.area:after {
  position: absolute;
  left: 0;
  top: 8px;
}
.space-top .container .space-album {
  margin-top: 16px;
  font-size: 0;
}
.space-top .container .space-album div {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.space-top .container .space-album div img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.space-top .container .space-album div.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #1C6EFE;
}
.space-top .container .space-top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.space-top .container .space-top-right div {
  width: 170px;
  height: 130px;
  border: 1px solid #E5E5E5;
  margin-bottom: 12px;
  padding-top: 88px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}
.space-top .container .space-top-right div i {
  color: #1C6EFE;
  font-size: 14px;
}
.space-top .container .space-top-right div:before {
  content: "";
  position: absolute;
  display: block;
  width: 84px;
  height: 80px;
  top: 5px;
  left: 50%;
  margin-left: -42px;
}
.space-top .container .space-top-right div.hatch:before {
  background: url("../../images/article/hatch.png") no-repeat;
}
.space-top .container .space-top-right div.hold:before {
  background: url("../../images/article/hold.png") no-repeat;
}
.space-top .container .space-top-right div.hatching:before {
  background: url("../../images/article/hatching.png") no-repeat;
}
.space-top .container .space-top-right div.graduate:before {
  background: url("../../images/article/graduate.png") no-repeat;
}
.space-main {
  padding-bottom: 64px;
}
.space-main h4 {
  line-height: 33px;
  font-size: 22px;
  padding: 39px 0 18px 15px;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  margin: 0 0 25px;
  display: inline-block;
  width: 100%;
}
.space-main h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 46px;
  width: 5px;
  height: 20px;
  background: #1C6EFE;
}
.space-main .space-content {
  font-size: 16px;
  line-height: 32px;
}
.space-main #map {
  width: 730px;
  height: 320px;
}
.space-main .contact-info {
  margin-left: 36px;
  width: 434px;
}
.space-main .contact-info p {
  padding: 18px 0 25px 50px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px dashed #DFE8F0;
  margin-bottom: 7px;
  position: relative;
}
.space-main .contact-info p:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 13px;
  background: url("../../images/icon/contact-icon.png") no-repeat;
}
.space-main .contact-info p.tel:before {
  background-position: -10px -10px;
}
.space-main .contact-info p.fax:before {
  background-position: -70px -10px;
}
.space-main .contact-info p.email:before {
  background-position: -10px -70px;
}
.space-main .contact-info p.addr:before {
  background-position: -70px -70px;
}
