.bn1 {
  position: relative;
}
.bn1 img {
  width: 100%;
}
.bn1 .search-box {
  position: absolute;
  left: 3.7rem;
  top: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.bn1 .search-box input {
  padding-left: 0.6rem;
  border: 0;
  height: 0.6rem;
  width: 6rem;
  color: #000;
  font-size: 0.18rem;
  background: rgba(255, 255, 255, 0.7) url('../images/icon-ss.png') no-repeat 0.2rem center;
  background-size: 0.18rem 0.18rem;
}
.bn1 .search-box input::placeholder {
  color: #000;
}
.bn1 .search-box button {
  height: 0.6rem;
  border: 0;
  background-color: #3170e0;
  color: #fff;
  width: 1.3rem;
}
.tab-box {
  background-color: #fff;
  margin-bottom: 0.8rem;
  min-height: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tab-box > div {
  min-height: 7rem;
}
.tab-box .l {
  min-width: 2.45rem;
}
.tab-box .l ul {
  text-align: center;
}
.tab-box .l ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.1rem;
  font-size: 0.16rem;
  cursor: pointer;
}
.tab-box .l ul li.active {
  color: #fff;
  background-color: #3170e0;
}
.tab-box .r {
  padding: 0.3rem 0.5rem;
  width: calc(100% - 2.45rem);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-box .r ol li {
  color: #707070;
  line-height: 1.5;
  font-size: 0.16rem;
  width: 100%;
}
.tab-box .r ol li h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.22rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 600;
  margin-bottom: 0.24rem;
  color: #000;
}
.tab-box .r ol li h2 {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.06rem;
}
.tab-box .r ol li p {
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 0.1rem;
}
.tab-box .r ol li .list {
  display: block;
  cursor: pointer;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.16rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0;
  width: 98%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
}
.tab-box .r ol li .list > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tab-box .r ol li .list .squar {
  color: #3170e0;
  position: relative;
  top: -0.02rem;
  margin-right: 0.14rem;
}
.tab-box .r ol li .list:nth-of-type(1) {
  padding-top: 0;
}
.tab-box .r ol li .list:hover {
  color: #226cf7;
}
.paging {
  text-align: center;
  margin: 45px auto 40px auto;
}
/* 每个选项 */
.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  margin: 0 4px;
  font-size: 13px;
  border-radius: 3px;
}
/* 选中颜色 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #226cf7;
}
/* hover颜色 */
.layui-laypage a:hover {
  background-color: #226cf7;
  color: #fff;
}
.layui-form-item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.06rem;
  font-size: 0.16rem;
}
.layui-input-block {
  margin-left: 0px;
  min-height: 0.36rem;
  position: relative;
}
.layui-input-block input {
  font-size: 0.16rem;
  border: 0;
  line-height: 0.36rem;
  height: 0.36rem;
}
.layui-form-label {
  float: left;
  display: block;
  padding: 9px 10px 9px 15px;
  width: 1.1rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
  position: relative;
}
.layui-form-label.must::before {
  content: '*';
  position: absolute;
  color: red;
  top: 12px;
  left: 4px;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #3170e0 !important;
  background-color: #3170e0 !important;
  color: #fff;
  border-radius: 0.04rem;
}
.sel {
  display: inline-block;
  width: 1.8rem;
  line-height: 36px;
  border: 0;
  margin-top: 5px;
  padding-left: 6px;
  background-color: white;
}
