/* html,body,h1,h2,h3,h5,h6,p{
  margin: 0;
  padding: 0;
} */
.res-header-nav {
  display: none;
}

/* 标题 */
.res-title-h2 {
  margin-top: 78px;
  margin-bottom: 35px;
}
.res-title-h2 h2 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}

/* 导航 */
.res-nav {
  border-radius: 20px;
  border: 1px solid #eee;
  background-color: #f4f4f4;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
}
.res-nav-text {
  width: 50%;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.res-nav-text:last-child {
  border-bottom: 0;
}
.res-nav-text:nth-child(2n) {
  border-right: 0;
}
.res-nav-text a{
  color: #555;
  font-size: 12px;
}
.res-nav-text a:hover {
  color: #219aea;
  text-decoration: none;
}
.res-nav-text a:active {
  color: #219aea;
  text-decoration: none;
}
.res-nav-text-active {
  color: #219aea !important;
}

/* 主体 */
.main-body-content {
  margin-top: 68px;
  padding: 0 10px;
  flex-wrap: wrap;
}
.content-box {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 22px 22px 38px 22px;
}
.content-box img {
  margin-right: 20px;
}
.content-box h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}
.content-ul {
  list-style: none;
  padding: 20px;
}
.content-ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 15px 0 0;
  line-height: 2;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}
.content-ul li a{
  line-height: 30px;
  font-size: 14px;
  color: #555;
}
.content-ul li:active a {
  text-decoration: underline;
  color: #555;
}
.content-ul li:active a {
  text-decoration: underline;
  color: #219aea;
}
.content-footer a {
  font-size: 14px;
  color: #219aea;
}
.content-footer a:hover {
  text-decoration: underline;
}

@media (min-width: 350px){

}
@media (min-width: 768px){

}

@media (min-width: 992px){
  .res-header-nav {
    display: block;
    margin-top: 23px;
    overflow: hidden;
  }
  .res-header-nav img{
    margin-right: 16px;
    margin-bottom: 3px;
  }
  .res-header-nav span a {
    color: #219aea;
    line-height: 22px;
  }
  .res-header-nav a:hover {
    color: #219aea;
    text-decoration: underline;
  }

  /* 导航 */
  .res-nav {
    border-radius: 30px;
  }
  .res-nav-text {
    width: 20%;
    border-bottom: 0;
    line-height: 55px;
  }
  .res-nav-text a {
    font-size: 16px;
  }
  .res-nav-text:nth-child(2n) {
    border-right: 1px solid #e5e5e5;
  }
  .res-nav-text:last-child {
    border-right: 0;
  }

  /* 主体 */
  .main-body-content {
    padding: 0;
    flex-wrap: wrap;
  }
  .content-box {
    margin-right: 20px;
    width: 48%;
    padding: 22px 40px 38px 22px;
    margin-right: 4%;
  }
  .content-box:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px){

}