.banner {
  height: 400px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background: no-repeat center center / cover;
}
.banner .swiper-container .swiper-pagination {
  display: inline-block;
  width: auto;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  /*width: 40px;
  height: 35px;
  background: url(../images/sanjiao.png) no-repeat center center;
  border-radius: unset;*/
  width:10px;
  height:10px;
  background-color:transparent;
  border:1px solid #fff;
  opacity: 1;
}
 .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
 /*background: url(../images/qsy.png) no-repeat center center / contain;
  border-radius: unset;*/
  background-color:#fff;
}
@media screen and (max-width: 1220px) {
  .layout {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .layout {
    padding: 0 20px;
  }
  .banner {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .layout {
    padding: 0 10px;
  }
  .banner {
    height: 200px;
  }
  .banner .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    /*width: 20px;
    height: 17px;
    background-size: contain;
    margin: 0 2px;*/
  }
}
.title {
  margin-top: 40px;
  margin-bottom: 26px;
}
.title h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #003f88;
}
.title a {
  float: right;
  width: 66px;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
  color: #666;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.title a:hover {
  color: #003f88;
  border-color: #003f88;
}
@media screen and (max-width: 500px) {
  .title {
    margin: 30px 0 20px;
  }
}
/* 新闻动态 */
.news {
  width: 785px;
  margin-bottom: 55px;
}
.news .news-left {
  width: 375px;
}
.news .news-left .pic {
  width: 100%;
  height: 238px;
  background: no-repeat center center / cover;
  position: relative;
}
.news .news-left .pic .date {
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0953a9;
  color: #fff;
  text-align: center;
}
.news .news-left .pic .date .day {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
}
.news .news-left .pic .date .ym {
  font-size: 14px;
}
.news .news-left h3 {
  font-size: 18px;
  font-weight: bold;
  color: #003f88;
  margin-top: 26px;
}
.news .news-left a > p {
  font-size: 14px;
  color: #666;
  line-height: 27px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 81px;
}
.news .news-list {
  padding-left: 405px;
}
.news .news-list .news-item {
  height: 76px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
.news .news-list .news-item:first-child {
  display: none;
}
.news .news-list .news-item a p {
  line-height: 27px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  position: relative;
}
.news .news-list .news-item a span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 15px;
  background-color: #fff;
  color: #999;
}
.news .news-list .news-item:hover p {
  color: #003f88;
}
@media screen and (max-width: 1220px) {
  .news {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .news .news-left {
    float: none;
    width: 100%;
  }
  .news .news-left h3 {
    margin-top: 20px;
  }
  .news .news-list {
    width: 100%;
    padding-left: 0;
  }
}
/* 通知公告 */
.notice {
  width: 390px;
  margin-left: 25px;
  margin-bottom: 55px;
}
.notice .notice-list .notice-item {
  height: 65px;
  margin-bottom: 15px;
}
.notice .notice-list .notice-item:hover .date {
  background-color: #003f88;
  color: #fff;
}
.notice .notice-list .notice-item:hover p {
  color: #003f88;
}
.notice .notice-list .notice-item .date {
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: #efefef;
  color: #003f88;
}
.notice .notice-list .notice-item .date .day {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
}
.notice .notice-list .notice-item .date .ym {
  font-size: 14px;
}
.notice .notice-list .notice-item p {
  padding-left: 15px;
  padding-top: 7px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
}
@media screen and (max-width: 1220px) {
  .notice {
    width: 100%;
    margin-left: 0;
  }
  .notice .notice-list .notice-item {
    float: left;
    width: 49%;
  }
  .notice .notice-list .notice-item:nth-child(2n+1) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .notice {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .notice {
    margin-bottom: 20px;
  }
  .notice .notice-list .notice-item {
    float: left;
    width: 100%;
  }
  .notice .notice-list .notice-item:nth-child(2n+1) {
    margin-right: 0%;
  }
}
/* 链接 */
.link {
  background: url(../images/links-bg.png) no-repeat center center / cover;
  padding-top: 68px;
  padding-bottom: 75px;
}
.link .link-list .link-item {
  width: 280px;
  height: 150px;
  line-height: 150px;
  margin-left: 26px;
  text-align: center;
  /* &:hover {
                transform: translateY(-20px);
            } */
}
.link .link-list .link-item:first-child {
  margin-left: 0;
}
.link .link-list .link-item:nth-child(1) {
  background-color: #eaac56;
}
.link .link-list .link-item:nth-child(2) {
  background-color: #49b0de;
}
.link .link-list .link-item:nth-child(3) {
  background-color: #6b99e4;
}
.link .link-list .link-item:nth-child(4) {
  background-color: #7176c2;
}
.link .link-list .link-item a {
  display: block;
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.link .link-list .link-item a span {
  display: inline-block;
  margin-top: 30px;
  line-height: 42px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .link .link-list .link-item {
    width: 23.5%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .link .link-list {
    max-width: 892px;
    margin: 0 auto;
  }
  .link .link-list .link-item {
    width: 280px;
    margin-left: 26px;
    margin-bottom: 30px;
  }
  .link .link-list .link-item:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .link {
    padding: 50px 0;
  }
  .link .link-list {
    max-width: 586px;
  }
  .link .link-list .link-item:nth-last-child(2) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .link .link-list .link-item:last-child {
    margin-left: 26px;
  }
}
@media screen and (max-width: 500px) {
  .link {
    padding: 30px 0;
  }
  .link .link-list .link-item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .link .link-list .link-item:last-child {
    margin-bottom: 0 !important;
  }
}
/* 学术活动 */
.academic .title {
  margin: 40px 0;
}
.academic .academic-list {
  margin-bottom: 55px;
}
.academic .academic-list .academic-item {
  width: 380px;
  margin-left: 30px;
}
.academic .academic-list .academic-item:first-child {
  margin-left: 0;
}
.academic .academic-list .academic-item:hover .pic {
  border: 3px solid #025ec8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.academic .academic-list .academic-item:hover .academic-content {
  border-bottom-color: #003f88;
}
.academic .academic-list .academic-item:hover .academic-content .academic-title {
  color: #003f88;
}
.academic .academic-list .academic-item .pic {
  width: 75px;
  height: 110px;
  background: no-repeat center center / cover;
}
.academic .academic-list .academic-item .academic-content {
  margin-left: 90px;
  border-bottom: 1px solid #ddd;
}
.academic .academic-list .academic-item .academic-content .academic-title {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}
.academic .academic-list .academic-item .academic-content .person,
.academic .academic-list .academic-item .academic-content .time,
.academic .academic-list .academic-item .academic-content .address {
  padding-left: 33px;
  font-size: 14px;
  line-height: 30px;
  background: no-repeat left center;
}
.academic .academic-list .academic-item .academic-content .person {
  background-image: url(../images/academic-person.png);
}
.academic .academic-list .academic-item .academic-content .time {
  background-image: url(../images/academic-time.png);
}
.academic .academic-list .academic-item .academic-content .address {
  margin-bottom: 23px;
  background-image: url(../images/academic-address.png);
}
@media screen and (max-width: 1220px) {
  .academic .academic-list .academic-item {
    width: 31.6%;
    margin-left: 2.6%;
  }
  .academic .academic-list .academic-item .academic-content .person,
  .academic .academic-list .academic-item .academic-content .time,
  .academic .academic-list .academic-item .academic-content .address {
    background-position-y: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .academic .academic-list .academic-item {
    width: 49%;
    min-height: 184px;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  .academic .academic-list .academic-item:nth-last-child(2n+1) {
    margin-left: 0;
  }
  .academic .academic-list .academic-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .academic .title {
    margin: 30px 0;
  }
  .academic .academic-list {
    margin-bottom: 30px;
  }
  .academic .academic-list .academic-item {
    width: 100%;
    margin-left: 0;
  }
  .academic .academic-list .academic-item:nth-last-child(2n+1) {
    margin-left: 0;
  }
  .academic .academic-list .academic-item:last-child {
    margin-bottom: 0;
  }
}
/* 院系设置 */
.department {
  background: url(../images/department-bg.png) no-repeat center center / cover;
  padding-bottom: 70px;
  overflow: hidden;
}
.department .title {
  margin: 40px 0;
}
.department .department-list .department-item {
  width: 227px;
  height: 200px;
  line-height: 200px;
  margin-left: 16.25px;
  background: no-repeat center center / cover;
}
.department .department-list .department-item a {
  display: block;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}
.department .department-list .department-item:hover a {
  background-color: #003f88;
}
.department .department-list .department-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1220px) {
  .department {
    padding-bottom: 40px;
  }
  .department .department-list {
    max-width: 957px;
    margin: 0 auto;
  }
  .department .department-list .department-item {
    margin-bottom: 30px;
  }
  .department .department-list .department-item:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .department {
    padding-bottom: 40px;
  }
  .department .department-list {
    max-width: 715px;
  }
  .department .department-list .department-item {
    margin-bottom: 30px;
  }
  .department .department-list .department-item:last-child {
    margin-left: 16.25px;
  }
  .department .department-list .department-item:nth-last-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .department {
    padding-bottom: 10px;
  }
  .department .title {
    margin: 30px 0;
  }
  .department .department-list .department-item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}
