.news {
  background: url(../images/nbg_02.jpg);
  background-size: cover;
  padding: 100px 0;
}
.news .container h4 {
  font-size: 34px;
  color: #4c4a49;
  font-weight: normal;
}
.news .container h4:before {
  content: '';
  display: inline-block;
  margin-left: -60px;
  margin-right: 10px;
  width: 50px;
  height: 1px;
  background: #4c4a49;
  vertical-align: super;
}
.news .container ul {
  margin-top: 50px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.news .container ul li {
  margin-bottom: 30px;
}
.news .container ul li > img {
  width: 100%;
  max-height: 500px;
}
.news .container ul li > a:after {
  content: '';
  display: table;
  clear: both;
}
.news .container ul li:nth-child(3n-2),
.news .container ul li:nth-child(3n-1) {
  padding: 2% 5%;
}
.news .container ul li:nth-child(3n-2):hover,
.news .container ul li:nth-child(3n-1):hover {
  background: #fff;
}
.news .container ul li:nth-child(3n-2):hover .pic p,
.news .container ul li:nth-child(3n-1):hover .pic p {
  transform: translateX(0);
}
.news .container ul li:nth-child(3n-2):hover .pic div span,
.news .container ul li:nth-child(3n-1):hover .pic div span {
  transform: scale(1) translateZ(0);
}
.news .container ul li:nth-child(3n-2) div,
.news .container ul li:nth-child(3n-1) div {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  color: #666;
  width: 30%;
}
.news .container ul li:nth-child(3n-2) div:nth-child(2),
.news .container ul li:nth-child(3n-1) div:nth-child(2) {
  margin: 0 5%;
}
.news .container ul li:nth-child(3n-2) div:nth-child(2) h3,
.news .container ul li:nth-child(3n-1) div:nth-child(2) h3 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 50px;
}
.news .container ul li:nth-child(3n-2) div:nth-child(3) p,
.news .container ul li:nth-child(3n-1) div:nth-child(3) p {
  font-size: 14px;
  margin-top: 30px;
}
.news .container ul li:nth-child(3n-2) .pic,
.news .container ul li:nth-child(3n-1) .pic {
  border-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.news .container ul li:nth-child(3n-2) .pic img,
.news .container ul li:nth-child(3n-1) .pic img {
  width: 100%;
}
.news .container ul li:nth-child(3n-2) .pic p,
.news .container ul li:nth-child(3n-1) .pic p {
  transform: translateX(-100%);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.news .container ul li:nth-child(3n-2) .pic p span,
.news .container ul li:nth-child(3n-1) .pic p span {
  color: #fff;
  display: inline-block;
  width: 55%;
}
.news .container ul li:nth-child(3n-2) .pic div,
.news .container ul li:nth-child(3n-1) .pic div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 70%;
  transform: translateX(-50%) translateY(-50%);
  border-top: 0;
  padding-top: 0;
}
.news .container ul li:nth-child(3n-2) .pic div span,
.news .container ul li:nth-child(3n-1) .pic div span {
  position: absolute ;
  background: #fff;
}
.news .container ul li:nth-child(3n-2) .pic div .one,
.news .container ul li:nth-child(3n-1) .pic div .one {
  top: 0;
  height: 1px;
  width: 100%;
  transform-origin: 0 0;
  transform: scale(0) translateZ(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .container ul li:nth-child(3n-2) .pic div .two,
.news .container ul li:nth-child(3n-1) .pic div .two {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  transform-origin: 0 0;
  transform: scale(0) translateZ(0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .container ul li:nth-child(3n-2) .pic div .three,
.news .container ul li:nth-child(3n-1) .pic div .three {
  bottom: 0;
  height: 1px;
  width: 100%;
  transform-origin: 100% 0;
  transform: scale(0) translateZ(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .container ul li:nth-child(3n-2) .pic div .four,
.news .container ul li:nth-child(3n-1) .pic div .four {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 1px;
  transform-origin: 0 100%;
  transform: scale(0) translateZ(0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .container ul li:nth-child(3n) {
  position: relative;
}
.news .container ul li:nth-child(3n) .more {
  position: absolute;
  width: 30%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 80%;
  padding: 3%;
}
.news .container ul li:nth-child(3n) .more i {
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 10px;
}
.news .container ul li:nth-child(3n) .more span {
  color: #666;
}
.news .container ul li:nth-child(3n) .more a:nth-child(3) {
  display: block;
  font-size: 20px;
  color: #666;
  margin: 26% 0;
}
.news .container ul li:nth-child(3n) .more a:last-child {
  display: table;
  margin: 0 auto;
  padding: 5px 30px;
  letter-spacing: 4px;
  background: transparent;
  color: #ff6b00;
  border: 1px solid #ff6b00;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .container ul li:nth-child(3n) .more a:last-child:hover {
  color: #fff;
  background: #ff6b00;
}
.page {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.page a {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.page a:first-child {
  background: url(../images/newl.png) no-repeat center center;
  background-color: #ccc;
}
.page a:nth-child(2) {
  background: url(../images/newr.png) no-repeat center center;
  background-color: #ccc;
}
.page a:hover {
  background-color: #ff6b00;
}
.page i {
  width: 29px;
  height: 16px;
  position: absolute;
  top: 10%;
  right: 10%;
  background: url(../images/top.png);
  cursor: pointer;
}
/*news_detal*/
.n_detail {
  background: #f2f2f2;
  padding: 100px 0;
  color: #666;
}
.n_detail .container h4 {
  font-size: 34px;
  color: #4c4a49;
  font-weight: normal;
}
.n_detail .container h4:before {
  content: '';
  display: inline-block;
  margin-left: -60px;
  margin-right: 10px;
  width: 50px;
  height: 1px;
  background: #4c4a49;
  vertical-align: super;
}
.n_detail .container h3 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin: 110px 0 50px;
}
.n_detail .container > img {
  display: block;
  margin: 20px auto;
  width: 70% ;
}
.n_detail .container p {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 40px 20px;
  }
  .news .container h4 {
    font-size: 18px;
    margin-left: 15px;
  }
  .news .container h4:before {
    margin-left: -14px;
    width: 18px;
  }
  .news .container ul {
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .news .container ul li:nth-child(3n-2) .pic,
  .news .container ul li:nth-child(3n-1) .pic {
    float: none;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 35px;
    width: 30%;
  }
  .news .container ul li:nth-child(3n-2) div:nth-child(2),
  .news .container ul li:nth-child(3n-1) div:nth-child(2) {
    margin-left: 0;
  }
  .news .container ul li:nth-child(3n-2) div,
  .news .container ul li:nth-child(3n-1) div {
    width: 47.5%;
  }
  .news .container ul li:nth-child(3n-2) div:nth-child(2) h3,
  .news .container ul li:nth-child(3n-1) div:nth-child(2) h3 {
    margin-top: 10px;
    font-size: 15px;
    position: absolute;
    top: 100px;
    max-width: 47.5%;
  }
  .news .container ul li:nth-child(3n-2) div:nth-child(3) p,
  .news .container ul li:nth-child(3n-1) div:nth-child(3) p {
    margin-top: 9px;
  }
  .news .container ul li:nth-child(3n-2),
  .news .container ul li:nth-child(3n-1) {
    padding: 0;
  }
  .news .container ul li:nth-child(3n-2) .pic p span,
  .news .container ul li:nth-child(3n-1) .pic p span {
    line-height: 16px;
  }
  .news .container ul li:nth-child(3n) .more {
    width: 46%;
  }
  .news .container ul li:nth-child(3n) .more a:nth-child(3) {
    font-size: 14px;
    margin: 10% 0;
  }
  .news .container ul li:nth-child(3n) .more a:last-child {
    padding: 2px 15px;
    letter-spacing: 0;
  }
  .news .container ul li {
    position: relative;
    margin-bottom: 50px;
  }
  .page i {
    top: 20%;
  }
  .n_detail .container h4 {
    font-size: 18px;
    margin-left: 15%;
  }
  .n_detail .container h4:before {
    margin-left: -14px;
    width: 18px;
  }
  .n_detail {
    padding: 40px 0;
  }
  .n_detail .container h3 {
    font-size: 18px;
    margin: 35px 0;
    padding: 0 15%;
  }
}
