@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.banner {
  position: relative;
  /* z-index: 9; */
  overflow: hidden;
}

.banner a {
  display: block;
}

.banner>img {
  display: block;
  width: 100%;
}

.banner .slick {
  position: relative;
  z-index: 9;
}

.banner .slick-slide a {
  display: block;
  position: relative;
}

.banner .slick-slide a img {
  display: block;
  width: 100%;
  transition: all 10s;
  transform: scale(1);

}

.banner .slick-slide.current-sr-slide-visible a img {
  animation: img_scale linear 10s infinite;
}

@keyframes img_scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }

}

.banner .slick-slide a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-zzc.png) repeat-x;
  background-position: center top;
  z-index: 9;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-zzc2.png) repeat-x;
  background-position: center bottom;
  z-index: 9;
}


.index {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  background: #fff;
  padding-top: 178px;
}

.index .footer {
  margin-top: 85px;
}

.collegeNewsNotice {
  overflow: hidden;
  margin-top: 40px;
}

.collegeNewsNotice .collegeNews,
.collegeNewsNotice .notice {
  overflow: hidden;
  float: left;
  width: 47%;
}

.collegeNewsNotice .collegeNews {
  margin-right: 6%;
}

.collegeNewsNotice .collegeNews .titleMore,
.collegeNewsNotice .notice .titleMore {
  position: relative;
}

.collegeNewsNotice .collegeNews .titleMore .title,
.collegeNewsNotice .notice .titleMore .title {
  position: relative;
}

.collegeNewsNotice .collegeNews .titleMore .title::after,
.collegeNewsNotice .notice .titleMore .title::after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 10px;
  width: calc(100% - 4px);
  height: 1px;
  background: #ccc;
  z-index: 1;
}

.collegeNewsNotice .collegeNews .titleMore .title .chTitle,
.collegeNewsNotice .notice .titleMore .title .chTitle {
  height: 60px;
  color: #333;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}

.collegeNewsNotice .collegeNews .titleMore .title .enTitle,
.collegeNewsNotice .notice .titleMore .title .enTitle {
  display: inline-block;
  width: 184px;
  height: 13px;
  background: url(../images/title-bg.png) no-repeat center center;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.collegeNewsNotice .collegeNews .titleMore .rMore,
.collegeNewsNotice .notice .titleMore .rMore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.collegeNewsNotice .collegeNews .titleMore .rMore a,
.collegeNewsNotice .notice .titleMore .rMore a {
  display: block;
  height: 40px;
  color: #333;
  font-size: 14px;
  line-height: 40px;
}

.collegeNewsNotice .collegeNews .titleMore .rMore:hover a,
.collegeNewsNotice .notice .titleMore .rMore:hover a {
  color: #019FE9;
}

.collegeNewsNotice .collegeNews .list,
.collegeNewsNotice .notice .list {
  padding: 15px 0;
}

.collegeNewsNotice .collegeNews .list .item,
.collegeNewsNotice .notice .list .item {
  position: relative;
  padding: 0 120px 0 16px;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px dashed #ccc;
}

.collegeNewsNotice .collegeNews .list .item::before,
.collegeNewsNotice .notice .list .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #999;
}

.collegeNewsNotice .collegeNews .list .item a,
.collegeNewsNotice .notice .list .item a {
  display: block;
}

.collegeNewsNotice .collegeNews .list .item .title,
.collegeNewsNotice .notice .list .item .title {
  height: 64px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.collegeNewsNotice .collegeNews .list .item .date,
.collegeNewsNotice .notice .list .item .date {
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  color: #999;
  font-size: 12px;
}

.collegeNewsNotice .collegeNews .list .item:hover::before,
.collegeNewsNotice .notice .list .item:hover::before {
  background: #019FE9;
}

.collegeNewsNotice .collegeNews .list .item:hover .title,
.collegeNewsNotice .notice .list .item:hover .title,
.collegeNewsNotice .collegeNews .list .item:hover .date,
.collegeNewsNotice .notice .list .item:hover .date {
  color: #019FE9;
}




.ny-right {
  overflow: hidden;
}


/* 列表 */
.articleList {
  margin: 40px 0 80px;
}

.articleList .list {}

.articleList .list li {
  position: relative;
  padding: 30px 30px 30px 160px;
  min-height: 136px;
  background: #fff;
  margin-bottom: 40px;
}

.articleList .list li:last-child {
  margin-bottom: 0;
}

.articleList .list li a {
  display: block;
}

.articleList .list li .date {
  position: absolute;
  left: 0;
  top: 30px;
  width: 130px;
  padding: 0 30px;
  border-right: 1px solid #EBEBEB;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.articleList .list li .date .day {
  height: 50px;
  color: #333;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
}

.articleList .list li .date .yearMonth {
  height: 28px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.articleList .list li .title {
  height: 20px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.articleList .list li .summary {
  margin-top: 15px;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articleList .list li:hover .date .day,
.articleList .list li:hover .date .yearMonth,
.articleList .list li:hover .title,
.articleList .list li:hover .summary {
  color: #019FE9;
}

/* 详情 */
.articleDetail {
  margin: 40px 0;
}

.articleDetail .detailWrap {
  background: #fff;
  padding: 40px 40px 60px;
}

.articleDetail .detailWrap .title {
  color: #2A2A2A;
  font-size: 35px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}

.articleDetail .detailWrap .info {
  height: 40px;
  background: #F5F5F5;
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 40px;
  margin: 40px 0;
}

.articleDetail .detailWrap .info .source {
  margin-right: 40px;
}

.articleDetail .detailWrap .detail {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 40px;
}

.articleDetail .footer {
  margin-top: 40px;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

  .tparrows {
    display: none !important;
  }

  .slider-banner-fullwidth-big-height {
    height: 560px !important;
  }

  .collegeNewsNotice {
    padding: 10px;
  }

  .collegeNewsNotice .collegeNews {
    width: 100%;
  }

  .collegeNewsNotice .notice {
    width: 100%;
  }

  .collegeNewsNotice .collegeNews .titleMore .title .chTitle,
  .collegeNewsNotice .notice .titleMore .title .chTitle {
    font-size: 32px;
  }

  .articleDetail .detailWrap .title {
    font-size: 28px;
  }


}


@media screen and (max-width: 768px) {
  .slider-banner-fullwidth-big-height {
    height: 420px !important;
  }
}

@media screen and (max-width: 480px) {}