/*二级页面*/

/*二级页面 - 右侧导航栏*/

.main-index {
  position: relative;
  top: 50px;
  min-height: unset;
}

.vnavbar ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 14px;
  color: #526ecc;
}

.single-vnavbar-title {
  height: 113px;
  line-height: 113px;
  border-bottom: 1px solid #e9edfa;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #252b3a;
}

.vnavbar ul li a {
  padding: 0;
  color: unset;
}

.vnavbar ul li a:hover {
  font-weight: 700;
}

/*二级页面 - 左侧内容区*/

.main-index .single-content-right {
  position: relative;
  top: 0;
  left: 0;
  /* width: calc(100% - 290px);
  height: calc(100vh - 137px - 18px); */
  min-height: unset;
  /* margin-top: 18px;
  margin-left: 20px; */
  background: #fff;
  overflow-y: scroll;
}

.content-for-webmagic .search-result {
  padding: 0 20px 30px 20px;
}

.content-for-webmagic .search-result > div:first-child {
  padding: 0 10px;
}

.search-result > div:not(:first-child) {
  float: left;
  width: calc((100% - 40px) / 2);
  background: #f8faff;
  margin: 0 10px;
  padding: 24px 30px;
}

.search-result > div > p {
  margin: 0 0 18px 0;
  font-size: 14px;
  color: #575d6c !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
  line-height: 1.43;
}

h4.sectiontitle {
  font-size: 20px;
  color: #252b3a;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 10px 0;
  font-weight: 700;
  overflow: hidden;
}

.search-result > div > a:hover {
  color: #526ecc !important;
}

.single-line {
  position: relative;
  top: -24px;
  border-bottom: 1px solid #f3f4f5;
}

.search-result > div:not(:first-child) > div {
  width: 1px !important;
  background-color: #526ecc !important;
}

.search-result > div > p > a {
  font-weight: normal;
  color: #00739f !important;
}

.search-result > div > p > a:hover {
  color: #00739f !important;
  text-decoration: underline !important;
}

.main-level > li:last-child {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .search-result > div:not(:first-child) {
    width: calc((100% - 20px));
  }
}

.tab-head {
  position: fixed;
}
/* 移动端适配 */
@media screen and (max-width: 414px) {
  .single-content-left {
    display: inline-block;
    width: calc(100% - 20px) !important;
    height: auto;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .main-index .single-content-right {
    width: calc(100% - 20px);
    margin: 0px auto 20px auto;
    height: auto;
  }
  .main-index {
    height: auto;
  }
  #headNav1 {
    display: none;
  }
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .single-content-left {
    display: inline-block;
    width: calc(100% - 20px) !important;
    height: auto;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .main-index .single-content-right {
    width: calc(100% - 20px);
    margin: 0px auto 20px auto;
    height: auto;
  }
  .main-index {
    height: auto;
  }
  #headNav1 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .single-content-left {
    position: fixed;
    right: 0;
    top: 130px;
    width: 250px !important;
    height: calc(100vh - 137px);
    padding: 0;
    margin-left: 20px;
  }
  .main-index .single-content-right {
    width: calc(100% - 290px);
    height: calc(100vh - 137px - 18px);
    margin-top: 18px;
    margin-left: 20px;
  }
  .main-index {
    height: calc(100vh - 137px);
  }
}
