* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img,
input {
  border: 0;
  outline: none;
}



.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-115rightarrowheads:before {
  content: "\e79b";
}

.icon-111arrowheadright:before {
  content: "\e6db";
}

.icon-116leftarrowheads:before {
  content: "\e807";
}

.icon-112leftarrowhead:before {
  content: "\e6f6";
}

#schedule-box {
  font-size: .16rem;
  position: relative;
  z-index: 9;
}

.schedule-hd {
  padding: .4rem 0.45rem .3rem 0.45rem;
}

.schedule-hd>h3 {
  font-family: 'sys-m';
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  color: #fff;
  line-height: .36rem;
  position: relative;
}

.schedule-hd>h3::before {
  content: "";
}

.schedule-hd div {
  display: flex;
  /* flex: 1; */
  min-width: 0;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.schedule-hd div div {}

.schedule-hd div .today {
  /* flex: 1; */
  text-align: center;
  order: 0;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #2C2C2C;
  line-height: .36rem;
  margin: 0 .6rem;
}

#prevYear, #nextYear {
  position: relative;
}

#prevMonth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/prev-month.png) no-repeat;
  background-position: center center;
  background-size: .07rem auto;
}

#prevYear::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/prev-year.png) no-repeat;
  background-position: center center;
  background-size: .24rem auto;
}

#nextYear::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/next-year.png) no-repeat;
  background-position: center center;
  background-size: .24rem auto;
}

.ul-box {
  overflow: hidden;
  color: #fff;
  border-top: none;
  padding-top: .1rem;
  padding-left: .4rem;
  padding-right: .4rem;
}

.week-ul {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 0;
  background: rgba(222, 168, 98, .3);
}

.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: .2rem;
  line-height: .66rem;
  color: #C27925;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other-month {
  color: rgba(255, 255, 255, .3);
  margin-top: 0.05rem;
}

.other-month span {
  color: rgba(255, 255, 255, .3);
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
  margin-top: 0.12rem;
}

.today-style {
  border-radius: 50%;
  background: #58d321;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: 0.21rem;
  font-weight: normal;
  width: .24rem;
  height: .24rem;
  border-radius: 0.05rem;
}

#prevMonth, #nextMonth {
  position: relative;
}

#prevMonth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/prev-month.png) no-repeat;
  background-position: center center;
  background-size: .11rem auto;
}

#nextMonth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/next-month.png) no-repeat;
  background-position: center center;
  background-size: .11rem auto;
}

#prevMonth:hover, #nextMonth:hover {
  background-color: rgba(255, 255, 255, .1);
}

.dayStyle {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.45rem;
  cursor: pointer;
  color: #2C2C2C;
  font-size: 0.2rem;
  transition: all .5s;
}

.current-month>.dayStyle:hover {
  color: #C2010B;
}


.boxshaw {
  box-shadow: 0.02rem 0.02rem 0.15rem 0.02rem #e3e3e3;
}

.selected-style {
  /* color: #ffffff; */
  /* background: rgba(255, 255, 255, .2); */
  position: relative;
}
.selected-style:after{
  content:"";
  position:absolute;
  left: 50%;
  bottom: 0.03rem;
  transform: translateX(-50%);
  width: .06rem;
  height: .06rem;
  background: #C2010B;
  border-radius: 50%;
}
.today-flag {
  color: #fff !important;
  background: #C2010B;
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: 0.1rem;
}

.today {
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.22rem;
  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: 0.2rem 0.3rem;
}

.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: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #034E9E;
}

.pub-date-list ul>li a>div span {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #034E9E;
}

.pub-date-list ul>li a>h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.64rem;
  margin-top: 0.05rem;
}

.pub-date-list ul>li a ol {
  margin-top: 0.1rem;
  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: 0.14rem;
  font-weight: normal;
  line-height: 0.28rem;
  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 (min-width:1025px) {
  .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) {
  .pub_date {
    display: block;
  }

  #schedule-box {
    width: auto;
  }

  .pub-date-list ul>li a>h3 {
    font-size: 0.16rem;
    color: #0054B2;
    font-weight: 600;
  }

  .today {
    font-size: 0.18rem;
  }

  .ul-box>li {
    font-size: 0.16rem;
    margin-top: .1rem;
  }

  .dayStyle {
    font-size: 0.16rem;
  }

  .pub-date-list ul li a {
    padding: 0.15rem;
  }

  .pub-date-list ul>li a>div b {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }

  .pub-date-list ul>li a>div span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .pub-date-list ul>li a ol {
    display: block;
  }

  .schedule-hd {
    padding: .2rem;
  }

  .schedule-hd>h3 {
    font-size: .24rem;
  }
.ul-box{
  padding:0;
}
  .week-ul {
    padding-top: 0;
    padding: 0;
  }
}