
/* introduction */

.centerBg {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.commonMain {
  width: 100%;
  padding-bottom: 80px;
  background: url(../images/mainBg.png) no-repeat bottom / cover;
}
.commonBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.commonNavLeft {
  width: 220px;
  height: auto;
}
.commonNavLeft>ul {
  width: 100%;
  background: url(../images/icon_nav_bg.png) no-repeat bottom #7E2E2F;
  padding-bottom: 246px;
  border-radius: 2px;
  transform: translateY(-80px);
}
.commonNavLeft>ul>h3 {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-size: 22px;
  text-indent: 30px;
  color: #FFFFFF;
}
.commonNavLeft>ul>li {
  width: 100%;
  overflow: hidden;
}
.commonNavLeft>ul>li>a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-indent: 30px;
  font-size: 18px;
  color: #ffffff;
}
.commonNavLeft>ul>li+li>a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.commonNavLeft>ul>li:hover {
/*  background-color: rgba(153, 56, 57, 1);*/
  background: url(../images/icon_arrow_right.png) no-repeat 90% rgba(153, 56, 57, 1);
}
.commonNavLeft>ul>li>a:hover {
  color: #ffffff;
}
.commonNavLeft>ul>li.active {
  background: url(../images/icon_arrow_right.png) no-repeat 90% rgba(153, 56, 57, 1);
}
.commonNavLeft>ul>li.active>a {
  color: #ffffff !important;
}
.commonRight {
  width: calc(100% - 260px);
}
.loaction {
  width: 100%;
  margin-top: 30px;
  font-size: 15px;
  color: #666666;
}
.loaction>a {
  display: inline-block;
  font-size: 15px;
  color: #666666;
}
.introduction {
  width: 100%;
  margin-top: 40px;
}
.introduction_title {
  border-left: 13px solid #993839;
  padding-left: 20px;
}
.introduction_title>h3 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}
.introduction_title>span {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.introductionCont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.introductionText {
  width: calc(100% - 400px);
}
.introductionText>p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.introductionImg {
  width: 360px;
  height: 186px;
  overflow: hidden;
}

/* teacherItem */

.teacherItem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}
.teacherDetail {
  width: calc(100% - 87%);
}
.teacherItemPic {
  width: 100%;
  height: 178px;
  overflow: hidden;
  position: relative;
}
.teacherItemPic>span {
  display: none;
  /*font-size: 14px;
  color: #FFFFFF;
  background-color: rgba(126, 46, 47, 1);
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;*/
}
.teacher_Text {
  width: 100%;
  margin-top: 10px;
}
.teacher_Text>h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.teacher_Text>p {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 26px;
}
.teacherDetail+.teacherDetail+.teacherDetail+.teacherDetail+.teacherDetail+.teacherDetail {
}

/* listItem */

.listItem {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.listDetail {
  width: calc(100% - 69%);
}
.listDetailPic {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.listDetail>a>h3 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #292929;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

/* page */

.page {
  width: 100%;
  margin-top: 50px;
}
.page_nav {
  height: 32px;
  width: 100%;
  text-align: center;
}
.page_nav li {
  width: auto;
  padding: 0px 5px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  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 #7E2E2F;
  color: #7E2E2F;
}
.page_nav li.active>span {
  border: 1px solid #7E2E2F;
  color: #7E2E2F;
}
.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 10px;
  height: 32px;
  line-height: 32px !important;
  border: 1px solid #656565;
  border-radius: 4px;
}
.pagination a:hover {
  color: #7E2E2F;
  border: 1px solid #7E2E2F;
}
.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;
}

.listDetailPic>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.listDetail a:hover .listDetailPic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.listDetail a:hover h3 {
  color: #7E2E2F;
}

/* article */

.article {
  width: 100%;
  margin-top: 30px;
}
.article_title {
  width: 100%;
  border-bottom: 1px solid #7E2E2F;
  padding-bottom: 20px;
  text-align: center;
}
.article_title>h3 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}
.article_title>span {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.articleCont {
  width: 100%;
  padding-top: 20px;
  margin-top: 30px;
}
.articleCont p {
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.articleCont img {
  display: block;
  max-width: 490px;
  margin: 20px auto;
}
.articleCont table p {
  text-indent: 0em !important;
}
