* {
  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: 16px;
}
:root {
  --header-color:#1e2d51;
  --index-mav-color: rgba(30, 45, 81, 0.85);
  --text-color: #222222;
  --bg-color: #ebecec;
  --bg-data-color: rgba(118,135,202,0.96);
}
header {
  min-width: 1000px;
  width: 100%;
  background-size: cover;
  padding-top: 30px;
}
header .header_logo {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 240px;
  justify-content: space-between;
}
header .header_logo .right_btn {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
header .header_logo .right_btn .btn {
  width: auto;
  height: 24px;
  border: #ebecec 1px solid;
  border-radius: 15px;
  color: #ebecec;
  font-size: 12px;
  justify-self: flex-end;
  padding: 2px 10px 0;
  margin-top: 30px;
}
.header .nav {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 740px;
  padding-top: 50px;
}
.header .nav nav {
  position: relative;
  padding: 20px 0 10px;
  width: 100%;
  background-color: var(--index-mav-color);
  border-top-right-radius: 30px;
}
.header .nav nav ul li {
  width: 100%;
}
.header .nav nav ul li a {
  border-bottom: #ebecec 1px solid;
  line-height: 40px;
  color: #ebecec;
  text-align: left;
  display: block;
  width: 120px;
  margin-left: 30px;
}
.header .nav nav ul>li:nth-child(7) a {
  border-bottom: none;
}
.header .nav .desc {
  padding-top: 60px;
}
.header .nav .desc .desc_bg {
  margin: 0 auto;
  padding: 20px 10px;
  width: 420px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.header .nav .desc .desc_bg h3 {
  font-size: 26px;
  line-height: 50px;
  color: #ebecec;
}
.header .nav .desc .desc_bg p {
  color: #ebecec;
  font-size: 15px;
  line-height: 24px;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.stu_title {
  position: relative;
  padding: 30px 0 50px;
  text-align: center;
}
.stu_title::after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  background-color: #333333;
  transform:translate(117%,-10px);
  position: absolute;
  z-index: 1;
}
.stu_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333333;
  transform:translate(2450%,40px);
  position: absolute;
  z-index: 1;
}
.bg {
  min-width: 1000px;
  margin-top: 30px;
  background-color: white;
  padding-bottom: 30px;
}
.stu_title span {
  padding: 0 20px;
  background-color: var(--bg-color);
  position: relative;
  z-index: 3;
}
.stu_news .stu_title span {
  background-color: white;
}
.stu_news .news {
  display: grid;
  grid-template-columns: 50% 50%;
}
.stu_news .news_list ul li a {
  color: #222222;
  line-height: 36px;
}
.stu_news .news_list .more {
  margin-top: 20px;
  padding-left: 100px;
}
.stu_news .news_list .more a {
  color: #ebecec;
  padding: 10px 20px;
  background-color: #1f2d52;
}
.stu_news .news_list ul li span{
  border: #333333 1px solid;
  border-radius: 15px;
  padding: 2px 10px;
  margin-right: 10px;
}
.stu_student .stu_work {
  position: relative;
}
.stu_student .stu_work img {
  width: 600px;
}
.stu_work .right_con {
  background-color: white;
  width: 440px;
  height: 270px;
  box-shadow: 30px 30px #1e2d51;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: 30px;
}
.stu_work .right_con .stu_menu {
  margin-top: 95px;
  margin-left: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  justify-content: center;
  text-align: center;
  width: 360px;
}
.stu_work .right_con .stu_menu a {
  font-size: 18px;
  color: #333333;
}
.stu_work .right_con .stu_menu .iconfont {
  color: #333333;
  font-size: 20px;
  font-weight: 550;
  margin-right: 6px;
}
.stu_student .stu_work .stu_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  justify-items: center;
  background-color: white;
}
.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 .stu_title span {
  background-color: white;
}
.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: 50px;
  font-family: "黑体";
  font-size: 30px;
  font-weight: 550;
  text-align: right;
  background-color: white;
  position: absolute;
  width: 240px;
  height: 50px;
  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: 90px 140px;
}
.schlife_module .photo_module .module .imgDrop span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 550;
}
.stu_link .links {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 140px;
}
.stu_link .links .link_list img {
  border-radius: 50%;
  background-color: white;
}
.stu_link .links .link_list img:hover {
  background-color: beige;
}
.stu_link .links .link_list h4 {
  text-align: center;
  padding-top: 20px;
  color: #8d8a88;
  font-family: "幼圆","微软雅黑";
}
footer {
  min-width: 1000px;
  margin-top: 50px;
  background-color: #1c4692;
  padding: 20px 0;
}
footer .footer_top {
  display: grid;
  grid-template-columns: 130px 410px 260px;
  column-gap: 100px;
}
footer .footer_top .left_logo {
  padding-left: 30px;
}
footer .footer_top .left_logo img {
  width: 100px;
  height: 100px;
}
footer .footer_top .phone p {
  color: #ebecec;
  line-height: 30px;
  padding-left: 100px;
}
footer .footer_top .qrcode_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
}
.footer {
  min-width: 1000px;
  background-color: #16366f;
}
.footer .footer_bottom {
  display: grid;
  grid-template-columns: 160px auto;
}
.footer .footer_bottom .footer_logo {
  padding-top: 5px;
}
.footer .footer_bottom .copyright {
  line-height: 42px;
  text-align: center;
}
.white .stu_title span {
  background-color: var(--bg-color);
}
.news_right_photo {
  position: relative;
}
.news_right_photo .imgDrop {
  position: absolute;
  z-index: 30;
  left: 130px;
  top: 110px;
  border-radius: 30px;
  background-color: var(--bg-data-color);
  font-size: 18px;
  padding: 5px 20px;
}
.news_right_photo .imgDrop a {
  color: #ebecec;
}
.college_link {
  margin-top: 50px;
}
.college_link .colleges {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.college_link .stu_title span {
  background-color: white;
}
.college_link .colleges .college_list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.college_link .colleges .college_list h4 {
  line-height: 50px;
  padding-left: 40px;
}
.college_link .colleges .college_list h4::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  transform:translate(-26px,25px);
  position: absolute;
  z-index: 1;
}
.xiaoyou_link {
  padding: 50px 0 30px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 20px;
}
.xiaoyou_link .xiaoyou_sayou {
  background-color: #c7e3f2;
  border-radius: 20px;
}
.xiaoyou_link h2 {
  text-align: center;
  padding: 10px 0;
  font-family: "宋体";
}
.xiaoyou_link .xiaoyou_sayou p {
  font-size: 14px;
  line-height: 20px;
  background-color: #ebecec;
  border-radius: 20px;
  margin: 0 20px;
  padding: 20px 10px;
}
.xiaoyou_link .xiaoyou_links {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
  row-gap: 30px;
  justify-items: center;
}
.xiaoyou_link .xiaoyou_links .link_lists img {
  background-color: white;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.xiaoyou_link .xiaoyou_links .link_lists h4 {
  text-align: center;
  font-family: "幼圆";
  padding: 10px 0;
}
.xiaoyou_link .xiaoyou_code {
  border-radius: 20px;
  background-color: #e9e9e9;
}
.xiaoyou_link .xiaoyou_code .qrcode img {
  padding: 20px 60px;
}
.xiaoyou_link .xiaoyou_code .qrcode p {
  font-size: 14px;
  font-weight: 550;
  text-align: center;
}
.xiaoyou_news {
  padding-top: 60px;
  display: grid;
  grid-template-columns: 400px 570px;
  column-gap: 30px;
}
.xiaoyou_news_swiper {
  width: 400px;
}
.xiaoyou_news_list h3 {
  background-color: #c7e3f2;
  padding: 10px 0 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.xiaoyou_news_list .lists ul {
  padding-top: 16px;
}
.xiaoyou_news_list .lists ul li{
  display: flex;
  justify-content: space-between;
  line-height: 36px;
  padding: 0 10px;
}
.stu_work .swiper {
  width: 1000px;
  height: 400px;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
/*列表页样式*/
.page_main {
  width: 1000px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 180px 780px;
  column-gap: 40px; 
}
.page_main nav h2 {
  color: white;
  background-color: #2b3244;
  line-height: 60px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 22px;
}
.page_main nav ul {
  padding: 10px 0 50px 20px;
  background-color: #cfd4de;
}
.page_main nav ul li {
  line-height: 40px;
}
.page_main nav ul li a {
  display: block;
  padding-left: 10px;
  font-size: 18px;
  border-bottom: 1px solid #bac0cd;
}
.page_main nav ul li a .iconfont {
  color: #333333;
  font-size: 16px;
  float: right;
  padding-right: 16px;
}
.page_main nav ul li a:hover {
  background-color: white;
}
.page_main .content_main {
  /* padding-top: 70px; */
}
.page_main .content_main .page_title {
  border-bottom: 1px solid #e2e2e2;
  line-height: 60px;
  display: flex;
  justify-content: space-between
}
.page_main .content_main .page_title h3 {
  font-size: 26px;
  font-weight: 400;
  border-bottom: 2px solid #2c3a5c;
  color: #2c3a5c;
}
.page_main .content_main .page_content { 
  padding: 10px 0 0;
}
.page_main .content_main .page_content .content {
  line-height: 32px;
  font-size: 18px;
  text-align: justify;
  overflow: hidden;
}
.page_main .content_main .page_content .content div {
  margin-bottom: 20px;
}
.page_main .content_main .page_content .content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page_main .content_main .page_content .page_news_lists {
  display: flex;
  justify-content: space-between;
  border-bottom: #e2e2e2 1px dotted;
  font-size: 18px;
  line-height: 50px;
}
.page_content .page_news_lists a {
  display: block;
}
.page_content .page_news_lists a:hover {
  color: #2c3a5c;
}
.page_content .page_news_lists .date {
  color: #999999;
  padding-right: 10px;
}

.page_content h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}
.page_content .info {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: #e2e2e2 1px solid;
  margin-bottom: 20px;
}
.page_content .info span {
  color: #999999;
  padding: 0 10px;
}
/*列表页样式*/
.page_main {
  width: 1000px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 180px 780px;
  column-gap: 40px; 
}
.page_main nav h2 {
  color: white;
  background-color: #2b3244;
  line-height: 60px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 22px;
}
.page_main nav ul {
  padding: 10px 0 50px 20px;
  background-color: #cfd4de;
}
.page_main nav ul li {
  line-height: 40px;
}
.page_main nav ul li a {
  display: block;
  padding-left: 10px;
  font-size: 18px;
  border-bottom: 1px solid #bac0cd;
}
.page_main nav ul li a .iconfont {
  color: #333333;
  font-size: 16px;
  float: right;
  padding-right: 16px;
}
.page_main nav ul li a:hover {
  background-color: white;
}
.page_main .content_main .page_title {
  border-bottom: 1px solid #e2e2e2;
  line-height: 60px;
  display: flex;
  justify-content: space-between
}
.page_main .content_main .page_title h3 {
  font-size: 26px;
  font-weight: 400;
  border-bottom: 2px solid #2c3a5c;
  color: #2c3a5c;
}
.page_main .content_main .page_content { 
  padding: 10px 0 0;
}
.page_main .content_main .page_content .content {
  line-height: 32px;
  font-size: 18px;
  text-align: justify;
  overflow: hidden;
}
.page_main .content_main .page_content .content div {
  margin-bottom: 20px;
}
.page_main .content_main .page_content .content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page_main .content_main .page_content .page_news_lists {
  display: flex;
  justify-content: space-between;
  border-bottom: #e2e2e2 1px dotted;
  font-size: 18px;
  line-height: 50px;
}
.page_content .page_news_lists a {
  display: block;
}
.page_content .page_news_lists a:hover {
  color: #2c3a5c;
}
.page_content .page_news_lists .date {
  color: #999999;
  padding-right: 10px;
}

.page_content h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}
.page_content .info {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: #e2e2e2 1px solid;
  margin-bottom: 20px;
}
.page_content .info span {
  color: #999999;
  padding: 0 10px;
}
/* 分页样式 */
.pagess {
  clear: both;
  height: 30px;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
}
.pagess ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999;
}
.pagess ul li.active {
  display: inline-block;
  border: 1px solid slategray;
  padding: 2px 9px;
  margin: 0 3px;
  background: slategray;
  color: #fff;
}
.page_content_person {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 80px;
  padding: 30px 20px;
  text-align: center;
}
.page_content_person img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.page_content_person h4 {
  padding-top: 10px;
  font-size: 18px;
}
.page_content_up {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  padding: 30px 20px;
  text-align: center;
}
.page_content_up .list_three {
  background-color: #16366f;
  padding: 10px;
}
.page_content_up .list_three h4 {
  font-size: 18px;
  color: white;
  padding: 20px 0;
}
