
/* introduction */

.transition {
  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;
}
.centerBg {
  width: 100%;
  height: 400px;
}
.commonMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.commonNavLeft {
  width: 260px;
  height: auto;
  transform: translateY(-76px);
}
.commonNavLeft>ul {
  width: 100%;
}
.commonNavLeft>ul>h3 {
  display: block;
  width: 100%;
  height: 76px;
  background: url(../images/left_nav_bg.png) no-repeat;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 76px;
  text-align: center;
}
.commonNavLeft>ul>li {
  width: 100%;
  background-color: RGBA(243, 244, 249, 1);
  overflow: hidden;
}
.commonNavLeft>ul>li+li {
  border-top: 1px solid #DCE0ED;
}
.commonNavLeft>ul>li>a {
  display: block;
  height: 75px;
  line-height: 75px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  position: relative;
  text-align: center;
}
.commonNavLeft>ul>li:hover {
  background: url(../images/nav_hover.png) no-repeat;
}
.commonNavLeft>ul>li>a:hover {
  color: #172A88;
  font-weight: bold;
}
.commonNavLeft>ul>li.active {
  background: url(../images/nav_hover.png) no-repeat;
}
.commonNavLeft>ul>li.active>a {
  color: #172A88 !important;
  font-weight: bold;
}
.commonLeft_T {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.commonLeft_T_Nav>a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}
.commonLeft_T_Nav>a:hover {
  color: #172A88;
}
.commonRight {
  width: calc(100% - 320px);
  margin-top: 20px;
}
.commonRightTitle {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid RGBA(231, 233, 243, 1);
}
.location {
  width: auto;
  line-height: 40px;
  font-size: 15px;
  color: #333333;
}
.location>a {
  display: inline-block;
  font-size: 15px;
  color: #333333;
}
.location>a:hover {
  color: rgba(23, 42, 136, 1);
}
.introduction_box {
  width: 100%;
  margin-top: 50px;
}
.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;
}
.introduction_detail {
  width: 100%;
  margin-top: 40px;
  column-count: 2;
  column-gap: 40px;
}
.introduction_detail_list {
  break-inside: avoid;
  page-break-inside: avoid;
  height: auto;
  margin-bottom: 40px;
}
.introduction_detail_list>h3 {
  display: block;
  width: 100%;
  height: 47px;
  background: url(../images/icon_detail_list_bg.png) no-repeat;
  font-weight: bold;
  font-size: 18px;
  color: #182384;
  text-indent: 18px;
  line-height: 47px;
  margin-bottom: 20px;
}
.introduction_detail_list p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.organization {
  width: 100%;
}
.organization img {
  display: block;
  max-width: 80%;
  margin: 10px auto 30px;
}

/* leader */

.leader {
  width: 100%;
}
.leader_list {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid RGBA(231, 233, 243, 1);
}
.leader_list>a {
  display: flex;
  justify-content: space-between;
}
.leader_pic {
  width: 200px;
  height: 245px;
  overflow: hidden;
}
.leader_text {
  width: calc(100% - 230px);
  padding-top: 25px;
}
.leader_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.leader_text>h3>span {
  display: inline-block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #AD0229;
  margin-left: 10px;
  background: rgba(173, 2, 41, 0.1);
  border-radius: 13px 13px 13px 13px;
}
.leader_text p {
  font-size: 16px;
  color: #333333;
  text-align: justify;
  margin-top: 20px;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.leader_list + .leader_list {
  margin-top: 30px;
}
.history_leader {
  width: 100%;
  padding-top: 0px;
}
.introduction_t {
  width: 100%;
}
.introduction_t h3 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #172A88;
  margin-bottom: 30px;
}
.introduction_t p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-align: justify;
  margin-bottom: 10px;
}
.introduction_t a {
  display: block;
  float: right;
  width: 180px;
  height: 48px;
  background: url(../images/icon_more_bg.png) no-repeat center center;
  font-size: 16px;
  color: rgba(23, 42, 136, 1);
  line-height: 48px;
  text-align: center;
  text-indent: 0em;
}
.introduction_t a:hover {
  color: rgba(23, 42, 136, 1) !important;
}
.introduction_t img {
  display: inline-block;
  max-width: 80%;
  margin: 20px auto;
}
.news_item {
  width: 100%;
}
.news_list {
  width: 100%;
  background: #F3F4F9;
  border-radius: 8px 8px 8px 8px;
  padding: 40px;
}
.news_list>a {
  display: flex;
  justify-content: space-between;
}
.news_list_pic {
  width: 130px;
  height: 185px;
  overflow: hidden;
}
.news_list_pic>img {
  display: block;
  width: 100%;
}
.news_list_text {
  width: calc(100% - 160px);
  padding-top: 10px;
}
.news_list+.news_list {
  margin-top: 20px;
}
.news_list_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 33px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_list_text>span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_list_text>p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.news_list:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.news_list:hover h3 {
  color: #172A88;
}

