.ml55 {
  margin-left: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mb20 {
  margin-bottom: 20px;
}

.news {
  display: flex;
  min-height: 1200px;
}

.news .button {
  display: block;
  width: 680px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #e94709;
  text-align: center;
  font-size: 16px;
}
.news > ul {
  padding-top: 26px;
}
.news > ul > li {
  font-size: 16px;
  padding: 30px 0;
  max-width: 680px;
}
.news > ul > li h1 {
  font-size: 24px;
  font-weight: normal;
  color: #e94709;
  padding-bottom: 6px;
}
.news > ul > li h2 {
  font-weight: normal;
  color: #757575;
  padding-bottom: 19px;
  font-size: 14px;
}
.news > ul > li img {
  max-width: 680px;
  margin-bottom: 10px;
}
.news > ul > li p {
  line-height: 2;
}
.news .news-menu {
  height: fit-content;
}
.news .news-menu > ul li {
  width: 345px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #828282;
  padding-left: 44px;
  transition: all 0.3s;
}
.news .news-menu > ul li.active,
.news .news-menu > ul li:hover {
  background: #a4a4a4;
  color: #fff;
}
.news .news-menu > ul li.title {
  background: #e94709;
  color: #fff;
}
.news .news-suggest {
  padding-top: 60px;
  padding-bottom: 18px;
}
.news .news-suggest .news-mail {
  font-size: 18px;
}
.news .news-suggest dt {
  font-size: 24px;
  padding-bottom: 24px;
}
.news .news-suggest ul {
  font-size: 14px;
  width: 345px;
  padding-left: 18px;
}
.news .news-suggest ul li {
  line-height: 2;
  position: relative;
  padding-bottom: 18px;
}
.news .news-suggest ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e94709;
}
