:root {
  --main-bg-color: #233752;
  --text-link-color: #191970;
  --title-bg-color: #202d4c;
}

@font-face {
  font-family: 'FZMHJW';
  src: url(../font/FZMHJW.TTF);
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

header {
  min-width: 1300px;
  background-color: var(--main-bg-color);
  height: 120px;
}

.index-header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-header .logo {
  width: 430px;
}

.index-nav {
  color: white;
}

.index-nav a {
  font-size: 1em;
  color: white;
  padding: 0 10px;
}

/* 主页幻灯片样式 */
.glide {
  min-width: 1300px;
  height: 550px;
  position: relative;
}

.glide .swiper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.pub-nav {
  position: absolute;
  z-index: 600;
  top: 87px;
  left: 100px;
  color: white;
  background-color: rgba(0, 0, 0, .55);
  padding: 20px 40px;
}

.pub-nav li {
  border-bottom: 1px solid white;
  line-height: 46px;
}

.pub-nav li a {
  font-size: 1.125em;
  color: white;
}

/* 学校亮点样式 */
.index-ld {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  padding: 60px 0;
}

.index-ld a {
  background-color: var(--title-bg-color);
  border-radius: 8px;
}

.index-ld a:last-child {
  margin-right: 0;
}

/* 专业区域样式 */
.index-zhuanye {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 20px;
  padding-bottom: 80px;
}

.zhuanyes:first-child {
 /* grid-column: 1 / 3;
  grid-row: 1/3;*/
}

.zhuanyes a {
  position: relative;
}

.zhuanyes a h4 {
  font-size: 1em;
  color: white;
  font-weight: 550;
  top: 76px;
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
}

/* 报考理由区域样式 */
.index-liyou {
  background-color: #f4f4f4;
}

.liyou-wrapper {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 30px;
}

.liyou-wrapper .swiper {
  width: 408px;
  height: 572px;
}

.tellyou {
  width: 100%;
  height: 100%;
  background-color: white;
}

.tellyou h3 {
  padding-top: 30px;
  font-size: 1.5em;
  text-align: center;
}

.tellyou img {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tellyou p {
font-size:16px;
  padding: 0 30px;
  line-height: 1.875em;
  text-align: justify;
}

.liyou-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  padding-top: 30px;
}

.liyou-list .index-more {
  grid-column: 1/3;
}

.liyou-list h3 {
  grid-column: 1/3;
  font-size: 1.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #dedede;
}

.liyous img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liyou-list ul {
  background-color: white;
  padding: 20px 0;
}

.liyou-list ul li {
  position: relative;
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}

.liyou-list ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #233752;
  position: absolute;
  left: 14px;
  top: 22px;
  transform: rotate(45deg);
}

.liyou-list ul li a {
  font-size: 1.125em;
  line-height: 2.875em;
  padding-left: 40px;
}

/* 新闻中心 */
.index-news-list {
  min-width: 1300px;
}

.title {
  margin: 0 auto;
  font-family: "方正姚体";
  width: 600px;
  line-height: 70px;
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
}

.news-list {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  padding: 50px 0;
}

.news-list .swiper {
  width: 635px;
  height: 433px;
}

.news-list .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-content {
  width: 100%;
  position: absolute;
  z-index: 60;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 66px auto;
  align-items: center;
  height: 66px;
  background-color: rgba(0, 0, 0, .5);
}

.slide-content .date {
  background-color: var(--title-bg-color)
}

.slide-content .date p {
  color: white;
  text-align: center;
}

.slide-content .date p:first-child {
  font-size: 2em;
}

.slide-content h2 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.125em;
  color: white;
}

.right-news-list .list {
  display: grid;
  grid-template-columns: 70px auto;
  column-gap: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.right-news-list .list:last-child {
  margin-bottom: 0;
}

.list .date {
  width: 70px;
  height: 70px;
  background-color: #ececec;
  text-align: center;
  color: #555;
}

.list .date p:first-child {
  font-size: 2.25em;
}

.list-content h3 {
  color: #444;
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 6px;
}

.list-content p {
  line-height: 1.5em;
  color: #666;
}

.index-more {
  text-align: center;
  padding-bottom: 60px;
}

.index-more a {
  background-color: #fcfcfc;
  padding: 10px 25px;
  font-size: 1.125em;
  color: var(--text-link-color);
  border: 1px solid #dedede;
  border-radius: 50px;
  transition: all 0.3s;
}

.index-more a:hover {
  background-color: var(--title-bg-color);
  color: white;
  border: 1px solid var(--title-bg-color);
}

/* 工作室介绍样式 */
.index-worksroom {
  min-width: 1300px;
  padding-top: 50px;
}

.worksroom-list {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;

}

.works {
  margin-bottom: 30px;
}

.works a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f4f4;
}

.works-img {
  position: relative;
  width: 220px;
  height: 150px;
}

.works-img span {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 45px;
  top: 55px;
  right: -36px;
  background-color: #202d4c;
  color: white;
  font-size: 2em;
  text-align: center;
  line-height: 45px;
}

.works-img:nth-child(2n) span {
  left: -36px;
}

