@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

a {
  text-decoration: none;

}

a:hover {
  cursor: pointer;
}

body ul {
  list-style: none;
}

.head {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #0a539b;
  position: relative;
  z-index: 55;
}

.head-img {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
}

.nav {
  width: 1500px;
  height: 80%;
  display: flex;
  position: relative;
  background-image: url(../img/headerBg.png);
  background-repeat: no-repeat;
  background-position-x: -50px;
  color: white;
  z-index: 10;
}

.nav .con-font {
  position: absolute;
  right: 20px;
  top: 15px;
}

.logo {
  position: absolute;
  left: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  height: 100px;
}

.logo .pic-Hist {
  padding-top: 10px;
  width: 80px;
  height: 80px;
}

.logo .pic-Hist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo .Hist {
  width: 550px;
  margin-top: 10px;
}

.logo .Hist img {
  width: 95%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo p {
  font-family: "宋体";
  line-height: 100px;
  font-size: 35px;
  color: white;
  text-align: center;
  height: 100%;
  display: block;
  font-weight: bold;
}

.sec li {
  height: 30px;
  width: 150px;
  padding-top: 20px;
}

.headNav {
  box-sizing: border-box;
  background-color: #07417a;
  display: flex;
  justify-content: center;
  height: 20%;
  width: 100%;
}

.headNav > div {
  width: 1500px;
  display: flex;
  justify-content: center;
}

.headNav > div div {
  text-align: center;
  width: 10%;
  display: block;
  height: 100%;
  color: #fafbfb;
  font-size: 18px;
  line-height: 188%;
  position: relative;
}

.headNav > div div:hover ul {
  display: block;
width:100%;
}
.headNav > div div:hover  {
 background-color: #2568a1;
}

.headNav > div div:hover img {
  transform: rotate(180deg);
}

.headNav > div div a {
  color: white;
  display: flex;
  justify-content: center;
}

.headNav > div div ul {
  
  display: none;
  width: 90%;
  position: absolute;
  background-color: #2568a1cf;
  z-index: 50;
  transition: all 0.5s;
}

.headNav > div div ul li:hover {
  background-color: #2568a1;
}

.headNav > div div ul li a {
  display: block;
  width: 100%;
  color: white;
}

.headNav img {
  display: block;
  width: 30px;
  transition: all 0.3s;
}

#banner {
  width: 100%;
  height: 58vh;
  position: relative;
}

#imglist {
  width: 100%;
  height: 100%;
}

#imglist img {
  width: 100%;
  height: 100%;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
}

.content :hover #prev {
  opacity: 0.5;
}

.banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 2s;
  margin: 0 auto;
}

.banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-img.active {
  opacity: 1;
}

#prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 35px;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s;
}

#prev img {
  width: 100%;
  height: 100%;
}

#next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s;
  z-index: 3;
}

#circle {
  position: absolute;
  width: 200px;
  height: 15px;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 50px;
}

.banner-more {
  text-align: center;
  padding-left: 5px;
  width: 50px;
  height: 15px;
  color: white;
  font-size: 14px;
  border-left: 1px solid white;
  transition: 0.8s;
}

.banner-more:hover {
  color: #dcc55a;
}

.circle {
  list-style: none;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background-color: #eae5df;
  border-radius: 50%;
  float: left;
}

.circle.active {
  background-color: #5c5c5c;
}

#address {
  background-color: #2c2c2c;
  height: 200px;
  width: 100%;
  position: relative;
  font-size: 18px;
}

