@charset "UTF-8";
/**
* 通用列表
* date:2023-6-2
* author: trh;
 */
.column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column-left {
  width: 216px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
}

.column-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 24px;
  background-color: #fff;
  padding: 0 24px;
}

.menu-page {
  text-align: center;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  background: url(../images/page_naem_bg.png) no-repeat center;
  color: #fff;
  overflow: hidden;
}

.menu-page span {
  margin-left: 10px;
}

.menu-items > a {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
}

.menu-items > a .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-items.current > a, .menu-items.active > a {
  color: #1061FF;
}

.menu-items.current > a .menu-arrow, .menu-items.active > a .menu-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-item.current .menu-name, .menu-item.active .menu-name {
  font-weight: 700;
  border-left-color: #1061FF;
  border-bottom-color: transparent;
  background: linear-gradient(90.4deg, rgba(16, 97, 255, 0.17) 2.58%, rgba(16, 97, 255, 0) 98.94%);
}

.menu-item.current .menu-sec-box, .menu-item.active .menu-sec-box {
  display: block;
}

.menu-name {
  height: 71px;
  padding-left: 21px;
  padding-right: 24px;
  color: #333333;
  line-height: 70px;
  border-left: 3px solid transparent;
}

.menu-name .name {
  padding-left: 43px;
  background: url(../images/column_ico2.png) no-repeat left center;
}

.menu-arrow {
  width: 16px;
  height: 16px;
  background: url(../images/drop_ico.png) no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-sec-box {
  display: none;
}

.menu-sec-item.current .menu-sec-name, .menu-sec-item.active .menu-sec-name {
  background: linear-gradient(90.4deg, rgba(16, 97, 255, 0.17) 2.58%, rgba(16, 97, 255, 0) 98.94%);
}

.menu-sec-item.current .menu-third-box, .menu-sec-item.active .menu-third-box {
  display: block;
}

.menu-sec-name {
  height: 62px;
  line-height: 62px;
  padding: 0 24px 0 48px;
  font-size: 14px;
  color: #333;
}

.menu-third-box {
  display: none;
}

.menu-third-item > a {
  color: #666;
}

.menu-third-name {
  height: 62px;
  line-height: 62px;
  padding: 0 24px 0 68px;
  color: #666;
}

.news-item {
  line-height: 36px;
  padding: 20px 4px 19px 0;
  height: 76px;
  border-bottom: 1px solid #F1F1F1;
}

.news-item > a {
  line-height: 36px;
  padding-left: 36px;
  color: #000000;
  width: calc(100% - 123px);
  background: url(../images/list_ico.png) no-repeat left center;
}

.news-item .date {
  width: 123px;
  line-height: 36px;
  text-align: right;
  color: #999999;
}
