@font-face {
  font-family: pfr;src: url(../fonts/PingFang_Regular.otf);
  font-family: pfm;src: url(../fonts/PingFang_Medium.otf);
}
.guideSelect {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.guideSelect select {
  border: 1px solid rgba(224, 223, 223, 1) !important;
  padding: 8px 15px !important;
  border-radius: 27.5px !important;
  height: 36px;
  width: 96px;
}

.guide span,
.guide span a {
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  line-height: 74px;
}

.guide .shouye {
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}





/* 内容区 */
.screen {
  width: 1400px;
  display: flex;
  justify-content: center;
}

/* 内容区左侧 */
.screenLeft {
  width: 305px;
  height: 450px;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.06);
  position: relative;
  border-top: 4px solid #C22022;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-top: 30px;
}



/* 内容区左侧的标题 */
.screenLeft .headerTopic {
  text-align: center;
  font-size: 20px;
  color: #C22022;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 55px;
  font-weight: 600;
  font-family: pfm;
  border-bottom: 1px solid #ebebeb;
}

.screenLeft .headerTopic img {
  position: absolute;
  width: 100%;
  height: 55px;
  z-index: 1;
}

.screenLeft .headerTopic span {
  z-index: 11;
}

/* 右侧内容区 */
.screenRight {
  width: 995px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  /* border: 1px solid rgba(238, 238, 238, 1); */
}

/* 右侧导航区域 */
.topic {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 32px;
}

/* 右侧导航区域浅灰色文字 */
.topic .shouye {
  font-family: pfr;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: #6D7278;
  letter-spacing: 0;
  font-weight: 400;
}

/* 右侧>符号 */
.topic .bigSymbol {
  margin-left: 10px;
  margin-right: 10px;
  width: 5px;
  height: 7px;
}

.liu1 {
  background: #C22022;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
}

/* 右侧导航区域深灰色文字 */
.topic .erji {
  font-family: pfr;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
}

/* 表格 */
.tablePager {
  width: 995px;
  background-color: #fff;
  padding: 20px 20px 20px 0px;
  box-sizing: border-box;
}

.tablePager1 {
  padding-top: 0px;
}

/* 表格 */
.layui-table {
  width: 100%;
  text-align: left;
}

/* 表格 */
.layui-table tr th {
  font-size: 18px;
  color: #333333;
  background: #EEEEEE;
  padding: 12px 0px;
}

/* 表格 */
.layui-table tr td {
  font-size: 16px;
  padding: 14px 0px;
  border-bottom: 1px dashed transparent;
  border-top: 1px dashed transparent;
  border-left: 1px dashed transparent;
  border-right: 1px dashed transparent;
}

.time {
  font-size: 16px;
  color: #999999;
  text-align: right;
  line-height: 24px;
  font-weight: 400;

}

.liu {
  background: #C22022;
  border-radius: 50% 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

/* 表格里面的内容 */
.content {
  color: #333333;
}

.tabduan {
  width: 180px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

/* 表格里面的内容 */
.content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 832px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  font-family: pfr;
}

/* 图片新闻卡片内容 */
.imgCardContent {
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: pfr;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 5px;
}

.top-head {
  display: flex;
  align-items: center;
  padding: 20px 20px 0px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}


.top-head2 {
  font-size: 28px;
  color: #C22022;
  font-weight: 500;
  border-bottom: 2px solid #C22022;
  padding-bottom: 14px;
}

/* 图片新闻一行的 */
.imgCardTop {
  display: flex;
  justify-content: space-between;
}

.ull {
  padding: 15px 0px 0px 0px;
  box-sizing: border-box;
}


.ull li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
  font-size: 18px;
  color: #6D7278;
  letter-spacing: 0;
  width: 100%;
  font-weight: 400;
  border-bottom: 1px solid #e2f2ff;
}

.ull li a .tab2 {
  background-image: url(../img/dayu1.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 32px;
  background-size: 100% 100%;
}

.ull .actives a .tab2 {
  background-image: url(../img/dayu1.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 32px;
  background-size: 100% 100%;
}

.ull .actives a {
  color: #C63834;
}

.pager {
  padding: 35px 0;
  position: relative;
}

.pager>div {
  margin: 0 auto;
  position: absolute;
  padding: 35px 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-list .pager a {
  color: #015293;
}

select {
  background: #fafdfe;
  height: 24px;
  width: 3em;
  line-height: 24px;
  border: 1px solid #f2f2f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.screenC {
  display: flex;
  flex-direction: column !important;
  min-height: 545px;
  justify-content: flex-start;

}

.screenTitle {
  margin-bottom: 15px;
  font-size: 32px;
  color: #C22022;
  font-weight: 500;
  font-family: pfm;
  margin-top: 40px;
  text-align: center;
}

.screenSpan {
  display: flex;
  justify-content: center;
}
.screenSpan img{
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.screenSpan span {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 500;
  font-family: pfm;
}

.screenCont {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 18px;
}
.screenCont img{
  text-align: center;
}
/* .screenCont span {
  display: block;
  text-indent: 48px;
  margin-top: 15px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
} */

.mr25 {
  margin-right: 25px;
}

.fontSize {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  height: 62px;
  margin-bottom: 56px;
}

.fontSize-name {
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600;
  font-family: pfm;
  height: 62px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(170, 9, 9, 1);
}

.jiajian {
  width: 18px !important;
  height: 16px !important;
  margin-right: 10px !important;
}

.fontSize img {
  width: 20px;
  height: 20px;
  margin-right: 17px;
  margin-bottom: 5px;
}

.fontSize span {
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 5px;
}

.toolbar {
  width: 100%;
  display: flex;
  margin-bottom: 38px;
  justify-content: flex-end;
}

.toolbar-img {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  margin-left: 32px;
}

.toolbar-img img {
  width: 25px;
  height: 26px;
  margin-right: 9px;
}

.sw-ce-ff {
  background-color: rgba(255, 255, 255, 0.6);
}



/* 师资队伍 */
.teacher-cont {
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(151, 151, 151, 0.17);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
  height: 240px;
  margin-top: 68px;
  margin-bottom: 20px;
}

.teacherSpan {
  display: flex;
  flex-direction: column;
  width: 934px;
}

.teacher-cont .imgcont {
  width: 184px;
  height: 250px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 25px;
  bottom: 25px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07);
}

.teacher-cont img {
  width: 100%;

}

.teacher-cont .teacherTitle {
  font-family: pfm;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  width: 100%;
  margin-bottom: 21px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.teacher-cont span {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: inherit;
}

.teacher ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teacher ul li {
  margin-top: 30px;
  background-image: url(../img/bg-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 580px;
  height: 152px;
}

.teacher ul .activewhhh {
  background-image: url(../img/bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.teacher ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 80px 32px 60px;
  box-sizing: border-box;
}

.teacher ul li a .titleaName {
  font-size: 24px;
  font-weight: 600;
  font-family: pfm;
  color: #333333;
  margin-bottom: 10px;
}

.teacher ul li a .titleaName-span {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
}

.teacher ul .activewhhh a .titleaName {
  font-size: 24px;
  font-weight: 600;
  font-family: pfm;
  color: #A06024;
}