﻿.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.news-list {
  padding-top: 34px;
  background: url(../img/news/news_bg.jpg) no-repeat left bottom;
  background-size: contain;
}
.news-list .con > ul > li {
  float: left;
  width: 31.8%;
  border: 3px solid transparent;
  margin-top: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list .con > ul > li:not(:nth-child(3n)) {
  margin-right: 2.3%;
}
.news-list .con > ul > li a {
  display: block;
}
.news-list .con > ul > li a .top {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.news-list .con > ul > li a .top img {
  width: 100%;
}
.news-list .con > ul > li a .bottom {
  padding: 34px 40px 40px;
  border: solid 1px #e4e4e4;
}
.news-list .con > ul > li a .bottom h2 {
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.news-list .con > ul > li a .bottom p {
  color: #999;
  margin: 20px 0 40px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.news-list .con > ul > li a .bottom h3 {
  color: #4d9b4b;
}
.news-list .con > ul > li a .bottom h3 span.iconfont {
  margin-right: 2px;
}
.news-list .con > ul > li:hover {
  border: 3px solid #4d9b4b;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
.news-list .con > ul > li:hover a .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-list .con > ul > li:hover a .bottom h2 {
  color: #4d9b4b;
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .news-list {
    padding-top: 22px;
  }
  .news-list .con > ul > li {
    margin-top: 30px;
  }
  .news-list .con > ul > li a .bottom {
    padding: 28px 32px 34px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .news-list .con > ul > li {
    width: 48.5%;
    margin-top: 20px;
  }
  .news-list .con > ul > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news-list .con > ul > li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .news-list .con > ul > li a .bottom {
    padding: 10px;
  }
  .news-list .con > ul > li a .bottom p {
    margin: 10px 0 20px;
  }
  .news-list .con > ul > li a .bottom h3 span.iconfont {
    font-size: 14px;
  }
}
/*# sourceMappingURL=news_topic.css.map */
