* {
  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%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news-content-bottom {
  width: 1200px;
}

.news-content img {
  min-width: 1200px;
  width: 100%;
  height: 430px;
  margin: 0 auto;
}

.common-text {
  font-size: 16px;
  font-family: DIN-Regular, DIN;
  font-weight: 400;
  color: #868686;
  line-height: 24px;
}

.common-title-black {
  font-size: 24px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #242424;
  line-height: 38px;
}

.newcast {
  min-width: 1200px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(251, 252, 253, 1);
  padding: 60px 0 100px;
}

.newcast > div {
  width: 1200px;
  background-color: #fff;
}

.newcast img {
  width: 1200px;
  height: 882px;
  margin: 0 auto;
}
