.page{
  min-width: 1400px;
}
.indexCenter {
  width: 100%;
  margin-bottom: 60px;
}
/* 通知公告 电中快讯 模块 */
.indexCenter .plate {
  width: 1200px;
  margin: 0 auto;
}
.indexCenter .twoPlate {
  display: flex;
  justify-content: space-between;
}

.indexCenter .plate .plateEvery .plateTitle {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.indexCenter .plate .plateEvery .plateTitle .titleLeft {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.indexCenter .plate .plateEvery .plateTitle .titleLeft .titleIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #ffeef0;
  border-radius: 50%;
}
.indexCenter .plate .plateEvery .plateTitle .titleLeft img {
  width: 15px;
}
.indexCenter .plate .plateEvery .plateTitle .titleRight {
  display: flex;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.indexCenter .plate .plateEvery .plateTitle .titleRight img {
  width: 5px;
  height: 10px;
  margin-left: 10px;
}
.indexCenter .plate .plateEvery .contentList {
  min-width: 537px;
  min-height: 127px;
}
.indexCenter .plate .plateEvery .contentList .noticeItem {
  display: flex;
  margin-bottom: 13px;
  cursor: pointer;
}
.indexCenter .plate .plateEvery .contentList .noticeItem .text {
  width: 403px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 56px;
}

.indexCenter .plate .plateEvery .contentList .noticeItem .time {
  font-size: 14px;
  color: #999;
}

/* 学生服务 */
.xsfwContentList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xsfwContentList .xsfwEvery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 133px;
  background: url("/img/index/zxxxBg.png") no-repeat;
  border: 4px solid rgba(255, 238, 240, 0.69);
  cursor: pointer;
}
.xsfwContentList .xsfwEvery p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 75px;
  text-align: center;
  margin-top: 15px;
}

.xsfwContentList .xsfwLine {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 2px;
  background-color: #eee;
}
.xsfwContentList .xsfwLine span {
  width: 6px;
  height: 6px;
  background: #f6685e;
  border-radius: 50%;
}
.xsfwContentList .lineImg {
  width: 60px;
}

/* 招生简章 教学中心 */
.zsjzWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.zsjzWrap .zsjzImg {
  background: url("/img/index/zsjzBg.png") 532px 120px;
  width: 532px;
  height: 120px;
  cursor: pointer;
}
.zsjzWrap .zsjzImg .zsjzCenter {
  padding: 30px 0 0 76px;
}
.zsjzWrap .zsjzImg .zsjzCenter p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.zsjzWrap .zsjzImg .zsjzCenter span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-top: 16px;
}
.zsjzWrap .jxzxContentList .jxzxSearchEvery span {
  font-size: 16px;
  color: #333;
  margin-right: 80px;
  cursor: pointer;
}
.zsjzWrap .jxzxContentList .jxzxSearchEvery .activeColor {
  color: #bd0017;
}
.zsjzWrap .jxzxContentList .searchIpt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 532px;
  height: 40px;
  margin-top: 16px;
  padding: 0 20px;
  border: 1px solid #df001b;
}

.zsjzWrap .jxzxContentList .searchIpt input {
  flex: 1;
  height: 100%;
}
.zsjzWrap .jxzxContentList .searchIpt img {
  width: 16px;
  height: 16px;
}

.zsjzWrap .jxzxContentList .searchIpt input::input-placeholder {
  color: #999;
  font-size: 13px;
}
.zsjzWrap .jxzxContentList .searchIpt input::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
}
.zsjzWrap .jxzxContentList .searchIpt input::-moz-placeholder {
  color: #999;
  font-size: 13px;
}
.zsjzWrap .jxzxContentList .searchIpt input::-ms-input-placeholder {
  color: #999;
  font-size: 13px;
}

