#section {
  width: 100%;
}
#section .pagination {
  margin-top: 0.65rem;
  display: flex;
  justify-content: flex-end;
}
#section .pagination .wrap-page {
  margin-left: 2rem;
}
#section .pagination .wrap-page a {
  display: inline-block;
  padding: 0.04rem 0.12rem;
  font-size: 0.14rem;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F7F7;
  transition: all 0.3s;
}
#section .pagination .wrap-page a:hover,
#section .pagination .wrap-page a.page_current {
  color: #fff;
}
#section .pagination .wrap-page .active-a {
  color: #fff;
}
#section .doc-list {
  margin-top: 0;
  padding: 0 1.8rem;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2rem;
}
#section .doc-list .nav {
  width: 2.8rem;
  box-sizing: border-box;
  position: fixed;
  top: 2rem;
  z-index: 1;
}
#section .doc-list .nav .head {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.18rem 0 0.24rem;
  background: #E7F0F0;
}
#section .doc-list .nav .head h3 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
}
#section .doc-list .nav .head .more {
  cursor: pointer;
  display: block;
  font-size: 0.2rem;
}
#section .doc-list .nav .aside {
  position: absolute;
  left: calc(100% - 0.2rem);
  top: 0;
  padding: 0;
  width: 0;
  /* transition: all 0.5s; */
  /* opacity: 0; */
  overflow: hidden;
  padding-left: 0.4rem !important;
}
#section .doc-list .nav .aside .aside-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0.3rem 0.3rem 0.4rem;
  background-color: #F5F7F7;
}

#section .doc-list .nav .aside.active {
  width: 8.4rem;
  /* opacity: 1; */
  /* padding: 0.3rem 0.3rem 0 0.4rem; */
  padding-right: 0.3rem;
  z-index: 10;
}
#section .doc-list .nav .aside.active .side-item {
  width: 2rem;
  /* opacity: 1; */
}

#section .doc-list .nav .aside .side-item {
  margin-bottom: 0.3rem;
  padding-right: 0.1rem;
  overflow: hidden;
  box-sizing: border-box;
  /* transition: all 0.5s; */
  width: 2rem;
  /* opacity: 0; */
}
#section .doc-list .nav .aside .side-item .side-title {
  display: flex;
  /* align-items: center; */
  margin-bottom: 0.2rem;
}
#section .doc-list .nav .aside .side-item .side-title i {
  font-size: 0.25rem;
  margin-right: 0.1rem;
}
#section .doc-list .nav .aside .side-item .side-title span {
  font-size: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.3s;
}
#section .doc-list .nav .aside .side-item .item-list .item-cell {
  padding: 0.05rem 0;
  padding-left: 0.3rem;
  white-space: nowrap;
  transition: all 0.3s;
  width: 100%;
  display: block;
}
#section .doc-list .nav .aside .side-item .item-list .item-cell:hover {
  background-color: #fff;
}
#section .doc-list .nav .problem-lis {
  background-color: #F5F7F7;
  min-height: 900px;
  height: calc(100% - 0.6rem);
}
#section .doc-list .nav .problem-lis .menu-item {
  border-bottom: 1px solid #fff;
}
#section .doc-list .nav .problem-lis .menu-item .menu-title {
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.3rem;
  transition: all 0.3s;
}
#section .doc-list .nav .problem-lis .menu-item .menu-title .menu-arrow {
  font-size: 0.1rem;
  transition: all 0.3s;
  cursor: pointer;
}
#section .doc-list .nav .problem-lis .menu-item .menu-title a {
  color: #000;
  transition: all 0.3s;
  line-height: 0.45rem;
  width: 100%;
}
#section .doc-list .nav .problem-lis .menu-item .menu-title:hover,
#section .doc-list .nav .problem-lis .menu-item .menu-title.active {
  background-color: #fff;
}
#section .doc-list .nav .problem-lis .menu-item.opened > .menu-title > .menu-arrow {
  transform: rotate(90deg);
}
#section .doc-list .nav .problem-lis .menu-item.opened > .item-list > .item-cell {
  height: 0.45rem;
  opacity: 1;
}
#section .doc-list .nav .problem-lis .menu-item .item-list .item-cell {
  height: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.3rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
