@charset "UTF-8";

.s1-lt::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.s1-lt {
  position: absolute;
  left: 107%;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  z-index: 9;
    min-height: 120px;
}

.s1-lt ul:empty {
  display: none;
}

.s1-lt ul {
  overflow-y: auto;
  max-height: 230px;
  padding: 0 10px;
}

.s1-lt ul::-webkit-scrollbar {
  width: 3px;
}

.s1-lt ul::-webkit-scrollbar-track {
  background: #d3d3d3;
}

.s1-lt ul::-webkit-scrollbar-thumb {
  background-color: #0054B2;
}


.s1-lt h3 {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.s1-lt li a {
  display: block;
}

.s1-lt li a:hover h3 {
  color: #0054B2;
}

.s1-lt li {
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}

.s1-lt ul li:last-child {
  border-color: transparent;
}

.s1-lt p {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.s1-lt p img {
  width: 13px;
  margin-right: 10px
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#schedule-box {
  font-size: 16px;
  position: relative;
  z-index: 9;
  background: #ffffff;
  width: 100%;
  /* border: 1px solid #dde9f7; */
}

.s1-l {
  width: 37%;
  margin-right: 40px;
  border: 1px solid #dde9f7;
  height: 530px;
  position: relative;
}

.s1-r {
  flex: 1;
  min-width: 0;
}

.s1-l h2 {
  line-height: 60px;
  font-size: 30px;
  background: url(../images/rl-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 0 20px;
  color: #fff;
}


.other-month {
  opacity: 0.3;
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
}

#prevYear {
  width: 30px;
  height: 23px;
  background: url(../images/s2-yl.png) no-repeat;
  background-size: 100% 100%;
}

#nextYear {
  width: 30px;
  height: 23px;
  background: url(../images/s2-yr.png) no-repeat;
  background-size: 100% 100%;
}

#prevMonth {
  width: 11px;
  height: 19px;
  background: url(../images/s2-ml.png) no-repeat;
  background-size: 100% 100%;
}

#nextMonth {
  width: 11px;
  height: 19px;
  background: url(../images/s2-mr.png) no-repeat;
  background-size: 100% 100%;
}

.schedule-hd div {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.schedule-hd div:last-child {
  justify-content: flex-end;
}

.today {
  /* flex: 1; */
  text-align: center;
}

.ul-box {
  /* overflow: hidden; */
  color: #fff;
  border-top: none;
}

.week-ul {
  padding-bottom: 0;
  border-bottom: none;
}


.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  /* font-family: Georgia; */
  color: #333;
  margin-top: 5px;
  position: relative;
}

.week-ul>li {
  color: #333;
  font-family: 'sy';
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
}

.other-month {
  color: rgba(255, 255, 255, .4);
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
}

.today-style {
  border-radius: 50%;
  background: #90000A;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  font-weight: normal;
  margin: 0 10px;
}

.dayStyle {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  font-family: 'sy';
  color: #333;
  font-size: 16px;
  position: relative;
  background: #f5f8fd;
}


.boxshaw {
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
  background: #1e69c6;
  color: #fff;
}

.selected-style.cur {
  color: #fff;
  background: #eeae29;
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 10px;
}

.today {
  text-align: center;
  color: #1e69c6;
  cursor: pointer;
  font-size: 22px;
  flex: none !important;
}


.pub_date {
  display: flex;
  align-items: flex-end;
  position: relative;

}

.pub-date-list ul>li {
  border-bottom: 1px dashed #D6BEBF;
}

.pub-date-list ul li a {
  display: block;
  padding: 20px 30px;
}

.pub-date-list {
  flex: 1;
  min-width: 0;
}

.pub-date-list ul>li a>div {
  display: flex;
  align-items: flex-end;
}

.pub-date-list ul>li a>div b {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #034E9E;
}

.pub-date-list ul>li a>div span {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #034E9E;
}

.pub-date-list ul>li a>h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 64px;
  margin-top: 5px;
}

.pub-date-list ul>li a ol {
  margin-top: 10px;
  display: none;
}


.pub-date-list ul>li a ol li {
  display: flex;
  align-items: flex-start;
}

.pub-date-list ul>li a ol li p {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
}

.pub-date-list ul>li:nth-child(1) a ol {
  display: block;
}

.pub-date-list ul>li.on a>h3 {
  color: #0054B2;
  font-weight: 600;
}

.pub-date-list ul>li.on {
  background: linear-gradient(89deg, rgba(59, 117, 198, 0.2) 10%, rgba(59, 117, 198, 0) 107%);
}

@media screen and (max-width: 1024px) {
  .s1 {
    padding: 10px;
  }

  .s1-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .s1-r {
    flex: auto;
    width: 100%;
  }

  .s1-lt {
    left: 50%;
    top: 105%;
    transform: translateX(-50%);
    width: 100%;
  }

  .s1-lt::before {
    right: 50%;
    top: 0;
    transform: translate(50%, -100%);
    border-right-color: transparent;
    border-bottom-color: #fff;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}