/* 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 #172A88;
  color: #172A88;
}
.page_nav li.active>span {
  border: 1px solid #172A88;
  color: #172A88;
}
.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: #172A88;
  border: 1px solid #172A88;
}
.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;
}
.contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact_list {
  width: calc((100% / 3) - 40px);
  height: 190px;
  background: #F3F4F9;
  border-radius: 15px 15px 15px 15px;
  padding: 30px 0px;
}
.contact_list>i {
  display: block;
  width: 67px;
  height: 67px;
  overflow: hidden;
  margin: 0 auto;
}
.contact_list>h3 {
  display: block;
  text-align: center;
  color: rgba(21, 38, 132, 1);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact_list>span {
  display: block;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
}
.notice_item {
  width: 100%;
}
.notice_list {
  width: 100%;
  height: 80px;
  background: rgba(243, 244, 249, 1);
  border-radius: 6px 6px 6px 6px;
  padding: 0px 30px;
}
.notice_list>a {
  display: flex;
  justify-content: space-between;
}
.notice_list>a>h3 {
  display: block;
  width: 80%;
  max-width: 80%;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 80px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice_list+.notice_list {
  margin-top: 20px;
}
.notice_list>a>span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 80px;
}
.notice_list:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.notice_list:hover h3 {
  color: #172A88;
}
.article_page {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.article_page>a {
  display: block;
  max-width: 49%;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #26307E;
  padding: 20px 30px 20px 60px;
  font-size: 16px;
  color: #172A88;
}
.article_prev {
  background: url(../images/icon_prev.png) no-repeat 20px RGBA(245, 245, 249, 1);
}
.article_next {
  background: url(../images/icon_next.png) no-repeat 20px RGBA(245, 245, 249, 1);
}
.article_page>a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.footer_bg {
  margin-top: 0px;
}
.teacher_work_nav {
  width: 100%;
  margin: 40px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: rgba(238, 238, 238, 1);
  overflow: hidden;
  padding: 8px 20px;
  gap: 10px;
}
.teacher_work_nav>a {
  display: block;
  width: calc((100% / 4) - 10px);
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
}
.teacher_work_nav>a.active {
  background-color: #172A88 !important;
  color: #ffffff !important;
}
.teacher_work_nav>a:hover {
  background-color: #172A88 !important;
  color: #ffffff !important;
}

/* 2026年4月23日 */

.department_box {
  width: 100%;
}
.department_item {
  width: 100%;
}
.department_item+.department_item {
  margin-top: 30px;
}
.department_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  background-color: #182384;
  margin-bottom: 30px;
}
.department_title>h3 {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.department_item_detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.department_list {
  width: calc(100% - 51%);
  margin-bottom: 30px;
  padding: 10px 20px;
  box-shadow: 0px 0px 10px 4px rgba(24, 35, 132, 0.1);
  border-radius: 5px;
}
.department_list>a {
  display: flex;
  justify-content: space-between;
}
.department_pic {
  width: 200px;
  height: 248px;
  overflow: hidden;
}
.department_text {
  width: calc(100% - 230px);
  padding-top: 25px;
}
.department_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.department_text>h3>span {
  display: inline-block;
  width: auto;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #AD0229;
  margin-left: 10px;
  background: rgba(173, 2, 41, 0.1);
  border-radius: 5px;
}
.department_text p {
  font-size: 16px;
  color: #333333;
  text-align: justify;
  margin-top: 20px;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.department_list:hover {
  box-shadow: 0px 0px 10px 4px rgba(24, 35, 132, 0.2);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.department_article_header {
  width: 100%;
  margin-bottom: 30px;
}
.department_article_header>a {
  display: flex;
  justify-content: space-between;
}
.department_article_cont {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.department_article_cont h3 {
  display: inline-block;
  font-size: 18px;
  color: #AD0229;
  line-height: 40px;
  margin: 20px 0px;
  font-weight: bold;
  border-bottom: 1px solid rgb(173, 2, 41, 0.2);
}
.department_article_cont p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}