.sxd-news .news-list {
  margin-top: 80px;
  margin-bottom:120px;
}
.sxd-news .news-list .list-item a {
  height: 268px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.16);
  margin-bottom: 30px;
}
.sxd-news .news-list .list-item a .item-img {
  width: 40%;
}
.sxd-news .news-list .list-item a .item-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sxd-news .news-list .list-item a .item-con {
  padding: 2.75% 3% 3.75% 6.67%;
  text-align: left;
}
.sxd-news .news-list .list-item a .item-con div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
  font-weight: bold;
  color: #111111;
}
.sxd-news .news-list .list-item a .item-con h3 {
  background: url(../images/news/new_time.png) no-repeat left center;
  background-size: 20px;
  padding-left: 34px;
  font-size: 16px;
  color: #121212;
  opacity: 0.6;
  margin-top: 2%;
  margin-bottom: 5%;
}
.sxd-news .news-list .list-item a .item-con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #1e1e1e;
}
.sxd-news .sxd-news-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.sxd-news .sxd-news-tab .tab-l {
  margin-right: 50px;
}
.sxd-news .sxd-news-tab .tab-r {
  margin-left: 50px;
}
.sxd-news .sxd-news-tab a {
  font-size: 18px;
  color: #1e1e1e;
  margin-left: 30px;
}
.sxd-news .sxd-news-tab a:nth-of-type(1) {
  margin-left: 0px;
}
.sxd-news .sxd-news-tab .active {
  color: #0048bf;
}