.address {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.address p {
  color: white;
  margin: 5px;
}

.address div {
  width: 1000px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.address img {
  width: 100px;
  height: 100px;
  margin: 0 50px;
}

body {
  padding: 0.1px;
  margin: 0;
}

.header {
  width: 100%;
  background: url(/system/_owners/jiaoyufazhanjijinhui/_webprj/images/code/headerBg.png);
  z-index: 9999;
  transition: all 0.5s ease;
  box-shadow: 0 2px 5px #666;
  background-position-x: 250px;
}

.header .nav {
  height: 64px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
}

.header .nav .logo {
  margin: 0 auto;
  height: 96px;
  overflow: hidden;
}

.header .nav .logo img {
  width: 500px;
  height: auto;
  display: block;
}

.header .nav__list {
  display: flex;
  min-width: 1400px;
}

body > div {
  margin-right: auto;
  margin-left: auto;
}

body {
  font-family: "microsoft yahei", "宋体";
}

div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  font-size: 12px;
  padding: 0;
}

img {
  border: none;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.recommendBan table {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news {
  background-color: #ebeced;
  padding-top: 80px;
  padding-bottom: 60px;
}

.news .title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.news .title img {
  width: 178px;
}

.news .title a {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #337ab7;
  color: #fff;
  font-size: 16px;
}

.news .title a:hover {
  background-color: #999;
}

.newsList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.newsList_l {
  width: 655px;
  background-color: #fff;
  box-shadow: 2px 2px 16px #cdcdcd;
}

.newsList_l_img {
  position: relative;
}

.newsList_l_img img {
  display: block;
  width: 100%;
  height: 437px;
}

.newsList_l_img .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #337ab7;
  color: #fff;
}

.newsList_l_img .time span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}

.newsList_l_img .time::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #337ab7;
  border-right: 40px solid transparent;
  border-top: 48px solid transparent;
}

.newsList_l_text {
  padding: 25px 30px 60px 30px;
  transition: all 0.5s ease;
}

.newsList_l_text_title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.newsList_l_text_digest {
  color: #999;
  line-height: 25px;
}

.newsList_l a:hover .newsList_l_text {
  background-color: #337ab7;
}

.newsList_l a:hover .newsList_l_text_title {
  color: #fff;
}

.newsList_l a:hover .newsList_l_text_digest {
  color: #fff;
}

.newsList_r {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 715px;
  overflow: hidden;
}

.newsList_r_item {
  width: 342px;
  background-color: #fff;
  box-shadow: 2px 2px 16px #cdcdcd;
  margin-bottom: 30px;
}

.newsList_r_item a {
  display: block;
  position: relative;
}

.newsList_r_item_img img {
  display: block;
  width: 100%;
  height: 225px;
}

.newsList_r_item_text {
  padding: 25px 30px;
  transition: all 0.5s ease;
}

.newsList_r_item_text .time {
  line-height: 50px;
  height: 50px;
  color: #337ab7;
}

.newsList_r_item_text .time span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}

.newsList_r_item_text_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 25px;
  height: 50px;
  margin-bottom: 15px;
}

.newsList_r_item_text_digest {
  color: #999;
  line-height: 25px;
  height: 25px;
}

.newsList_r_item a:hover .newsList_r_item_text {
  background-color: #337ab7;
}

.newsList_r_item a:hover .time {
  color: #fff;
}

.newsList_r_item a:hover .newsList_r_item_text_title {
  color: #fff;
}

.newsList_r_item a:hover .newsList_r_item_text_digest {
  color: #fff;
}

.newsList_r_item:nth-child(2) .newsList_r_item_img {
  display: none;
}

.newsList_r_item:nth-child(3) .newsList_r_item_img {
  display: none;
}

.newsList_r_item:nth-child(2) .newsList_r_item_text_digest {
  display: none;
}

.newsList_r_item:nth-child(3) .newsList_r_item_text_digest {
  display: none;
}

.newsList_r_item:nth-child(4) {
  margin-top: -250px;
}

.notice {
  background-image: url("../img/bg1.png");
  background-position: bottom center;
  padding-bottom: 130px;
}

.notice .noticeBox {
  display: flex;
  justify-content: space-between;
  padding: 55px 40px;
  box-sizing: border-box;
  background-image: url("../img/bg0.png");
  background-position: bottom center;
  box-shadow: 0px 10px 20px #999;
}

.notice .noticeBoxList {
  display: flex;
  flex-wrap: wrap;
}

.notice .noticeBoxList .item {
  width: 45%;
  padding-right: 5%;
  margin-bottom: 30px;
}

.notice .noticeBoxList .item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice .noticeBoxList .item a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-2px);
  background-color: #999;
}

.notice .noticeBoxList .item .name {
  width: 70%;
  font-size: 16px;
}

.notice .noticeBoxList .item .time {
  width: 30%;
  text-align: right;
  font-size: 16px;
  color: #999;
}

.noticeBoxTitle {
  display: flex;
  flex-direction: column;
}

.noticeBoxTitle img {
  width: 143px;
  margin-bottom: 35px;
}