.works img {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works h3 {
  width: 1000px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 550;
  letter-spacing: 5px;
}

.works p {
  line-height: 1.5em;
  text-indent: 2em;
  color: #666;
}

/* 四个图片按钮区域样式 */
.index-btns {
  min-width: 1300px;
  padding: 50px 0;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
}

.btns-list {
  padding: 0 12px;
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.btns-list::after {
  content: "";
  width: 300px;
  height: 200px;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 12px;
  background-color: rgba(0, 0, 0, .3);
}

.btns-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btns-list-title {
  position: absolute;
  z-index: 100;
  top: 100px;
  left: 12px;
}

.btns-list-title a {
  font-size: 1.25em;
  font-weight: 550;
  line-height: 1.875em;
  color: white;
  padding-left: 30px;
}

.btns-list-title a:hover {
  color: #f2f2f2;
}

.btns-list-title a:first-child {
  margin-top: 100px;
}

/* 优秀校友区域样式 */
.index-show-list {
  min-width: 1300px;
  padding-top: 50px;
}

.index-show-list .swiper {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}

.shows {
  box-shadow: 0 10px 5px rgba(0, 0, 0, .1), 0 0 4px 0 rgba(0, 0, 0, .1);
  background-color: #212e4d;
  overflow: hidden;
}

.shows .show-img {
  width: 240px;
  height: 320px;
  overflow: hidden;
}

.shows .show-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.shows .show-img img:hover {
  transform: scale(1.05);
}

.shows-title {
  padding: 10px 0;
}

.shows-title h3 {
  text-align: center;
  font-size: 0.875em;
  line-height: 2em;
  color: white;
}

.shows-title h3:first-child {
  font-size: 1.25em;
}

/* 主页页脚样式 */
footer {
  min-width: 1300px;
  background-color: var(--main-bg-color);
  padding: 50px 0;
}

.foot {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.foot .code {
  width: 120px;
  padding: 0 30px;
}

.foot .code h4 {
  text-align: center;
  font-size: 0.875px;
  color: white;
  padding: 10px 0;
}

.callus {
  padding-left: 100px;
  color: white;
}

.callus p {
  line-height: 2em;
  font-size: 1.125em;
}

.callus p:first-child {
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1600px) {
  .index-ld {
    width: 1300px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 20px;
  }

  .index-zhuanye {
    width: 1300px;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }

  .zhuanyes:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .zhuanyes a h4 {
    font-size: 1em;
    top: 70px;
  }
}

/* 通用左侧菜单样式 */
.container {
  width: 1300px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 20% 76%;
  column-gap: 4%;
}

.lf_menu h3 {
  background-color: #07899f;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  font-weight: bold;
  color: white;
  padding-left: 40px;
}

.lf_menu ul {
  background-color: #def2f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lf_menu ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
}

.lf_menu ul li:hover {
  background-color: #bdebf2;
}

.lf_menu ul li a {
  width: 100%;
  display: block;
  display: flex;
  justify-content: space-between;
  color: #333;
}

.lf_menu ul li .iconfont {
  padding-right: 20px;
}

.rh_container .rh_title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  align-items: flex-end;
  height: 80px;
  border-bottom: 1px solid #dcdcdc;
}

.rh_container .rh_title h3 {
  font-size: 30px;
  border-bottom: 3px solid #dcdcdc;
}

.rh_container .rh_title .breadcrumb,
.rh_container .rh_title .breadcrumb a {
  color: #333;
}

.rh_content {
  padding-top: 20px;
}

.rh_content .content {
  line-height: 40px;
  text-align: justify;
  font-size: 18px;
  overflow: hidden;
}

.rh_content .content img {
  max-width: 700px;
}

.rh_content .content div {
  margin-bottom: 26px;
}

/* 新闻列表样式 */
.list_content .page_news_lists {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-size: 1.25em;
}

.list_content .page_news_lists a {
  font-size: 0.875em;
}

/* 分页样式 */
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

ul.pagination li {
  font-size: 14px;
  text-align: center;
  color: black;
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

ul.pagination li a {
  font-size: 14px;
  display: block;
}

ul.pagination li select {
  border: none;
  background-color: transparent;
}

ul.pagination li.thisclass {
  padding: 2px 10px;
  background-color: #bdebf2;
  color: white;
  border: 1px solid #bdebf2;
}

/* 教师列表 */
.list_teacher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 20px;
  row-gap: 30px;
  column-gap: 60px;
  text-align: center;
}

.list_teacher img {
  width: 276px;
  height: 380px;
  object-fit: cover;
}

.list_teacher h4 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.list_teacher .page_news_lists a {
  display: block;
  width: 276px;
  height: 472px;
}
.list_teacher .page_news_lists a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px 2px #f2f2f2;
}
/* 作品展示 */
.zp-container .list-zp {
  width: 1200px;
  margin: 50px auto;
}

.list-zp h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.list-btns {
  display: flex;
  justify-content: center;
}

.list-btns a {
  margin: 30px 12px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  transition: all 0.3s;
}

.list-btns a:hover {
  background-color: #233752;
  color: white;
}
.list-btns a.active {
  background-color: #233752;
  color: white;
}
.zuopin-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.zuopins {
  width: 22%;
  margin-bottom: 25px;
  margin-right: 48px;
}

.zuopins img {
  width: 264px;
  height: 352px;
  object-fit: cover;
  transition: all 0.3s;
}

.zuopins img:hover {
  transform: translateY(-5px);
}

.zuopins:nth-child(4n) {
  margin-right: 0;
}

.zuopins h3 {
  height: 88px;
  font-size: 16px;
  padding: 20px 16px;
  text-align: center;
  line-height: 24px;
}
/* 文章页面样式 */
.rh_content .article_title {
  text-align: center;
  padding: 40px 0 20px;
  font-size: 26px;
}

.rh_content .info {
  text-align: center;
  font-size: 16px;
  color: #a1a7b5;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.rh_content .info span {
  margin: 0 10px;
}

.rh_content .teacher_name {
  font-size: 28px;
  padding: 50px 0 30px;
}
