body {
  background-color: #F5F5F5;
}
.banner-box {
  width: 100%;
  height: 560px;
}
.news-switch {
  width: 1320px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: -45px;
  font-size: 16px;
  text-align: center;
  line-height: 90px;
}
.news-switch a {
  margin: 0 45px;
  position: relative;
}
.news-switch .act:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f9253b;
  bottom: -7px;
  left: 0;
}
.news-list {
  padding-top: 120px;
  width: 1400px;
  margin: auto;
}
.news-list .item {
  float: left;
  height: 488px;
  width: 620px;
  margin: 0 40px;
  margin-bottom: 70px;
  position: relative;
}
.news-list .item .news-img {
  width: 620px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-list .item .card {
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 419px;
  background: #FFFFFF;
  padding-left: 130px;
  padding-bottom: 20px;
}
.news-list .item .card .date {
  position: absolute;
  left: 40px;
  top: 50px;
  text-align: center;
}
.news-list .item .card .date span {
  color: #2E2E2E;
  font-size: 18px;
  font-weight: bold;
}
.news-list .item .card .date span:first-child {
  font-size: 42px;
}
.news-list .item .card .title {
  width: 372px;
  padding-top: 50px;
  font-size: 18px;
  color: #2E2E2E;
  padding-bottom: 23px;
  position: relative;
}
.news-list .item .card .title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  width: 372px;
  background: #C9C9C9;
}
.news-list .item .card .desc {
  margin-top: 16px;
  font-size: 14px;
  color: #2E2E2E;
  opacity: 0.6;
  line-height: 24px;
  margin-bottom: 30px;
}
.news-list .item .card .view-more-right {
  margin-bottom: 30px;
  height: 0;
  border-width: 0;
  overflow: hidden;
}
.news-list .item .card .view-more-right img {
  vertical-align: top;
  margin-top: 18px;
  margin-left: 30px;
}
