.article-container {
  max-width: 1200px;
  margin: 40px auto;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1b1b1b;
}
.article-header {
  height: 72px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.article-logo-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article-logo {
  width: 150px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.article-header-line {
  width: 1px;
  height: 32px;
  background: #e6e6e6;
}
.article-meta-tag {
  padding: 6px 16px;
  background: #fff3ec;
  border-radius: 999px;
  font-size: 14px;
  color: #f26522;
  font-weight: 600;
}
.article-content {
  width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #f5f5f5;
}
.article-text {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
li {
  list-style-type: none;
}
img {
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}
button {
  vertical-align: middle;
  cursor: pointer;
}
input txt,
button {
  vertical-align: middle;
  border: none;
}
a,
a:link {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s linear;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
.clear::after {
  display: block;
  clear: both;
  overflow: hidden;
  height: 0px;
  content: "";
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.lft {
  float: left;
}
.rgt {
  float: right;
}
.header .nav-top {
  width: 100%;
  background-color: #f96203;
  line-height: 48px;
  text-align: center;
}
.header .nav-top .nt-list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 1200px;
  margin: 0 auto;
}
.header .nav-top .nt-list li.item {
  position: relative;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  font-size: 14px;
  color: white;
}
.header .nav-top .nt-list li.item > a {
  color: white;
}
.header .nav-top .nt-list li.item > a .hot-icon {
  width: 30px;
  height: 20px;
  background: url(https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/08/ea975_20200508155049.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  right: 10px;
}
.header .nav-top .nt-list li.item ul {
  position: absolute;
  z-index: 2;
  display: none;
  top: 48px;
  width: 100%;
  background: white;
}
.header .nav-top .nt-list li.item:hover ul {
  display: block;
}
.header .nav-top .nt-list li.item li {
  line-height: 40px;
}
.header .nav-top .nt-list li.item li a {
  color: #333;
}
.header ul li a span.hot {
  display: inline-block;
  padding: 0 4px;
  line-height: 16px;
  font-size: 12px;
  color: #f96203;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  z-index: 99;
}
.footer {
  padding: 16px 0;
  background: #1C1C1C;
}
.footer .copyright {
  float: left;
  font-size: 12px;
  color: white;
  line-height: 20px;
}
.footer ul {
  float: right;
  overflow: hidden;
}
.footer ul li {
  float: left;
  margin-right: 12px;
  font-size: 12px;
  color: white;
}
.footer ul li a {
  color: white;
}
