.swiper-container {
  height: 428px;
}
.undergraduateSchool .news {
  width: 1440px;
  margin: 0 auto;
}
.undergraduateSchool .news .title {
  width: 100%;
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 4px solid #003f88;
  overflow: hidden;
  position: relative;
}
.undergraduateSchool .news .title .title-left {
  float: left;
  font-size: 36px;
  font-weight: 900;
  font-family: Roboto Condensed-Bold;
  color: #003f88;
}
.undergraduateSchool .news .title .title-right {
  position: absolute;
  right: 8px;
  bottom: 20px;
  font-size: 16px;
  font-family: Roboto,Arial,sans-serif;
  color: #8c8c8c;
}
.undergraduateSchool .news .title .title-right a {
  color: #8c8c8c;
  text-decoration: none;
}
.undergraduateSchool .news .title .title-right img {
  margin-bottom:5px;
}
.undergraduateSchool .news .title > img {
  position: absolute;
  right: 135px;
  bottom: 24px;
}
.undergraduateSchool .news .news-list {
  width: 100%;
  margin-top: 8px;
  margin-bottom:50px;
}
.undergraduateSchool .news .news-list .wp_paging{
  margin-top:5px;
}
.undergraduateSchool .news .news-list .news-item {
  width: 100%;
  padding-left: 8px;
  margin-bottom:5px;
  border-bottom: 1px dotted #cecece;
}
.undergraduateSchool .news .news-list .news-item .news-title {
  font-size: 24px;
  font-family: Roboto Condensed-Regular;
  font-weight: 900;
  color: #333;
  padding-top: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 102px\0;
}
.undergraduateSchool .news .news-list .news-item .news-title a{
  color:#333;
  text-decoration:none;
}
.undergraduateSchool .news .news-list .news-item .news-data {
  font-size: 18px;
  font-family: Roboto-Regular,Arial,sans-serif;
  color: #999;
  margin-bottom: 16px;
}
.undergraduateSchool .news .news-list .news-item .news-content {
  font-size: 18px;
  font-family: Roboto-Regular,Arial,sans-serif;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 72px\0;
}
.undergraduateSchool .news .news-list .wp_paging {
  margin-top:45px;
}

@media (max-width: 1455px) {
  .undergraduateSchool .news {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .undergraduateSchool .news .title {
    padding-bottom:10px;
    margin:10px 0;
  }
  .undergraduateSchool .news .title .title-left {
    font-size:30px;
  }
  .undergraduateSchool .news .title .title-right {
    display:none;
  }
  .undergraduateSchool .news .news-list {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .undergraduateSchool .news .news-list .news-item .news-title {
    padding:0;
    margin:10px 0;
    font-size:20px;
  }
  .undergraduateSchool .news .news-list .news-item .news-data {
    margin-bottom:10px;
  }
  .undergraduateSchool .news .news-list .news-item .news-content {
    margin-bottom:10px;
    font-size:16px;
  }
  .undergraduateSchool .news .news-list .wp_paging {
    margin-top:20px;
  }
}
