.banner {
  position: relative; }

.menutop {
  position: absolute;
  top: 0;
  z-index: 123;
  left: 50%;
  transform: translateX(-50%); }
  .menutop p {
    font-size: 18px;
    font-family: Poppins;
    line-height: 62px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  }
  .menutop i {
    display: inline-block;
    line-height: 17px;
    vertical-align: text-top;
    margin-right: 15px; }
  .menutop a {
    color: #fff;
    text-transform: uppercase;
    margin-right: 8px; }

.menucnt {
  top: 48.5%;
  color: #fff; }
  .menucnt b {
    width: 100px;
    height: 4px;
    background: white;
    display: block; }
  .menucnt h2 {
    font-size: 60px;
    font-family: Roboto Condensed;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 17px; }
  .menucnt p {
    width: 768px;
    line-height: 24px;
    border-bottom: none; }
  .menucnt ul > li {
    float: left;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    list-style-type: disc;
    line-height: 48px;
    margin: 30px 20px 0; }
    .menucnt ul > li a {
      color: #fff; }

.tishi {
  position: absolute;
  bottom: -35px;
  left: 8%;
  z-index: 123;
  width: 70px;
  height: 70px;
  background: #f44336;
  text-align: center;
  line-height: 70px; }

.set3 {
  margin-top: 120px; }

.news_tit {
  font-size: 0; }
  .news_tit h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    font-weight: bold; }
  .news_tit p {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
    width: 933px;
    margin-left: 8%; }

.gonews {
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  color: #999999;
  line-height: 30px;
  margin-top: 13px;
  margin-bottom: 65px; }
  .gonews i {
    margin-right: 10px; }

.news_cntbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .5s; }

.newscnt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 42px;
  z-index: 22;
  padding-bottom: 60px; }
  .newscnt h2 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-top: 10px; }

