* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: #f8f8f8;
}
.banner {
  margin-top: 158px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 680px;
  background: url(../image/news_banner.png) no-repeat center;
}
.content {
  width: 1200px;
  min-width: 1200px;
  padding-bottom: 144px;
}
.news {
  margin-top: 97px;
  display: flex;
  align-items: center;
}
.news img {
  margin-left: 67px;
  width: 360px;
  height: 254px;
}
.news div {
  margin-left: 50px;
  width: 540px;
}
.news div h4 {
  font-size: 22px;
  color: #333;
  line-height: 1;
}
.news div p {
  margin-top: 11px;
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.newsList {
  margin-top: 58px;
  width: 1200px;
  box-sizing: border-box;
}
.newsList .item {
  margin-left: 67px;
  margin-bottom: 20px;
  width: 1068px;
  height: 151px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.newsList .item-left {
  width: 151px;
  height: 151px;
  background-color: #acce22;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.newsList .item-left span:nth-child(1) {
  font-size: 78px;
  color: #333;
  line-height: 1;
}
.newsList .item-left span:nth-child(2) {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.newsList .item .item-right {
  margin-left: 36px;
}
.newsList .item .item-right h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.newsList .item .item-right p {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  font-weight: 100;
}
.newsList .item:last-child {
  margin-bottom: 0;
}
.newsList .item:hover {
  box-shadow: 0 0 3px 2px #e7e7e7;
}