#section .doc-list .nav .problem-lis .menu-item .item-list .item-cell .menu-arrow {
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  transition: all 0.3s;
}
#section .doc-list .nav .problem-lis .menu-item .item-list .item-cell a {
  color: #999;
  transition: all 0.3s;
  min-height: 0.45rem;
  padding: 0.1rem 0;
  box-sizing: border-box;
  line-height: 0.25rem;
}
#section .doc-list .nav .problem-lis .menu-item .item-list .item-cell:hover,
#section .doc-list .nav .problem-lis .menu-item .item-list .item-cell.active {
  background-color: #fff;
}
#section .doc-list .nav .problem-lis .menu-item .item-list.opened > .item-cell > .menu-arrow {
  transform: rotate(135deg);
}
#section .doc-list .nav .problem-lis .menu-item .item-list.opened > .item-list > .item-cell {
  height: 0.45rem;
  opacity: 1;
}
#section .doc-list .right-content {
  padding-left: 0.54rem;
  width: 79.5%;
  margin-left: 2.8rem;
}
#section .doc-list .right-content .search {
  display: flex;
  width: 100%;
  height: 0.48rem;
  min-height: 30px;
}
#section .doc-list .right-content .search input {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-indent: 0.27rem;
  font-size: 0.16rem;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F7F7;
  box-sizing: border-box;
}
#section .doc-list .right-content .search .btn-inquire {
  height: 100%;
}
#section .doc-list .right-content .search .btn-inquire a {
  padding: 0 0.2rem;
  height: 100%;
  border-radius: 0;
  align-items: center;
}
#section .doc-list .right-content .search .btn-inquire a .wrap {
  height: 100%;
}
#section .doc-list .right-content .search .btn-inquire a em {
  font-size: 0.16rem;
  white-space: nowrap;
}
#section .doc-list .right-content .search .btn-inquire a:hover {
  background-color: #F6AE54;
}
#section .doc-list .right-content .search .btn-search .qg-select-item {
  height: 100%;
}
#section .doc-list .right-content .search .btn-search .qg-select-item .title {
  height: 100%;
  box-sizing: border-box;
}
#section .doc-list .right-content .search .btn-search .qg-select-item .title em {
  color: #9AABAB;
  font-size: 0.16rem;
  width: 0.9rem;
  text-align: center;
  white-space: nowrap;
}
#section .doc-list .right-content .search .btn-search .qg-select-item .title .icon {
  background: url('../image/cyan-blue-icon/to_down_icon.png') no-repeat;
  background-size: contain;
}
#section .doc-list .right-content .search .btn-search .qg-select-item .drop-down-box {
  top: 0.6rem;
}
@media screen and (max-width: 1000px) {
  #section .doc-list .right-content .search .btn-search .qg-select-item .drop-down-box {
    top: 35px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #section .doc-list .right-content .search .btn-search .qg-select-item .drop-down-box {
    top: 50px;
  }
}
#section .doc-list .right-content .head-nav {
  display: flex;
  align-items: flex-end;
  padding-top: 0.1rem;
}
#section .doc-list .right-content .head-nav i {
  font-size: 0.28rem;
}
#section .doc-list .right-content .head-nav * {
  margin-right: 0.1rem;
}
#section .doc-list .right-content .head-nav a {
  transition: all 0.3s;
  color: #888;
}
#section .doc-list .right-content .head-nav em {
  color: #888;
}
#section .doc-list .right-content .head-nav a:nth-last-child(1) span {
  color: #333;
}
#section .doc-list .right-content .lis {
  width: 100%;
  /* padding-bottom: 0.3rem; */
  /* margin-bottom: 0.3rem; */
  /* border-bottom: 1px solid #d9d8d8; */
}
#section .doc-list .right-content .lis .title {
  margin-top: 0.3rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: bold;
  padding-bottom: 0.18rem;
}
#section .doc-list .right-content .lis .sub-title {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.24rem;
}
#section .doc-list .right-content .lis ul {
  margin-top: 0.2rem;
}

