/**
 * @fileName: main.scss
 * @require normalize
 * @require reboot
 */
.case__details-inner {
  *zoom: 1;
}

.case__details-inner:before, .case__details-inner:after {
  content: "";
  display: table;
}

.case__details-inner:after {
  clear: both;
}

.page-top--case {
  background-image: url(../images/top-bg-case.jpg);
}

.page-top--case .page-top__inner {
  display: none;
}

.case__slogan {
  text-align: center;
  padding: 40px;
  font-size: 18px;
}

.case__slogan strong {
  color: #777ecf;
  font-size: 24px;
}

.case__details {
  background: #f9f9f9;
}

.case__map {
  float: left;
  width: 50%;
  height: 550px;
  background: #fff;
  position: relative;
}

.case__map-inner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.case__map text.is-disabled,
.case__map path.is-disabled {
  cursor: default;
}

.case__list {
  padding: 40px 40px 40px 70px;
  float: left;
  width: 50%;
  position: relative;
}

.case__list:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 40px 0;
  border-color: transparent #f9f9f9 transparent transparent;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -50px;
  margin-left: -35px;
}

.case__list-body {
  height: 435px;
  overflow-y: auto;
  margin-bottom: 0;
}

.case__list-prov {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 10px;
}

.case__item {
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 30px;
  position: relative;
}

.case__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #fffcc9;
  border: 4px solid #777ecf;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

.case__name {
  color: #333333;
  font-size: 18px;
}
