* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
body {
  background-color: #e4f6ff;
  width: 100%;
}
* {
  box-sizing: border-box;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
header .banner {
  width: 100%;
  height: 460px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.tab {
  position: relative;
}
.tab .l-jiantou {
  position: absolute;
  left: -50px;
  top: 127px;
  width: 30px;
  height: 60px;
}
.tab .l-jiantou .swiper-button-prev {
  width: 30px;
  height: 60px;
  left: 0;
  background-size: 30px 60px;
  background-image: none;
}
.tab .l-jiantou .swiper-button-prev img {
  width: 30px;
  height: 60px;
}
.tab .r-jiantou {
  position: absolute;
  right: -50px;
  top: 127px;
  width: 30px;
  height: 60px;
}
.tab .r-jiantou .swiper-button-next {
  width: 30px;
  height: 60px;
  left: 0;
  background-size: 30px 60px;
  background-image: none;
}
.tab .r-jiantou .swiper-button-next img {
  width: 30px;
  height: 60px;
}
.tab ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tab ul li {
  margin-right: 52px;
  margin-bottom: 20px;
}
.tab ul li .box .week {
  font-size: 16px;
  color: #26242e;
  text-align: center;
}
.tab ul li .box .title {
  font-size: 20px;
  font-weight: bold;
  color: #26242e;
  margin-top: 16px;
  text-align: center;
}
.tab ul li .box .time {
  width: 136px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #0055ff;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 32px;
}
.tab ul li:hover {
  cursor: pointer;
}
.tab ul li:nth-child(6n) {
  margin-right: 0;
}
.header .title {
  font-size: 31px;
  font-weight: bold;
  color: #26242e;
  line-height: 39px;
}
.header .date {
  width: 110px;
  height: 37px;
  background-image: url(../images/lable.png);
  background-size: 100% 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-left: 16px;
}
.zhibo {
  margin-bottom: 50px;
}
.zhibo .z-mould {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
}
.zhibo .z-mould .img-left {
  background-color: skyblue;
  margin-right: 24px;
}
.zhibo .z-mould .img-left img {
  width: 362px;
  height: 206px;
}
.zhibo .z-mould .txt-right .t-title {
  margin: 20px 0;
  font-size: 20px;
  line-height: 25px;
}
.zhibo .z-mould .txt-right .t-cont {
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
  line-height: 28px;
  font-size: 16px;
}
.zhibo .z-mould .txt-right .t-name {
  color: #333;
  font-size: 16px;
  margin-top: 26px;
}
.zhibo .z-mould .txt-right .t-bottom .b-shizhong img {
  width: 16px;
  height: 16px;
  margin-top: 17px;
  margin-right: 10px;
}
.zhibo .z-mould .txt-right .t-bottom .b-time {
  font-size: 16px;
  color: #ff6600;
  margin-top: 15px;
}
.zhibo .z-mould .txt-right .t-bottom .b-btn {
  width: 120px;
  height: 48px;
  background-color: #0055ff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
}
.school {
  margin-bottom: 50px;
}
.school .s-list {
  margin-top: 30px;
}
.school .s-list ul {
  display: flex;
  flex-wrap: wrap;
}
.school .s-list ul li {
  width: 590px;
  height: 184px;
  background-color: #fff;
  padding: 20px;
  margin-right: 19px;
  margin-bottom: 20px;
}
.school .s-list ul li .s-img {
  background-color: skyblue;
  margin-right: 22px;
}
.school .s-list ul li .s-img img {
  width: 228px;
  height: 144px;
}
.school .s-list ul li .s-title {
  font-size: 20px;
  line-height: 25px;
  color: #26242e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school .s-list ul li .s-cont {
  height: 48px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
}
.school .s-list ul li .s-bottom .s-shizhong img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 31px;
}
.school .s-list ul li .s-bottom .s-time {
  margin-top: 29px;
  font-size: 16px;
  line-height: 20px;
  color: #ff6600;
}
.school .s-list ul li .s-bottom .s-btn {
  margin-top: 19px;
  width: 120px;
  height: 40px;
  background-color: #0055ff;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.school .s-list ul li:nth-child(2n) {
  margin-right: 0;
}
.school .s-list ul li:nth-child(7) {
  margin-bottom: 0;
}
.school .s-list ul li:nth-child(8) {
  margin-bottom: 0;
}
.school-odd .z-mould {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 110px;
}
.school-odd .z-mould .img-left {
  background-color: skyblue;
  margin-right: 24px;
}
.school-odd .z-mould .img-left img {
  width: 352px;
  height: 216px;
}
.school-odd .z-mould .txt-right .t-title {
  margin: 20px 0;
  font-size: 20px;
  line-height: 25px;
}
.school-odd .z-mould .txt-right .t-cont {
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
  line-height: 28px;
  font-size: 16px;
}
.school-odd .z-mould .txt-right .t-name {
  color: #333;
  font-size: 16px;
  margin-top: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school-odd .z-mould .txt-right .t-bottom .b-shizhong img {
  width: 16px;
  height: 16px;
  margin-top: 31px;
  margin-right: 10px;
}
.school-odd .z-mould .txt-right .t-bottom .b-time {
  font-size: 16px;
  color: #ff6600;
  margin-top: 29px;
}
.school-odd .z-mould .txt-right .t-bottom .b-btn {
  width: 120px;
  height: 48px;
  background-color: #0055ff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}
footer .footer-bg {
  width: 100%;
  height: 238px;
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 130px;
}
footer .footer-bg .w {
  text-align: center;
}
footer .footer-bg .w .footer-top {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-bg .w .footer-middle {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-bg .w .footer-bottom {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
