/*²à±ßÀ¸*/
.asideList12 .gp-subLeft {
  position: relative;
}

.asideList12 .gp-subLeft .subLeftTitle {
  padding: 24px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #072B81;
  position: relative;
  margin-bottom: 1px;
}

.asideList12 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}

.asideList12 .gp-subLeft>ul {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  text-align: center;
}

.asideList12 .gp-subLeft>ul>li {
  position: relative;
}

.asideList12 .gp-subLeft>ul>li>a {
  padding: 15px 20px 15px 10px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

.asideList12 .gp-subLeft>ul>li>a:hover {
  color: #072B81;
  margin-right: 0;
  border-bottom: 1px solid #072B81;
}

.asideList12 .gp-subLeft>ul>li a.active {
  color: #072B81;
  margin-right: 0;
  border-bottom: 1px solid #072B81;
}

.asideList12 .gp-subLeft>ul>li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}

.asideList12 .gp-subLeft>ul>li a.active+span.gp-toggles {
  color: #072B81 !important;
}

.asideList12 .gp-subLeft>ul>li .gp-second-nav {
  display: none;
  background-color: #fff;
}

.asideList12 .gp-subLeft>ul>li .gp-second-nav dd a {
  display: block;
  padding: 8px 22px 8px 5px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}

.asideList12 .gp-subLeft>ul>li .gp-second-nav dd a:hover {
  color: #072B81;
  border-bottom: 1px solid #072B81;
}

.asideList12 .gp-subLeft>ul>li .gp-second-nav dd a>span {
  position: relative;
}

.asideList12 .gp-subLeft>ul>li .gp-second-nav dd a.active {
  background-color: #072B81;
  color: #fff;
}

@media screen and (max-width:996px) {
  .asideList12 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }

  .asideList12 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }

  .asideList12 .gp-subLeft>ul {
    display: none;
    text-align: left;
  }
}

.block-list73 {
  width: 100%;
  overflow: hidden;
  background: #072B81;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 30px;
}

.block-list73 h2 {
  font-weight: normal;
  color: #fff;
}

.block-list73 .bread {
  float: right;
}

.block-list73 .bread span {
  color: #fff;
}

.block-list73 .bread span a {
  color: #fff;
  margin: 0 3px;
}

.page-list24>ul {
  margin: 0 -20px;
}

.page-list24>ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.page-list24>ul li a {
  display: flex;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: 0 20px;
  box-sizing: border-box;
  padding: 20px 0;
}

.page-list24>ul li a .listDate {
  text-align: center;
  border-right: 1px solid #e5e5e5;
  padding: 0 20px;
  float: left;
  color: #999999;
}

.page-list24>ul li a .listDate b {
  font-weight: normal;
  color: #072B81;
  display: block;
  margin-bottom: 5px;
}

.page-list24>ul li a .listDate span {
  display: block;
}

.page-list24>ul li a p {
  flex: 1;
  color: #333333;
  padding: 0 20px;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-list24 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.page-list24 table thead {
  background: #072B81;
  color: #fff;
}

.page-list24 table th, .page-list24 table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  font-weight: normal;
}

.page-list24 table tbody tr:nth-child(odd) {
  background: #f3f3f3;
}