/* 年制 */
.yearWrap {
  width: 100%;
  /* height: 400px; */
  height: 570px;
  margin-top: 50px;
  background: url("/img/yearBg.png");
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
.yearWrap .yearContent {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
}
.yearWrap .yearContent .yearEvery {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* height: 251px; */
  height: 471px;
  width: 33%;
  background: #ffffff;
  /* padding: 0 40px; */
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  box-shadow: 0px 3px 12px 0px rgba(116, 0, 14, 0.08);
  cursor: pointer;
}
.yearWrap .yearContent .yearActive {
  position: relative;
  /* height: 291px; */
  height: 471px;
  top: -20px;
}
.yearWrap .yearContent .yearEvery .yearTitle {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.yearWrap .yearContent .yearEvery .yearTitle span {
  width: 8px;
  height: 8px;
  margin-right: 16px;
  background: #a30014;
}
.yearWrap .yearContent .yearEvery .yearDesc {
  font-size: 14px;
  color: #999;
  margin: 16px 0 19px;
  padding-left: 16px;
}
.yearWrap .yearContent .yearEvery .yearText {
  padding-left: 24px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 8; */
  overflow: hidden;
}

/* 电中 */
.dianzhong {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

.dianzhong .plateEvery {
  flex-basis: 30%;
}

.dianzhong .zjdzWrap {
  width: 320px;
  flex-basis: 0;
  cursor: pointer;
}
.dianzhong .educateInstitute .institureTitle {
  display: flex;
  margin: 15px 0 15px 20px;
}
.dianzhong .educateInstitute .institureTitle span {
  margin-right: 40px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.dianzhong .educateInstitute .institureTitle span.active {
  color: #bd0017;
  font-weight: bold;
}
.dianzhong .educateInstitute .institureContent {
  box-sizing: border-box;
  height: 174px;
  background: #f8f8f8;
  padding: 20px;
}
.dianzhong .educateInstitute .institureContent .schoolItem {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.dianzhong .educateInstitute .institureContent .schoolItem .circle {
  width: 6px;
  height: 6px;
  margin-right: 16px;
  background: #a30014;
}
.dianzhong .educateInstitute .institureContent .schoolItem:not(:last-child) {
  margin-bottom: 20px;
  color: #333;
}

/* 其他相关 */
.otherInfo {
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
}
.otherInfo .everyOtherInfo {
  cursor: pointer;
}
.otherInfo .everyOtherInfo:hover .otherImg p {
  display: block;
}
.otherInfo .otherImg {
  position: relative;
  width: 182px;
  height: 102px;
}
.otherInfo .otherImg img {
  width: 100%;
  height: 100%;
}

.otherInfo .otherImg p {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -30px;
  width: 60px;
  height: 26px;
  background: linear-gradient(270deg, #d0002d 0%, #a30014 100%);
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}
.otherInfo .title {
  margin: 14px 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

/* 奖学助学 监督电话 */
.Assistantship {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.jianduImg {
  background-color: red;
  position: relative;
  width: 500px;
  height: 120px;
  cursor: pointer;
  background-image: url("/img/index/jdjbdh.png");
}
.jianduImg .jianduTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jianduImg .jianduTxt .txt {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.jianduImg .jianduTxt .phoe {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-top: 16px;
}

/* 学生风采 */
.xsfcWrap {
  margin-top: 60px;
}
.contentXsfcList {
  display: flex;
  justify-content: space-between;
}

.contentXsfcList .studentItem {
  position: relative;
  flex-basis: 30%;
  cursor: pointer;
}
.contentXsfcList .studentItem .studentImg {
  width: 380px;
  height: 220px;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0.03);
}
.contentXsfcList .studentItem .nextIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #000000;
  opacity: 0.3;
  backdrop-filter: blur(2px);
}
/* 教师园地 */
.jsydWrap {
  margin-top: 60px;
}

.jsydWrap .contentJsydList {
  display: flex;
  justify-content: space-between;
}
.jsydWrap .contentJsydList .jsydEvery {
  cursor: pointer;
}
.jsydWrap .contentJsydList .jsydEvery .imgWrap {
  position: relative;
  width: 380px;
  height: 250px;
}
.jsydWrap .contentJsydList .jsydEvery .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0.03);
}
.jsydWrap .contentJsydList .jsydEvery .imgWrap:hover .desc {
  display: block;
}
.jsydWrap .contentJsydList .jsydEvery .imgWrap .desc {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 35px 25px 0;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.jsydWrap .contentJsydList .tearchTitle {
  font-size: 18px;
  color: #333;
  margin-top: 16px;
  text-align: center;
}
/* 友情链接 */
.yqljWrap {
  margin-top: 60px;
}