#section .doc-list .right-content .lis ul .active-li {
  box-shadow: 0px 0.05rem 0.1rem 1px rgba(73, 188, 189, 0.2);
}
#section .doc-list .right-content .lis ul.list {
  padding-left: 32px;
  margin-top: 0;
}
#section .doc-list .right-content .lis ul.list li {
  list-style:disc;
}
#section .doc-list .right-content .lis ul.list li a {
  padding-left: 5px;
}

#section .doc-list .right-content .lis .pagination {
  margin-top: 0.65rem;
  display: flex;
  justify-content: flex-end;
}
#section .doc-list .right-content .lis .pagination .wrap-page {
  margin-left: 2rem;
}
#section .doc-list .right-content .lis .pagination .wrap-page a {
  display: inline-block;
  padding: 0.04rem 0.12rem;
  font-size: 0.14rem;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F7F7;
}
#section .doc-list .right-content .lis .pagination .wrap-page .active-a {
  color: #fff;
}
#section .doc-list .right-content .others {
  background-color: #f5f7f7;
  padding: 0.1rem 0.4rem;
}
#section .doc-list .right-content .others .title {
  padding: 0.1rem 0 0.2rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d8d8;
  margin-top: 0;
}
#section .doc-list .right-content .others .title img {
  width: 0.2rem;
  margin-right: 0.12rem;
}
#section .doc-list .right-content .others .title span {
  font-size: 0.22rem;
}
#section .doc-list .right-content .others .list .item {
  transition: all 0.3s;
  padding: 0.1rem 0;
  display: block;
}

