* {
  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;
}


@font-face {
  font-family: "iconfont";
  src: url('/fonts/font_234130_nem7eskcrkpdgqfr.eot?t=1505291076294');
  /* IE9*/
  src: url('/fonts/font_234130_nem7eskcrkpdgqfr.eot?t=1505291076294#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
   
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-115rightarrowheads:before {
  content: ">";
}

.icon-111arrowheadright:before {
  content: ">";
}

.icon-116leftarrowheads:before {
  content: "<";
}

.icon-112leftarrowhead:before {
  content: "<";
}

#schedule-box {
  font-size: .16rem;
  position: relative;
  z-index: 9;
  border-radius: 0rem .15rem 0rem 0rem;
  background: #fff;
  width: 6.8rem;
  box-shadow: 0rem .1rem .3rem 0rem rgba(0, 0, 0, 0.1);
}

.schedule-hd {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: .8rem;
  background: #009144;
}

.schedule-hd div {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: space-around;
}

.today {
  /* flex: 1; */
  text-align: center;
}

.ul-box {
  overflow: hidden;
  color: #fff;
  border-top: none;
  padding-bottom: .58rem;
}

.week-ul {
  padding-bottom: 0;
  border-bottom: none;
}


.ul-box>li {
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: .18rem;
  line-height: .48rem;
  font-family: Georgia;
  color: #333;
  margin-top: .25rem;
}

.week-ul>li {
  color: #90000A;
  font-family: 'sy';
  font-weight: normal;
  font-size: .19rem;
}

.other-month {
  color: rgba(255, 255, 255, .4);
  margin-top: .06rem;
}

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  color: #999999;
}

.current-month {
  color: #fff;
}

.today-style {
  border-radius: 50%;
  background: #58d321;
}

.arrow {
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-size: .22rem;
  font-weight: normal;
}

.dayStyle {
  display: inline-block;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  text-align: center;
  line-height: .4rem;
  cursor: pointer;
  font-family: 'sy';
  color: #333333;
  font-size: .18rem;
}

.current-month>.dayStyle:hover {
  color: #ffffff;
  background: #009144;
}


.boxshaw {
  box-shadow: .02rem .02rem .15rem .02rem #e3e3e3;
}

.selected-style {
  border: .01rem solid #029245;

  color: #fff;
  background: #009144;
}

.selected-current-style {
  color: #fff;
  background: #009144;
}

.today-flag {
  /* color: #fff;
  background: #009144; */
}

.active-style {
  background: #00BDFF;
  color: #ffffff;
}

#h3Ele {
  text-align: center;
  padding: .1rem;
}

.today {
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: .22rem;
  flex: none !important;
}


.pub_date {
  display: flex;
  align-items: flex-end;
  position: relative;

}

.pub-date-list ul>li {
  border-bottom: .01rem dashed #D6BEBF;
}

.pub-date-list ul li a {
  display: block;
  padding: .2rem .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: .24rem;
  font-weight: bold;
  line-height: .32rem;
  color: #034E9E;
}

.pub-date-list ul>li a>div span {
  font-size: .16rem;
  font-weight: normal;
  line-height: .26rem;
  color: #034E9E;
}

.pub-date-list ul>li a>h3 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .32rem;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: .64rem;
  margin-top: .05rem;
}

.pub-date-list ul>li a ol {
  margin-top: .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: .14rem;
  font-weight: normal;
  line-height: .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: 16px;
    color: #0054B2;
    font-weight: 600;
  }

  .today {
    font-size: 18px;
  }

  .ul-box>li {
    font-size: 16px;
  }

  .dayStyle {
    font-size: 16px;
  }

  .pub-date-list ul li a {
    padding: 15px;
  }

  .pub-date-list ul>li a>div b {
    font-size: 18px;
    line-height: 24px;
  }

  .pub-date-list ul>li a>div span {
    font-size: 14px;
    line-height: 20px;
  }

  .pub-date-list ul>li a ol {
    display: block;
  }
}