@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.main {
  margin-top: 0;
}

.top {
  position: relative;
}
.top .bg {
  background-image: url("../images/news/top1.jpg");
  background-position: 60%;
  position: relative;
  height: 500px;
}
.top-slogn {
  position: absolute;
  max-width: 400px;
  left: 50%;
  top: 60%;
  color: #fff;
  font-size: 40px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newin {
  padding: 80px 0;
  width: 80%;
  max-width: 1100px;
}
.newin-title {
  font-size: 28px;
  color: #000;
  text-align: center;
}
.newin-date {
  text-align: center;
  padding: 30px 0;
  color: #5a3e8c;
}
.newin-pic {
  width: 100%;
}
.newin-pic img {
  width: 100%;
}
.newin-content {
  margin: 0 50px;
  padding-top: 50px;
}
.newin-back {
  text-align: center;
  padding-top: 80px;
}
.newin-back a:hover {
  color: #5a3e8c;
}
.newin-img {
  padding-bottom: 10px;
  font-size: 25px;
}

.newin-pic {
  opacity: 0;
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.newin-pic.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.newin-title,
.newin-content {
  opacity: 0;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.newin-title.show,
.newin-content.show {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .newin-content {
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .newin {
    width: 90%;
  }
  .newin-title {
    text-align: left;
  }
  .newin-date {
    text-align: left;
  }
}
@media screen and (max-width: 460px) {
  .top .bg {
    height: 300px;
  }
  .top-slogn {
    font-size: 34px;
  }

  .newin {
    padding: 50px 0;
  }
  .newin-back {
    padding-top: 50px;
  }
}
