* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 718px;
  background: url(../img/news_banner.png) no-repeat center;
}
.content {
  width: 1200px;
  min-width: 1200px;
  padding-bottom: 144px;
}
.navigation {
  margin-top: 110px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #7f5654;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #7f5654;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.5);
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1;
}
.newsList {
  margin-top: 95px;
  width: 1200px;
  background-color: #fff;
  padding: 85px 52px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.newsList .item {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
.newsList .item img {
  width: 468px;
  height: 278px;
  margin-right: 54px;
}
.newsList .item .item-right {
  flex: 1;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsList .item .item-right-top a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  text-decoration: none;
}
.newsList .item .item-right-top a:nth-child(2) p {
  margin-top: 30px;
  font-size: 16px;
  text-align: justify;
  color: #666;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList .item .item-right-bottom {
  color: #666;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsList .item .item-right-bottom span {
  font-size: 22px;
}
.newsList .item .item-right-bottom span:nth-child(2) {
  font-size: 16px;
}
.newsList .item:last-child {
  margin-bottom: 0;
}
