@charset "utf-8";
.collegeNews,
.notification,
.campus,
.column,
.publicService {
  width: 100%;
  padding: 0 13.5%;
}

/* 氓颅娄茅鈩⒙⒚︹�撀懊┾�斅� */

.collegeNews_top {
  width: 60%;
  margin: 42px 0 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 40%;
}

.collegeNews_title {
  display: flex;
  align-items: center;
}

.collegeNews_title > a {
  font-size: 32px;
  margin-left: 25px;
  color: #cca84d;
  font-weight: bold;
}

.collegeNews_more > a {
  display: flex;
  align-items: center;
}

.collegeNews_more > a::before {
  content: "更多";
  font-size: 12px;
  color: #676767;
  margin-right: -60px;
}

.collegeNews_more:hover > a::before {
  color: red;
}

.collegeNews_buttom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.latestNews_left_btm {
  width: 48%;
  min-height: 458px;
  box-shadow: 0px 0px 10px 1px #ccc;
}

.latestNews_banner {
  height: 100%;
  position: relative;
}

.latestNews_left_btm .slick-list {
  height: 100%;
}

.latestNews_left_btm .slick-slide {
  height: 100%;
  position: relative;
}

.latestNews_left_btm .slick-slide > a {
  position: absolute;
  width: 100%;
  height: 20%;
  color: #000;
  font-size: 19px;
  background: #fff;
  bottom: -20%;
  left: 0;
  padding: 0 2.5%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.latestNews_left_btm:hover .slick-slide > a {
  background: #979797;
  color:#fff;
  
}
.latestNews_left_btm .slick-track .image{
   overflow:hidden;
}
.latestNews_left_btm .slick-track:hover .image img {
   transform: scale(1.1);
}

.latestNews_left_btm .slick-dots {
  position: absolute;
  bottom: 20%;
  right: 2.5%;
  display: flex;
}

.latestNews_left .slick-track {
  width: 100%;
  height: 80%;
}

.latestNews_left .slick-track .image {
  width: 100%;

  height: 100%;
}

.latestNews_left_btm .slick-track .image img {
  width: 100%;
  height: 383px;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  
}

.latestNews_left_btm .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.latestNews_left_btm .slick-dots li button {
  display: none;
}

.latestNews_left_btm .slick-dots .slick-active {
  background: #72fa93;
}

.News_time {
  position: absolute;
  background: #b63c2e;
  left: 0;
  bottom: 0%;
  width: 11%;
  height: 19%;
  color: #fff;
  text-align: center;
}

/* .latestNews_left_btm .slick-slide:hover .News_time{
  background:#cca84d;
}
 */

.News_time > p:nth-child(1) {
  font-size: 22px;
  line-height: 22px;
  margin: 15px 0 8px;
}

.News_time > p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
}

.collegeNews_buttom_right {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.collegeNews_buttom_right > li {
  width: 48%;
  box-shadow: 0px 0px 5px 1px #ddd;
    border-top: 3px solid transparent;
}

.collegeNews_buttom_right > li:hover {
  border-top: 3px solid #b22d1f;
}

.collegeNews_buttom_right > li:hover > a > div > span {
  color: #b22d1f;
}

.collegeNews_buttom_right > li:hover > a > p {
  color: #b70b0b;
}

.collegeNews_buttom_right > li > a {
  display: block;
  padding: 16px 20px;
}

.collegeNews_buttom_right > li > a > div {
  display: flex;
  align-items: center;
}

.collegeNews_buttom_right > li > a > div > span {
  margin-left: 5px;
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
  line-height: 12px;
}

.collegeNews_buttom_right > li > a > p {
  font-size: 15px;
  color: #000;
  line-height: 18.5px;
  margin-top: 17px;
}

/* 茅鈧∶嘎ッモ�βモ�樑� */
.notification {
  background: url(../images/two_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 10px 10px #eee;
  display: flex;
  justify-content: space-between;
}

.notification > div {
  width: 48.5%;
}

.notification_left > .collegeNews_top,
.notification_right > .collegeNews_top {
  width: 100%;
  margin-left: 0;
  margin: 30px 0 27px;
}

.main {
  width: 100%;
  position: relative;
  margin-bottom: 63px;
}

.main > ul {
  width: 100%;
  text-align: center;
}

.main > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed #e4e4e4;
}

.main > ul > li:hover {
  cursor: pointer;
}

.main > ul > li:hover .li_left {
  background: red;
  color: #fff;
}

.main > ul > li:hover .li_reight > span {
  color: red;
}

.li_left {
  height: 100%;
  width: 9.5%;
  text-align: center;
  background: #979797;
  color: #fff;
  padding: 10px 9px;
}

.li_left > span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

.li_left > p {
  font-size: 12px;
  line-height: 12px;
  margin-top: 12px;
}

.li_reight {
  height: 100%;
  width: 90.5%;
  text-align: left;
  padding-left: 20px;
}

.li_reight > span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  line-height: 15px;
  margin-bottom: 17px;
}

