.T_img .mainsVw {
  height: 350px;
  background: url('../images/news_02.jpg') no-repeat center center / cover;
}
.news .n_con {
  padding-top: 50px;
}
.news .n_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 768px) {
  .news .n_con ul {
    justify-content: space-between;
  }
}
.news .n_con ul li {
  width: 370px;
  margin-bottom: 42px;
  margin-right: 45px;
}
.news .n_con ul li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .news .n_con ul li {
    margin-right: 0!important;
  }
}
.news .n_con ul li a {
  width: 100%;
}
.news .n_con ul li a .text {
  padding-top: 6px;
}
.news .n_con ul li a .text h4 {
  padding: 10px 0 9px;
  height: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .n_con ul li a .text p {
  color: #666;
  line-height: 22px;
  height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .n_con ul li a:hover .text h4 {
  color: #206eb7;
}
.news .page {
  text-align: center;
  padding-top: 4px;
  margin-bottom: 51px;
}
.news .page a {
  display: inline-block;
}
.news .page a span {
  margin-right: 5px;
  padding: 12px 16px 12px;
  font-size: 14px;
  display: inline-block;
  background-color: #e8e8e8;
  color: #333;
  transition: all 0.3s linear;
}
.news .page a span.oshow {
  color: #fff;
  background-color: #206eb7;
}
.news .page a:hover span {
  color: #fff;
  background-color: #206eb7;
}
.news_Detail .container {
  margin-top: 59px;
  margin-bottom: 45px;
  padding: 40px 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.news_Detail .container .n_con .title {
  padding-top: 0;
  text-align: center;
}
.news_Detail .container .n_con .title h3 {
  width: 100%;
  margin-bottom: 26px;
  font-size: 20px;
  text-align: center;
}
.news_Detail .container .n_con .title .time {
  margin-bottom: 14px;
  display: block;
  color: #999;
}
.news_Detail .container .n_con .text p {
  font-size: 15px;
  line-height: 30px;
  text-indent: 34px;
}
.news_Detail .container .n_con .text img {
  margin-top: 24px;
}
.news_Detail .container .turn_page {
  margin-top: 33px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_Detail .container .turn_page a {
  display: flex;
  font-size: 16px;
}
.news_Detail .container .turn_page a p {
  width: 312px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_Detail .container .turn_page a:hover p {
  width: 312px;
  color: #206eb7;
}
.return {
  width: 170px;
  height: 50px;
  margin: 23px auto 2px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  background-color: #206eb7;
}
.return span {
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s;
}
.return i {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background: url('../images/news_Detail_01.png') no-repeat top left / 100%;
}
@media (max-width: 1200px) {
  .news .n_con ul li {
    width: 31%;
    margin-right: 1.9rem;
  }
}
@media (max-width: 768px) {
  .news .n_con ul li {
    width: 48%;
  }
  .news_Detail .container .turn_page a {
    font-size: 12px;
  }
  .news_Detail .container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 17px;
  }
  .news_Detail .container .n_con .title h3 {
    font-size: 18px;
  }
  .news_Detail .container .n_con .text p {
    font-size: 12px;
    text-indent: 24px;
  }
  .news_Detail .container .turn_page a {
    display: block;
    margin-bottom: 10px;
  }
  .news_Detail .container .turn_page a p {
    overflow: hidden;
    text-indent: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .news .page a span {
    padding: 4px 10px 7px;
  }
  .news .n_con ul li {
    width: 100%;
  }
  .return {
    width: 133px;
    height: 35px;
    margin: 20px auto 0;
    line-height: 35px;
  }
}
/*# sourceMappingURL=news.css.map */