.hot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px !important;
}
.hot span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.hot span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 2px;
}
.hot .hotCon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hot .hotCon .more {
  width: 315px;
  height: 245px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.hot .hotCon .more img {
  width: 91px;
  height: 91px;
}
.hot .hotCon .more span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 18px;
}
.hot .hotCon .hotItem {
  width: 315px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: 20px;
}
.hot .hotCon .hotItem:hover .hotImg .mask {
  top: 0;
}
.hot .hotCon .hotItem .hotImg {
  width: 315px;
  height: 177px;
  position: relative;
  overflow: hidden;
}
.hot .hotCon .hotItem .hotImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.hot .hotCon .hotItem .hotImg .mask {
  position: absolute;
  top: -177px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  border-radius: 10px 10px 0 0;
}
.hot .hotCon .hotItem .hotImg .mask img {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hot .hotCon .hotItem .hotTitle {
  width: 100%;
  padding: 12px;
  padding-top: 10px;
}
.hot .hotCon .hotItem .hotTitle > span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot .hotCon .hotItem .hotTitle .xue {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.hot .hotCon .hotItem .hotTitle .xue span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.hot .hotCon .hotItem .hotTitle .xue span:nth-of-type(2) {
  color: #999999;
}
.hot .hotCon .station {
  display: block;
  width: 315px;
}
.service {
  width: 100%;
  height: 528px;
  position: relative;
  margin-top: 30px;
}
.service > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service .service_x {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service_x a > span {
  display: block;
  width: 220px;
  height: 48px;
  background-color: #009C71;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin-top: 20px;
}
.service .service_x > span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 30px;
}
.service .service_x > span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 2px;
}
.service .service_x .serviceCon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.service .service_x .serviceCon .serviceItem {
  width: 310px;
  height: 312px;
  position: relative;
}
.service .service_x .serviceCon .serviceItem .backdrop1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
}
.service .service_x .serviceCon .serviceItem .backdrop2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.service .service_x .serviceCon .serviceItem .backdrop2 img {
  width: 102px;
  height: 102px;
  margin-top: 20px;
}
.service .service_x .serviceCon .serviceItem .backdrop2 .line {
  width: 216px;
  height: 1px;
  background-color: #999999;
}
.service .service_x .serviceCon .serviceItem .backdrop2 span:nth-of-type(1) {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  padding: 20px 0;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 270px;
}
.service .service_x .serviceCon .serviceItem .backdrop2 span:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  display: -webkit-box;
  text-align: center;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px !important;
}
.news > span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.news > span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 2px;
}
.news .newsCon {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news .newsCon .newsCon_left {
  width: 180px;
}
.news .newsCon .newsCon_left .newsNav {
  width: 100%;
}
.news .newsCon .newsCon_left .newsNav .newsItem {
  width: 100%;
  height: 75px;
  background-color: #fff;
  padding: 0 20px;
  padding-top: 15px;
}
.news .newsCon .newsCon_left .newsNav .newsItem .newsItems {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EBEBEB;
}
.news .newsCon .newsCon_left .newsNav .newsItem .newsItems span:nth-of-type(1) {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.news .newsCon .newsCon_left .newsNav .newsItem .newsItems span:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 4px;
}
.news .newsCon .newsCon_left .newsNav .newsItem:last-of-type .newsItems {
  border: none;
}
.news .newsCon .newsCon_left .newsNav .newsItemActive {
  background-color: #009C71;
}
.news .newsCon .newsCon_left .newsNav .newsItemActive .newsItems {
  border: none;
}
.news .newsCon .newsCon_left .newsNav .newsItemActive span {
  color: #fff !important;
}
.news .newsCon .newsCon_left .newsNav_x {
  width: 100%;
}
.news .newsCon .newsCon_left .newsNav_x .newsItem_x {
  width: 100%;
  height: 156px;
  position: relative;
  margin-top: 20px;
}
.news .newsCon .newsCon_left .newsNav_x .newsItem_x img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .newsCon .newsCon_left .newsNav_x .newsItem_x .newsItem_x_title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .newsCon .newsCon_left .newsNav_x .newsItem_x .newsItem_x_title span:nth-of-type(1) {
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.news .newsCon .newsCon_left .newsNav_x .newsItem_x .newsItem_x_title span:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 5px;
}
.news .newsCon .newsCon_right {
  width: 1100px;
  background-color: #fff;
  padding: 0 20px;
}
.news .newsCon .newsCon_right .newRightItem {
  width: 100%;
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}
.news .newsCon .newsCon_right .newRightItem > img {
  width: 170px;
  height: 100px;
  margin-right: 20px;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 335px);
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .titleTop {
  display: flex;
  flex-direction: column;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .titleTop span:nth-of-type(1) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .titleTop span:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 7px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .time {
  display: flex;
  align-items: center;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .time span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .time span:nth-of-type(1) {
  margin-right: 25px;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .time img {
  margin-right: 5px;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .time img:nth-of-type(1) {
  width: 16px;
  height: 16px;
}
.news .newsCon .newsCon_right .newRightItem .newRightTitle .time img:nth-of-type(1) {
  width: 17px;
  height: 14px;
}
.news .newsCon .newsCon_right a:last-of-type .newRightItem {
  border: none;
}
.lecturer {
  margin-top: 30px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.lecturer > span:nth-of-type(1) {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.lecturer > span:nth-of-type(2) {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 2px;
}
.lecturer .lecturerCon {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.lecturer .lecturerCon .lecturerItem {
  display: flex;
  position: relative;
  width: 260px;
  height: 390px;
  overflow: hidden;
}
.lecturer .lecturerCon .lecturerItem:hover .info {
  top: 0;
}
.lecturer .lecturerCon .lecturerItem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lecturer .lecturerCon .lecturerItem .info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  overflow-y: auto;
  position: absolute;
  top: -390px;
  left: 0;
  transition: all 1s;
}
.lecturer .lecturerCon .lecturerItem .info::-webkit-scrollbar {
  display: none;
}
.lecturer .lecturerCon .lecturerItem .info > span {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.lecturer .lecturerCon .lecturerItem .info .lectLine {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 10px;
}
.lecturer .lecturerCon .lecturerItem .info .lect {
  width: 100%;
  margin-top: 20px;
}
.lecturer .lecturerCon .lecturerItem .info .lect > span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.lecturer .lecturerCon .lecturerItem .info .lect .lectde {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.lecturer .lecturerCon .lecturerItem .info .lect .lectde span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.lecturer .ce {
  width: 84px;
  position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 9999
}
.lecturer .ce .ceBox {
  width: 100%;
  height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  cursor: pointer;
}
.lecturer .ce .ceBox span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
.lecturer .ce .ceBox:last-of-type {
  margin-top: 20px;
}
.lecturer .ce .ceBox .boxImg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.lecturer .ce .ceBox .boxImg img {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
