* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: url("../images/bg.jpg") #eff8ff top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #000;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* 头部 开始 */
.index-entrance-box {
  width: 400px;
  max-width: 80%;
  height: 60px;
  background: url("../images/logo.png") no-repeat center left;
  background-size: contain;
  border-radius: 5px;
  margin-top: 30px;
}

.index-entrance-box h1 {
  display: none; /* 只保留 SEO */
}

.index-entrance-box a {
  display: block;
  height: 100%;
}

.title-box {
  margin-top: 20px;
}

.title-link-box {
  display: block;
  width: 700px;
  height: auto;
}

.title-link-box img {
  width: 100%;
  height: 100%;
}

.top-box {
  display: flex;
  justify-content: space-between;
}

.top-left .search-form {
  margin-top: 20px;
  height: 60px;
  display: flex;
  align-items: center;
}

.search-form input {
  width: 590px;
  height: 100%;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  color: #333;
  font-size: 18px;
  border-radius: 2px 0 0 2px;
}

.search-form .search-btn {
  height: 100%;
  padding: 0 12px;
  background: linear-gradient(to bottom, #7299f8, #5b74f4);
  display: flex;
  align-items: center;
  gap: 5px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}

.search-btn .text {
  font-size: 22px;
  font-weight: bold;
}

.search-btn img {
  height: 25px;
}
/* 头部 结束 */
/* 主区域 开始 */
.main-wrap {
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(51, 102, 250, 0.2);
  border-radius: 22px;
  padding: 25px 20px;
  position: relative;
  min-height: 645px;
}

.main-wrap .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.location-box {
  border-bottom: 1px solid #6c94ea22;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
}

.more-info-tabs {
  margin-top: 20px;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.more-info-tabs .tab-info {
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #f2f2f2;
  cursor: pointer;
}

.tab-info.current-tab {
  font-weight: bold;
  background-color: #2682f1;
  color: #fff;
}

.nav-list {
  position: absolute;
  top: 68px;
  left: -55px;
  width: 55px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.nav-list-item {
  font-weight: bold;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 6px 0 0 6px;
  text-shadow: 0px 2px 0px rgba(84, 48, 6, 0.28);
  background: linear-gradient(0deg, #f88129 0%, #f1c35f 100%);
  color: #fff;
  font-size: 24px;
  line-height: normal;
  cursor: pointer;
}

.nav-list-item:last-child {
  text-shadow: 0px 2px 0px rgba(57, 109, 251, 0.28);
  background: linear-gradient(0deg, #7aa2f9 0%, #5b74f5 100%);
  margin-top: 10px;
}

.main-wrap .calendar-box,
.main-wrap .today-info-box {
  flex: 1 1 400px;
}

.main-wrap .today-info-box {
  height: 590px;
  display: flex;
  flex-direction: column;
}

.info-list {
  flex: 1;
  height: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;

  /* scrollbar-width: none; */
  /* -ms-overflow-style: none; */
}

.info-list::-webkit-scrollbar {
    /* display: none; */
}

.info-list .info-list-item,
.yjzj-info-list .yjzj-info-list-item,
.today-info-list .today-info-list-item {
  display: flex;
  line-height: 32px;
  margin-bottom: 30px;
}

.info-list .info-list-item {
    display: none;
}

.info-list-item .item-link .item-title,
.yjzj-info-list-item .item-link .item-title,
.today-info-list-item .item-link .item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.info-list-item .item-link .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.info-list-item .item-content .tag-box {
  font-weight: normal;
  font-size: 18px;
  color: #787878;
  line-height: 32px;
  margin-top: 8px;
}

.info-list-item .item-content .tag-box .tag-name {
  background-color: #f3f3f3;
  border-radius: 3px;
  padding: 3px 10px;
}


.yjzj-info-list,
.today-info-list {
  min-height: 500px;
  padding: 30px 0;
}

.info-list-item .item-dot,
.yjzj-info-list-item .item-dot,
.today-info-list-item .item-dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2682f1;
  border: 6px solid #e5f3fe;
  margin: 6px 12px 0 3px;
  flex-shrink: 0;
}

.yjzj-info-list-item .item-tag,
.today-info-list-item .item-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 18px;
  color: #787878;
  background-color: #f3f3f3;
  text-align: center;
}

.main-wrap .calendar-box {
  background: linear-gradient(to right, #5a72f5, #85b4fa);
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  box-shadow: inset 5px 5px 10px #f5f5f577;
  overflow: hidden;
}

.layui-laydate-main {
  display: flex;
  flex-direction: column;
}

.layui-laydate-header {
  padding: 20px 200px 20px 0;
}

.layui-icon.laydate-icon {
  font-size: 20px;

  background-color: #a7c7fc;
  border-radius: 5px;
  width: 30px;
  height: 30px;

  display: flex !important;
  justify-content: center;
  align-items: center;
}

.layui-laydate-header i {
  top: 50%;
  transform: translateY(-50%);
}

.layui-laydate-content {
  flex: 1;
  padding: 0 10px 10px;
  background: linear-gradient(to bottom, #6c95ea, #6a8ceb);
  box-shadow: inset 1px -13px 15px #5675e9;
}

.layui-laydate-content table {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.layui-laydate-content table thead {
  line-height: normal;
  padding: 0 15px;
}

.layui-laydate-content table thead tr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 50px;
  justify-items: center;
}

.layui-laydate-content table tbody {
  height: 400px;
  outline: 10px solid #c8d6fb;
  background-color: #fff;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  padding: 5px 15px;
}

.layui-laydate-content table tbody tr {
  height: 60px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  gap: 10px;
  background-color: #f6f9ff;
  border: 2px solid #e6eaf6;
  border-radius: 10px;
  margin-top: 15px;
}

.layui-laydate-content table tbody tr td {
  padding: 10px 0;
  width: 100%;
  height: 100%;
}

.cal-table-box {
  width: 100%;
}

.today-info-top-box {
  background-color: #eef1fe;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: relative;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}

.title-text {
  background: linear-gradient(to bottom, #82b1f9, #5e7df7);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 18px;
  margin-left: -15px;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.more-text {
  color: #666;
  font-size: 18px;
  cursor: pointer;
}

footer .footer-wrap {
  background-color: transparent !important;            
}

@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 10px;
  }

  .search-form input {
    padding: 0 10px;
  }

  .laydate-set-ym span,
  .layui-laydate-header i {
    font-size: 20px !important;
  }

  .layui-icon.laydate-icon {
    width: 25px;
    height: 25px;
  }

  .top-box .top-right {
    display: none;
  }

  .layui-laydate-header {
    line-height: normal;
  }

  .layui-laydate-content table {
    padding: 10px;
  }

  .layui-laydate-content table tbody tr {
    height: 50px;
  }

  .today-info-top-box {
    height: 36px;
  }

  .title-text {
    font-size: 20px;
  }

  .more-text {
    font-size: 16px;
  }

  .laydate-set-ym {
    padding-right: 0;
  }

  .info-list-item .item-link .item-title,
  .yjzj-info-list-item .item-link .item-title,
  .today-info-list-item .item-link .item-title {
    font-size: 16px;
  }

  .info-list-item .item-dot,
  .yjzj-info-list-item .item-dot,
  .today-info-list-item .item-dot {
    width: 22px;
    height: 22px;
  }

  .info-list-item .item-content .tag-box {
    font-size: 16px;
    line-height: 24px;
  }

  .yjzj-info-list-item .item-tag,
  .today-info-list-item .item-tag {
    font-size: 16px;
  }

  .more-info-tabs .tab-info {
    font-size: 18px;
  }
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .index-entrance-box {
    width: 200px;
    height: 28px;
    border-radius: 3px;
    margin-top: 15px;
  }

  .title-link-box {
    width: 280px;
  }

  .top-box {
    justify-content: center;
  }

  .top-left .search-form {
    height: 35px;
    margin-top: 10px;
  }

  .search-form input {
    width: 240px;
    font-size: 14px;
    margin-left: 0;
  }

  .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-btn span {
    display: none;
  }

  .search-btn img {
    height: 15px;
  }

  .top-box .top-right {
    display: none;
  }

  .main-wrap {
    border-radius: 10px;
  }

  .nav-list {
    left: 25px;
    top: 0;
    flex-direction: row;
    width: 300px;
  }

  .nav-list-item a {
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  }

  .nav-list-item:last-child {
    margin-top: 0;
    margin-left: 10px;
  }

  .nav-list-item {
    padding: 5px 13px;
    border-radius: 0 0 6px 6px;
    font-size: 16px;
  }

  .main-wrap .calendar-box {
    margin-top: 30px;
  }

  .laydate-set-ym span,
  .layui-laydate-header i {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 500px) {
  .layui-laydate-content table thead tr {
    height: 35px;
  }

  .layui-laydate-content table thead th {
    font-size: 12px;
  }
}