@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 {
  /*
  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;*/

padding: 0rem 0.25rem;
    overflow: hidden;
   height:0.96rem;
    position: absolute;
    left: 0;
    bottom: 0.45rem;
    width: 100%;
    box-sizing: border-box;
}

.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 li a {
  display: block;
}
.s1-lt ul li:last-child {
  border-color: transparent;
}
*/




.s1-lt li {
    width: 100%;
    float: left;
    margin: 0.05rem 0;
    border-radius: 0.2rem;
    background: #DB9F4C;
    padding: 0 0.15rem 0 0.25rem;
    box-sizing: border-box;
    position: relative;
}
.s1-lt li::before{
   content: "";
    position: absolute;
    left: 0.07rem;
    top: 0.17rem;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #8D0942;
}
.s1-lt li a{
  dispaly:block;
}
.s1-lt li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-lt li:hover{
     background: #8D0942;
}
.s1-lt li:hover::before{
   background: #DB9F4C;
}




.s1-lt p {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  display:none;
}

.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 {
  position: relative;
  z-index: 9;
  width: 100%;
  /* border: 1px solid #dde9f7; */
  overflow:hidden;
background: url(../images/qhly_bg.png) no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 0.11rem;

}

.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;*/
  height: 0.57rem;
    line-height: 0.57rem;
   background: #8D0942;
    background: linear-gradient(90deg, #8D0942 0%, #B40048 100%);
    border-bottom: #D7974B 0.04rem solid;
}

#prevYear {
  width: 0.57rem;
  height: 0.57rem;
  background: url(../images/s2-yl.png) no-repeat center;
  background-size: auto 0.13rem;
}

#nextYear {
   width: 0.57rem;
  height: 0.57rem;
  background: url(../images/s2-yr.png) no-repeat center;
  background-size: auto 0.13rem;
}

#prevMonth {
    width: 0.57rem;
  height: 0.57rem;
  background: url(../images/s2-ml.png) no-repeat center;
 background-size: auto 0.13rem;
}

#nextMonth {
  width: 0.57rem;
  height: 0.57rem;
  background: url(../images/s2-mr.png) no-repeat center;
  background-size: auto 0.13rem;
}

.schedule-hd div {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
}

.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;
  height: 0.45rem;
    line-height: 0.45rem;
    background: rgba(166, 36, 101, 0.1);
}


.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 0.16rem;
    color: #333;
    line-height: 0.36rem;
  /* font-family: Georgia; */
  color: #333;
  position: relative;
  margin:0.04rem 0;
}

.week-ul>li {
  font-family: 'sy';
  font-weight: normal;
      font-size: 0.16rem;
    color: #333;
    line-height: 0.45rem;
    height: 0.45rem;
    text-align: center;
  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: 0.36rem;
  height: 0.36rem;;
  border-radius: 50%;
  text-align: center;
  line-height:  0.36rem;;
  cursor: pointer;
  font-family: 'sy';
  color: #333;
  font-size: 0.16rem;
  position: relative;
  /*background: #f5f8fd;*/
}


.boxshaw {
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
  background: #eeae29;
  color: #fff;
}

.selected-style.cur {
  color: #fff;
  background: #8D0942;
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 10px;
}

.today {
  text-align: center;
  cursor: pointer;
      color: #333;
    font-size: .16rem;
  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 {
    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) {}