* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text-color);
}
body {
  background-color: var(--bg-color);
}
ul,li {
  list-style: none;
}
a {
  text-decoration: none;
}
i {
  color: white;
}
img {
  width: 100%;
}
.iconfont {
  color: white;
  font-size: 26px;
}
:root {
  --header-color:#1e2d51;
  --index-mav-color: rgba(30, 45, 81, 0.95);
  --text-color: #222222;
  --bg-color: #ebecec;
  --bg-data-color: rgba(118,135,202,0.96);
}
header {
  min-width: 1215px;
  position: relative;
  z-index: 200; 
}
header .top_name {
  background-color: var(--header-color);
}
header .top_name .changdian {
  width: 1215px;
  height: 90px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 320px auto 180px;
  align-items: center;
  justify-items: end;
}
header .top_name .changdian .left_btn .btn {
  border: #c8ccd2 1px solid;
  border-radius: 15px;
  color: #c8ccd2;
  padding: 3px 10px;
  margin-right: 20px;
  font-size: 14px;
}
header .top_name .changdian .left_btn .btn .iconfont {
  font-size: 14px;
}
header .top_name .changdian img{
  width: 300px;
  height: 50px;
}
header .top_name .changdian .gd_name {
  font-size: 18px;
  color: white;
  letter-spacing: 3px;
}
header .top_name .changdian .xiaoxun {
  padding-right: 30px;
}
header .top_name .changdian .xiaoxun span {
  margin: 0 10px;
  font-size: 22px;
  color: #e1e3e3;
}
header .index_nav {
  background-color: var(--index-mav-color);
  height: 140px;
}
header .index_nav nav {
  width: 1215px;
  margin: 0 auto;
}
header .index_nav nav ul {
  align-items: center;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
} 
header .index_nav nav ul li a{
  font-size: 18px;
  font-weight: 500;
  color: white;
  letter-spacing: 3px;
  display: block;
  padding-bottom: 20px;
  font-family: "微软雅黑","宋体";
}
header .index_nav nav ul li img{
  width: 121px;
  height: 121px;
  margin: 7px;
}
/***submenu style****/
header .index_nav nav ul li {
  position: relative;
}

header .index_nav nav ul li:hover>.sub_menu {
  display: block;
}

header .index_nav nav ul li .sub_menu {
  position: absolute;
  z-index: 200;
  display: none;
  left: 0;
  top: 44px;
  width: 135px;
  background-color: var(--index-mav-color);
}

header .index_nav nav ul li .sub_menu div a {
  display: block;
  padding: 10px 0;
}

header .index_nav nav ul li .sub_menu div a:hover {
  background-color: #1e2d51;
}
/* 搜索 */
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border-right: none;
  padding-left: 8px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #333333;
  border: none;
}

.searchTerm:focus{
  color: #333333;
}

.searchButton {
  width: 40px;
  background: #026aca;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  border: none;
}
.search_main {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto;
}
.search_main .search {
  width: 60%;
  margin: 0 auto;
}
.search_main .search .searchTerm {
  height: 40px;
}
.resultbar {
  width: 60%;
  margin: 30px auto;
  text-align: center;
}
.resultlist ul li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px dotted #666666;
}
.resultlist ul li h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.resultlist ul li p {
  font-size: 16px;
  color: #a1a7b4;
  line-height: 30px;
}
.resultlist ul li span {
  font-size: 16px;
  margin-top: 6px;
}
.resultlist ul li span small {
  margin-left: 20px;
  font-size: 16px
}
.pagelist {
  padding: 20px 0;
}
.pagelist table {
  font-size: 16px;
}
.pagelist table td {
  padding: 0 6px;
}
.mySwiper {
  min-width: 1215px;
  position: relative;
 /* top: -195px;*/
  z-index: 100;
}
.mySwiper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
/* 特色 */
.tese-part {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px auto;
  column-gap: 30px;
}
.tese {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 22px;
  row-gap: 30px;
  align-items: center;
}
.tese .tese_list img {
  background-color: #212e4d;
  border-radius: 20px;
}
/* 快速链接通道 */
.links_mod {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  padding-bottom: 80px;
}

