.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  height: 513px;
  background-image: url("../../../img/news/bg-1.jpg");
}
.main > .section-1 > .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.main > .section-1 > .content > .texts {
  margin-top: 155px;
  width: 300px;
  margin-left: 30px;
}
.main > .section-1 > .content > .texts > .title {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 35px;
}
.main > .section-1 > .content > .texts > .desc {
  font-size: 48px;
  font-family: ArialMT;
  color: #FFFFFF;
  line-height: 55px;
  letter-spacing: 1px;
}
.main > .section-2 {
  padding-bottom: 68px;
  min-height: 1000px;
  background-image: url("../../../img/news/bg-2.png");
}
.main > .section-2 > .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .news-row {
  margin-top: -154px;
  width: 1200px;
  height: 540px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 2px rgba(213, 213, 213, 0.5);
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .news-row > .title {
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  padding-top: 38px;
  padding-bottom: 64px;
  text-align: center;
}
.main > .section-2 > .content > .news-row > .main-news {
  flex: 1;
  display: flex;
  padding-left: 128px;
  padding-right: 118px;
  padding-bottom: 87px;
}
.main > .section-2 > .content > .news-row > .main-news:hover > .new-content > .title {
  color: #B53434;
}
.main > .section-2 > .content > .news-row > .main-news > .new-logo {
  width: 429px;
  height: 299px;
  margin-right: 82px;
  float: left;
}
.main > .section-2 > .content > .news-row > .main-news > .new-logo > img {
  width: 100%;
  height: 100%;
}
.main > .section-2 > .content > .news-row > .main-news > .new-content {
  float: left;
  width: 443px;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main > .section-2 > .content > .news-row > .main-news > .new-content > .title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}
.main > .section-2 > .content > .news-row > .main-news > .new-content > .time {
  margin-bottom: 20px;
  width: 132px;
  height: 29px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../../../img/news/icon-lx.png");
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #B53434;
  line-height: 24px;
}
.main > .section-2 > .content > .news-row > .main-news > .new-content > .desc {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.main > .section-2 > .content > .news-row > .main-news > .new-content > .btn {
  font-size: 14px;
  color: #B53434;
  line-height: 24px;
}
.main > .section-2 > .content > .tabs {
  display: flex;
  padding: 62px 0;
}
.main > .section-2 > .content > .tabs > .tab {
  padding: 8px 0;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  cursor: pointer;
  margin-right: 50px;
}
.main > .section-2 > .content > .tabs > .tab.active, .main > .section-2 > .content > .tabs > .tab:hover {
  color: #B53434;
  border-bottom: 1px solid #B53434;
}
.main > .section-2 > .content > .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main > .section-2 > .content > .news-list > .news {
  float: left;
  width: 379px;
  height: 560px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(213, 213, 213, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 28px;
}
.main > .section-2 > .content > .news-list > .news:hover > .title {
  color: #B53434;
}
.main > .section-2 > .content > .news-list > .news > .new-logo {
  width: 379px;
  height: 239px;
}
.main > .section-2 > .content > .news-list > .news > .new-logo > img {
  width: 100%;
  height: 100%;
}
.main > .section-2 > .content > .news-list > .news > .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 26px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  letter-spacing: 1px;
}
.main > .section-2 > .content > .news-list > .news > .time {
  margin-top: 32px;
  margin-bottom: 15px;
  width: 132px;
  height: 29px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../../../img/news/icon-lx.png");
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #B53434;
  line-height: 24px;
}
.main > .section-2 > .content > .news-list > .news > .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 28px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  max-height: 52px;
}
.main > .section-2 > .content > .news-list > .news > .btn {
  margin-left: 28px;
  font-size: 14px;
  color: #B53434;
  line-height: 24px;
  margin-bottom: 28px;
}
.main > .section-2 > .content > .news-list .news:nth-child(3n+2) {
  margin: 0 20px;
}
.main > .section-2 > .content > .news-pages {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.main > .section-2 > .content > .news-pages > .btn-num {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  text-align: center;
}
.main > .section-2 > .content > .news-pages .btn {
  float: left;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.main > .section-2 > .content > .news-pages .btn:hover, .main > .section-2 > .content > .news-pages .btn.active {
  background: #B53434;
  color: #FFF;
  border: 1px solid #B53434;
}/*# sourceMappingURL=index.css.map */