/* 通用样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text-color);
  font-family: "微软雅黑";
}

body {
  background-color: var(--bg-color);
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.iconfont {
  color: white;
  font-size: 18px;
}

:root {
  --header-color: #1e2d51;
  --index-bg-color: rgba(4, 84, 131, 0.6);
  --index-nav-color: rgba(30, 45, 81, 0.65);
  --text-color: #222222;
  --bg-color: #ebecec;
  --bg-data-color: rgba(118, 135, 202, 0.96);
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/* 页面头部模块 */
header {
  min-width: 1200px;
  width: 100%;
  background: url(../img/bg.jpg) no-repeat center top;
}

header .header_logo {
  display: grid;
  grid-template-columns: 400px auto 300px;
  column-gap: 30px;
  align-items: center;
  padding-top: 30px;
  z-index: 20;
}

header .header_logo .webname {
  font-size: 36px;
  font-weight: 550;
  color: #ebecec;
  letter-spacing: 6px;
}

header .header_logo .right_btn span {
  padding-right: 20px;
  font-size: 26px;
  font-weight: 550;
  color: #ebecec;
}

header .hx_menu {
  margin-top: 30px;
  background-color: var(--index-nav-color);
}

header .hx_menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr;
  text-align: center;
  height: 66px;
  align-items: center;
}
header .hx_menu ul li {
  position: relative;
}

header .hx_menu ul li .sub {
  display: none;
  position: absolute;
  z-index: 500;
  left: 0;
  top: 66px;
  width: 350px;
  background-color: var(--index-nav-color);
}

header .hx_menu ul li:last-child>.sub {
  left: -150px;
}

header .hx_menu ul li .sub div a {
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  padding-left: 50px;
}

header .hx_menu ul li:hover>.sub {
  display: block;
}
header .hx_menu ul li a {
  font-size: 22px;
  font-weight: 560;
  color: #ebecec;
  font-family: "黑体";
  display: block;
  line-height: 66px;
}

header .hx_menu ul li a:hover {
  background-color: #1c4692;
}

header .zx_menu {
  position: relative;
  z-index: 20;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 180px 460px 460px;
  column-gap: 50px;
}

header .zx_menu ul {
  padding: 20px 0 10px;
  width: 180px;
  background-color: var(--index-nav-color);
  border-top-right-radius: 30px;
}

header .zx_menu ul li {
  width: 100%;
}

header .zx_menu ul li a {
  border-bottom: #ebecec 1px solid;
  line-height: 40px;
  color: #ebecec;
  text-align: left;
  display: block;
  width: 120px;
  margin-left: 20px;
  font-size: 18px;
  font-family: "黑体";
}

header .zx_menu ul>li:nth-child(7) a {
  border-bottom: none;
}

/* 新闻部门样式 */
.cx_news {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 460px 340px 340px;
  column-gap: 30px;
}

.cx_news .swiper {
  width: 460px;
  height: 351px;
}

.cx_news .swiper .swiper-slide {
  position: relative;
}

.cx_news .swiper .s_title {
  position: absolute;
  z-index: 200;
  left: 0;
  bottom: 0;
  background-color: rgba(10, 7, 118, 0.6);
  width: 100%;
  height: 80px;
  padding: 14px 20px;
}

.cx_news .swiper .s_title a {
  color: white;
  font-size: 18px;
}

.cx_news .swiper img {
  width: 460px;
  height: 351px;
  object-fit: cover;
  transition: all 0.6s;
}

.cx_news .swiper img:hover {
  transform: scale(1.15);
}

.cx_news .news_list .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  line-height: 50px;
}

.cx_news .news_list .title h3 {
  color: #0c0598;
}

.cx_news .news_list .title .more a {
  color: #f1a64b;
}

.cx_news .news_list ul {
  padding-top: 20px;
}

.cx_news .news_list ul li a {
  height: 50px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 60px 260px;
  column-gap: 20px;
}

.cx_news .news_list ul li a .date {
  text-align: center;
  width: 60px;
  height: 50px;
  background-color: #0c0598;
}

.cx_news .news_list ul li a .date p {
  color: white;
  font-size: 14px;
}

.cx_news .news_list ul li a .date .day {
  font-size: 22px;
  font-weight: bold;
}

/*  创业园*/
.cy_park {
  padding: 10px 0 60px;
}

.cy_park h2 p {
  color: #1c4692;
  font-size: 1.5em;
  padding-bottom: 10px;
}

.paks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.paks div:nth-child(1) {
  grid-row: 1;
  grid-column: 1/5;
}

.paks div:nth-child(2) {
  grid-row: 1;
  grid-column: 5/8;
}

