@charset "UTF-8";
/**
 * html
 * date: 2026-1-22
 * author: 王亮;
 */
.box {
  background: #f5f6f8;
}

/* 菜单 */
.menu {
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
}
.menu-hd {
  box-sizing: border-box;
  padding: 22px 7px 0 30px;
  height: 100px;
  box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  background: url("../images/menu_hd_bg_tSjWr3.png") no-repeat center;
}
.menu-hd::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
}
.menu-hd-chinese {
  margin-top: 2px;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
}
.menu-hd-english {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
}
.menu-list {
  box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  background: #fff;
}
.menu-item {
  border-bottom: 1px solid #f4f4f4;
}
.menu-item:last-child {
  border: none;
}
.menu-item.current > .menu-title {
  color: #fff;
  background: url("../images/menu_item_bg_tSjWr3.png") no-repeat center/100% 100%;
}
.menu-item.with-sub > .menu-title::after {
  content: "";
  flex-shrink: 0;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/menu_arrow_icon_tSjWr3.png") no-repeat center;
}
.menu-item.expand > .menu-title::after {
  background-image: url("../images/menu_arrow_icon_active_tSjWr3.png");
}
.menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px 10px 24px;
  min-height: 60px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.menu-con {
  display: none;
}
.menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px 10px 46px;
  min-height: 46px;
  color: #666;
  line-height: 16px;
}
.menu-link.current {
  color: #d71730;
  background-image: linear-gradient(to right, rgba(215, 23, 48, 0.1), rgba(237, 248, 244, 0));
}
.menu-link.current::after {
  content: "";
  flex-shrink: 0;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url("../images/menu_link_icon_tSjWr3.png") no-repeat center;
}

.con {
  display: flex;
  justify-content: space-between;
}
.con .con-l {
  width: 960px;
  padding: 8px 24px 24px;
  box-sizing: border-box;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  background: #ffffff;
  min-height: 500px;
}
.con .con-l .ct-top {
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.con .con-l .ct-top .title {
  display: flex;
  align-items: center;
  padding-left: 7px;
  background: url(../images/point.png) no-repeat;
}
.con .con-l .ct-top .title span:nth-child(1) {
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 20px;
  color: #333;
}
.con .con-l .ct-top .title span:nth-child(n+2) {
  font-size: 14px;
  color: rgba(186, 196, 206, 0.5);
  margin-left: 7px;
  margin-top: 4px;
}
.con .con-l .ct-top .search {
  width: 248px;
  height: 34px;
  border-radius: 44px;
  padding: 7px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.con .con-l .ct-top .search input {
  width: 200px;
  height: 20px;
  color: #333;
}
.con .con-l .ct-top .search input::placeholder {
  color: #bac4ce;
  font-family: "Source Han Sans CN";
  font-size: 14px;
}
.con .con-l .ct-top .search .search-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/search_icon2.png) no-repeat;
}
.con .con-l .list {
  width: 912px;
  margin-top: 24px;
}
.con .con-l .list li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.con .con-l .list li a {
  height: 31px;
  display: flex;
  justify-content: space-between;
  color: #333;
}
.con .con-l .list li a span {
  font-size: 14px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con .con-l .list li a span:nth-child(1) {
  padding-left: 24px;
  background: url(../images/notice_item_icon_5jyEOx.png) no-repeat left 5px;
}
.con .con-l .list li:hover {
  border-bottom: 1px solid #d71730;
}
.con .con-l .list li:hover a {
  color: #d71730;
}
.con .con-l .list li:nth-child(n+2) {
  margin-top: 16px;
}
.con .con-l .list li a {
  font-family: Source Han Sans CN;
  display: flex;
  justify-content: space-between;
}
.con .con-l .list li a span {
  box-sizing: border-box;
}
.con .con-l .list li a span:nth-child(1) {
  width: 804px;
}
.con .con-l .list li a span:nth-child(2) {
  width: 80px;
}

.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: #d71730;
  color: #d71730;
  font-weight: normal;
  background: #fff;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6;
}
.m-pagination-group > button {
  border-radius: 0 4px 4px 0;
  border: none;
  line-height: 32px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}