@charset "utf-8";

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #C36B7E;
}

.title .text {
  display: flex;
  align-items: end;
}

.title .text span {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #222222;
}

.title .text p {
  color: #9C0D2B;
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
}

.title .more {
  height: 10px;
  line-height: 10px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #9C0D2B;
}

.title_ {
  justify-content: center;
  position: relative;
}

.title_ .more {
  position: absolute;
  right: 0;
}

.list {
  margin-top: 13px;
  border-top: 1px dashed #E0E0E0;
}

.list li {
  line-height: 40px;
  border-bottom: 1px dashed #E0E0E0;
  transition: border-bottom 0.3s;
}

.list li:hover {
  border-bottom: 1px solid #9C0D2B;
}

.list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list li a p {
  font-size: 15px;
  color: rgb(51, 51, 51);
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.list li a span {
  display: block;
  line-height: 11px;
  height: 11px;
  font-size: 15px;
  color: #333333;
  white-space: nowrap;
}


/* 图片hover */
.news_left .news_left_img:hover img,
.news_left_banner a:hover img {
  transform: scale(1.1);
}


.box {
  background-image: url(../images/index_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* news */
.news {
  padding: 50px 0;
}



.news .w1400,
.media .w1400,
.bulletin .w1400 {
  display: flex;
  justify-content: space-between;
}

.news {
  background-image: url(../images/news_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news .news_left {
  width: 24.3%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.news .news_left div {
  width: 100%;
  height: 225px;
  overflow: hidden;
}

.news .news_left div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news_left_banner .slick-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}

.news_left_banner .slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #97ABF9;
  color: #fff;
  cursor: pointer;
  margin: 0 0.5px;
}

.news_left_banner .slick-dots .slick-active button {
  background: #9C0D2B !important;
}

.news .news_center {
  width: 53.6%;
}

.news .news_right {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.news .news_right li {
  width: calc(50% - 5px);
  background: #E1ADBA;
  transition: background 0.3s ease;
}

.news .news_right li:hover {
  background: #9C0D2B;
}

.news .news_right li a {
  display: block;
  padding: 17px 0;
}

.news .news_right li a span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  transition: background 0.3s ease-in-out;

}

.news .news_right li:nth-child(1) a span {
  background: url(../images/xxmh.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(1) a span {
  background: url(../images/xxmh_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(2) a span {
  background: url(../images/xxgk.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(2) a span {
  background: url(../images/xxgk_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(3) a span {
  background: url(../images/rczp.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(3) a span {
  background: url(../images/rczp_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(4) a span {
  background: url(../images/zsxx.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(4) a span {
  background: url(../images/zsxx_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(5) a span {
  background: url(../images/jwgl.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(5) a span {
  background: url(../images/jwgl_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(6) a span {
  background: url(../images/tsg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(6) a span {
  background: url(../images/tsg_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(7) a span,
.news .news_right li:nth-child(8) a span {
  background: url(../images/xx.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(7) a span,
.news .news_right li:hover:nth-child(8) a span {
  background: url(../images/xx_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:nth-child(9) a span,
.news .news_right li:nth-child(10) a span {
  background: url(../images/yx.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li:hover:nth-child(9) a span,
.news .news_right li:hover:nth-child(10) a span {
  background: url(../images/yx_.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news .news_right li a p {
  margin-top: 10px;
  text-align: center;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  transition: color 0.3s ease-in-out;
}

.news .news_right li:hover a p {
  color: #fff;
}

/* media */
.media,
.subject,
.links,
.bulletin {
  padding: 0 0 50px;
}

.media_left .list li {
  line-height: 42px;
}


.media .media_left,
.media .media_right {
  width: 48.215%;
}



.media .media_right .media_right_main li {
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 0;
}

.media .media_right .media_right_main li:last-child {
  border-bottom: none;
  padding: 12px 0 0;
}

.media .media_right .media_right_main li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media .media_right .media_right_main li a .media_r_l {
  padding: 15px 14px;
  background: #9C0D2B;
}

.media .media_right .media_right_main li a .media_r_l span,
.media .media_right .media_right_main li a .media_r_l p {
  text-align: center;
  color: #fff;
}

.media .media_right .media_right_main li a .media_r_l span {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 18px;
  font-weight: bold;
}

.media .media_right .media_right_main li a .media_r_l p {
  white-space: nowrap;
  height: 11px;
  line-height: 11px;
  font-size: 15px;
  margin-top: 11px;
}

.media .media_right .media_right_main li a .media_r_r {
  width: calc(100% - 100px);
  padding: 14px 15px;
  transition: background 0.3s ease;
}

.media .media_right .media_right_main li:hover a .media_r_r {
  background: #ED9C17;
}

.media .media_right .media_right_main li:hover a .media_r_r span {
  color: #FFFFFF;
}

.media .media_right .media_right_main li:hover a .media_r_r p {
  color: #FFECCD;
}

.media .media_right .media_right_main li a .media_r_r span {
  display: block;
  height: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 15px;
  transition: color 0.3s ease;
}

.media .media_right .media_right_main li a .media_r_r p {
  margin-top: 11px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
  transition: color 0.3s ease;

}

/* subject */
.subject .subject_main {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.subject .subject_main li {
  width: 24.6%;
}

.subject .subject_main li a,
.subject .subject_main li a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* bulletin */

.bulletin .bulletin_left {
  width: 42.86%;
}

.bulletin .bulletin_right {
  width: 53.6%;
}

.bulletin .bulletin_l_main {
  margin-top: 13px;
}

.bulletin .bulletin_l_main li {
  padding: 15px;
  background: #E1ADBA;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.bulletin .bulletin_l_main li:last-child {
  margin-bottom: 0px;
}

.bulletin .bulletin_l_main li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bulletin .bulletin_l_main li a div {
  background: #9C0D2B;
  padding: 14px 15px;
  width: 80px;
}

.bulletin .bulletin_l_main li a div span,
.bulletin .bulletin_l_main li a div p {
  color: #fff;
}

.bulletin .bulletin_l_main li a div span {
  display: block;
  height: 19px;
  line-height: 19px;
  font-size: 24px;
  text-align: left;

}

.bulletin .bulletin_l_main li a div p {
  height: 12px;
  line-height: 12px;
  font-size: 15px;
  text-align: right;
  margin-top: -3px;
}

.bulletin .bulletin_l_main li:hover a .line-2 {
  font-weight: bold;
}

.bulletin .bulletin_l_main li a .line-2 {
  width: calc(100% - 100px);
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  transition: font-weight 0.3s ease;
}

.bulletin .bulletin_r_main {
  margin-top: 13px;
}

.bulletin .bulletin_r_main li {
  background: #2E95DA;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 15px;
}

.bulletin .bulletin_r_main li:last-child {
  margin-bottom: 0px;
}

.bulletin .bulletin_r_l {
  width: 120px;
  border: 2px solid #8ABBE4;
}

.bulletin .bulletin_r_l span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 26px;
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
  color: #FFFFFF;
}


.bulletin .bulletin_r_l i {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 15px;
  text-align: center;
  margin: 12px 0 16px;
  color: #FFFFFF;
}

.bulletin .bulletin_r_l p {
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background: #8ABBE4;
  text-align: center;
}


.bulletin .bulletin_r_main li a {
  display: flex;
  justify-content: space-between;
}


.bulletin .bulletin_r_r {
  width: calc(100% - 135px);
}

.bulletin .bulletin_r_r div {
  display: flex;
  margin-top: 10px;
}

.bulletin .bulletin_r_r div img {
  margin-right: 12px;
}

.bulletin .bulletin_r_r div p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 30px);
}

.bulletin .bulletin_r_r .line-1 {
  display: block;
  height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 15px;
}

/* links */

.links_main {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.links_main li {
  flex: 1;
}

.links_main li .img {
  width: 105px;
  height: 85px;
  margin: 0 auto;
}

.links_main li p {
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
}

/* school_img */
.school_img img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1500px) {

  .news .w1400,
  .media .w1400,
  .bulletin .w1400,
  .subject .w1400,
  .links .w1400 {
    width: 100%;
    padding: 0 3%;
  }

}


@media (max-width: 1200px) {}

@media (max-width: 1024px) {

  .news .w1400,
  .media .w1400,
  .bulletin .w1400 {
    flex-wrap: wrap;
  }

  .news .news_left {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .news .news_left .news_left_img,
  .news .news_left .news_left_banner {
    width: 49%;
    height: calc(45.3125vw/340*225);
  }

  .media .media_left,
  .media .media_right,
  .bulletin .bulletin_left,
  .bulletin .bulletin_right {
    width: 100%;
  }

  .media .media_left,
  .bulletin .bulletin_left {
    margin-bottom: 30px;
  }

  .news_left_banner .slick-list {
    width: 100% !important;
    height: 100% !important;
  }

  .news_left_banner .slick-list .slick-track {
    height: 100% !important;

  }

  .news .news_right {
    width: 210px;

  }

  .news .news_center {
    width: calc(100% - 250px);
  }

  .media {
    padding: 0 0 50px;
  }
}

@media (max-width: 768px) {

  .news .w1400,
  .media .w1400,
  .bulletin .w1400,
  .subject .w1400,
  .links .w1400 {
    padding: 0 2%;
  }

  .links_main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .links_main li {
    width: 33.3%;
    flex: none;
    margin-bottom: 30px;
  }

  .links {
    padding: 0 0 20px;
  }

  .news .news_center {
    width: 100%;
  }

  .news .news_right {
    margin-top: 10px;
    width: 100%;
  }

  .news .news_right li {
    width: calc(20% - 2.5px);
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  .links_main li .img {
    width: 84px;
    height: 68px;
  }
}

@media (max-width: 480px) {
  .subject .subject_main {
    flex-wrap: wrap;
}
.subject .subject_main li{
  width: 100%;
  margin-bottom: 15px;
}
.subject .subject_main li:last-child{
  margin-bottom: 0;
}
.news .news_right li {
  margin: 2.5px 0;
}
  .title .text span {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
  }

  .title .text p {
    font-size: 13px;
    line-height: 13px;
  }

  .title .more {
    font-size: 12px;
  }

  .news {
    padding: 30px 0;
   
  }

  .media,
  .subject,
  .bulletin {
    padding: 0 0 30px;
  }

  .links {
    padding: 0;
  }
  .links_main li .img {
    width: 63px;
    height: 51px;
  }
.links_main li p {
   
    font-size: 14px;
}
}