.paks div:nth-child(3) {
  grid-row: 2;
  grid-column: 1/4;
}

.paks div:nth-child(4) {
  grid-row: 2;
  grid-column: 4/6;
}

.paks div:nth-child(5) {
  grid-row: 2;
  grid-column: 6/8;
}

.paks a {
  color: white;
  position: relative;
}

.paks a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paks .park_title {
  position: absolute;
  z-index: 200;
  left: 40px;
  bottom: 50px;
}

.paks .park_title p {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
}

/* 实践基地服务 */
.links {
  background: url(../img/kaosheng_bg.jpg) no-repeat;
}

.links .link_jidi {
  background-color: rgba(50, 111, 141, 0.9);
  padding: 100px 0;
}

.links .link_jidi h2 {
  color: white;
  text-align: center;
  font-size: 2.8em;
  padding-bottom: 80px;
}

.links .link_jidi .links_service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  text-align: center;
  row-gap: 50px;
}

.links .link_jidi .links_service a {
  border: 1px solid white;
  border-radius: 60px;
  color: white;
  font-size: 2.4em;
  padding: 16px 0;
  text-shadow: 1px 1px 6px black;
}

/* 底部样式 */
footer {
  min-width: 1200px;
  background-color: #1c4692;
  padding: 30px 0;
}

footer .footer_top {
  width: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px auto;
  column-gap: 50px;
  padding: 0 20px;
}

footer .footer_top .left_logo h4 {
  color: white;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

footer .footer_top .phone {
  padding-left: 80px;
}

footer .footer_top .phone p {
  color: #ebecec;
  line-height: 50px;
  font-size: 20px;
}

.footer {
  min-width: 1200px;
  background-color: #16366f;
}

.footer .footer_bottom .copyright {
  line-height: 42px;
  text-align: center;
}

/* 列表页样式 */
.page_main {
  width: 1200px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 240px 920px;
  column-gap: 40px;
}

.page_main nav h2 {
  color: white;
  background-color: #1c4692;
  line-height: 70px;
  padding-left: 45px;
  font-weight: 400;
  font-size: 26px;
}

.page_main nav ul {
  padding: 10px 0 50px 20px;
  background-color: #cfd4de;
}

.page_main nav ul li {
  line-height: 46px;
}

.page_main nav ul li a {
  display: block;
  padding-left: 30px;
  font-size: 18px;
  border-bottom: 1px solid #bac0cd;
}

.page_main nav ul li a .iconfont {
  color: #333333;
  font-size: 16px;
  float: right;
  padding-right: 30px;
}

.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: 30px 0 0;
}

.page_main .content_main .page_content .content {
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 1px;
}

.page_main .content_main .page_content .content div {
  margin-bottom: 20px;
}

.page_main .content_main .page_content .page_news_lists {
  display: grid;
  grid-template-columns: 90px auto;
  column-gap: 10px;
  border-bottom: #e2e2e2 1px solid;
  padding: 15px 0;
}

.page_main .content_main .page_content .page_news_lists .left_date {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
}

.page_news_lists .left_date .d {
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: 550;
}

.page_news_lists .right_news {
  border-left: #e2e2e2 1px solid;
  padding-left: 20px;
}

.page_news_lists .right_news .new_title {
  font-size: 18px;
  color: #333333;
}

.page_news_lists .right_news .desc {
  color: #999999;
  line-height: 26px;
  margin-top: 6px;
  font-size: 14px;
}

.page_content h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.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;
}

/* 分页样式 */
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;
}

/* 文章页样式 */
.page_main .content_main .page_content {
  padding: 30px 0 0;
}

.page_main .content_main .page_content .content {
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 1px;
}

.page_main .content_main .page_content .content div {
  margin-bottom: 20px;
}

.page_main .content_main .content {
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 1px;
  padding-top: 30px;
}

.page_main .content_main .content div {
  margin-bottom: 20px;
}

.page_main .content_main .page_content .page_news_lists {
  display: grid;
  grid-template-columns: 90px auto;
  column-gap: 10px;
  border-bottom: #e2e2e2 1px solid;
  padding: 15px 0;
}

.page_main .content_main .page_content .page_news_lists .left_date {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
}

.page_news_lists .left_date .d {
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: 550;
}

.page_news_lists .right_news {
  border-left: #e2e2e2 1px solid;
  padding-left: 20px;
}

.page_news_lists .right_news .new_title {
  font-size: 18px;
  color: #333333;
}

.page_news_lists .right_news .desc {
  color: #999999;
  line-height: 26px;
  margin-top: 6px;
  font-size: 14px;
}

.page_content h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.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;
}
