img.header-logo {
  width: 198px;
  height: 29px;
}

header.main .content {
  text-align: left;
}
header.main.content-center .content.enterprise-jjfa-content-container {
  padding-top: 114px;
}
header.main.content-center .enterprise-jjfa-content-container.content p {
  text-align: left;
  width: 587px;
  margin: 0;
  font-size: 16px;
}

header .content .underline {
  width: 89px;
  background: #ffffff;
  height: 2px;
  margin: 36px 0 0 0;
}

.nav-content-layout
  .case-content-container
  .primary-container
  > h1:nth-of-type(1) {
  text-align: left;
}

.nav-content-layout .case-content-container .primary-container > .underline {
  margin-left: 0;
  margin-right: 0;
}
/*新闻列表*/
.xw-list > li {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b7b7b7;
}
.xw-list > li a {
  font-size: 17px;
  color: #2a2a2c;
}

/*文章图片底部间距*/
.article-content > img,
.article-content > p > img {
  margin-bottom: 40px;
  margin-top: 22px;
}
/*视频间距*/
.article-content > p > video {
  margin-top: 20px;
  margin-bottom: 30px;
}
.nav-content-layout nav {
  padding-top: 90px;
  height: auto;
}
/* 自定义下拉菜单 */
.hover-action .dropdown-item {
  font-size: 14px;
  color: #676b8e;
}
.hover-action .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
}
