.o_body {
  background: #EFEEF1;
  overflow: auto !important;
}
.homePage_banner {
  margin: 0 auto 40px;
}
.homePage_banner .btn_next {
  display: none;
}
.homePage_banner .btn_prev {
  display: none;
}
.homePage_banner .pager {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
}
.homePage_banner .pager li {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.homePage_banner .pager li.cur {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .homePage_banner {
    margin: 0 auto 20px;
  }
  .homePage_banner .showbox li {
    height: 22vw;
    line-height: 22vw;
  }
  .homePage_banner .pager {
    bottom: 4px;
  }
  .homePage_banner .pager li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.box_content {
  width: 1190px;
  /* min-height: 300px; */
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 29px;
}
@media screen and (max-width: 750px) {
  .box_content {
    width: 100%;
    padding: 0 2.6666%;
    box-sizing: border-box;
    margin-bottom: 14px;
  }
}
.noNavList_content {
  min-height: 800px;
  background: #fff;
}
.noNavList_content ul li .time{
  font-size:16px;
}
.noNavList_content .crumbs_box {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 40px;
}

.noNavList_content .crumbs_box .next,
.noNavList_content .crumbs_box .item {
  font-size: 16px;
  color: #333333;
}
.noNavList_content ul {
  padding: 20px 76px 0 64px;
}
.noNavList_content ul li {
  padding-left: 26px;
  position: relative;
  line-height: 50px;
}
.noNavList_content ul li::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: #aaabab;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
}
.noNavList_content ul li a {
  display: block;
  padding-right: 120px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.noNavList_content ul li a span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.noNavList_content .page {
  padding: 20px 0 0 107px;
}
.noNavList_content .page .page_format {
  font-size: 0;
}
.noNavList_content .page .page_format .page_jump_btn {
  font-size: 14px;
  color: #3D3D3D;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 12px;
  border: 1px solid #E6E6E6;
  font-family: 'Microsoft YaHei';
  margin-right: 10px;
  border-radius: 2px;
}
.noNavList_content .page .page_format .page_jump_btn.page_jump_btn1 {
  margin-right: 0;
  margin-left: 10px;
}
.noNavList_content .page .page_format .number {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3D3D3D;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  border: 1px solid #E6E6E6;
  margin-right: 3px;
  border-radius: 2px;
}
.noNavList_content .page .page_format .number.current {
  background: #780207;
  border: 1px solid #780207;
  color: #fff;
}
.noNavList_content .page .page_format input {
  vertical-align: middle;
  width: 54px;
  height: 39px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  text-align: center;
  margin: 0 8px;
}
.noNavList_content .page .page_format .page_jump_link {
  display: inline-block;
}
.noNavList_content .page .page_format .page_jump_link .page_jump {
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
  line-height: 39px;
  padding: 0 12px;
  text-align: center;
  border: 1px solid #E6E6E6;
  outline: 0;
}
.noNavList_content .page .page_total {
  padding: 13px 0 32px;
}
.noNavList_content .page .page_total span {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #3D3D3D;
}
@media screen and (max-width: 750px) {
  .noNavList_content .crumbs_box {
    min-height: 32px;
    /* max-height: 61px; */
    height: auto;
    padding: 0px 0;
    line-height: 32px;
    margin: 0 12px;
  }
  .noNavList_content .crumbs_box .next,
  .noNavList_content .crumbs_box .item {
    font-size: 16px;
  }
  .noNavList_content ul {
    padding: 8px 25px 0 13px;
  }
  .noNavList_content ul li {
    padding-left: 12px;
    line-height: 25px;
  }
  .noNavList_content ul li::before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .noNavList_content ul li a {
    padding-right: 74px;
    font-size: 14px;
    line-height: 28px;
  }
  .noNavList_content ul li a span {
    font-size: 12px;

  }
  .noNavList_content ul li .time {
    font-size: 14px;
  }
  .noNavList_content .page {
    padding: 7px 9px 0;
  }
  .noNavList_content .page .page_format .page_jump_btn {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .noNavList_content .page .page_format .page_jump_btn.page_jump_btn1 {
    margin-left: 4px;
  }
  .noNavList_content .page .page_format .number {
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .noNavList_content .page .page_format input {
    width: 27px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 6px 6px 6px;
  }
  .noNavList_content .page .page_format .page_jump_link {
    margin-bottom: 6px;
  }
  .noNavList_content .page .page_format .page_jump_link .page_jump {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
  }
  .noNavList_content .page .page_total {
    padding: 0px 0 14px;
  }
}