.li_reight > p {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 氓陇拧氓陆漏忙聽隆氓鈥郝� */
.campus {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.campus_left {
  width: 59%;
}

.campus_left > .collegeNews_top,
.campus_right > .collegeNews_top {
  width: 100%;
  margin-left: 0;
  margin: 45px 0 47px;
}

.campus_right {
  width: 37.1%;
}

.campus_left_buttom,
.campus_right_buttom {
  height: 496px;
  width: 100%;
}

.campus_left_buttom {
  display: flex;
}

/*莽鈥樑久ぢ嘎矫β仿泵ヂ郝γヂ尖偓氓搂鈥�*/
.flash4 {
  margin: 0px;
  height: 496px;
  position: relative;
}
.flash4 ul {
  width:100%;
  height:100%;
  margin: 0;
  display: flex;
  padding: 0;
}
.flash4 ul li {
  width: 100%;
  width: 73px;
  height: 100%;
  border-left: 1px solid #000;
  position: relative;
  overflow: hidden;
  float: left;
}
.flash4 ul li .imgTop {
  position: relative;
  width: 100%;
  height: 100%;
}
.flash4 ul li .imgTop img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position:center;
}
.flash4 ul li .imgTop>p {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 100%;
  background: #000;
  margin: 0;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; /* IE 盲赂颅盲陆驴莽鈥澛� tb-rl 氓卤啪忙鈧� */
  letter-spacing: 6px;
  line-height: 73px;
  padding-top: 30px;
  opacity: 0.8;
  z-index: 99;
}


.flash4 ul li .imgTop .show_div {
  position: absolute;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  bottom: 3%;
  left: 15%;
  z-index: 0;
  display: flex;
  width: 80%;
  display: none;
}
.flash4 ul .active .imgTop .show_div {
  display: flex;
}
.flash4 ul li.first {
  width: auto;
}

.campus_right_buttom {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  /* height: calc(34vw / 5 * 3.8); */
}

.campus_right_buttom_t,
.campus_right_buttom_b {
  position: relative;
  overflow: hidden;
  height: 48%;
  width: 100%;
}
.campus_right_buttom_t a ,
.campus_right_buttom_b a {
   display: block;
   height: auto;
   width: 100%;
   height: 100%;
}

.campus_right_buttom_t  img:first-child,
.campus_right_buttom_b  img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.campus_right_buttom_t > img:nth-child(1):hover,
.campus_right_buttom_b > img:nth-child(1):hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}

.campus_right_buttom_t > img:nth-child(2) {
  position: absolute;
  z-index: 4;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.campus_right_buttom_t > a:nth-child(2) {
  position: absolute;
  width: 70%;
  z-index: 999;
  top: 80%;
  left: 15%;
  /* margin: 0 auto; */
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.campus_right_buttom_b > a {
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
  left: 50%;
  font-size: 35px;
  font-weight: bold;
  color: #0d7b60;
  line-height: 30px;
  text-shadow: 0px 0px 3px #070b0a;
  -webkit-text-stroke: 2px #ffffff;
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff,
    2px 2px 0 #ffffff;
  background: linear-gradient(NaNdeg, #2ad1a8 0%, #0b745a 99%);
  transform: translateX(-50%);
  text-align: center;
}

/* 盲赂鈥溍┞⑺溍ぢ糕�溍β犅� */
.column {
  width: 100%;
}

.column > .collegeNews_top {
  margin: 50px 0 59px;
  margin-left: 40%;
}

.column_buttom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  
  /* scrollbar-width: none; */
}

/* .column_buttom::-webkit-scrollbar {
  display: none; 
} */

.column_buttom > li {
  /* width: 17.5%; */
  overflow: hidden;
  /* min-width: 243px; */
  /* min-height: 385px; */
  margin-right: 40px;
}
.column_buttom > li:last-child {
 
  margin-right: 0px;
}

.column_buttom > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.column_buttom > li:hover > a > img {
  transform: scale(1.1);
}

.column_buttom > li > a {
  display: block;
  width: 100%;
  position: relative;
}
.column_buttom_  li  a {
  display: block;
  width: 100%;
  position: relative;
}

.column_buttom > li > a > div {
  position: absolute;
  top: 0;
  left: 70%;
}
.column_buttom_  li  a  div {
  position: absolute;
  top: 0;
  left: 70%;
}
.column_buttom > li > a > div > span {
  display: block;
  width: 1px;
  height: 52px;
  background: #fff;
  margin: 0 auto;
}
.column_buttom_  li  a  div span {
  display: block;
  width: 1px;
  height: 52px;
  background: #fff;
  margin: 0 auto;
}

.column_buttom > li > a > div > p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  /* IE 盲赂颅盲陆驴莽鈥澛� tb-rl 氓卤啪忙鈧� */
  font-size: 17px;
  color: #fff;
  margin-top: 25px;
}
.column_buttom_  li  a  div  p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  /* IE 盲赂颅盲陆驴莽鈥澛� tb-rl 氓卤啪忙鈧� */
  font-size: 17px;
  color: #fff;
  margin-top: 25px;
}

