@media (min-width: 991px) {
  /* .newsNav_bottom {
    position: absolute;
    top: 228px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(254, 226, 133, 0.7);
  } */
}

@media (max-width: 991px) {
  .newsNav_bottom {
    position: absolute;
    top: 238px !important;
    left: 120px !important;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(254, 226, 133, 0.7);
  }
}

/* pc端 */
@media (min-width: 768px) {
  .top {
    width: 100%;
    height: 300px;
    opacity: 1;
    position: relative;
  }

  .newsList_bc {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .newsNav_top {
    position: absolute;
    /* left: 120px; */
    top: 210px;
    height: 34px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;

    color: #fee285;
  }

  .newsNav_bottom {
    position: absolute;
    top: 228px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(254, 226, 133, 0.7);
  }

  .newList_con {
    width: 100%;
    /* padding-left: 120px; */
    /* padding-bottom: 80px; */
    position: relative;
    /* padding: 0px 120px; */
    padding-top: 41px;
  }

  .list_box {
    width: 100%;
    height: 242px;
    padding-right: 40px;
    opacity: 1;
    border-top: #bbb8d1 1px solid;
    margin-bottom: 31px;
    background: linear-gradient(180deg,
        rgba(138, 131, 185, 0.1) 0%,
        rgba(112, 104, 165, 0) 100%);
    display: flex;
    flex-direction: row;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .list_box:hover {
    background: url(../img/hover.png);
    background-size: cover;
    background-position: center;
    text-decoration: none;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .list_box:hover .con_top {
    color: #4e369e;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .list_box:hover .con_bottm_left {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0px;

    color: #4e369e;
    /* 设置 transition 属性，指定过渡效果为 0.3 秒 */
    transition: all 0.5s ease;
  }

  .date {
    margin-top: 31px;
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .date_top {
    width: 34px;
    height: 39px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    color: #7068a5;
  }

  .date_bottom {
    width: 71px;
    height: 26px;
    opacity: 1;

    background: #7068a5;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fee285;
  }

  div.news_icon {
    width: 280px;
    height: 172.5px;
    opacity: 1;
    margin-left: 12px;
    margin-top: 25px;
    object-fit: cover;
position: relative;
    overflow: hidden;
  }
  div.news_icon img{
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
  .academic_activities_icon {
    width: 131px;
    height: 196px;
  }

  .new_con {
    display: flex;
    flex-direction: column;
    width: calc(100% - 468px);
    opacity: 1;
    margin-left: 40px;
    margin-top: 31px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;

    color: #4e369e;
  }

  .con_top {
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
  }

  .con_txt {
    /* width: 48vw; */
    height: 78px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
    display: -webkit-box;
    /* 开启弹性布局模式 */
    -webkit-box-orient: vertical;
    /* 设置垂直排列方式 */
    overflow: hidden;
    /* 超出部分隐藏 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数为 2 */
    line-clamp: 3;
  }

  .con_txtTwo {
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
    display: -webkit-box;
    /* 开启弹性布局模式 */
    -webkit-box-orient: vertical;
    /* 设置垂直排列方式 */
    overflow: hidden;
    /* 超出部分隐藏 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为 2 */
    line-clamp: 2;
  }

  .con_bottm {
    width: 156px;
    height: 19px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

  .con_bottm_left {
    width: 56px;
    height: 19px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0px;

    color: #7068a5;
  }

  .con_bottm_right {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-left: 7px;
  }

  .show_box {
    width: 100%;
    opacity: 1;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 72px;
    color: #3d3d3d;
  }

  .box_list {
    margin-left: 120px;
  }

  .paging {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }

  .news_date {
    /* width: 100%; */
    height: 20px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    line-height: 20px;
    align-items: center;
  }

  .date_left {
    width: 15px;
    height: 15px;
    opacity: 1;
    /* border: 1.4px solid #333333; */
    margin-right: 10px;
  }

  .date_right {
    /* width: 257px; */
    height: 20px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .ellipsis {
    width: 33px;
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px 5px;
    margin-right: 8px;
  }

  .dian {
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    border-radius: 50%;
  }

  .page-link {
    color: #000;
    border-radius: 2px;
    opacity: 1;
    margin-right: 8px;
  }
}

/* 移动端-窄屏*/
@media (max-width: 767px) {
  .top {
    width: 100%;
    height: 300px;
    opacity: 1;
    position: relative;
  }

  .newsList_bc {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }

  .newsNav_top {
    position: absolute;
    left: 24px;
    top: 210px;
    height: 34px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;

    color: #fee285;
  }

  .newsNav_bottom {
    position: absolute;
    left: 24px !important;
    top: 238px !important;
    /* width: 100px; */
    /* height: 18px; */
    opacity: 1;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(254, 226, 133, 0.7);
  }

  .newList_con {
    width: 100%;
    padding-top: 24px;
    /* padding-left: 8px;
    padding-right: 8px; */
    position: relative;
  }

  .list_box {
    /* width: 359px; */
    /* height: 423px; */
    opacity: 1;
    border-top: #bbb8d1 1px solid;

    margin-bottom: 31px;
    background: linear-gradient(180deg,
        rgba(138, 131, 185, 0.1) 0%,
        rgba(112, 104, 165, 0) 100%);
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin-bottom: 0px;
  }

  .list_bottom {
    display: flex;
    flex-direction: row;
  }

  .date {
    margin-top: 31px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .date_top {
    width: 34px;
    height: 39px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    color: #7068a5;
  }

  .date_bottom {
    /* width: 71px; */
    height: 26px;
    opacity: 1;
    padding: 0px 5px;
    background: #7068a5;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fee285;
  }

  .news_icon {
    width: 80vw;
    /* height: 205px; */
    opacity: 1;
    margin-left: 32px;
    margin-top: 25px;
    object-fit: cover;
  }

  div.news_icon {
    width: 100%;
    padding-top: 61.6%;
    margin: 0px;
    position: relative;
  }

  div.news_icon img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
  }

  .academic_activities_icon {
    width: 131px;
    height: 196px;
    margin-left: auto;
    margin-right: auto;
  }

  .new_con {
    display: flex;
    flex-direction: column;
    width: 60vw;
    opacity: 1;
    margin-left: 40px;
    margin-top: 31px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    padding-right: 12px;

    color: #4e369e;
  }

  .con_top {
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .con_txt {
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
    display: -webkit-box;
    /* 开启弹性布局模式 */
    -webkit-box-orient: vertical;
    /* 设置垂直排列方式 */
    overflow: hidden;
    /* 超出部分隐藏 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数为 3 */
    line-clamp: 2;
  }

  .con_txtTwo {
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
    color: #666666;
    display: -webkit-box;
    /* 开启弹性布局模式 */
    -webkit-box-orient: vertical;
    /* 设置垂直排列方式 */
    overflow: hidden;
    /* 超出部分隐藏 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数为 3 */
    line-clamp: 2;
  }

  .con_bottm {
    /* width: 156px; */
    height: 19px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

  .con_bottm_left {
    width: 56px;
    height: 19px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0px;
    color: #4e369e;
  }

  .con_bottm_right {
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 7px;
  }

  .show_box {
    width: 100%;
    opacity: 1;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 72px;
    color: #3d3d3d;
  }

  .box_list {
    margin-left: 120px;
  }

  .paging {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
  }

  .news_date {
    width: 100%;
    height: 20px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    line-height: 20px;
    align-items: center;
  }

  .date_left {
    width: 15px;
    height: 15px;
    opacity: 1;
    /* border: 1.4px solid #333333; */
    margin-right: 10px;
  }

  .date_right {
    width: 257px;
    height: 20px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .ellipsis {
    width: 26px;
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px 5px;
    margin-right: 8px;
  }

  .dian {
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    border-radius: 50%;
  }

  .page-item {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .page-item:last-child {
    margin-right: 0px;
  }

  .page-link {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0px;
    color: #000;
    border-radius: 2px;
    opacity: 1;
    margin-right: 8px;
  }
}

.page-link:hover {
  color: #7068a5;
  border: #7068a5 0.5px solid;
  background-color: #fff;
}

.pagination .page-link:focus {
  border-color: '';
  outline: none;
  /* 删除点击后的虚线框，可选 */
  box-shadow: none;
  border-radius: 2px;
  opacity: 1;

  background: #7068a5;
  color: #fff;
}

.newsList_bc {
  object-fit: cover;
}

@media (max-width: 991px) {
  .newsNav_bottom {
    left: 24px !important;
  }
}

@media (max-width: 767px) {
  .top {
    height: 200px;
  }

  .newsNav_top {
    top: 110px
  }

  .newsNav_bottom {
    top: 138px !important
  }
}