.news {
  padding: 200px 0 7%;
}
.news-photo {
  padding: 0 15%;
}
.news-img {
  width: 100%;
  background: #eee;
}
.news-img img {
  width: 100%;
}
.news-control {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
  font-size: 0.8125rem;
}
.news-num {
  width: 50px;
  text-align: center;
}
.news-prev, .news-next {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #9e9e9f;
  position: relative;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.news-prev:hover, .news-next:hover {
  background: #9e9e9f;
  color: #fff;
}
.news-prev span, .news-next span {
  display: inline-block;
  margin-top: 5px;
}
.news-prev:before {
  content: "";
  width: 50vw;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: -50vw;
}
.news-next:before {
  content: "";
  width: 50vw;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: -50vw;
}
.news-content {
  padding-top: 7%;
}
.news-inner {
  padding: 0 15%;
  max-width: 1100px;
  margin: auto;
}
.news-panel {
  padding: 50px;
  box-shadow: 0 0 5px #ddd;
}
.news-date {
  font-size: 0.75rem;
  color: #9e9e9f;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.show .news-date {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news-name {
  color: #272f37;
  font-size: 15px;
  padding: 10px 0 40px;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.show .news-name {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.show .news-name:after {
  width: 25px;
}
.news-name:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #272f37;
  display: block;
  margin-top: 40px;
  -moz-transition: width 0.6s 0.4s;
  -o-transition: width 0.6s 0.4s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s 0.4s;
}
.news-text {
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.show .news-text {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news-text h4 {
  font-weight: normal;
  color: #272f37;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.news-text h4:before {
  content: "";
  width: 1px;
  height: 69%;
  background: #9e9e9f;
  position: absolute;
  top: 2px;
  left: 0;
}
.news-source {
  font-size: 0.8125rem;
  color: #272f37;
  margin-top: 40px;
  padding-left: 20px;
  position: relative;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.show .news-source {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news-source:before {
  content: "";
  width: 1px;
  height: 69%;
  background: #9e9e9f;
  position: absolute;
  top: 2px;
  left: 0;
}
.news-source a {
  color: #272f37;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-source a:hover {
  color: #9e9e9f;
}
.news-back {
  padding-top: 7%;
}
.news-back.show:before, .news-back.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.news-back:before {
  content: "";
  width: calc(50% + 51px);
  height: 1px;
  background: #ccc;
  display: block;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 1.2s linear 0.7s;
  -o-transition: clip-path 1.2s linear 0.7s;
  -webkit-transition: clip-path 1.2s linear;
  -webkit-transition-delay: 0.7s;
  transition: clip-path 1.2s linear 0.7s;
}
.news-back:after {
  content: "";
  width: calc(50% + 51px);
  height: 1px;
  background: #ccc;
  display: block;
  margin-left: auto;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 1.2s linear 0.7s;
  -o-transition: clip-path 1.2s linear 0.7s;
  -webkit-transition: clip-path 1.2s linear;
  -webkit-transition-delay: 0.7s;
  transition: clip-path 1.2s linear 0.7s;
}
.news-btn {
  width: fit-content;
  margin: 0px auto;
}
.news-btn:hover {
  letter-spacing: unset;
}
.news-btn:hover a {
  background: #9e9e9f;
  color: #fff;
}
.news-btn a {
  padding: 4px 37px 2px;
  position: relative;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  display: block;
}
.show .news-btn a:before, .show .news-btn a:after {
  height: 100%;
}
.news-btn a:before {
  content: "";
  width: 1px;
  height: 0%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: height 0.3s linear 0.4s;
  -o-transition: height 0.3s linear 0.4s;
  -webkit-transition: height 0.3s linear;
  -webkit-transition-delay: 0.4s;
  transition: height 0.3s linear 0.4s;
}
.news-btn a:after {
  content: "";
  width: 1px;
  height: 0%;
  background: #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: height 0.3s linear 0.4s;
  -o-transition: height 0.3s linear 0.4s;
  -webkit-transition: height 0.3s linear;
  -webkit-transition-delay: 0.4s;
  transition: height 0.3s linear 0.4s;
}

.fotorama__wrap {
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .news-photo {
    padding: 0 10%;
  }
  .news-inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 800px) {
  .news {
    padding: 160px 0 60px;
  }
  .news-photo {
    padding: 0;
  }
  .news-content {
    padding-top: 60px;
  }
  .news-back {
    padding-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 140px 0 40px;
  }
  .news-photo {
    padding: 0 40px;
  }
  .news-img {
    background: unset;
  }
  .news-img img {
    margin-bottom: 20px;
  }
  .news-control {
    display: none;
  }
  .news-content {
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
  }
  .news-content:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }
  .news-content:after {
    content: "";
    width: 45px;
    height: 1px;
    background: #272f37;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .news-inner {
    padding: 0 40px;
  }
  .news-panel {
    padding: 40px;
  }
  .news-name {
    padding: 10px 0 35px;
  }
  .news-name:after {
    margin-top: 35px;
  }
  .news-source {
    margin-top: 35px;
  }
  .news-back {
    padding-top: 40px;
  }
}
