/* Clone of `web/index.html` part2 (学院新闻 + 通知公告) look & feel.
   Implemented in px to avoid changing root `rem` sizing on this site. */

.focus-notice {
  padding: 30px 0;
  background: #f1f8ff;
}

.focus-notice .p2_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.focus-notice .sy_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.focus-notice .sy_tit .bt {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.focus-notice .sy_tit .bt .news,
.focus-notice .sy_tit .bt .tzgg {
  position: relative;
  z-index: 3;
  padding-left: 58px;
  font-size: 38px;
  font-weight: 600;
  color: #007cc8;
}

.focus-notice .sy_tit .bt .news {
  background: url(images/news.png) no-repeat left center;
  background-size: 40px 40px;
}

.focus-notice .sy_tit .bt .tzgg {
  background: url(images/tzgg.png) no-repeat left center;
  background-size: 40px 40px;
}

.focus-notice .sy_tit .more {
  padding-right: 12px;
  transition: 0.4s;
}

.focus-notice .sy_tit .more p {
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #007cc8;
  color: #007cc8;
  line-height: 23px;
  height: 23px;
  padding: 0 5px;
}

.focus-notice .sy_tit .more:hover {
  transform: translate(5px);
}

.focus-notice .p2_left {
  width: 66%;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.focus-notice .p2_right {
  width: 33%;
}

.focus-notice .p2_lb {
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  width: 64%;
  background: #fff;
}

.focus-notice .p2_cen {
  width: 32%;
}

.focus-notice .p2_lb .img {
  height: 430px;
  overflow: hidden;
}

.focus-notice .p2_lb .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.focus-notice .p2_lb .con {
  padding: 13px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.focus-notice .p2_lb .con .sj {
  background: rgba(0, 127, 204, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  padding-top: 28px;
}

.focus-notice .p2_lb .con .sj::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: #007cc8;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.focus-notice .p2_lb .con .sj .p1 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  position: relative;
  z-index: 3;
}

.focus-notice .p2_lb .con .sj .p2 {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.focus-notice .p2_lb .con .xx {
  width: calc(100% - 110px);
}

.focus-notice .p2_lb .con .bt {
  font-size: 18px;
  color: #323232;
  margin-bottom: 8px;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus-notice .p2_lb .con .zy {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  opacity: 0.8;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.focus-notice .p2_lb a:hover .con .bt {
  color: #007cc8;
}

.focus-notice .p2_lb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.focus-notice .p2_lb_jt {
  z-index: 9;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.focus-notice .p2_lb_jt .swiper-button-prev,
.focus-notice .p2_lb_jt .swiper-button-next {
  background: none;
  font-size: 20px;
  color: #007cc8;
  font-family: 宋体;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}

.focus-notice .p2_lb_jt .swiper-pagination {
  display: block;
}

.focus-notice .p2_lb_jt .swiper-pagination ul{
  display:flex;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.focus-notice .p2_lb_jt .swiper-pagination ul li{margin:0; padding:0;}
.focus-notice .p2_lb_jt .swiper-pagination ul li button{
  border:0;
  background:transparent;
  padding:0;
  width:10px;
  height:10px;
  font-size:0;
  line-height:0;
  cursor:pointer;
}
.focus-notice .p2_lb_jt .swiper-pagination ul li button span{
  width:10px;
  height:10px;
  background:#d6e5ea;
  border:1px solid #fff;
  border-radius:50%;
  display:block;
}
.focus-notice .p2_lb_jt .swiper-pagination ul li.slick-active button span{
  background:#007cc8;
}

.focus-notice .p2_ul1 {
  width: 100%;
}

.focus-notice .p2_ul1 li {
  margin-bottom: 40px;
  border-left: 3px solid #007cc8;
}

.focus-notice .p2_ul1 li a {
  display: block;
  padding-left: 16px;
}

.focus-notice .p2_ul1 li .sj {
  font-size: 14px;
  color: #007cc8;
  line-height: 18px;
  margin-bottom: 5px;
}

.focus-notice .p2_ul1 li .bt {
  font-size: 18px;
  line-height: 28px;
  color: #323232;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.4s;
}

.focus-notice .p2_ul1 li:hover .bt {
  color: #007cc8;
}

.focus-notice .p2_right ul li {
  background: #fff;
  border-radius: 0 8px 8px 0;
  transition: 0.4s;
}

.focus-notice .p2_right ul li + li {
  margin-top: 20px;
}

.focus-notice .p2_right ul li a {
  display: block;
}

.focus-notice .p2_right ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.focus-notice .p2_right ul li .sj {
  width: 80px;
  height: 100%;
  background: #007cc8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.focus-notice .p2_right ul li .sj .p1 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.focus-notice .p2_right ul li .sj .p2 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.focus-notice .p2_right ul li .con {
  width: calc(100%);
  margin-right: 20px;

margin-left: 20px;
}

.focus-notice .p2_right ul li .bt {
  font-size: 16px;
  color: #323232;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.4s;
}

.focus-notice .p2_right ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.focus-notice .p2_right ul li:hover .bt {
  color: #007cc8;
}

@media (max-width: 1024px) {
  .focus-notice { padding: 30px 0; }
  .focus-notice .p2_left,
  .focus-notice .p2_right { width: 100%; }

  /* 让“新闻聚焦”右侧文本列表在移动端铺满整行 */
  .focus-notice .p2_lb,
  .focus-notice .p2_cen,
  .focus-notice .p2_ul1 { width: 100%; }

  .focus-notice .p2_cen {
    margin-top: 20px;
  }
  .focus-notice .p2_lb { margin-bottom: 20px; }
  .focus-notice .p2_ul1 { margin-top: 10px; }

  /* 小屏幕下通知公告日期不换行显示 */
  .focus-notice .p2_right ul li .sj .p1 {
    white-space: nowrap;
  }
}