<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak]{
            display: none !important;
        }
.left_detail {
  width: 329px;
  background: #175098;
  background-size: cover;
  margin: 31px 0;
  position: relative;
  padding-bottom: 20px;
  height: 100%;
}
.left_detail .title_detail {
  margin-top: 16px;
  text-align: center;
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.right {
  padding-top: 40px;
  margin-left: 71px;
  position: relative;
}

.teacher_info {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.teacher_info .title_info {
  display: flex;
  align-items: center;
  margin-top:10px
}
.teacher_info .title_info .title_img {
  width: 28px;
  height: 28px;
}
.teacher_info .title_info .title_name {
  color: #333;
  margin-left: 10px;
  font-size: 28px;
  font-weight: 500;
}
.teacher_info .info_detail {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.5px solid #CCCCCC;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  margin: 20px 0;
  display: flex;
  box-sizing: border-box;
}
.teacher_info .info_detail .left_img {
  width: 164px;
  height: 218px;
  border-radius: 8px;
}
.teacher_info .info_detail .right_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.teacher_info .info_detail .right_info .t_name {
  display: flex;
  font-family: Source Han Sans CN;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 15px;
}
.teacher_info .info_detail .right_info .t_professional,
.teacher_info .info_detail .right_info .t_college {
  display: flex;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.teacher_info .info_detail .right_info .t_intro {
  display: flex;
  flex-wrap: wrap;
}
.teacher_info .info_detail .right_info .t_intro .chenhao {
  font-size: 16px;
  font-weight: normal;
  color: #871519;
  margin-right: 20px;
  margin-bottom: 10px;
}
.teacher_info .contact {
  margin-bottom: 30px;
}
.teacher_info .contact .contact_box {
  display: flex;
}
.teacher_info .contact .contact_item {
  margin-top: 20px;
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  width: 33%;
  height: 60px;
  justify-content: space-between;
}
.teacher_info .major .major_list {
  display: flex;
  margin-top: 24px;
}
.teacher_info .major .major_list .major_item {
  width: 147px;
  height: auto;
  margin-right: 86px;
  text-align: center;
}
.teacher_info .major .major_list .major_item .major_img {
  width: 40px;
  height: 40px;
  margin-bottom:5px
}
.teacher_info .major .major_list .major_item .major_title {
  font-size: 14px;
  color: #3D3D3D;
  margin-bottom: 14px;
}
.teacher_info .major .major_list .major_item .major_line {
  border: 1px solid #D8D8D8;
}
.teacher_info .major .major_list .major_item .major_name {
  color: #3D3D3D;
  font-size: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teacher_info .major .major_list .major_item .major_name .major_li {
  width: fit-content;
}
.teacher_info .study {
  margin-top: 35px;
}
.teacher_info .study .study_item {
  font-size: 20px;
  color: #3D3D3D;
  margin-top: 24px;
}
.teacher_info .work,
.teacher_info .scientific,
.teacher_info .result {
  margin-top: 35px;
}
.teacher_info .work .work_item,
.teacher_info .scientific .work_item,
.teacher_info .result .work_item {
  font-size: 20px;
  color: #3D3D3D;
  margin-top: 24px;
}
.teacher_info .contact_title {
  height: 47px;
  border-bottom: 2px solid #F5F5F5;
  display: flex;
  align-items: flex-end;
}
.teacher_info .border_name {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #871519;
  padding-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .teacher_list{
    width: 100%;
    display: grid;
    grid-template-columns:repeat(1,1fr);
    grid-gap: 0 16px; 
  }
  .teacher_info .info_detail{
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .teacher_list{
    width: 100%;
    display: grid;
    grid-template-columns:repeat(1,1fr);
    grid-gap: 0 0; 
  }
  .teacher_info .info_detail{
    height: auto;
  }
}
.wp_entry{
overflow: visible !important;
}</pre></body></html>