
.banner{
  margin-top: 60px;
  width: 100%;
  height: 190px;
  background: url('../img/news/banner.png') no-repeat center center;
  background-size: cover;
}

.flex{
  display: flex;
}

.main{
  overflow: hidden;
}

.tab-box {
  position: sticky;
  top: 60px;
  z-index: 20;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(209, 209, 209, 0.5);
}

.tab-list {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 78px;
  list-style: none;
}

.isActive {
  color: #0C47ED;
}
.tab-list-item {
  margin-right: 78px;
}
.tab-list-item:hover {
  cursor: pointer;
  color: #0C47ED;
}

.content-box {
  width: 100%;
  min-height: calc(100vh - 826px);
}

.content-list {
  width: 1000px;
  margin: 36px auto;
}

.content-item {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  padding: 27px 30px 27px;
}

.content-item-img {
  width: 200px;
  height: 85px;
  object-fit: cover;
  cursor: pointer;
}

.content-item-right {
  margin-left: 24px;
  position: relative;
}

.content-item-title {
  width: 700px;
  word-break: break-all;
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  line-height: 25px;
  letter-spacing: 1px;
}

.content-item-title:hover {
  cursor: pointer;
  color: #0C47ED;
}

.content-item-subtitle {
  width: 700px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-item-label {
  width: fit-content;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #0C47ED;
  font-size: 12px;
  font-weight: 400;
  color: #0C47ED;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 12px;
  margin-top: 18px;
  display: inline-block;
  margin-right: 8px;
}

.content-item-time {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 620px;
  width: max-content;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 17px;
  letter-spacing: 1px;
}

.content-item-icon {
  width: 17px;
  height: 17px;
  background: url('../img/news/clock.png') no-repeat center center;
  background-size: cover;
  display: block;
  margin-right: 8px;
}