.news_miaosu {
  font-size: 14px;
  font-family: Poppins;
  color: #fff;
  line-height: 21px;
  height: 0;
  overflow: hidden;
  transition: all .5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.news_time {
  font-size: 16px;
  font-family: Poppins;
  color: #fff; }

.news_img {
  width: 31.7%;
  position: relative;
  margin-bottom: 40px; }
  .news_img:hover .news_cntbox {
    background: rgba(0, 0, 0, 0.3);
    transition: all .5s; }
  .news_img:hover .news_miaosu {
    height: auto;
    padding-top: 25px;
    transition: all .5s; }

.news_cnt > div.news_img:nth-child(2), .news_cnt > div.news_img:nth-child(5) {
  margin: 0 2.4%; }

.set4 {
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px; }

.btmcnt {
  width: 1147px;
  padding: 100px 0 82px;
  margin: auto;
  text-align: center; }
  .btmcnt p {
    font-size: 24px;
    font-family: Poppins;
    line-height: 36px; }
  .btmcnt a {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 70px;
    border: 2px solid #EB000E;
    background-color: #EB000E;
    color: #fff;
    line-height: 70px;
    font-size: 20px;
    font-family: Roboto Condensed;
    font-weight: bold;
    margin-top: 35px; }
    .btmcnt a:hover {
      text-decoration: none; }
  .btmcnt > a:nth-child(3) {
    margin-left: 30px;
    border: 2px solid #333;
    color: #333;
    background-color: transparent; }

.pagebox {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px; }
  .pagebox .pagination {
    margin: 40px 0 0; }
  .pagebox .pagination > li > a, .pagebox .pagination > li > span {
    font-size: 18px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    margin-left: 10px; }
  .pagebox .pagination > .active > a, .pagebox .pagination > .active > span, .pagebox .pagination > .active > a:hover, .pagebox .pagination > .active > span:hover, .pagebox .pagination > .active > a:focus, .pagebox .pagination > .active > span:focus {
    background-color: #EB000E;
    border-color: #EB000E;
    color: #fff; }

@media screen and (min-width: 1440px) and (max-width: 1630px) {
  .menucnt {
    top: 41.5%; } }
@media screen and (min-width: 1200px) and (max-width: 1429px) {
  .menucnt {
    top: 35.5%; }

  .news_tit p {
    width: 800px;
    margin-left: 4%; }

  .newscnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 42px;
    z-index: 22;
    padding-bottom: 45px; } }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .menucnt {
    top: 36.5%; }
    .menucnt h2 {
      font-size: 48px; }

  .menucnt ul > li {
    margin: 0px 20px 0; }

  .news_tit p {
    width: 700px;
    margin-left: 2%; }

  .newscnt {
    padding: 0 20px;
    padding-bottom: 30px; }
    .newscnt h2 {
      font-size: 20px;
      line-height: 28px; }

  .news_img:hover .news_miaosu {
    padding-top: 10px; }

  .btmcnt {
    width: 100%; }

  .set4 {
    margin-top: 80px; }

  .set3 {
    margin-top: 70px; }

  .gonews {
    margin-bottom: 50px; } }
@media screen and (min-width: 768px) and (max-width: 999px) {
  .menucnt {
    top: 31.5%; }
    .menucnt h2 {
      font-size: 36px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .menucnt p {
      width: 93%; }

  .menucnt ul > li {
    margin: 0px 20px 0; }

  .news_tit p {
    width: 94%;
    margin-left: 5%;
    margin-top: 20px; }

  .news_tit h2 {
    font-size: 36px; }

  .newscnt {
    padding: 0 15px;
    padding-bottom: 30px; }
    .newscnt h2 {
      font-size: 20px;
      line-height: 28px; }

  .news_img:hover .news_miaosu {
    padding-top: 10px; }

  .set4 {
    height: 330px; }

  .btmcnt {
    width: 100%;
    padding: 60px 0 50px; }

  .set4 {
    margin-top: 70px; }

  .set3 {
    margin-top: 60px; }

  .gonews {
    margin-bottom: 50px; } }
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden; }

  .banner > img {
    height: 210px;
    object-fit: cover; }

  .menutop p {
    font-size: 16px;
    padding: 0 20px;
    line-height: 42px; }

  .menucnt {
    top: 39.5%; }
    .menucnt b {
      width: 60px;
      margin-bottom: 20px;
      margin-left: 20px; }
    .menucnt h2 {
      font-size: 24px;
      margin-top: 0px;
      margin-bottom: 10px;
      padding: 0 20px; }
    .menucnt p, .menucnt ul > li {
      display: none; }

  .tishi {
    bottom: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .tishi img {
      max-width: 22%; }

  .set3 .container {
    padding: 0 20px; }

  .set3 {
    margin-top: 40px; }

  .news_tit {
    text-align: center; }
    .news_tit h2 {
      font-size: 24px;
      margin-bottom: 10px; }
    .news_tit p {
      font-size: 14px;
      line-height: 22px;
      width: 100%;
      margin-left: 0; }

  .gonews {
    display: block;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 25px;
    text-align: center; }

  .newscnt {
    padding: 0 20px;
    padding-bottom: 30px; }
    .newscnt h2 {
      font-size: 20px;
      line-height: 26px;
      margin-top: 10px; }

  .news_img:hover .news_miaosu {
    height: auto;
    padding-top: 10px;
    transition: all .5s, height .5s; }

  .news_img {
    width: 100%; }

  .news_cnt > div.news_img:nth-child(2), .news_cnt > div.news_img:nth-child(5) {
    margin: 0 0 40px; }

  .set4 {
    height: 330px;
    margin-top: 45px; }

  .btmcnt {
    width: 100%;
    padding: 40px 20px 30px; }
    .btmcnt p {
      font-size: 16px;
      line-height: 24px; }
    .btmcnt a {
      height: 55px;
      line-height: 55px;
      font-size: 18px;
      margin-top: 20px;
      width: 100%; }
    .btmcnt > a:nth-child(3) {
      margin-left: 0px; }

  .pagebox {
    margin-top: 10px; }

  .pagebox .pagination > li > a, .pagebox .pagination > li > span {
    width: 30px;
    height: 30px;
    line-height: 30px; }

  .pagebox .pagination {
    margin: 20px 0 0; } }

/*# sourceMappingURL=news.css.map */