.noticeBoxTitle a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}

.noticeBoxTitle a:hover {
  color: #337ab7;
}

.recommend {
  position: relative;
}

.recommendBan div {
  width: 1400px !important;
  height: auto !important;
}

.recommendBan img {
  display: block;
  width: 1400px;
  height: 700px;
  margin: 0 auto;
}

.recommendTitle {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 9999;
  width: 100%;
}

.recommendTitle .wrap {
  display: flex;
}

.recommendTitle .wrap div {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 30px;
}

.recommendTitle img {
  width: 178px;
  display: block;
}

.activity {
  background-color: #eae5db;
  padding-top: 90px;
  padding-bottom: 130px;
}

.activityTitle {
  display: flex;
  margin-bottom: 60px;
}

.activityTitle_name {
  display: flex;
  align-items: center;
  border-top: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  box-sizing: border-box;
  width: 305px;
}

.activityTitle_name .icon1 {
  width: 6px;
  height: 6px;
  background-color: #999;
}

.activityTitle_name .name1 {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
}

.activityTitle_name .icon2 {
  width: 2px;
  height: 22px;
  background-color: rgba(51, 51, 51, 0.7);
}

.activityTitle_name .name2 {
  padding-left: 15px;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}

.activityTitle_name span {
  text-transform: uppercase;
}

.activityTitle_more {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  border-bottom: solid 1px #d8d8d8;
  text-align: right;
}

.activityTitle_more a {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  display: block;
}

.activityTitle_more a:hover {
  color: #337ab7;
}

.activityList {
  overflow: hidden;
}

.activityListBox {
  position: relative;
  width: 120%;
}

.activityList .item {
  position: relative;
  float: left;
  width: 300px;
  box-shadow: 2px 2px 16px #cdcdcd;
}

.activityList .item a {
  display: block;
  background-color: #fff;
}

.activityItem_img img {
  display: block;
  width: 100%;
  height: 430px;
}

.activityItem_text {
  padding: 15px 20px 45px 20px;
}

.activityItem_text_title {
  margin-bottom: 15px;
  font-size: 16px;
}

.activityItem_text_time {
  font-size: 14px;
  color: #999;
  line-height: 25px;
}

.activityList .item a:hover .activityItem_text {
  background-color: #337ab7;
}

.activityList .item a:hover .activityItem_text_title {
  color: #fff;
}

.activityList .item a:hover .activityItem_text_time {
  color: #fff;
}

.activityList .item:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 5;
}

.activityList .item:nth-child(2) {
  left: -25px;
  top: 0;
  z-index: 4;
  margin-top: 40px;
}

.activityList .item:nth-child(3) {
  left: -50px;
  top: 0;
  z-index: 3;
}

.activityList .item:nth-child(4) {
  left: -75px;
  top: 0;
  z-index: 2;
  margin-top: 40px;
}

.activityList .item:nth-child(5) {
  left: -100px;
  top: 0;
  z-index: 1;
}

.clear {
  clear: both;
}

.activityList .item:hover {
  z-index: 99;
}

.works {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../img/bg2.png");
  background-position: top center;
}

.worksList {
  display: flex;
  justify-content: space-between;
}

.worksList .item {
  overflow: hidden;
}

.worksList .item img {
  display: block;
  width: 450px;
  height: 640px;
  transition: all 0.5s ease;
}

.worksList .item:hover img {
  transform: scale(1.05);
}

.footerInfo {
  display: flex;
  padding-bottom: 84px;
}

.footerInfo .codeImg {
  padding-right: 70px;
}

.footerInfo .codeImg img {
  width: 124px;
  height: 124px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.footerInfo .codeImg p {
  text-align: center;
  font-size: 13px;
  color: #999;
}

.footerInfo .school {
  position: relative;
  padding: 0 70px;
}

.footerInfo .school::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
  width: 1px;
  height: 120px;
  background-color: #d8d8d8;
}

.footerInfo .school::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px;
  width: 1px;
  height: 120px;
  background-color: #d8d8d8;
}

.footerInfo .school img {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}

.footerInfo .school div {
  color: #999;
  line-height: 30px;
  font-size: 14px;
}

.footerInfo .links {
  flex-grow: 1;
  padding-left: 70px;
}

