.main .container {
  max-width: 1544px !important;
}
.img-fuild {
  max-width: 100%;
  display: block;
  height: auto;
}
.content-wrap {
  margin-top: 80px;
}
#news {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#news .news-list-empty {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news-list-empty .empty-content {
  font-size: 18px;
  color: #afafaf;
  letter-spacing: 2px;
}
#news .news-list.ksr .item-left {
  width: 218px;
}
#news .news-list.ksr .item-left .cover-wrap-ksr {
  width: 100%;
  position: relative;
}
#news .news-list .item {
  transition: all 0.5s ease-in-out;
  position: relative;
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #C1C1C1;
}
#news .news-list .item:nth-child(n+2) {
  margin-top: 38px;
}
#news .news-list .item:hover {
  transition: all 0.5s;
  background: #FFFFFF;
  box-shadow: 6px 8px 18px 0px rgba(208, 229, 242, 0.83);
  border-bottom: 0;
}
#news .news-list .item-left {
  width: 40%;
  flex-shrink: 0;
}
#news .news-list .item-left .cover-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
#news .news-list .item-left .cover-wrap .ratio-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#news .news-list .item-left .cover-wrap .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news-list .item-left .menuName {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 12px;
  z-index: 10;
  background-color: rgba(0, 98, 177, 0.5);
  display: inline-block;
}
#news .news-list .item-right {
  flex: 1;
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news .news-list .item-right .title {
  font-weight: 700;
  font-size: 20px;
  color: #4b4b4b;
}
#news .news-list .item-right .intro {
  margin-top: 28px;
  font-size: 16px;
  color: #696969;
}
#news .news-list .item-right .tags {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#news .news-list .item-right .tags .tag {
  margin-bottom: 4px;
  padding: 4px 12px;
  font-size: 14px;
  color: #848484;
  border: 1px solid #C1C1C1;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 200px;
  text-align: center;
}
#news .news-list .item-right .tags .tag:nth-child(n+2) {
  margin-left: 8px;
}
#news .news-list .item-right .date {
  font-size: 16px;
  color: #CCCCCC;
}
