body,
html {
  background-color: #fff;
  position: relative;
}

body {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.index .index-main {
  width: auto;
  position: relative;
  padding: 160px 24px;
  ;
}

.index-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  max-width: 1104px;
  margin: 0 auto;
}

.index-card .index-title {
  font-size: 36px;
  font-weight: 600;
  color: #191919;
  text-align: center;
  padding: 48px 48px 12px 48px;
}

.index-card .index-btn {
  text-align: right;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 12px;
}

.index-card .index-btn .tiaojiTime {
  float: left;
  display: flex;
  height: 38px;
  flex-direction: column;
  place-content: center;
}

.index-card .index-btn .layui-btn {
  background: #00489B;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 8px;
}

.index-card .index-content {
  padding: 0 48px 48px;
}

.index-card .index-content .index-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.index-card .index-content .content {
  /* max-width: 325px; */
  max-width: 480px;
  border: 1px solid #DFEEFF;
  border-radius: 4px;
  overflow: hidden;
  flex: 1;
}

.index-card .index-content .content .content-header {
  background-image: url(../images/1-bg.jpg);
  background-repeat: no-repeat;
  height: 198px;
}

/* .index-card .index-content .content:nth-child(2) .content-header {
  background-image: url(../images/2-bg.jpg);
  background-repeat: no-repeat;
  height: 198px;
}

.index-card .index-content .content:nth-child(3) .content-header {
  background-image: url(../images/3-bg.jpg);
  background-repeat: no-repeat;
  height: 198px;
} */

.index-card .index-content .content:nth-child(2) .content-header {
  background-image: url(../images/2-bg_2.jpg);
  background-repeat: no-repeat;
  height: 198px;
}

.index-card .index-content .content:nth-child(3) .content-header {
  background-image: url(../images/3-bg_2.jpg);
  background-repeat: no-repeat;
  height: 198px;
}

.index-card .index-content .content-header .content-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 119, 48, 0.25);
  padding: 80px 12px 0;
}

.index-card .index-content .content:nth-child(3) .content-header .content-title {
  padding-top: 30px;
}

.index-card .index-content .content-text {
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  min-height: 90px;
  color: #191919;
}

.index-card .index-content .content-operate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px 24px;
}

.index-card .index-content .content-operate .operate-left a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #00489B;
}

.index-card .index-content .content-operate .operate-left .layui-icon-right {
  font-size: 14px;
  color: #00489B;
}

.index-card .index-content .content-operate .operate-left a:hover,
.index-card .index-content .content-operate .operate-left a:hover .layui-icon-right {
  opacity: 0.8;
}

.index-card .index-content .content-operate .operate-right .layui-btn {
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #00489B;
  border-radius: 3px;
}

.index-card .index-footer {
  background: #E6F7FF;
  border: 1px solid #91D5FF;
  border-radius: 2px;
  padding: 16px 24px 0;
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-card .index-footer .footer-item {
  max-width: 320px;
  flex-grow: 1;
}

.index-card .index-footer .footer-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000D9;
}

.index-card .index-footer .footer-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000D9;
  padding-top: 6px;
  margin-bottom: 16px;
}

.footer {
  color: #fff;
}

.footer a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .index .index-main {
    padding: 100px 10px 24px 10px;
  }

  .index-card {
    max-width: 525px;
  }
  
  .index-card .index-content {
    padding: 0 24px 48px;
  }

  .index-card .index-content .index-header {
    display: block;
  }
  .index-card .index-content .content {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .index-card .index-title .index-college {
    display: none;
  }
  .index-card .index-footer {
    display: block;
  }
}