* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  overflow: hidden;
}

.page-contain {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.header {
  display: flex;
  align-items: center;
  height: 100px;
  color: #ffffff;
  background-color: #f59a23;
  padding: 0px 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.header-title {
  font-size: 28px;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}
.header-desc {
  padding-left: 20px;
}

.main-content {
  min-height: 100%;
  padding: 20px;
  background-color: #fdebd3;
}
.content-header {
  display: flex;
  align-items: center;
  padding: 0 50px 15px;
  border-bottom: 5px dashed #f59a23;
}
.content-header_icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.content-header_desc {
  font-weight: 600;
}

.content-view {
  padding: 0 20px;
}
.view-news {
  margin: 40px 0;
}
.news-title {
  margin-bottom: 10px;
}
.news-wrap {
  display: flex;
}
.news-img {
  /* width: 50%; */
  width: 600px;
  height: 100%;
  object-fit: fill;
}
.news-desc {
  padding-left: 20px;
}