.main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
.main .content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .content-box .content-l {
  width: 860px;
  padding-bottom: 20px;
}
.main .content-box .content-l .swiper-container {
  padding: 0 0 24px 0;
}
.main .content-box .content-l .swiper-container .swiper-wrapper.no-slide {
  display: flex;
}
.main .content-box .content-l .swiper-container .swiper-wrapper.no-slide .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 14px;
}
.main .content-box .content-l .swiper-container .swiper-wrapper .swiper-slide.active a {
  background: #a60011;
  color: #fff;
}
.main .content-box .content-l .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.main .content-box .content-r {
  width: 300px;
}
.filter-plate {
  box-sizing: border-box;
  border: 2px solid #a60011;
  padding: 40px 20px;
}
.filter-plate .filter-box {
  display: flex;
  margin-bottom: 28px;
}
.filter-plate .filter-box:last-child {
  margin-bottom: 0;
}
.filter-plate .filter-box span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 10px;
}
.filter-plate .filter-box .wrapper {
  flex: 1;
  overflow: hidden;
}
.filter-plate .filter-box .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.filter-plate .filter-box .wrapper ul li {
  min-width: 68px;
  padding: 0 10px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter-plate .filter-box .wrapper ul li:hover,
.filter-plate .filter-box .wrapper ul li.active {
  color: #fff;
  background: #a60011;
}
.filter-plate .filter-box .wrapper ul li:hover a,
.filter-plate .filter-box .wrapper ul li.active a {
  color: #fff;
}
.filter-plate .filter-box .wrapper ul li a {
  display: block;
}
.hot-words {
  padding: 0 12px;
}
.hot-words div {
  margin-top: 25px;
}
.hot-words div a {
  padding: 0 15px;
}
.hot-words div a:nth-child(2n+1) {
  color: #333;
}
.hot-words div a:hover {
  border: 1px solid #a60011;
  background: #a60011;
  color: #fff;
  transition: 0.3s linear;
}
.s01 {
  padding-top: 20px;
}
.s01 .news {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.s01 .news a .news-img {
  width: 120px;
  height: 78px;
}
.s01 .news a .news-img img {
  width: 120px;
  height: 78px;
}
.s01 .news a .infos {
  flex: 1;
  overflow: hidden;
}
.s01 .news a .infos h2 {
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
  color: #333;
  font-weight: bold;
}
.s01 .news a .infos p {
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
}
.s01 .news a .infos span {
  display: inline-block;
  color: #d91617;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}
.s01 .news a .infos span i {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
}
.school-list {
  padding-bottom: 56px;
}
.school-list li {
  background: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 24px;
  transition: 0.3s linear;
}
.school-list li:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s linear;
}
.school-list li .school-logo {
  margin-right: 20px;
  box-sizing: border-box;
}
.school-list li .school-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 140px;
}
.school-list li .school-logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.school-list li .school-infos {
  flex: 1;
}
.school-list li .school-infos .infos-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.school-list li .school-infos .infos-a .school-name {
  width: 50%;
}
.school-list li .school-infos .infos-a .school-name a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.school-list li .school-infos .infos-a .school-name a span {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-left: 5px;
  font-weight: normal;
}
.school-list li .school-infos .infos-a .school-mark {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 225px;
  height: 28px;
  flex-wrap: wrap;
  overflow: hidden;
}
.school-list li .school-infos .infos-a .school-mark span {
  display: block;
  height: 28px;
  min-width: 70px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  line-height: 28px;
  padding: 0 5px;
  background: url(../images/bg-mark.png) center no-repeat;
  background-size: 100% 100%;
  white-space: nowrap;
  overflow: hidden;
}
.school-list li .school-infos .infos-b {
  margin-bottom: 10px;
}
.school-list li .school-infos .infos-b p {
  font-size: 16px;
  color: #666;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.school-list li .school-infos .btn-box {
  display: block;
  height: 32px;
  overflow: hidden;
}
.school-list li .school-infos .btn-box a {
  display: block;
  float: left;
  color: #000;
  width: 100px;
  line-height: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}
.school-list li .school-infos .btn-box a:hover {
  border: 1px solid #a60011;
  background: #a60011;
  color: #fff;
}