/* 氓鈥βモ�β泵ε撀嵜ヅ犅� */

.publicService {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 58px;
}

.publicService > .collegeNews_top {
  width: 100%;
  padding: 38px 0 43px;
  display: flex;
  justify-content: center;
  margin: 0;
}

.publicService_buttom {
  max-width: 1400px;
  padding: 0 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.publicService_buttom button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 5px 5px #ddd;
}

.publicService_buttom .slick-prev {
  left: -3%;
  top: 25%;
  z-index: 99;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: center;
}

.publicService_buttom .slick-next {
  right: -3%;
  top: 25%;
  background-image: url(../images/right.png);
  background-position: center;
  background-repeat: no-repeat;
}

.publicService_buttom li {
  width: 120px;
  /* margin-left: 15%; */
}

.publicService_buttom li > a > div {
  margin-top: 5px;
  width: 100%;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px 5px #ddd;
}

.publicService_buttom li > a > p {
  font-size: 14px;
  color: #3d3d3d;
  margin-top: 22px;
}

.publicService_buttom li:hover > a > div {
  background: red;
}

.publicService_buttom li:hover > a > p {
  color: red;
}

.publicService_buttom li > a > div > img:nth-child(2) {
  display: none;
}

.publicService_buttom li:hover > a > div > img:nth-child(1) {
  display: none;
}

.publicService_buttom li:hover > a > div > img:nth-child(2) {
  display: block;
}
.column_buttom_{
  display:none;
}

@media (max-width: 1680px) {
  .collegeNews,
  .notification,
  .campus,
  .column {
    width: 100%;
    padding: 0 8%;
  }

  .publicService {
    width: 100%;
    padding: 0 8% 58px;
  }
}

