header {
  box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}
/*........索引页面样式开始........*/
.information-head-wrap {
  width: 100%;
  height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  background: url("/assets/images/download_banner.png") no-repeat center
    center/cover;
  animation: background-big 5s ease-out both;
}
.information-head-wrap .information-head-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  padding-left: 20px;
}
.information-head-wrap .information-head-text h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.information-head-wrap .information-head-text .information-head-text-line {
  width: 44px;
  height: 2px;
  background: #a3b1df;
}
.information-head-wrap .information-head-text p {
  width: 60%;
  font-size: 16px;
  margin-top: 10px;
  color: #ccc;
}
nav {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  margin-top: 0;
}
.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*........列表页样式开始........*/
.download-result {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.download-result:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.download-support-menu {
  width: 30%;
  border: 1px solid #eee;
  border-radius: 6px;
}
.jquery-accordion-menu {
  width: 100%;
}
.menu-title {
  height: 68px;
  background: #07974f;
  width: 100%;
  text-align: center;
  line-height: 68px;
  border-radius: 6px 6px 0px 0px;
  font-size: 22px;
}
.tree-level1 {
  border-top: 1px solid #f2f2f2 !important;
  color: #07974f;
  line-height: 56px;
}
.tree-level1:hover {
  background: #f2f2f2;
}
.tree-level2:hover {
  border-left: 4px solid #07974f !important;
  background: #f2f2f2;
}
.download-resultbox {
  flex: 1;
  margin-left: 34px;
}
.download-article-main {
  width: 100%;
}
.download-clear-float {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: #f3f3f3 1px solid;
}
.download-clear-float:hover {
  background-color: #f3f2f2;
  border-bottom: #c5c5c5 1px solid;
  box-shadow: 0 10px 25px 3px rgba(223, 228, 224, 0.6);
  transition: all 0.5s ease-in-out;
}
.download-clear-float:first-child {
  margin-top: 26px;
}
.download-doc-title {
  display: flex;
  height: 25px;
  margin: 15px 0 5px;
}
.download-doc-title div:first-child {
  width: 70%;
}
.download-doc-title div:nth-child(2) {
  width: 20%;
}
.download-doc-title div:nth-child(2) span {
  color: #666464;
}
.download-doc-title div:nth-child(3) {
  width: 10%;
}
.download-doc-title div:nth-child(3) i {
  color: #07974f;
  font-size: 24px;
}

.download-doc-title a {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 500;
  padding-left: 20px;
  color: #333232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-doc-title a i {
  color: #686767;
  margin-right: 15px;
}
.download-doc-title a:hover {
  color: #f04e39;
}
.download-doc-title a:hover i {
  color: #f04e39;
}
.download-article-des {
  padding-left: 55px;
  font-size: 15px;
  color: #666;
}
.download-result-titlebox {
  height: 68px;
  background: linear-gradient(to right,  #f4f6fa, #ffffff,  #f4f6fa);
  border: 1px solid #e4e7e4;
  border-radius: 8px; 
}
.download-resultbox-title {
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-resultbox-title i {
  width: 30px;
  font-size: 32px;
  color: #a5a6a8;
}
.download-resultbox-title span {
  font-size: 18px;
  padding-left: 12px;
  line-height: 68px;
  font-weight: 600;
  color: #333333;
}
.download-article_div {
  color: #fff;
}
.download-article_div .pagelist {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.download-article_div .pagelist li {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  margin: 0 1.5px;
  display: flex;
  align-items: center;
}
.download-article_div .pagelist li a {
  color: #333;
}
.download-article_div .pagelist li.active {
  background-color: #8ba9eb;
}
.download-article_div .pagelist li.active a {
  color: #fff;
}
.submenu-indicator {
  color: #07974f;
  top: 50%;
  margin-top: -10px;
  font-size: 24px !important;
}

span.gray {
    color: #07974f;
}
.selected_item {
  border-left: 4px solid #07974f !important;
  background: #f2f2f2;
}


@media (max-width: 768px) {
  .information-head-wrap {
    height: 25rem;
    animation: none;
  }
  .information-head-wrap .information-head-text {
    margin-bottom: 0;
  }
  .information-head-wrap .information-head-text h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }
  .information-head-wrap .information-head-text p {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0.625rem;
    text-align: center;
  }
  .download-result {
    max-width: 100%;
    padding: 3rem 0px;
  }
  .download-support-menu {
    width: 0%;
  }

  .download-resultbox {
    margin-left: 0rem;
  }
  .download-clear-float {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .download-clear-float:hover {
    box-shadow: 0 0.625rem 1.56rem 0.2rem rgba(223, 228, 224, 0.6);
  }
  .download-clear-float:first-child {
    margin-top: 1.5rem;
  }
  .download-doc-title {
    height: 2.5rem;
    margin: 1rem 0 0.32rem;
  }
  .download-doc-title div:nth-child(3) i {
    font-size: 1.5rem;
  }
  
  .download-doc-title a {
    font-size: 1.1rem;
    padding-left: 1.25rem;
  }
  .download-doc-title a i {
    margin-right: 1rem;
  }
  .download-article-des {
    padding-left: 3.43rem;
    font-size: 1rem;
  }
  .download-result-titlebox {
    height: 4.25rem;
    border-radius: 0.5rem; 
  }
  .download-resultbox-title {
    height: 4.25rem;
  }
  
  .download-resultbox-title i {
    width: 2rem;
    font-size: 2rem;
  }
  .download-resultbox-title span {
    font-size: 1.2rem;
    padding-left: 0.75rem;
    line-height: 4.55rem;
  }

  .download-article_div .pagelist {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .download-article_div .pagelist li {
    padding: 0 0.5rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 0.1rem;
  }
  .submenu-indicator {
    margin-top: -0.625rempx;
    font-size: 3rempx !important;
  }
  .selected_item {
    border-left: 0.25rem solid #07974f !important;
  }
}