.body-right {
    position: fixed;
    z-index: 89;
    right: 0px;
    top: 50%;
}
.body-right img  {
    width: 100px;
    height: 100px;
}
.body-right .wx {
    position: relative;
}
.body-right .wx-img {
    display: none;
    position: absolute;
    z-index: 99;
    right: 100px;
    top: -50px;
    transition: all 1s;
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0px 1px 5px 4px #bba5a5;
    border-radius: 2px;
}
.body-right .wx-img img {
    width: 220px;
    height: 220px;
}
.body-right .wx:hover .wx-img {
    display: block;
}
.main-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.swiper1 .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  top: 853px;
  left: 864px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.5);
  opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active {
  width: 67px;
  height: 22px;
  top: 853px;
  left: 944px;
  border-radius: 5px;
  background: rgba(217, 217, 217, 1);
  opacity: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.swiper1 .swiper-slide { 
}

.swiper1 .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper1 .swiper-slide img:hover {
  transform: scale(1.05);
  transition: all 1s;
}

/* 学院要文 */
.xyyw {
  padding-top: 100px;
  background-color: #f6f7f9;
  padding-bottom: 40px;
}

.news-home {
  position: relative;
  display: flex;
}

.news-left {
  width: 33%;
  margin-right: 30px;
}

.news-left:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.news-box {
  padding: 20px 20px;
}

.news-left dt {
  width: 100%;

}

.news-left a {
  font-weight: 600;
  font-size: 26px;
  height: 35px;
  overflow: hidden;
  margin-top: 10px;
}

.news-left p {
  width: 100%;
  margin-top: 22px;
  font-weight: 300;
  font-size: 25px;
}

.news-left dt img {
  width: 100%;
  height: 350px;  
  object-fit: cover;
} 

.news-home li {
  width: 45%;
  margin-right: 3%;
  border-bottom: 1px solid #eeeeee;
  margin-left: 2%;
  padding-bottom: 40px;
  margin-bottom: 20px; 
}

.news-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.news-list .date {
  display: flex;
  align-items: flex-start;
}

.news-list .date strong {
  padding-right: 20px;
  font-family: Hiragino Sans GB;
  font-weight: 600;
  font-size: 42px;
}

.news-list .date span {
  font-family: Hiragino Sans GB;
  font-weight: 600;
  font-size: 25px;
}

.news-list .title {
  cursor: pointer;
  margin-top: 12px;
  font-weight: 600;
  font-size: 25px;
  height: 35px;
  overflow: hidden;
}

.news-list li:hover .title {
  color: rgba(42, 93, 132, 1);
}

.news-list .detail {
  margin-top: 22px;
  font-weight: 300;
  font-size: 25px;
}

/* 通知公告 */
.tz-title {
  width: 350px;
  margin: 0 auto;
}

.tzgg-box {
  display: none;
}

.tz-title .main-title {
  color: #cac8c8;
  cursor: pointer;
}

.tz-title .active {
  color: #333;
}

.tzgg .active {
  display: block;
}

.tzgg {
  padding-top: 150px;
}

.tzggbg {
  background: rgba(217, 217, 217, 0.2);
  margin-top: 56px;
}


.tzgg-item {
  height: 103px;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}

.tzgg-item:hover .tzgg-bg {
  opacity: 1;
}

.tzgg-item:hover .tzgg-detail {
  color: #ffffff;
  transition: all 1s;
}

.tzgg-bpx {
  position: absolute;
  z-index: 1;
}

.tzgg-bg {
  height: 103px;
  width: 100%;
  background-image: url("/v5/images/date.png");
  position: absolute;
  z-index: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  /* 开始时完全透明 */
  transition: opacity 1s;
  /* 过渡效果，持续时间2秒 */
}

.tzgg-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(42, 93, 132, 0.5);
  min-width: 117px;
  height: 103px;
  border-width: 1px;
  color: #ffffff;
}

.tzgg-date dt {
  font-family: Hiragino Sans GB;
  font-weight: 300;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}

.tzgg-date dd {
  font-family: Hiragino Sans GB;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: 72px;
  height: 72px;
}

.tzgg-detail {
  flex: 1;
  font-weight: 400;
  font-family: Hiragino Sans GB;
  font-size: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0px 10px 0 20px;
  line-height: 35px;
  color: #1a1a1abf;
  height: 100%;
}

/* 学院文件 */
.xywj {
  background-color: rgba(237, 237, 237, 0.3);
  padding: 10px 0 50px 0;
  margin-top: 150px;
}

.xywj-list {
  overflow: hidden;
}

.xywj-item {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.xywj-item .line {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: rgba(42, 93, 132, 1);
  bottom: 0px;
}

.xywj-item:hover .line {
  width: 100px;
  transition: all 1s;
}

.xywj-item:hover .xywj-tit {
  color: rgba(42, 93, 132, 1);
}

.xywj-item1 .line {
  top: 0;
}

.xywj-item5 .line {
  top: 0;
}

.xywj-date {
  display: flex;
  align-items: flex-start;
}

.xywj-date dt {
  padding-right: 20px;
  font-family: Hiragino Sans GB;
  font-size: 34px;
}

.xywj-date dd {
  font-family: Hiragino Sans GB;
  font-size: 22px;
}

.xywj-tit {
  height: 75px;
  font-size: 28px;
  overflow: hidden;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}



/* 专题栏目 */
.ztlm {
  padding-top: 150px;
}

.ztlm .swiper2-home {
  overflow: hidden;
  position: relative;
}

.swiper2 {
  position: relative;
  width: 100%;
  height: auto;
  /* 或者具体的宽度 */
}

.swiper2 .swiper-slide img:hover {
  transition: all 2s;
}

.swiper2 .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper2 .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  top: 853px;
  left: 864px;
  border-radius: 5px;
  background: #2a5d8480;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.swiper2 .swiper-pagination-bullet-active {
  width: 67px;
  height: 22px;
  top: 853px;
  left: 944px;
  border-radius: 5px;
  background: #2a5d84;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.swiper2 .swiper-pagination1 {
  text-align: center;
  height: 100px;
  padding-top: 20px;
}

/* 版权所有 */
/* 了解更多 */

.copyright-bg {
  background-image: url('/v5/images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.ljgd { 
  border-bottom: 1px solid #fff;
}

.ljgd-list {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ljgd-list dl {
  text-align: center;
}

.ljgd-list dl:hover img{
   transform: scale(1.2);
   transition: all 1s;
}
.ljgd-list dl dt { 
}

.ljgd-list dl dt img {
  width: 80px; 
}

.ljgd-list dl a {
  margin-top: 10px;
  font-size: 26px;
  color: #fff;
  display: block;
}

.copyright {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding: 50px 0;
}

.bs img {
  width: 100%;
}

.lxwm { 
    display: flex;
    align-items: center;
  color: rgba(255, 255, 255, 1);
}

.lxwm dt img {
  width: 60px;
  height: 60px;
}

.lxwm dd {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500; 
  color: rgba(255, 255, 255, 1);
}

.wximg img {
  width: 130px;
  height: 130px;
}
.bah {
  text-align: center;
  line-height: 30px;
}