.swiper-container {
  position: relative;
}

.category_box_news a.category_box_news_top img {
  width: 150px;
  height: 88px;
}

.category_box_news a.category_box_news_top {
  height: auto;
  white-space: normal;
  display: flex;
  margin: 20px 0 10px;
}

.category_box_news span {
  position: absolute;
  right: 0;
  background: #fff;
  color: #999999;
  font-weight: normal;
}

.category_box_news p span {
  left: 160px;
  bottom: 0;
}

.category_box_news p {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
  line-height: 24px;
}

.category_box_news a {
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  word-wrap: normal;
  overflow: hidden;
  width: 380px;
  height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.category_box_news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.category_box {
  padding: 10px;
  background: #fff;
  width: 1180px;
  margin: 10px auto;
}

.category_box_title::after {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background: #EF232C;
  border-radius: 3px;
  position: absolute;
  bottom: 17px;
  left: 0;
}

.category_box_title > a {
  position: absolute;
  right: 0;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.category_box_title > span {
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
}

.category_box_title > span > a {
  font-weight: normal;
  color: #333333;
}

.category_box_title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #F2F2F2;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
}

.category_header3 a {
  width: 90px;
  height: 68px;
  text-align: center;
  line-height: 70px;
  display: block;
}

.category_header3 a:nth-child(1) {
  color: #BB030F;
  background: #FFF0F1;
  border: 1px solid #FFC3C7;
}

.category_header3 a:nth-child(2) {
  color: #BB6B03;
  background: #FFFCF0;
  border: 1px solid #EFD971;
}

.category_header3 a:nth-child(3) {
  color: #3B4F73;
  background: #EBF2FF;
  border: 1px solid #9BBEFF;
}

.category_header3 a:nth-child(4) {
  color: #54228C;
  background: #F7ECFF;
  border: 1px solid #DCABFE;

}

.category_header3 a:nth-child(5) {

  color: #B13A00;
  background: #FFF5EA;
  border: 1px solid #FFBD8C;
}

.category_header3 a:nth-child(6) {
  color: #1D887D;
  background: #EEFFFC;
  border: 1px solid #99E0D5;

}

.category_header3 a:nth-child(7) {
  color: #BB035A;
  background: #FFECF3;
  border: 1px solid #FFA4C6;
}

.category_header3 a:nth-child(8) {
  color: #70871A;
  background: #F9FFE3;
  border: 1px solid #CAE278;
}

.category_header2 p img {
  margin-right: 5px;
}

.category_header2 p {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
}

.category_header2 p a::before {
  content: none;
}

.category_header2 a::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #DBDBDB;
  border-radius: 50%;
  vertical-align: inherit;
  margin: 0 6px;
}

.category_header2 li {
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
}

.category_header2 li span {
  font-size: 14px;
  color: #999999;
}

.category_header2 a {
  font-size: 14px;
  
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  color: #333333;
}

.category_header {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.category_header3 {
  width: 194px;
  height: 300px;
  background: #FFFFFF;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.category_header1 .swiper-wrapper img {
  width: 546px;
  height: 320px;
}

.category_header1 {
  width: 546px;
  height: 320px;
  overflow: hidden;
}

.category_header2 {
  width: 400px;
  height: 300px;
  background: #FFFFFF;
  padding: 10px;
}


/* add_school_style */
.index_title > a {
  font-size: 14px;
  color: #8D8D8D;
  text-align: center;
  background: #F2F2F2;
  border-radius: 16px;
  border: 1px solid #C7C7C7;
  padding: 4px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.index_title ul li .red {
  color: #EF232C;
}

.index_title ul {
  display: flex;
  font-size: 14px;
}

.index_title ul li {
  margin-left: 40px;
}

.index_title ul li a {
  color: #333333;
}

.index_title {
  width: 1200px;
  margin: 28px auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

.index_title > p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.index_school {
  margin: 20px auto 0;
}

.p1-left .index-news-li li {
  width: 95%;
}

.index_school ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_school ul li {
  padding: 10px;
  width: 290px;
  height: 180px;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
}

.index_school ul li img {

  margin-right: 15px;
  width: 60px;
  height: 60px;
}

.index_school ul li p {
  font-size: 14px;
  color: #999999;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index_school_title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
    display: flex;
    align-items: center;
}

.index_school_zx {
  width: 120px;
  height: 36px;
  background: #FFF1F2;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #EF232C;
}

.index_school_xq {
  width: 120px;
  height: 36px;
  background: #F1F9FF;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #008EF8;
}

.index_school_news_left {
  width: 310px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_school_news {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}


.index_school_news_right {
  width: 880px;

}

.index_school_news_top a {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.index_school_news_top p {
  font-weight: bold;
  font-size: 16px;
  color: #EF232C;

  margin-bottom: 10px;

}

/* add_school_style end */