* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 120;
  width: 100%;
  background-color: #fff;
}

.news-content {
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news-content-bottom {
  width: 1200px;
  padding-bottom: 120px;
}


.news-title {
  font-size: 32px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #242424;
  line-height: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #242424;
  width: 100px;
  margin-top: 80px;
}
.news-card-list {
  padding: 24px;
  border: 1px solid rgba(153, 153, 153, 0.6);
  margin-top: 40px;
}
.news-year {
  font-size: 32px;
  font-family: DIN-Regular, DIN;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  margin-bottom: 24px;
}
.news-card {
  display: flex;
  margin-bottom: 60px;
}
.news-card-left {
  width: 467px;
  height: 280px;
  margin-right: 24px;
}
.news-card-title {
  font-size: 24px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #2971ac;
  line-height: 32px;
  margin-bottom: 20px;
}
.news-card-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.news-card-text > ul {
    color: #868686;
    font-size: 16px;
    font-family: DIN-Regular-Regular;

    margin-left: 16px;
    line-height: 20px;
}

.news-card-ul {
  display: flex;
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  list-style-position: inside;
  margin-top: 16px;
}
