.content-ac_box {
  padding-top: 6.25rem;
  box-sizing: border-box;
  cursor: default;
}
.content-ac_box > a {
  width: 100%;
  height: 11.25rem;
  background: #f3f8ff;
  margin-bottom: 5.3125rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-decoration: none;
}
.content-ac_box > a > :nth-child(1) {
  width: 24.0625rem;
  height: 14.6875rem;
  background: #000;
}
.content-ac_box > a > :nth-child(2) {
  position: relative;
  width: 45rem;
  height: 11.25rem;
  padding: 1.25rem 1.25rem;
  box-sizing: border-box;
}
.content-ac_box > a > :nth-child(2) > :nth-child(1) {
  font-family: "sh";
  color: #1a488f;
  font-size: 2.25rem;
}
.content-ac_box > a > :nth-child(2) > :nth-child(2) {
  font-family: "sh";
  color: #1a488f;
  font-size: 1.125rem;
}
.content-ac_box > a > :nth-child(2) > :nth-child(3) {
  position: absolute;
  left: 9.375rem;
  top: 4.25rem;
  color: #000000;
  font-size: 1.5rem;
  width: 31.875rem;
  letter-spacing: 0.125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-ac_box > a > :nth-child(2) > :nth-child(4) {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #1a488f;
  text-align: center;
  line-height: 2.5rem;
}

.content-ac_box > a > :nth-child(2) > :nth-child(4) svg{
  width: 1.25rem;
  height: 1.25rem;
}
.content-ac_box > a > :nth-child(2) > :nth-child(4):hover {
  background: #1a488f;
  color: #FFF;
  transition: 0.3 all;
}


.content-ac_box > a > :nth-child(2) > :nth-child(4):hover svg{
  fill: blue;
  stroke: green;
  stroke-width: 2;
}

.content-ac_box > :nth-child(2n) {
  flex-direction: row-reverse;
}

.content-ac-pages {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "sh";
  src: url("https://sports.ucas.ac.cn/template/1/kxy/plugins/fonts/SH.otf");
}/*# sourceMappingURL=active.css.map */

.el-pager li.is-active {
  font-weight: normal;
}