
.logo {
  width: 300px;
}

/* page */

.page {
  width: 100%;
  margin-top: 50px;
}
.page_nav {
  height: 40px;
  width: 100%;
  text-align: center;
}
.page_nav li {
  width: auto;
  padding: 0px 5px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  margin: 0px 3px;
}
.page_nav li a {
  display: block;
  color: #222222;
}
.page_nav li>a.active {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.page_nav li.active>span {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.pagination {
  margin: 0 !important;
}
.page_nav li:last-child {
  width: auto;
}
.total {
  width: auto !important;
}
.total span {
  width: auto !important;
  font-size: 14px;
  padding: 0px 5px;
}
.pagination span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: auto;
  padding: 0px 14px;
  height: 40px;
  line-height: 40px !important;
  border: 1px solid #656565;
  border-radius: 4px;
}
.pagination a:hover {
  color: #ad0b29;
  border: 1px solid #ad0b29;
}
.pagination div {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.pagination div input {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin: 0px 5px;
  font-size: 16px;
  text-align: center;
}
.pagination div input[type="button"] {
  width: 60px;
  background-color: #990000;
  border: 1px solid #990000;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

.commonRightTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
}
.location {
  width: auto;
  text-align: right;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  padding-left: 30px;
}
.location>a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
.location>a:hover {
  color: #ad0b29;
}
.notice_list {
  padding-top: 20px;
}
.introduction_cont {
  width: 100%;
}
.introduction_cont img {
  display: block;
  max-width: 80%;
  margin: 10px auto 30px;
}
.introduction_cont p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
}
.teacher_title { width: 100%; margin-top: 35px;}
.teacher_title>h2 { display:block; font-size: 18px;color: rgb(192 166 139); height: 20px;line-height: 20px; padding-left: 10px; border-left: 3px solid rgb(192 166 139);}
.teacher_list {
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.teacher_list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.teacher_list>li {
  width: calc(100% - 83.7%);
  height: auto;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.teacher_list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}
.teacher_list_img {
  width: 90%;
  height: 120px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0px auto;
  overflow: hidden;
  display: none;
}
.teacher_list_img>img {
  display: block;
  width: 100%;
}
.teacher_list_title {
  width: 90%;
  margin: 0px auto;
  height: 40px;
  line-height: 40px;
  background-color: #f4f6fb;
}
.teacher_list_title>h3 {
  display: block;
  font-size: 14px;
  color: #333333;
}
.teacher_list_title>h3>span {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
}
.teacher_list>li:hover .teacher_list_title>h3 {
  color: rgb(192 166 139);
}
.teacher_cont {
  width: 100%;
  margin-top: 20px;
}
.teacher_cont>h3 {
  display: block;
  font-size: 16px;
  color: #111827;
  padding-left: 13px;
}
.teacher_header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.teacher_header_pic  {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-right: 30px;
}
.teacher_header_pic>img {
  display: block;
  width: 100%;
}
.teacher_header_text  {
  width: auto;
}
.teacher_header_text>h3 {
  display: block;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
}
.teacher_header_text>p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 30px;
}
.teacher_article {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.teacher_article h3 {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  color: #ffffff;
  background-color: #AE0A29;
  margin: 20px 0px;
}
.teacher_article p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}