.award-inner {
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.award-content {
  padding-bottom: 50px;
}
.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
}
.award-title {
  color: #111;
}
.award-link {
  font-size: 0.75rem;
  padding: 0px 6px;
  height: 25px;
  margin-left: 50px;
  border: 1px solid #cac7a7;
  border-radius: 50%;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.award-link:hover {
  background: #e7e5d7;
}
.award-link:hover a {
  color: #015472;
}
.award-link a {
  color: #999;
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.award-link a:hover .award-link {
  background: #e7e5d7;
}
.award-link i {
  margin-top: 7px;
}
.award-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
}
.award-project {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.875rem;
  max-width: 900px;
  margin: 40px auto 0;
}
.award-project a:hover i {
  color: #cac7a7;
}
.award-project i {
  color: #999;
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.award-project span {
  margin-left: 10px;
  color: #015472;
}
.award-line1 {
  width: calc(50% - 60px);
  height: 1px;
  background: #cac7a7;
  position: relative;
}
.award-line1:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #cac7a7;
  position: absolute;
  top: -24px;
  left: -4px;
}
.award-line1:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #cac7a7;
  position: absolute;
  top: -20px;
  left: 0;
}
.award-line2 {
  width: calc(50% - 60px);
  height: 1px;
  background: #cac7a7;
  position: relative;
}
.award-line2:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #cac7a7;
  position: absolute;
  top: -24px;
  right: -4px;
}
.award-line2:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #cac7a7;
  position: absolute;
  top: -20px;
  right: 0;
}
.award-image img {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #f6f6f6;
}
.award-image-wrap {
  display: -ms-flexbox;
  display: flex;
}
.award-img {
  width: 50%;
}
.award-back {
  font-family: "Forum", Arial, Helvetica;
  margin-top: 50px;
  font-size: 0.875rem;
  text-align: center;
}
.award-back a {
  padding-bottom: 5px;
  border-bottom: 1px solid #cac7a7;
  color: #015472;
  -moz-transition: letter-spacing 0.6s;
  -o-transition: letter-spacing 0.6s;
  -webkit-transition: letter-spacing 0.6s;
  transition: letter-spacing 0.6s;
}
.award-back a:hover {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1100px) {
  .award-wrap {
    max-width: 900px;
  }
  .award-text {
    padding: 0 35px;
  }
}
@media screen and (max-width: 640px) {
  .award-inner {
    padding: 0 30px;
  }
  .award-content {
    padding-bottom: 30px;
  }
  .award-wrap {
    display: block;
    padding-bottom: 35px;
  }
  .award-link {
    width: 25px;
    padding: 0;
    margin-left: unset;
    margin-top: 15px;
  }
  .award-link i {
    margin-left: 6px;
  }
  .award-project {
    margin: 35px auto 0;
  }
  .award-back {
    margin-top: 35px;
  }
}
