/*
 * @Author: zsy 
 * @Date: 2023-05-18 14:30:42 
 * @Last Modified by: zsy
 * @Last Modified time: 2023-05-18 15:46:43
 */
.sub-head {
  padding-left: 49px;
  background: url("../images/sub-compass.png") no-repeat center left 14px, -webkit-gradient(linear, left top, right top, color-stop(35%, #077ec1), to(#a4cb24));
  background: url("../images/sub-compass.png") no-repeat center left 14px, -webkit-linear-gradient(left, #077ec1 35%, #a4cb24 100%);
  background: url("../images/sub-compass.png") no-repeat center left 14px, -o-linear-gradient(left, #077ec1 35%, #a4cb24 100%);
  background: url("../images/sub-compass.png") no-repeat center left 14px, linear-gradient(90deg, #077ec1 35%, #a4cb24 100%);
}

.sub-tree-items .sub-tree-node > a {
  position: relative;
  padding-left: 32px;
  font-weight: normal;
  background-color: rgba(15, 98, 169, 0.1);
}

.sub-tree-items .sub-tree-node > a:before {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}

.sub-tree-items.current .sub-tree-node > a:before {
  background-color: #fff;
}

.box-hd {
  height: 61px;
  line-height: 61px;
  margin-left: 21px;
  border-bottom: 1px solid #EEEEEE;
}

.box-hd .box-tt {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.box-hd .box-tt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #077ec1), to(#a4cb24));
  background: -webkit-linear-gradient(left, #077ec1 35%, #a4cb24 100%);
  background: -o-linear-gradient(left, #077ec1 35%, #a4cb24 100%);
  background: linear-gradient(90deg, #077ec1 35%, #a4cb24 100%);
}

.box-hd .header-search {
  width: 326px;
  height: 38px;
  border: 1px solid #BFC9E1;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 12px 20px 0 0;
}

.box-hd .header-search-input {
  width: calc(100% - 46px);
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 4px;
  padding: 0 0 0 10px;
  font-size: 14px;
}

.box-hd .header-search-btn {
  width: 36px;
  height: 36px;
  background: url("../images/list/search-ico.png") no-repeat center center;
}

.sub-bd {
  padding: 20px 20px 34px;
  min-height: 300px;
}

.com-table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
}

.com-table td,
.com-table th {
  padding: 0 10px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.com-table th {
  height: 48px;
  line-height: 48px;
  background-color: #E6EDF4;
}

.com-table td {
  height: 56px;
  line-height: 56px;
}

.com-table td:nth-child(2) {
  color: #666;
}

.com-table tbody tr {
  cursor: pointer;
}

.footer {
  margin-top: 36px;
}
