.overflowhide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  width: 100%;
  height: 150px;
  background: url(../img/headerBG.jpg) center no-repeat;
}
.header .w1200 .logBox {
  display: block;
  float: left;
  padding-top: 46px;
}
.header .w1200 .logBox .logo {
  width: 401px;
  height: 59px;
  float: left;
}
.header .w1200 .logBox .logo img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.header .w1200 .logBox .name {
  float: left;
  line-height: 59px;
  margin-left: 30px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cd0001;
}
.header .w1200 .fr .header_school {
  width: 332px;
  height: 124px;
  background: url(../img/headerIcon.png) center no-repeat;
  float: left;
  margin-top: 13px;
  margin-right: 50px;
}
.header .w1200 .fr .searth {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  border: solid 1px #c4c4c4;
  box-sizing: border-box;
  border-radius: 19px;
  background: url(../img/searth_icon.png) center no-repeat;
  margin-top: 56px;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #cd0001;
}
.nav .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav .main li {
  width: 120px;
  height: 50px;
  position: relative;
}
.nav .main li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.nav .main li.on,
.nav .main li:hover {
  background-color: #b50304;
}
.nav .main li dl {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 99;
}
.nav .main li dl dd {
  width: 100%;
  height: 40px;
  background-color: #b503038e;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  margin-top: 1px;
}
.nav .main li dl dd a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav .main li dl dd:hover {
  background-color: #b50303df;
}
.footer {
  width: 100%;
  height: 126px;
  background-color: #cd0001;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.footer .main {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.banner {
  width: 100%;
  height: 480px;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cd0001;
}
.banner .swiper-button-box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner .swiper-button-box .swiper-button-prev,
.banner .swiper-button-box .swiper-button-next {
  width: 71px;
  height: 71px;
  border-radius: 70px;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  color: white;
}
.indeTitle {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  padding-top: 40px;
}
.indeTitle::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #d70000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lookMore {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #cd0001;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 3px;
  color: #cd0001;
  text-align: center;
  margin-top: 40px;
}
.xwdt {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 50px;
}
.xwdt li {
  margin-top: 10px;
}
.xwdt li:first-child {
  margin-top: 0;
}
.xwdt li .imgBox {
  width: 500px;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  transform: translatex(-10px);
  opacity: 0;
  pointer-events: none;
}
.xwdt li .font {
  width: 616px;
  height: 80px;
  float: right;
  position: relative;
  transition: all 0.4s;
}
.xwdt li .font::before {
  content: "";
  width: 0;
  height: 0;
  border-right: solid 22px white;
  border-top: solid 11px transparent;
  border-bottom: solid 11px transparent;
  position: absolute;
  left: -22px;
  top: 30px;
}
.xwdt li .font .date {
  width: 86px;
  float: left;
  position: relative;
}
.xwdt li .font .date::after {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #cd0001;
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 14px;
}
.xwdt li .font .date b {
  display: block;
  font-size: 31px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
  line-height: 24px;
}
.xwdt li .font .date span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  line-height: 14px;
  margin-top: 14px;
}
.xwdt li .font .cont {
  width: 498px;
  float: right;
  margin-right: 10px;
}
.xwdt li .font .cont h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.xwdt li .font .cont p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1.25;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.xwdt li.on .imgBox {
  transform: translatex(0px);
  opacity: 1;
  pointer-events: painted;
}
.xwdt li.on .font {
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
}
.xwdt li.on .font .date b,
.xwdt li.on .font .date span,
.xwdt li.on .font .cont h3,
.xwdt li.on .font .cont p {
  color: #cd0001;
}
.indexSamllTitle {
  border-left: solid 2px #cd0001;
  height: 30px;
}
.indexSamllTitle span {
  display: block;
  float: left;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #cd0001;
  margin-left: 11px;
}
.indexSamllTitle a {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 15px;
  color: #cd0001;
}
.centerRow {
  width: 100%;
  height: 452px;
  background: url(../img/centerRowBg.jpg) center no-repeat;
  margin-top: 50px;
  box-sizing: border-box;
  padding-top: 50px;
}
.centerRow .tzgg {
  width: 561px;
  float: left;
}
.centerRow .zcfg {
  width: 561px;
  float: right;
}
.centerRow .indexListType {
  padding-top: 4px;
}
.centerRow .indexListType li {
  height: 70px;
  margin-top: 36px;
  position: relative;
  transition: all 0.4s;
}
.centerRow .indexListType li .date {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #cd0001;
  color: white;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
.centerRow .indexListType li .date::before {
  content: "";
  width: 25px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  right: -8px;
  bottom: 0px;
  transform: rotate(-45deg);
}
.centerRow .indexListType li .date b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  padding-top: 13px;
  padding-bottom: 10px;
}
.centerRow .indexListType li .date span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
}
.centerRow .indexListType li p {
  width: 450px;
  float: right;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333333;
  padding-top: 5px;
  margin-right: 22px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.centerRow .indexListType li:hover {
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.11);
}
.centerRow .indexListType li:hover::after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #cd0001;
  opacity: 0.15;
  position: absolute;
  left: 70px;
  top: 12px;
}
.centerRow .indexListType li:hover .date {
  background-color: #ffffff;
  color: #cd0001;
}
.centerRow .indexListType li:hover p {
  color: #cd0001;
}
.dsxx {
  margin-top: 50px;
}
.dsxx li {
  width: 268px;
  float: left;
  margin-right: 42px;
}
.dsxx li:last-child {
  margin-right: 0;
}
.dsxx li .imgBox {
  width: 268px;
  height: 180px;
  background-color: #d70000;
  border-radius: 10px;
}
.dsxx li p {
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  line-height: 1.25;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
  text-align: justify;
}
.dsxx li:hover p {
  color: #cd0001;
}
/*# sourceMappingURL=./index.css.map */