.box {
  background: #f8f8f8;
}

.content {
  height: 864px;
  padding-top: 32px;
  display: flex;
}
.content .box-r {
  width: 100%;
  height: 800px;
  background: #fff;
}
.content .box-r .r-top {
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid #dde0e4;
  background: #fff;
  backdrop-filter: blur(2px);
}
.content .box-r .r-top .label {
  height: 54px;
  line-height: 54px;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.content .box-r .r-top .label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #3777cf;
}
.content .box-r .table {
  width: 96%;
  margin: 24px auto 0;
  padding: 0 24px;
}
.content .box-r .table .hd,
.content .box-r .table .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .box-r .table .hd li,
.content .box-r .table .list li span {
  text-align: center;
}
.content .box-r .table .hd li:nth-child(2),
.content .box-r .table .list li span:nth-child(2) {
  padding: 0 24px;
  text-align: left;
}
.content .box-r .table .hd li:nth-child(1),
.content .box-r .table .list li span:nth-child(1) {
  width: 5%;
}
.content .box-r .table .hd li:nth-child(2),
.content .box-r .table .list li span:nth-child(2) {
  width: 80%;
}
.content .box-r .table .hd li:nth-child(3),
.content .box-r .table .list li span:nth-child(3) {
  width: 15%;
}
.content .box-r .table .hd {
  height: 52px;
  background: #f7f7f7;
}
.content .box-r .table .hd li {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
.content .box-r .table .list li {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  text-decoration: none !important;
}
.content .box-r .table .list li span {
  color: #767676;
  font-size: 14px;
  letter-spacing: -0.165px;
}
.content .box-r .table .list li span:nth-child(2) {
    font-size: 16px;
}
.content .box-r .table .list li:hover {
  background: #f3f7ff;
}
.content .box-r .table .list li:hover span {
  color: #2565c9;
}

.wb-tree {
  width: 192px;
  height: 800px;
  padding: 16px;
  background: url(../images/tree-bg.png) no-repeat;
}

.wb-tree-tt {
  color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.wb-tree-iconl {
  float: left;
  width: 14px;
  height: 10px;
}

.wb-tree-iconr {
  float: right;
  width: 7px;
  height: 12px;
  margin-top: 24px;
  margin-right: 12px;
  background: url(../images/wblistrh_jq7r5G.png) no-repeat;
}

.wb-tree-sub {
  display: none;
}

.wb-tree-items .wb-tree-node {
  height: 52px;
  line-height: 52px;
  padding-left: 16px;
}
.wb-tree-items.current .wb-tree-node {
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  background: rgba(217, 229, 253, 0.5);
}
.wb-tree-items.current .wb-tree-node .wb-tree-tt {
  color: #3777cf;
}

.wb-tree-item > a {
  padding-left: 32px;
  font-size: 18px;
}

.wb-tree-item > a:hover {
  color: #3777cf;
}

.wb-tree-item > a:active {
  color: #3777cf;
}

.current .wb-tree-iconr {
  width: 12px;
  height: 7px;
  margin-top: 24px;
  margin-right: 10px;
  background: url(../images/wblistr_jq7r5G.png) no-repeat;
}

.current .wb-tree-sub {
  display: block;
}
.current .wb-tree-sub .wb-tree-item a {
  height: 52px;
  line-height: 52px;
}

.search-box {
  position: relative;
  padding: 0 10px;
  width: 246px;
  height: 32px;
  border-radius: 25px;
  border: 1px solid #dde0e4;
  background: #fff;
  box-sizing: border-box;
}
.search-box input {
  background: transparent;
  line-height: 33px;
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
  background: url("../images/search_icon.png") center center no-repeat;
}

.pager {
  margin-top: 16px;
  font-size: 0;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 8px;
}
.pager .m-pagination-page > li > a {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  min-width: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 30px;
  color: #5c5c5c;
  line-height: 28px;
}
.pager .m-pagination-page > li.active > a {
  color: #038ae9;
  border: 1px solid #038ae9;
  font-weight: normal;
}
.pager .m-pagination-size > select {
  height: 30px;
  border-radius: 4px;
  border-color: #d6d6d6;
}
.pager .m-pagination-jump {
  width: 82px;
}
.pager .m-pagination-group > input {
  height: 28px;
  border-color: #d6d6d6;
  border-radius: 4px 0 0 4px;
}
.pager .m-pagination-group > button {
  height: 30px;
  border-radius: 0 4px 4px 0;
  color: #5c5c5c;
}
.pager .m-pagination-group > button:hover {
  border-color: #d6d6d6;
}
.pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #333;
  padding-left: 14px;
}
.pager .m-pagination-size {
  padding-right: 12px;
}
.pager .m-pagination-info > span {
  color: #333;
  font-weight: normal;
  margin: 0;
}