:root {
  --font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial,
    'Microsoft YaHei', 微软雅黑, STHeitiSC-Light, simsun, 宋体, 'WenQuanYi Zen Hei',
    'WenQuanYi Micro Hei', 'sans-serif' !important;
}

.body-main {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
  padding: 0;
  margin: 0;
  width: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 3px solid #e6e6e6;
}

.head-txt {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
  color: #3773db;
  font-size: 20px;
  line-height: 100%;
  background-color: transparent;
}
.head-txt:hover {
  color: #3773db;
}
.head-more {
  font-size: 14px;
  line-height: 100%;
  color: #b3b3b3;
  font-weight: 100;
}
.news-team {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
  padding: 0;
  margin-right: 200px;
  display: block;
}
.news-team2 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
  padding: 0;
  margin-right: 0px;
  display: block;
}
.company-new-content {
  margin-top: 10px;
}
.new-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.listSpan {
  display: inline-block;
  width: 5px;
  height: 15px;
  background-color: #516ec9;
  margin-top: 6px;
  margin-right: 4px;
}
.new-list-item-title {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
  background-color: transparent;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-list-item-title-txt {
  font-size: 18px;
  line-height: 28px;

  color: #333;
  padding-right: 0.5em;
}
.new-list-item-date-txt {
  font-size: 14px;
  line-height: 100%;
  color: #b3b3b3;
  font-weight: 100;
}

.production-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 3px solid #e6e6e6;
}
.production-site {
  margin-top: 20px;
  margin-right: 10px;
}

.production-post {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.el-image img {
  width: inherit;
  height: inherit;
}
.production-post .row {
  margin-left: 15px;
}

.blog-wrapper {
  padding-top: 0;
}
.title-head {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 20px;
  margin-top: 10px;
  line-height: 100%;
  font-family: var(--font-family);
}