/* START cover style: color, fontSize, visitBorder */
.navbar.navbar-inverse.navbar-fixed-top {
  background: #fff;
}

.navbar-header {
  margin: 0 !important;
  position: relative;
  padding: 10px 20px !important;
}
.navbar-toggle1 {
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.navbar-toggle1 a {
  display: block;
  height: 100%;
  width: 100%;
}

.navbar-toggle1 .add {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.navbar-toggle1 .add::before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 20px !important;
  top: 2px;
  left: 0;
}
.header-nav {
  font-size: 18px;
  padding: 0 0 1px 0;
  width: 100%;
  position: relative;
  background: #fff;
}
.header-nav::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  width: 92%;
  height: 1px;
  background: #f9f9f9;
  opacity: 0.9;
  transform: translate(-50%, 0);
  z-index: 10;
}
.header-nav .dochover {
  position: relative;
  font-weight: normal !important;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: normal;
  color: #5ca5ff !important;
  line-height: 25px;
}
.header-nav .dochover::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 70% !important;
  background: #5ca5ff;
  border-radius: 2px;
  transform: translateX(-50%);
}
.header-nav .nav.navbar-nav.sy-dh {
  margin: 0;
  padding: 0 15px;
  display: flex;
}
.header-nav .nav.navbar-nav.sy-dh li {
  margin-right: 25px;
  display: block;
}
.header-nav .nav.navbar-nav.sy-dh li a {
  padding: 0;
  margin: 0;
  padding: 10px 0;
  font-size: 18px !important;
  line-height: 1;
}
#searchinput::placeholder {
  color: rgba(51, 51, 51, 0.19);
  font-size: 12px;
}

.tuijian_form {
  width: 68.1%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.tuijian_form::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  height: 20px;
  width: 20px;
  transform: translate(0, -50%);
  background: url(../../img/search@2x.png) no-repeat center/cover !important;
}
.tuijian_form input {
  padding: 0;
  margin: 0;
  line-height: 28px;
  width: 100%;
  height: 28px;
  color: #666;
  font-size: 14px;
}
.tuijian_search {
  padding-left: 2.5em !important;
}
.navbar-inverse {
  background-color: transparent;
  border: 0 !important;
}

.embed-responsive .max_img {
  height: 156px !important;
  object-fit: initial !important;
  /*max-width: 345px;*/
}

.media-bottom {
  color: #999;
}
.media-bottom i {
  color: #999 !important;
  margin-right: 4px;
  font-style: normal;
}
.media-bottom a {
  color: #999 !important;
}

.media-left-img,
.media-left-img .media-body,
.media-left-img .media-flex {
  display: block;
  zoom: normal !important;
  overflow: initial !important;
}

.media-left-img {
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
}

.media-left-img .media-body {
  width: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media-left-img .media-flex,
.media-left-img .media-flex a {
  display: block;
  height: 100%;
  margin-left: 5px;
}

.media-left-img .media-flex a img {
  height: 80px;
  width: 130px;
}

.three_img_box .col_img .embed-responsive {
  padding-bottom: 78px !important;
}

.three_img_box .col_img .embed-responsive img {
  height: 78px !important;
  max-width: 109px !important;
  display: block;
  margin: auto;
}

.title-es .label-tag {
  color: #ff5a5a;
  background: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 0;
  font-family: PingFangSC-Semibold, PingFang SC;
  vertical-align: baseline;
}

.article-list .gallery-article .row::before,
.article-list .gallery-article .row::after {
  display: none;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: initial !important;
  width: 100%;
}
/* END cover style: color, fontSize, visitBorder */