.footerInfo .linksTitle {
  font-size: 18px;
  color: #4f4f4f;
  font-weight: bold;
  margin-bottom: 40px;
}

.footerInfo .linksName {
  display: flex;
  flex-wrap: wrap;
}

.footerInfo .linksName a {
  display: flex;
  width: 25%;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

.footerInfo .linksName a:hover {
  color: #337ab7;
}

.listBox {
  width: 100%;
  padding: 80px 0;
  background-color: #eeedec;
  background-image: url("../img/bg4.png");
  background-position: top center;
  min-height: calc(100vh - 556px);
}

.listBox .wrap {
  display: flex;
}

.listBox .sideNav {
  width: 180px;
}

.listBox .listArea {
  flex-grow: 1;
  padding-left: 30px;
  width: 0;
}

.listBox .listAreaBox {
  background-color: #fff;
  padding-bottom: 50px;
}

.sideNav .sideNavName {
  background-color: #337ab7 !important;
  line-height: 54px;
  padding-left: 38px;
  color: #fff !important;
  margin-bottom: 25px;
  font-size: 18px;
}

.sideNav .sideNavList {
  background-color: #fff;
}

.sideNav .sideNavList .item {
  padding-left: 20px;
  transition: all 0.5s ease;
}

.sideNav .sideNavList .item a {
  color: black;
  position: relative;
  display: block;
  padding-left: 18px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: solid 1px #e5e5e5;
}

.sideNav .sideNavList .on a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 16px;
  background-color: #337ab7;
  margin-top: -8px;
}

.sideNav .sideNavList .item:hover {
  background-color: #337ab7;
}

.sideNav .sideNavList .item:hover a {
  color: #fff;
  border-bottom: solid 1px #337ab7;
}

.sideNav .sideNavList .item:hover a::before {
  background-color: #fff;
}

.listAreaBox_column {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listAreaBox_column_crumb a {
  color: black;
}

.listAreaBox_column_name {
  display: flex;
  align-items: center;
  height: 75px;
}

.listAreaBox_column_name img {
  width: 22px;
}

.listAreaBox_column_name .name1 {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
}

.listAreaBox_column_name .icon2 {
  width: 1px;
  height: 22px;
  background-color: #ccc;
}

.listAreaBox_column_name .name2 {
  padding-left: 15px;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}

.listAreaBox_column_name span {
  text-transform: uppercase;
}

.listAreaBox_img img {
  display: block;
  width: 100%;
}

.listAreaBox_list {
  padding: 40px;
}

.listAreaBox_list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
color:black;
  border-bottom: solid 1px #e5e5e5;
  height: 50px;
}

.listAreaBox_list .item .name {
  position: relative;
  font-size: 16px;
  padding-left: 15px;
color:black;
}

.listAreaBox_list .item .name::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #cccccc;
}

.listAreaBox_list .item .time {
  font-size: 14px;
  color: #999;
}

.pagination {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.pagination * {
  font-size: 14px !important;
}

.pagination span {
  padding: 5px 10px !important;
  border: solid 1px #eee !important;
}

.pagination a {
  padding: 5px 10px !important;
  border: solid 1px #eee !important;
}

.pagination input {
  padding: 5px 10px !important;
  border: solid 1px #eee !important;
  height: auto !important;
}

.pagination .defaultInputStyle {
  margin: 0 10px;
}

.listAreaBox_detail {
  padding: 0 50px;
  border-top: solid 1px #e5e5e5;
}

.listAreaBox_detail_head {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 26px;
  border-bottom: dashed 1px #e5e5e5;
}

.listAreaBox_detail_head_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.listAreaBox_detail_head_info {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}

.listAreaBox_detail_content {
  width: 100%;
  font-size: 16px;
  padding-top: 25px;
  line-height: 30px;
}

.listAreaBox_detail_content * {
  font-size: 20px;
  line-height: 30px;
}

.listAreaBox_detail_content img {
  max-width: 100%;
}

.listAreaBox_detail_content ul li {
  font-size: 16px;
}

.listAreaBox_detail_content ul li a{
  font-size: 16px;
}
.listAreaBox_detail_content ul li span{
  font-size: 16px;
}
.skipTitle{
  font-size: 16px;
}
.skipTitle a{
  font-size: 16px;
}
.listAreaBox_teacher {
  border-top: solid 1px #e5e5e5;
  padding: 50px 40px;
}

.listAreaBox_teacher ul {
  overflow: hidden;
}

.listAreaBox_teacher li {
  width: 20%;
  float: left;
  height: 232px;
  margin-bottom: 60px;
}

.listAreaBox_teacher li a {
  display: block;
  width: 145px;
  margin: 0 auto;
}

.listAreaBox_teacher li .img {
  overflow: hidden;
}

.listAreaBox_teacher li img {
  display: block;
  width: 100%;
  height: 145px;
  transition: all 0.5s ease;
}

.listAreaBox_teacher li .text {
  position: relative;
  padding: 15px 0 15px 30px;
}

.listAreaBox_teacher li .text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 1px;
  height: 74px;
  background-color: #000;
  transition: all 0.5s ease;
}

