@charset "utf-8";

/* 字体hover */
.news_right li:hover a span {
  color: #0849a3;
}

/* 图片hover */
.news_left:hover img,
.scenery_content li:hover a > img,
.culture_content .image:hover .image_left img {
  transform: scale(1.1);
}

/* #### */

.news,
.bulletin,
.personnelTraining,
.scenery {
  padding: 80px 0;
}

.title span,
.title p {
  text-align: center;
}

.title span {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #0849a3;
}

.title p {
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  line-height: 40px;
  margin: 20px auto 47px;
}
.title p a{
  position: relative;
  
}
.title p a::after {
  display:block;
  content:"";
  position: absolute;
  border: 0;
  left: calc(50% - 80px);
  bottom: 0px;
  height: 3px;
  width: 0px;
  background: #000;
  transition: all 0.3s ease-out 0s;
}

.scenery_main .title p a::after {
  background: #fff;
}
.title p a:hover::after {
width: 160px;
}
.title p:hover a{
     
}

.news_left .slick-dots li,
.bulletin,
.bulletin_content_more span,
.scenery {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* news */
.news_content {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.news_left {
  width: 50%;
}

.news_left .slick-list {
  border-radius: 20px;
}

.news_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news_left .slick-list,
.news_left .slick-track,
.news_left a {
  width: 100%;
  height: 100%;
}

.news_left .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.news_left .slick-dots li {
  width: 30px;
  height: 16px;
  background-image: url(../images/news_banner_lbd_.png);
  margin: 0 10px;
  cursor: pointer;
}

.news_left .slick-dots .slick-active {
  background-image: url(../images/news_banner_lbd.png);
}

.news_left .slick-dots li button {
  display: none;
}

.news_right {
  width: 46%;
}

.news_right li {
  margin-top: 30px;
}

.news_right li a {
  display: block;
}

.news_right li a span {
  display: block;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 13px;
  transition: color 0.3s ease;
}

.news_right li a p {
  height: 90px;
  font-size: 15px;
  font-weight: 400;
  color: #71798b;
  line-height: 30px;
}

/* bulletin */
.bulletin {
  background-image: url(../images/bulletin_bg.png);
}

.bulletin_content {
  margin-top: 107px;
  display: flex;
  justify-content: space-between;
}

.bulletin_content li {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 33px 40px;
  border-radius: 20px;
  transition: box-shadow 0.3s ease;
}

.bulletin_content li:hover {
  box-shadow: 0px 6px 20px 0px rgba(8, 73, 163, 0.15);
}

.bulletin_content_time {
  width: max-content;
  padding: 30px 20px;
  background: #0849a3;
  border-radius: 20px;
  margin: -60px 0 33px;
  color: #fff;
  transition: all 0.3s ease;
}

.bulletin_content li:hover .bulletin_content_time,
.bulletin_content li:hover .bulletin_content_more {
  background: #ffda2c;
  box-shadow: 0px 6px 20px 0px rgba(255, 218, 44, 0.6);
}

.bulletin_content li:hover .bulletin_content_time {
  color: #222;
}

.bulletin_content_time span {
  display: block;
  text-align: center;
}

.bulletin_content_time span:nth-child(1) {
  font-size: 27.5px;
  line-height: 27.5px;
  font-weight: bold;
}

.bulletin_content_time span:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  margin-top: 16px;
}

.bulletin_content_title {
  display: block;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
}

.bulletin_content_abstract {
  margin: 16px 0 24px;
  height: 90px;
  font-size: 15px;
  font-weight: 400;
  color: #71798b;
  line-height: 30px;
}

.bulletin_content_more {
  width: max-content;
  display: flex;
  align-items: center;
  background-color: #0849a3;
  height: 50px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.bulletin_content_more p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin: 0 24px;
  display: none;
  transition: display 0.5s ease-out 0s;
}

.bulletin_content li:hover .bulletin_content_more p {
  display: block;
}

.bulletin_content_more span {
  width: 50px;
  height: 50px;
  background-image: url(../images/bulletin_jia.png);
  background-size: auto;
}

.bulletin_content li:hover .bulletin_content_more span {
  background-image: url(../images/bulletin_jia_.png);
}

/* personnelTraining */
.personnelTraining_content {
  margin-top: 50px;
}
.personnelTraining_content li {
  width: 23.4%;
  background: #ebf1fb;
  padding: 0;
  position:relative;
}
.personnelTraining_content li::after{
  content:"";
  width:100%;
  height:100%;
  background: #ebf1fb;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  border-radius: 16px;
}
.personnelTraining_content li:hover {
  box-shadow: none;
}

.personnelTraining_content .active {
  width: 48.9%;
  background: url(../images/talentTraining_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.personnelTraining_content .active::after{
  display:none;
}
.personnelTraining_content li > div {
  width: 100%;
  height: 100%;
  padding: 40px 32px 40px 40px;
  background-color: transparent;
  position: relative;
  z-index: 9;
}

.personnelTraining_content .active > div {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 20px;
  flex-wrap: wrap;
  align-content: flex-end;
  position: relative;
  z-index: 9;
}

.personnelTraining_content .active .bulletin_content_abstract {
  margin: 7px 0 0px;
  height: 60px;
}

.personnelTraining_content .active .personnelTraining_content_left {
  width: 70%;
}

.personnelTraining_content .active i,
.personnelTraining_content .active .bulletin_content_abstract,
.personnelTraining_content .active .personnelTraining_content_title {
  color: #fff;
}

.personnelTraining_content li i {
  font-size: 15px;
  font-weight: 400;
  color: #71798b;
  line-height: 48px;
}

.personnelTraining_content li .personnelTraining_content_title {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin-top: 7.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.personnelTraining_content li .bulletin_content_abstract {
  margin: 20px 0 40px;
}

/* scenery */

.scenery {
  background-image: url(../images/scenery_bg.png);
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #ebf1fb;
}

.scenery .title span {
  color: #ffda2c;
}

.scenery .title p a{
  color: #fff !important;
}

.scenery_content {
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.scenery_content li {
  width: 33.215%;
}

.scenery_content li:nth-child(2) {
  width: 66.57%;
  max-height: 450px;
}

.scenery_content li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.scenery_content li a > img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.scenery_content li a .scenery_content_abstract {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

.scenery_content li a .scenery_content_abstract div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 22px;
}

.scenery_content li a .scenery_content_abstract div p {
  display: flex;
  align-items: center;
}

.scenery_content li a .scenery_content_abstract div p span {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenery_content li a .scenery_content_abstract div i {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  display: none;
  margin-top: 15px;
  margin-left: 43px;
}

.scenery_content li:hover a .scenery_content_abstract div i {
  display: block;
  transition: all 0.3s ease;
}

/* culture */
.culture {
  padding: 80px 0;
  /* background-color: #ebf1fb; */
}

.culture_content {
  position: relative;
}

.culture_content .image {
  width: 65.6%;
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.culture_content .image .image_left {
  border-radius: 20px;
  overflow: hidden;
  width: 50%;
}

.culture_content .image .image_left img {
  width: 100%;
  height: calc(23.4375vw/3*2);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.culture_content .image .image_right {
  width: 44%;
  margin: 0 32px;
}

.culture_content .slick-dots {
  position: absolute;
  display: flex;
}

.culture_content .slick-dots {
  position: absolute;
  display: flex;
}

.culture_content button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 0;
  color: transparent;
  background-color: #b4c8e3;
  z-index: 9;
  top: calc(50% - 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.culture_content .slick-prev {
  left: -20px;
  background-image: url(../images/campusCulture_zjt.png);
}

.culture_content .slick-next {
  background-image: url(../images/campusCulture_yjt.png);
  right: 0px;
}

.culture_content button:hover {
  background-color: #0849a3;
  transition: background-color 0.3s ease;
}

.culture_content .image:hover .bulletin_content_title {
  color: #0849a3;
}

.culture_content .image:hover .bulletin_content_more {
  background: #ffda2c;
  box-shadow: 0px 6px 20px 0px rgba(255, 218, 44, 0.6);
}

.culture_content .image:hover .bulletin_content_more p {
  display: block;
}

.culture_content .image:hover .bulletin_content_more span {
  background-image: url(../images/bulletin_jia_.png);
}

@media (max-width: 1650px) {
}

@media (max-width: 1500px) {
  .news_main,
  .bulletin_main,
  .personnelTraining_main,
  .scenery_main,
  .culture_main {
    width: 100%;
    padding: 0 3%;
  }
  .personnelTraining_content .active .personnelTraining_content_left {
    width: calc(100% - 162px);
  }
  .bulletin_content_more p {
    margin-right: 0;
  }
}

@media (max-width: 1350px) {
  .culture_content .image .image_right {
    margin: 0 25px;
  }
}

@media (max-width: 1200px) {
  .news_content {
    display: block;
  }

  .news_left,
  .news_right {
    width: 100%;
    height: auto;
  }

  .news_left {
    margin-bottom: 30px;
  }

  .culture_content .image {
    width: 100%;
    margin-right: 0;
  }
  .culture_content .image .image_left img {
  
    height: calc(47vw/3*2);
   
}
}

@media (max-width: 1024px) {
  .bulletin_content {
    flex-wrap: wrap;
  }

  .bulletin_content li {
    width: 48% !important;
    padding: 0 20px 40px;
    margin-bottom: 90px;
  }
  .bulletin_content li.active {
    height: 347.5px;
  }
  .personnelTraining_content li {
    margin-bottom: 30px !important;
    padding: 0 !important;
  }

  .bulletin_content li:last-child {
    margin-bottom: 0px;
  }

  .personnelTraining_content .active {
    width: auto;
  }

  .personnelTraining_content li > div {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .bulletin_content li {
    width: 100% !important;
  }
  .culture_content .slick-prev {
    left: 0px;
  }
  .culture_content .image .image_right {
    margin-right: 0;
  }
  .culture_content  .bulletin_content_abstract {
    margin: 10px 0 20px;
}
}

@media (max-width: 567px) {
  .bulletin_content li {
    width: 100%;
    padding: 0 20px 40px;
    margin-bottom: 90px;
  }

  .news,
  .bulletin,
  .personnelTraining,
  .scenery {
    padding: 30px 0;
  }

  .title p {
    height: 35px;
    font-size: 35px;
    line-height: 35px;
    margin: 20px auto 30px;
  }

  .culture {
    padding: 30px 0;
  }

  .bulletin_content_abstract {
    height: 60px;
    line-height: 30px;
    -webkit-line-clamp: 2;
  }

  .bulletin_content li.active {
    height: 317.5px;
  }
  .scenery_content li a .scenery_content_abstract div {
    padding: 10px;
  }
  .scenery_content li a .scenery_content_abstract div p span {
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    margin-left: 10px;
  }
  .scenery_content li a .scenery_content_abstract div i {
    line-height: 22px;
    margin-top: 5px;
    margin-left: 0;
  }
  .scenery_content li a .scenery_content_abstract div p img {
    width: 16px;
    height: auto;
  }
  .culture_content .image .image_left {
    width: 100%;
  }
  .culture_content .image .image_right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .culture_content .image {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .culture_content .image .image_left img {
    width: 100%;
  }
  .culture_content .image .image_left img {
  
    height: calc(93vw/5*3);
   
}
}

@media (max-width: 480px) {
  .title p {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .personnelTraining_content {
    margin-top: 30px;
  }

  .personnelTraining_content .active .personnelTraining_content_left {
    width: calc(100% - 145px);
  }
  .personnelTraining_content li > div {
    padding: 20px 15px;
  }
  .bulletin_content li.active {
    height: 297.5px;
  }
}