.links_mod .mod {
  background-color: #ffffff;
  height: 270px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.links_mod .mod img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.links_mod .mod .link-img {
  position: relative;
}

.links_mod .mod .link-img span {
  position: absolute;
  z-index: 20;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 36px;
  text-shadow: 1px 1px 5px #000;
}

.links_mod .mod .link-btn {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  text-align: center;
  color: #999999;
  font-size: 20px;
  font-weight: 550;
  transition: all 0.4s;
}

.links_mod .mod .link-btn:hover {
  background-color: #1e2d51;
  color: #f1f1f1;
}
.link_module {
  position: relative;
  /*top: -95px;*/
  padding-bottom: 50px; 
  z-index: 80;
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(20,1fr);
  grid-template-rows: repeat(2,1fr);
  row-gap: 10px;
  column-gap: 10px;
}
.link_module .module {
  position: relative;
}
.link_module .module .link_title {
  position: absolute;
  z-index: 20;
  bottom: 14px;
  left: 10px;
}
.link_module .module .link_title a {
  color: white;
  font-size: 20px;
}
.link_module .module img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link_module>.module:nth-child(1) {
  grid-column: 1/7;
  grid-row: 1/3;
}
.link_module>.module:nth-child(2) {
  grid-column: 7/10;
  grid-row: 1;
}
.link_module>.module:nth-child(3) {
  grid-column: 10/14;
  grid-row: 1;
}
.link_module>.module:nth-child(4) {
  grid-column: 14/17;
  grid-row: 1;
}
.link_module>.module:nth-child(5) {
  grid-column: 17/21;
  grid-row: 1;
}
/* .link_module>.module:nth-child(6) {
  grid-column: 7/11;
  grid-row: 2/3;
  background-color: #c8ccd2;
} */
.link_module>.module:nth-child(6) {
  grid-column: 7/14;
  grid-row: 2/3;
}
.link_module>.module:nth-child(7) {
  grid-column: 14/18;
  grid-row: 2/3;
}
.link_module>.module:nth-child(8) {
  grid-column: 18/21;
  grid-row: 2/3;
  background-color: #a1a7b4;
}
/* 招生就业二维码 */
.qrcode_module {
  background-color: #cfd4de;
  position: relative;
  /*top: -55px;*/
  z-index: 70;
  padding: 50px 0;
  min-width: 1200px;
}
.qrcode {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 540px 200px 200px 200px;
  column-gap: 20px;
}
.qrcode_module .qrcode .f-module .left-link {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.qrcode_module .qrcode .f-module .left-link span {
  position: absolute;
  color: #ffffff;
  font-size: 34px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 35px;
}

.qrcode_module .qrcode .f-module .left-link img {
  width: 540px;
  height: 120px;
  object-fit: cover;
}
/* 校园新闻 */
.news_module {
  width: 1200px;
  margin: 50px auto 0;
  position: relative;
  /*top: -15px;*/
  z-index: 70;
}
/*.news_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

.news_list .news h3 {
  font-size: 1.5em;
}

.left_news {
  display: grid;
  grid-template-columns: 240px auto;
  column-gap: 20px;
  height: 150px;
  margin-top: 30px;
  align-items: center;
}

.left_news img {
  width: 240px;
  height: 150px;
  object-fit: cover;
}

.left_news h4 a {
  font-size: 1.125em;
  padding: 8px 0 2px;
}

.left_news p {
  line-height: 26px;
}

.left_news a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1/3;
}

.right_news {
  margin-top: 20px;
}

.right_news .right_news_list {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  font-size: 18px;
}

.right_news .more {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}*/
.news_title {
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d2d2;
}
.news_module .news {
  padding: 20px;
  background-color: #e1e3e3;
  border-bottom: 1px solid #d1d2d2;
  display: grid;
  grid-template-columns: 260px 260px 580px;
  column-gap: 30px;
  padding-bottom: 20px;
}
.news_module .news .left_news a img {
  width: 260px;
  height: 180px;
  object-fit: cover;
}
.news_module .news .left_news h4 {
  font-size: 18px;
  padding: 8px 0;
  line-height: 24px;
}
.news_module .news .left_news h4 a {
  color: #2c3a5c;
}
.news_module .news .right_news hr {
  margin: 10px 0;
}
.news_module .news .left_news p {
  color: #666666;
}
.news_module .news .right_news {
  padding-top: 20px;
}
.news_module .news .right_news .more {
  padding: 10px 20px;
  width: 150px;
  margin: 20px auto 0;
  font-size: 18px;
}
.news_module .news .right_news .more a {
  color: #333333;
}
.news_module .news .right_news .right_news_list {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 40px;
}
.news_module .news .right_news .right_news_list a {
  color: var(--text-color);
}
.news_module .news .right_news .right_news_list span {
  padding: 0 10px;
}
.glide_module {
  margin-top: 50px;
}
.glide_module .news_title {
  width: 1200px;
  margin: 0 auto;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d2d2;
}
.glide_module .news_title span {
  font-weight: 500;
  font-size: 18px;
  padding: 0 10px;
  color: #666666;
}
.college_swiper {
  margin-top: 20px;
  padding: 20px 0;
  background-color: #cfd4de;
  min-width: 1200px;
}
.college_swiper .swiper {
  width: 900px;
}
.meSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.meSwiper .swiper-slide .name {
  font-size: 15px;
  border-top: 2px #be0000 solid;
  margin: 10px 20px 4px;
  padding-top: 10px;
  letter-spacing: 3px;
}
.meSwiper .swiper-slide .position {
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}
.schlife_module {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}
.schlife_module .module_title {
  text-align: center;
}
.schlife_module .module_title::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #c8ccd2;
  transform: translateX(599px);
}
.schlife_module .module_title::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--header-color);
  margin-top: 10px;
  transform: translateX(598px);
}
.schlife_module .photo_module {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  grid-template-rows: repeat(2,1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.schlife_module .photo_module>.module:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.schlife_module .photo_module>.module:nth-child(2) {
  grid-column: 3/6;
  grid-row: 1;
}
.schlife_module .photo_module>.module:nth-child(3) {
  grid-column: 6/8;
  grid-row: 1;
}
.schlife_module .photo_module>.module:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2/3;
}
.schlife_module .photo_module>.module:nth-child(5) {
  grid-column: 5/8;
  grid-row: 2/3;
}
.schlife_module .photo_module .module {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.schlife_module .photo_module .module img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schlife_module .photo_module .module .imgDrop {
  line-height: 60px;
  font-family: "黑体";
  font-size: 34px;
  font-weight: 550;
  text-align: right;
  background-color: white;
  position: absolute;
  width: 300px;
  height: 60px;
  top: 30px;
  left: 20px;
  z-index: 40;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding-right: 20px;
  display: grid;
  grid-template-columns: 130px 140px;
}
.schlife_module .photo_module .module .imgDrop span {
  margin-top: 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 550;
}
.number_module .news_title {
  width: 1200px;
  margin: 0 auto;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d2d2;
}
.number_module .news_title::before {
  content: "";
  display: block;
  width: 1px;
  height: 140px;
  background-color: #c8ccd2;
  margin-bottom: -35px;
  transform: translateX(599px);
}
.number_module .data_bg {
  min-width: 1200px;
  height: 384px;
  margin-top: 20px;
  max-width: unset;
  width: 100%;
  background: url(../img/numbg.jpg) fixed;
  background-size: cover;
}
.number_module .data_bg::before {
  min-width: 1200px;
  content: "";
  display: block;
  position: absolute;
  background-color: var(--index-mav-color);
  width: 100%;
  height: 384px;
  z-index: 1;
}
.number_module .data_bg .data_module {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px auto;
  position: relative;
  z-index: 20;
}
.number_module .data_bg .data_module .left_pic {
  padding: 50px 20px 0;
}
.number_module .data_bg .data_module .left_pic p {
  font-size: 14px;
text-align: center;
  color: #c4c3c3;
margin-top: 20px;
}
.number_module .data_bg .data_module .numbers {
  margin-top: 30px;
margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 60px;
  justify-content: center;
  align-items: center;
}
.number_module .data_bg .data_module .numbers .data {
  display: grid;
  grid-template-rows: repeat(2,1fr);
  justify-items: center;
  min-height: 80px;
}
.number_module .data_bg .data_module .numbers .num {
  color: #c4c3c3;
  font-size: 50px;
  font-weight: 600;
}
.number_module .data_bg .data_module .numbers .data_desc {
  color: #c4c3c3;
  font-size: 18px;
padding-top: 16px;
}
.number_module .data_bg .data_module .numbers .data_desc p {
  text-align: center;
  color: #c4c3c3;
text-align: center;
}
.number_module .data_bg .data_module .right_qrcode .qrcode_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 10px;
  padding-top: 30px;
}
.number_module .data_bg .data_module .right_qrcode .phone {
  margin-top: 30px;
}
.number_module .data_bg .data_module .right_qrcode .phone p {
  font-size: 14px;
  padding-left: 50px;
  color: #c4c3c3;
}
footer {
  min-width: 1200px;
  padding: 20px 0;
  /* margin-top: 50px; */
  background-color: #2b3244;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer div,
.copyright a {
  color: white;
}

.copyright {
  width: 1200px;
  margin: 10px auto 0;
  text-align: center;
}

.copyright a {
  line-height: 40px;
  padding-right: 50px;
}
/* 图片瀑布流样式 */
.photo_main {
  position: relative;
  z-index: 250;
  top: -70px;
  width: 80%;
  margin: 0 auto;
}

.menu {
  text-align: center;
  line-height: 70px;
}

.menu a {
  border-radius: 50px;
  padding: 10px 20px;
  background-color: whitesmoke;
  margin: 0 5px;
  box-shadow: 0 0 2px #000;
  font-size: 1em;
  transition: all 0.6s;
}

.menu a:hover {
  background-color: #dfdfdf;
}

.masonry {
  width: 96%;
  margin: 20px auto;
  columns: 3;
  column-gap: 30px;
}

.item {
  width: 100%;
  break-inside: avoid;
  margin-bottom: 30px;
}

.item a {
  position: relative;
  display: block;
}

.item a .photo_title {
  display: none;
  width: 100%;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  bottom: 3px;
  left: 0;
  padding-left: 30px;
  line-height: 60px;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.item a:hover>.photo_title {
  display: block;
}

.item img {
  width: 100%;
  border-radius: 4px;
}

.item h2 {
  padding: 8px 0;
}

.item P {
  color: #555;
}

/* 分页样式 */
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

ul.pagination li {
  font-size: 16px;
  text-align: center;
  color: black;
  float: left;
  /* padding: 8px 15px; */
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

ul.pagination li .page-link {
  font-size: 16px;
  display: block;
  /* background-color: #026aca; */
  padding: 8px 15px;
}

ul.pagination li select {
  padding: 10px 15px;
  border: none;
  background-color: transparent;
}

ul.pagination li.active {
  background-color: #110958;
  color: white;
  border: 1px solid #110958;
}

ul.pagination li.active a {
  color: white;
  padding: 8px 15px;
}
#cnzz_stat_icon_1280325530 img {
width:50px;
}
