* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.ellipsis {
  overflow: hidden;
  /*超出的部分隐藏起来。*/
  white-space: nowrap;
  /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis;
  /* 支持 IE */
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2.8rem;
  background-color: #575757;
  color: #fff;
  line-height: 100%;
  font-size: 0.35rem;
  padding: 0.3rem;
}

.footer .websiteinfo {
  line-height: 0.5rem;
}

.footer .wechart {
  text-align: right;
  height: 1.5rem;
}

.footer .wechart img {
  float: left;
  height: 1.5rem !important;
  border: 1px #fff solid;
}

.nav {
  height: 1.5558rem;
  background: linear-gradient(7deg, #015293, #0C65AD);
}

.nav div {
  padding: 0px !important;
  text-align: center;
}

.nav a {
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  text-decoration: none;
  height: 1.5558rem;
  line-height: 1.5558rem;
  display: block;
}

.nav a:focus,
.nav a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.bannel {
  padding: 0.133rem;
}



.doc-list-wrap {
  font-size: 0.4rem;
}



.doc-list-wrap .bule-title {
  font-size: 0.5rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0960A6;
  padding: 0px 0.5rem;
  margin: 0.4rem 0rem;
}

.doc-list-wrap .doc-list {
  padding: 0px 0.5rem;
}

.doc-list-wrap ul li {
  position: relative;
  line-height: 0.8rem;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.doc-list-wrap ul li::before {
  position: absolute;
  top:13px;
  border-radius: 50%;
  left: 0;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #353535;
}

.top_title ul li:first-child {
 font-size: 18px;
 font-weight: 600;
}
.top_title ul li:nth-child(2) {
  font-weight: 600;
 }
.top_title ul li::before {
  position: absolute;
  top:12px;
  border-radius: 50%;
  left: 0;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #353535;
}
.top_title ul li:first-child::before{
  width: 7px;
  height: 7px;
}
.top_title ul li:nth-child(2):before{
  width: 5px;
  height: 5px;
}
.doc-list-wrap ul li a {
  color: #353535;
}

.doc-list-wrap .list-header {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #CFD5DD solid;
  padding-left: 0.5rem;
  margin: 0.3rem 0rem 0.4rem 0rem;
}

.doc-list-wrap .channel-name {
  font-size: 18px;
  margin-left: 10px;
}

.doc-list-wrap .icon-line {
  display: inline-block;
  width: 8px;
  height: 20px;
  background-color: #0B63AA;
  border-radius: 8px;
}

.doc-list-wrap .more-btn {
  background-color: #F3F3F3;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  width: 95%;
  margin: 0.4rem auto;
}

.doc-list-wrap .more-btn a {
  color: #7A7878;
}

.search {
  width: 6.74rem;
  height: 0.6rem;
  background: #0B63AA;
  opacity: 0.28;
  border-radius: 5px;
  font-size: 0.21rem;
  border: none;
  padding: 0 0.29rem;
  color: #fff;
  position: absolute;
  bottom: 0.81rem;
  left: 1.62rem;
}

.search::input-placeholder {
  color: #fff;
}

.search::-webkit-input-placeholder {
  color: #fff;
}

.searchBtn {
  height: 0.6rem;
  width: 1.28rem;
  line-height: 0.6rem;
  background: #0B63AA;
  font-size: 0.21rem;
  color: #fff;
  border: none;
  position: absolute;
  bottom: 0.81rem;
  left: 7.09rem;
  /* left: 1.62rem; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.searchBtn img {
  width: 0.32rem;
}