/* 轮播图 */
.banner {
  width: 100%;
}
.mySwiper1 {
  width: 100%;
  height: 500px;
}
.mySwiper1 a img {
  width: 100%;
  height: 500px;
}
.mySwiper1 .swiper-button-next:after,
.mySwiper1 .swiper-button-prev:after {
  color: #b59a62;
  display: none;
}
.mySwiper1 .swiper-pagination {
  bottom: 30px !important;
}
.mySwiper1 .swiper-pagination span {
  margin-right: 30px;
}
.mySwiper1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 10px !important;
}
.mySwiper1 .swiper-pagination-bullet-active {
  background: #00478d;
  opacity: 1;
}
.mySwiper1 .swiper-button-prev {
  left: 20%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.mySwiper1 .swiper-button-next {
  right: 20%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
/* 轮播图end  */
.container {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}
/* 学院新闻  */
.container .cont_left {
  width: 70%;
}

.tite span {
  font-size: 24px;
  color: #333333;
}
.gd {
  float: right;
  color: #999999;
}
.news {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.news .nbaner {
  width: 50%;
}
.swiper-slide {
  height: 460px;
}
.mySwiper2 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #cccccc;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 10px !important;
}
.mySwiper2 .swiper-pagination-bullet-active {
  background: #ffbb24;
  opacity: 1;
}
.news .nbaner img {
  width: 100%;
  height: 264px;
}
.news .nbaner .xqnr {
  height: 163px;
  background: #f9fafc;
  padding: 25px 25px 21px 25px;
}
.news .nbaner .xqnr .time p {
  color: #ffa811;
  font-size: 16px;
}
.news .nbaner .xqnr .time p span {
  font-weight: bold;
  font-size: 24px;
}
.news .xp {
  color: #999999;
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .bnbt {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
}
.news .nlis {
  width: 46%;
}
.news .nlis ul {
  margin-top: -25px;
}
.news .nlis ul li {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.news .nlis ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .nlis ul li a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ii {
  margin-right: 8px;
}
.news .nlis ul li a span {
  color: #999999;
}
.news .nlis ul li:last-child {
  border-bottom: 0;
}
/* 学院新闻 end  */
/* 通知公告  */
.container .cont_right {
  width: 28%;
  height: 472px;
  background: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00478d;
  padding: 17px 25px 0 25px;
}
.container .cont_right .biti {
  font-size: 24px;
  text-align: center;
}

.container .cont_right ul li {
  display: flex;
  height: 105px;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
}
.container .cont_right ul li:last-child {
  border: 0;
}

.cleft {
  margin-right: 14px;
}
.cleft .ctop {
  width: 60px;
  height: 35px;
  background: #00478d;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}
.cleft .czo {
  width: 60px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #c7d3df;
  font-family: Arial;
  font-size: 14px;
  color: #00478d;
  line-height: 24px;
  text-align: center;
}
.container .cont_right a {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont_right ul li:hover .cleft .ctop {
  background: #ffbb24;
}
.container .cont_right ul li:hover .cleft .czo {
  color: #ffbb24;
}
/* 通知公告 end */
.link {
  margin-top: 20px;
  height: 55px;
  background: #f9fafc;
  padding-left: 30px;
}
.link ul {
  display: flex;
}
.link ul li span {
  font-weight: bold;

  color: #333333;
}
.link ul li {
  line-height: 55px;
}
.link ul li a {
  color: #666666;
  margin-left: 100px;
}
