.event-main {
  background: #fff;
  padding-bottom: .4rem;
}

.search-keayword {
  display: inline-block;
  height: .5rem;
  line-height: .5rem;
  margin-left: .3rem;
}

.search-keayword input {
  width: 2.4rem;
  height: .3rem;
  padding-left: .15rem;
  border-radius: .05rem;
  background: #F7F8FC;
  border-radius: 20px;
  border: 0;
  font-size: .16rem;
}

.iconfont {
  font-size: 20px;
  color: #CD3333;
  font-weight: bold;
}

.search-keayword button {
  width: .4rem;
  line-height: .4rem;
  border: none;
  background: none;
  outline: 0;
}

.search-keayword button:focus {
  border: 0;
  outline: 0;
}

.slideTxtBox {
  width: 100%;
  margin-top: .6rem;
  text-align: left;
}

.slideTxtBox .hd {
  line-height: .60rem;
  position: relative;
  height: .60rem;
  margin: auto;
  text-align: center;
  border-bottom: .01rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slideTxtBox .hd .prev,
.slideTxtBox .hd .next {
  font-family: cursive;
  font-size: .16rem;
  font-weight: bold;
  line-height: .60rem;
  display: inline-block;
  height: .60rem;
  vertical-align: top;
  color: #999;
}

.slideTxtBox .hd ul {
  line-height: .60rem;
  display: inline-block;
  height: .60rem;
  margin: .2rem;
}

.slideTxtBox .hd ul li {
  font-size: .24rem;
  display: none;
  float: left;
}

.slideTxtBox .hd ul li.on {
  display: block;
}

.slideTxtBox .bd {
  max-width: 1300px;
  margin: auto;
  padding-top: 0.1rem;
}

.slideTxtBox .bd ul {
  zoom: 1;
  width: 100% !important;
  padding: 0rem .6rem;
}

.slideTxtBox .bd li {
  padding: .3rem 0;
  border-bottom: .01rem dashed #ddd;
}

.slideTxtBox .bd li:nth-last-child(1) {
  border-color: transparent;
}

.slideTxtBox .bd li .date {
  float: left;
  width: .5rem;
  height: .8rem;
  margin-top: .12rem;
  margin-right: .2rem;
  text-align: center;
}

.slideTxtBox .bd li .day {
  font-size: .24rem;
  line-height: .5rem;
  color: #000;
  border-top: .05rem solid #cd3432;
}

.slideTxtBox .bd li .month {
  font-family: 'Merriweather BlackItalic';
  font-size: .18rem;
  color: #666;
}

.slideTxtBox .bd li .title {
  font-size: .24rem;
  line-height: .3rem;
  margin-bottom: .1rem;
  display: block;
}

.slideTxtBox .bd li .title:hover {
  color: #CD3432;
}

.slideTxtBox .bd li .desc {
  font-size: .18rem;
  line-height: .3rem;
  color: #999;
}