.listAreaBox_teacher li .text .post {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 5px;
}

.listAreaBox_teacher li .text .name {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s ease;
}

.listAreaBox_teacher li a:hover img {
  transform: scale(1.05);
}

.listAreaBox_teacher li a:hover .text::before {
  top: 15px;
  height: 50px;
  background-color: #337ab7;
}

.listAreaBox_teacher li a:hover .name {
  color: #337ab7;
}

.listAreaBox_teacher li a:hover .post {
  color: #337ab7;
}

.listAreaBox_teacherInfo {
  border-top: solid 1px #e5e5e5;
  padding: 50px 65px;
}

.listAreaBox_teacherInfo .teacherInfo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}

.listAreaBox_teacherInfo .img {
  width: 270px;
}

.listAreaBox_teacherInfo img {
  display: block;
  width: 100%;
  height: 270px;
}

.listAreaBox_teacherInfo .text {
  flex-grow: 1;
  width: 0;
  padding-left: 45px;
}

.listAreaBox_teacherInfo .name {
  font-size: 56px;
  color: #333;
  margin-bottom: 20px;
}

.listAreaBox_teacherInfo .post {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}

.footer {
  width: 100%;
  height: 250px;
  background-color: #0a539b;
  display: flex;
  align-items: center;
  position: relative;
}

.footer__wrapper {
  min-width: 1200px;
  max-width: 1400px;
  box-sizing: border-box;
  padding: 32px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-grow: 1;
  position: relative;
  height: 100%;
}

.footer__wrapper__infor {
  height: 100%;
}

.footer__wrapper__infor__logo {
  width: 80%;
  height: 100px;
  overflow: hidden;
  position: relative;
  right: 32px;
  bottom: 12px;
}

.footer__wrapper__infor__logo > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__wrapper__infor > h1,
.footer__wrapper__infor h2,
.footer__wrapper__infor h3 {
  font-size: 0.85rem;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  margin-top: 16px;
}

.footer__wrapper__wechat {
  margin-left: 80px;
}

.footer__wrapper__wechat__img {
  overflow: hidden;
}

.footer__wrapper__wechat__img > img {
  width: 150px;
  height: auto;
}

.footer__wrapper__wechat__text {
  color: #fff;
  margin: 0 auto;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
}

.footer__wrapper__right {
  display: flex;
  position: absolute;
  right: 0;
}

.footer__wrapper__link {
  color: #fff;
  align-self: flex-start;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
}

.footer__wrapper__link > h1 {
  font-size: 1.05rem;
}

.footer__wrapper__link__list {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}

.footer__wrapper__link__list__item {
  width: 100%;
  margin-top: 8px;
  font-size: 0.9rem;
}

.footer__wrapper__link__list__item > a {
  color: #fff;
  transition: all 0.3s ease;
}

.footer__wrapper__link__list__item > a:hover {
  color: rgba(255, 255, 255, 0.737255);
}

.footer__wrapper__text {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer__wrapper__text img {
  width: 60%;
  height: 100%;
}

.selectstyle1095343 {
  width: 185px !important;
  border: 1px solid #ddd;
  height: 40px !important;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 20px;
}

.selectstyle1095344 {
  width: 185px !important;
  border: 1px solid #ddd;
  height: 40px !important;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 20px;
}

.selectstyle1095345 {
  width: 185px !important;
  border: 1px solid #ddd;
  height: 40px !important;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 20px;
}