@media (max-width: 1440px) {
  .collegeNews,
  .notification,
  .campus,
  .column {
    width: 100%;
    padding: 0 6%;
  }

  /* 氓颅娄茅鈩⒙⒚︹�撀懊┾�斅� */
  /* 茅鈧∶嘎ッモ�βモ�樑� */
  .li_left {
    width: 12%;
  }

  .li_reight {
    width: 88%;
  }

  .li_reight > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* 氓陇拧氓陆漏忙聽隆氓鈥郝� */
  .show_div {
    font-size: 20px;
  }

  /* 盲赂鈥溍┞⑺溍ぢ糕�溍β犅� */
  /* 氓鈥βモ�β泵ε撀嵜ヅ犅� */
  .publicService {
    width: 100%;
    padding: 0 6% 58px;
  }
}
.sjkstd{
display:none;
}
@media (max-width: 1200px) {
  .collegeNews,
  .notification,
  .campus,
  .column {
    width: 100%;
    padding: 0 5%;
  }
.sjkstd{
    display: block;
    margin: 20px 0 70px 0;
}
.sjkstd li{width: 29.33%;float: left;padding: 0;margin: 0 2%;background: #bd1004;border-radius: 10px;}
.sjkstd li a{color: #ffffff;display: block;text-align: center;font-size: 1.1rem;}
  /* 氓颅娄茅鈩⒙⒚︹�撀懊┾�斅� */
  .collegeNews_buttom_right > li > a > p {
    margin-top: 5px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
  }

  .collegeNews_buttom_right > li > a {
    padding: 12px 15px;
  }

  /* 茅鈧∶嘎ッモ�βモ�樑� */
  .li_left {
    width: 14%;
  }

  .li_reight {
    width: 86%;
  }

  /* 氓陇拧氓陆漏忙聽隆氓鈥郝� */
  /* 盲赂鈥溍┞⑺溍ぢ糕�溍β犅� */
  /* 氓鈥βモ�β泵ε撀嵜ヅ犅� */
  .publicService {
    width: 100%;
    padding: 0 5% 58px;
  }
.column_buttom{
  display:none;
}
.column_buttom_{
  display:block;
}
  
}

@media (max-width: 1024px) {
  .collegeNews,
  .notification,
  .campus,
  .column {
    width: 100%;
    padding: 0 4%;
  }

  /* 氓颅娄茅鈩⒙⒚︹�撀懊┾�斅� */
  .collegeNews_buttom {
    flex-wrap: wrap;
  }

  .latestNews_left_btm,
  .collegeNews_buttom_right {
    width: 100%;
  }

  .latestNews_left_btm {
    margin-bottom: 30px;
  }

  .collegeNews_buttom_right > li {
    margin-bottom: 10px;
  }

  /* 茅鈧∶嘎ッモ�βモ�樑� */
  .notification {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
  }

  .notification_left,
  .notification_right {
    width: 100% !important;
  }

  .notification_left .main {
    margin-bottom: 0px;
  }

  .li_left {
    width: 8%;
  }

  .li_reight {
    width: 91%;
  }

  /* 氓陇拧氓陆漏忙聽隆氓鈥郝� */
  .campus {
    display: block !important;
  }

  .campus_left,
  .campus_right {
    width: 100% !important;
  }

  .campus_left_buttom {
    /* height: calc(175vw / 10 * 3); */
  }

  .campus_right_buttom {
    /* height: calc(37.1vw / 1 * 1.75); */
  }

  /* 盲赂鈥溍┞⑺溍ぢ糕�溍β犅� */
  /* 氓鈥βモ�β泵ε撀嵜ヅ犅� */

  .publicService {
    width: 100%;
    padding: 0 4% 58px;
  }
}

@media (max-width: 768px) {
  .collegeNews,
  .notification,
  .campus,
  .column {
    width: 100%;
    padding: 0 3%;
  }

  /* 氓颅娄茅鈩⒙⒚︹�撀懊┾�斅� */
  .collegeNews_top {
    width: 80%;
    margin: 30px 0 33px;
    margin-left: 20%;
  }

  .collegeNews_title > a {
    font-size: 30px;
    margin-left: 20px;
  }

  .collegeNews_title > img {
    width: 25%;
  }

  .collegeNews_buttom {
    margin-bottom: 40px;
  }

  /* 茅鈧∶嘎ッモ�βモ�樑� */

  .li_left {
    width: 15%;
  }

  .li_reight {
    width: 85%;
  }

  /* 氓陇拧氓陆漏忙聽隆氓鈥郝� */
  .campus_left > .collegeNews_top,
  .campus_right > .collegeNews_top {
    margin: 30px 0 32px;
  }

  /* 盲赂鈥溍┞⑺溍ぢ糕�溍β犅� */
  .column > .collegeNews_top {
    margin: 30px 0 39px;
    margin-left: 20%;
  }

  /* 氓鈥βモ�β泵ε撀嵜ヅ犅� */
  .publicService {
    width: 100%;
    padding: 0 3% 58px;
  }
  .search-box .serBox {
    width: 80%;
  }
  .search-box .btn {
    height: 45px;
}
.search-box .text {
  height: 45px;
}
}

@media (max-width: 540px) {

  .collegeNews_top {
    width: 100%;
    margin: 30px 0;
    margin-left: 0;
}
.column > .collegeNews_top {
    margin: 30px 0;
    margin-left: 0;
}
  .main {
    margin-bottom: 40px;
}
  .column_buttom {
    margin-top:-20px;
    margin-bottom: 20px;
}
  .flash4 {
    height: 350px;
}
  .latestNews_left_btm {
    min-height: auto;
}
  .latestNews_left_btm .slick-slide > a {
    bottom: 0%;
}
  .News_time {
  
    bottom: 20%;
  
}
  .latestNews_left_btm .slick-dots {
    bottom: 25%;
}
}

@media (max-width: 480px) {
  .collegeNews,
  .notification,
  .campus,
  .column {
    width: 100%;
    padding: 0 2%;
  }

  /* 氓颅娄茅鈩⒙⒚︹�撀懊┾�斅� */
  .News_time {
    width: 16%;
  }

  /* 氓陇拧氓陆漏忙聽隆氓鈥郝� */
  .show_div {
    font-size: 15px;
  }

  /* 氓鈥βモ�β泵ε撀嵜ヅ犅� */

  .publicService {
    width: 100%;
    padding: 0 2% 40px;
  }
  .flash4 ul li .imgTop .show_div {
    font-size: 16px;
    bottom: 2%;
    left: 30%;
    width: 65%;
  }
  .search-box .search_wrap {
  
    padding-left: 10px;
}
  .latestNews_left_btm .slick-track .image img {
    height: 320px;
}

}