@media (max-width: 992px) {
  .me1 {
      margin: 8px !important;
  }

  .em2 p {
      padding: 0.625rem 0.5rem !important;
  }
}
.primary-nav{
  display: block;
  border-bottom: 6px solid #007ac3;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
#footer .legal-footer.footer-content {
  background-color: #474747;
  color: #fff;
  position: relative;
}
#footer .legal-footer .minimal-content::before {
  background-color: #353535;
}
#footer .column-splitter::before {
  content: '';
  position: absolute;
  height: 6px;
  background: #85bc20;
  width: -webkit-calc(75% - 16px);
  width: calc(75% - 16px);
  left: 8px;
  top: 0;
}

#footer .column-splitter:after {
  content: '';
  position: absolute;
  height: 6px;
  background: #e5202e;
  width: -webkit-calc(25% - 16px);
  width: calc(25% - 16px);
  right: 8px;
  top: 0;
}
#footer .column-splitter {
  padding-top: 30px;
  position: relative;
}
.ow-sub-nav-list-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ow-sub-nav-list-flex li {
  width: 50%;
}

.ow-corp-hat-background {
  background-color: #353535;
  position: relative;
}

.ow-corp-hat-background:before {
  background-color: #353535;
}

.ow-corp-hat:before,
.ow-corp-hat-drawer:before {
  background-color: #474747;
}

.ow-corp-hat-list {
  background-color: transparent;
}

.ow-corp-hat,
.ow-corp-hat.ow-nav-level-0-open .ow-corp-hat-background,
.ow-corp-hat.ow-nav-level-0-open .ow-corp-hat-background:before {
  background-color: #353535;
}

.ow-corp-hat-background {
  background-color: #353535;
  position: relative;
}

main {
  margin-top:50px;
}

#footer .legal-footer>div:not([class])>div.row>div.column-splitter {
  padding-top: 30px;
  position: relative;
}

#footer .legal-footer>div:not([class])>div.row>div.column-splitter::before {
  content: '';
  position: absolute;
  height: 6px;
  background: #85bc20;
  width: -webkit-calc(75% - 16px);
  width: calc(75% - 16px);
  left: 8px;
  top: 0;
}

#footer .legal-footer>div:not([class])>div.row>div.column-splitter:after {
  content: '';
  position: absolute;
  height: 6px;
  background: #e5202e;
  width: -webkit-calc(25% - 16px);
  width: calc(25% - 16px);
  right: 8px;
  top: 0;
}

#footer .legal-footer .footer-content-bottom {
  background-color: transparent;
}

#footer .legal-footer .minimal-content::before {
  background-color: #353535;
}

#footer .legal-footer.footer-content {
  background-color: #474747;
  color: #fff;
  position: relative;
}

#footer .legal-footer {
  background-color: #474747;
  padding-top: 32px;
}

@media (min-width: 1200px) {
  .callout-grid .card-grid>.row .cards {
    flex-basis: calc(33% - 16px);
  }
  .callout-grid .card-grid>.row .cards.cards25 {
    flex-basis: calc(25% - 16px);
  }
}

@media (min-width: 992px) {
  header .primary-nav {
    display: block;
    border-bottom: 6px solid #007ac3;
    padding-bottom: 6px;
    margin-bottom: 16px;
  }
}

@media (max-width: 414px){
  .min-Solution .offset-1{
     margin-left: 0;
  }
}

/* 医疗-解决方案 */
.result-component {
  width: 100%;
}

.result-list {
  border: 1px solid #ddd;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}

.result-list a {
  text-decoration: none;
}

.result-list .list-title {
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #007ac3;
  width: 100%;
  margin-bottom: 20px;
}

.list-header {
  margin-bottom: 5px;
}

.list-header span:nth-child(1) {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2px 5px;
  background-color: #f1f1f1f1;
  min-width: 35px;
  display: inline-block;
  height: 20px;
}

.list-text {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  width: 100%;
  margin-bottom: 10px;
}

.list-button {
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #007ac3;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: inline-flex;
  -webkit-box-align: center;
  color: #007ac3;
}

.list-button span {
  font-size: 18px;
  margin-left: .5em;
}

.list-button:hover {
  background-color: #007ac3;
  color: white;
}

.page {
  display: flex;
  width: 100%;
  height: 25px;
  justify-content: center;
  align-items: center;
}

.page span {
  margin: 0 5px;
  border: 1px solid #007ac3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007ac3;
}

.page span:first-child {
  padding: 5px;
}

.page span.page-numbar {
  border: none;
  padding: 0%;
}

.page span a {
  text-decoration: none;
  color: #007ac3;
  padding: 5px;
}

.page span a:hover {
  background-color: #007ac3;
  color: white;
}

.page .page-numbar a {
  display: flex;
  min-width: 35px;
  border: 1px solid #007ac3;
  padding: 5px;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}

.page .page-num-current {
  background-color: #007ac3;
  color: white;
}
@media(max-width: 767px) {
.page .page-status{display: none;}
}

.active_yl {
background-color: #b3aeca;
bottom: 0;
content: "";
height: .25rem;
left: 0;
position: absolute;
width: 100%;
}