.doc-header {
  /* position: sticky;
  top: 0;
  left: 0;
  z-index: 100; */
  padding: 0 1.8rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doc-header nav {
  display: flex;
}
.doc-header nav a {
  display: block;
  padding: 0 0.6rem 0 0;
}
.doc-header nav .wrap {
  display: block;
  padding: 0.28rem 0;
}
.doc-header .active-wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.doc-header .whole-border-color:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
/*定位居中*/
.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-side-out {
  padding-right: 10px;
  background: #F5F7F7;
}
.s-side {
  /* min-height: 760px; */
  overflow-y: scroll;
  padding: 0 0.14rem 0 0.24rem;
  margin-right:-6px;

}
.s-side .s-first-item i {
  font-size: 20px;
}
.s-side .s-first-item span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  text-shadow: 0px 0px 5px #EEEEEE;
  white-space: 10px;
}
.s-side .first {
	padding: 10px 0px;
  cursor: pointer;
}
.s-side .d-first-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-side .d-first-nav span {
  font-size: 0.16rem;
  color: #000;
  display: inline-block;
  padding-right: 0.1rem;
}
.s-side .d-first-nav i.arrow {
  display: inline-block;
  width: 0.13rem;
  height: 0.08rem;
  background: url('/static/default-themes/home/image/icon/menu-arrow.png') no-repeat;
  background-size: contain;
  margin-top: 0.05rem;
}
.s-side .d-first-nav i.fr {
  font-size: 25px;
}
.s-side .s-second-nav,
.s-side .s-second-item {
  margin-left: 0.125rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-side .s-second-nav span {
  flex: 1;
  font-size: 0.16rem;
  color: #000;
  padding-right: 0.1rem;
}
.s-side .d-second-nav i.arrow {
  display: inline-block;
  width: 0.1rem;
  height: 0.06rem;
  background: url('/static/default-themes/home/image/icon/menu-arrow2.png') no-repeat;
  background-size: contain;
}
.s-side .d-second-drop {
  margin-left: 0.125rem;
  margin-top: 0.1rem;
  border-left: 1px solid #E6E7EA;
  padding-left: 0.12rem;
}
.iconRotate {
  transform: rotate(180deg);
  transition: transform 0.25s;
}
.s-first-drop,
.s-second-drop {
  display: none;
}
.s-third-item {
    padding: 0.05rem 0;
    display: flex;
    align-items: center;
}
.s-third-item a {
  font-size: 0.14rem;
  color: #888;
}
.s-third-item.active a {
  color: red;
}
.list-show {
  display: block;
}
.guide::-webkit-scrollbar,
.s-side::-webkit-scrollbar {
  width: 6px !important;
  display: block !important;
}
.guide::-webkit-scrollbar-track,
.s-side::-webkit-scrollbar-track {
  background-color: #F5F7F7 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.guide::-webkit-scrollbar-thumb,
.s-side::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px!important;
}
.guide::-webkit-scrollbar-thumb:hover,
.s-side::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.guide::-webkit-scrollbar-corner,
.s-side::-webkit-scrollbar-corner {
  background-color:#F5F7F7;
}
.guide:hover::-webkit-scrollbar-thumb,
.s-side:hover::-webkit-scrollbar-thumb{
  background-color: rgba(0, 0, 0, 0.2);
}


.fixed-header .doc-header .search {
  display: flex; 
  /* width: 3rem; */
  height: 0.34rem;
  min-height: 30px;
}
.fixed-header .doc-header .search input {
  display: block;
  width: 3rem;
  height: 100%;
  background: #fff;
  text-indent: 0.15rem;
  font-size: 0.16rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAEAEA;
  box-sizing: border-box;
}
.fixed-header .doc-header .search .btn-inquire {
  height: 100%;
}
.fixed-header .doc-header .search .btn-inquire a {
  padding: 0;
  height: 100%;
  border-radius: 0;
  align-items: center;
}
.fixed-header.doc-header .search .btn-inquire a .wrap {
  height: 100%;
  padding: 0;
}
.qg-btn .wrap .btn-inquire-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.06rem;
}
.first-side {
  width: 72.5%;
}
.first-side .first-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.1rem;
}
.first-side .first-item::after {
  content: '';
  position: absolute;
  top: 0.26rem;
  top: 0;
  left: 0.12rem;
  height: 100%;
  border-left: 1px solid #E6E7EA;
  z-index: -1;
  box-sizing: border-box;
}
.first-side .left {
  max-width: 2.3rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding-bottom: 0.02rem;
  padding-right: 0.32rem;
}
.first-side .left .icon {
  font-size: 0.23rem;
  margin-right: 0.08rem;
}
.first-side .left .title-txt {
  font-size: 0.18rem;
  color: #000;
  font-weight: bold;
}
.first-side .right {
  flex: 1;
}
.first-side .right .second-side {
  margin-top: 0 !important;
}
.first-side .right .second-side .second-item {
  padding-bottom: 0.16rem;
}
.first-side .right .second-side .second-item .second-wrap {
  display: flex;
  justify-content: space-between;
}
.first-side .right .second-side .second-item .title-txt {
  font-size: 0.16rem;
  color: #000;
  padding-top: 0.02rem;
}
.first-side .right .second-side .second-item .arrows {
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  background: url('/static/default-themes/home/image/icon/menu-arrow3.png') #F5F7F7 no-repeat;
  background-position: center center;
  background-size: 0.12rem 0.12rem;
  border-radius: 50%;
  cursor: pointer;
}

.first-side .right .second-side .third-side {
  margin-top:0 !important;
  padding-top: 0.07rem;
}
.first-side .right .second-side .third-side .third-item {

}
.first-side .right .second-side .third-side .third-item a {
    display: block;
  padding-left: 0 !important;
  font-size: 0.16rem;
  color: #888;
  padding: 0.046rem 0 !important;
  padding-right: 0.6rem !important;
}
.first-side .right .second-side .third-side .third-item-more {

}
.first-side .right .second-side .third-side .third-item-more a {
  font-size: 0.16rem;
  padding: 0.046rem 0 !important;
  padding-left: 0 !important;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#section .doc-list .right-content .lis ul.first-list {
    padding-bottom: 0.2rem;
}
#section .doc-list .right-content .lis ul.first-list li a {
    display: block;
    font-size: 0.16rem;
    color: #000;
    padding: 0.06rem 0 !important;
    padding-right: 0.6rem !important;
}

