.main {
  background: #fef6f2;
  padding: 1px 0;
}
.main .con {
  margin: 0.4rem auto;
  width: 94%;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0.1rem 0.5rem 0.1rem 0.1rem;
  position: relative;
  padding: 0.2rem 0.3rem;
}
.main .con .title {
  margin: 0 auto 0.1rem;
  border-bottom: 1px solid #eaeaea;
}
.main .con .title h5 {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 0.35rem;
  padding-bottom: 0.1rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #bf0e0e;
  border-bottom: 3px solid #bf0e0e;
}
.main .newsPic {
  position: relative;
  margin: 0.4rem auto;
  width: 94%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.main .newsPic .swiper-container {
  width: 100%;
  overflow: hidden;
}
.main .newsPic .swiper-container a {
  position: relative;
  display: block;
}
.main .newsPic .swiper-container a img {
  width: 100%;
  height: 55vw;
}
.main .newsPic .swiper-container a p {
  width: 100%;
  line-height: 0.8rem;
  text-indent: 0.1rem;
  color: #FFFFFF;
  box-sizing: border-box;
  background: url("../images/line_m.png") no-repeat left top #bf0e0e;
  background-size: auto 90%;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1.2rem;
  text-overflow: ellipsis;
}
.main .newsPic .swiper-pagination {
  position: absolute;
  bottom: 0.2rem;
  right: 3px;
}
.main .newsPic .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  background: #FFFFFF;
  opacity: 0.5;
}
.main .newsPic .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
  border-radius: 10px;
}
.main .newsList .list {
  margin: 0 auto;
}
.main .newsList .list li {
  border-bottom: 1px dashed #999999;
  padding: 0.24rem 0;
}
.main .newsList .list li a {
  width: 96%;
  line-height: 0.5rem;
}
.main .newsList .list li span.point {
  width: 4px;
  margin-right: 0.15rem;
  margin-top: 0.2rem;
  vertical-align: 0.08rem;
  height: 4px;
  background: #999999;
  display: inline-block;
}
.main .newsList a.more {
  color: #FFFFFF;
  background: #ff9a9a;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 0.7rem;
  margin: 0.34rem auto 0.2rem;
}
.main .hd {
  padding-bottom: 0.8rem;
}
.main .hd .swiper-container {
  margin-top: 0.3rem;
  width: 100%;
  overflow: hidden;
}
.main .hd .swiper-container a {
  border: 1px solid #999999;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.main .hd .swiper-container a img {
  width: 100%;
  height: 50vw;
}
.main .hd .swiper-container a p {
  width: 100%;
  line-height: 0.8rem;
  text-indent: 0.1rem;
  box-sizing: border-box;
  background: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .hd .swiper-pagination {
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  left: 0;
}
.main .hd .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background: #bbbbbb;
  opacity: 1;
}
.main .hd .swiper-pagination .swiper-pagination-bullet-active {
  background: #bf0e0e;
  border-radius: 10px;
}
.main .kw .swiper-container {
  margin: 0.3rem auto;
  width: 96%;
  overflow: hidden;
}
.main .kw .swiper-container a {
  width: 86%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.main .kw .swiper-container a img {
  width: 100%;
  height: 49vw;
  border: 1px solid #999999;
}
.main .kw .swiper-container a p {
  margin: 0.1rem auto 0;
  line-height: 0.4rem;
  font-size: 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #bf0e0e;
}
.main .kw .swiper-button-prev {
  position: absolute;
  left: 0.2rem;
  display: block;
  top: 45vw;
  z-index: 2;
  background: url("../images/left_m.png") no-repeat center center;
  background-size: 100% 100%;
  width: 3vw;
  height: 5vw;
  cursor: pointer;
}
.main .kw .swiper-button-next {
  position: absolute;
  right: 0.2rem;
  display: block;
  top: 45vw;
  z-index: 2;
  background: url("../images/right_m.png") no-repeat center center;
  background-size: 100% 100%;
  width: 3vw;
  height: 5vw;
  cursor: pointer;
}
.main .kwdy {
  margin: 0.5rem auto;
  width: 90%;
}
.main .kwdy .icon {
  width: 48%;
  background: url("../images/line_m.png") no-repeat left top #bf0e0e;
  background-size: auto 90%;
  border-radius: 0.5rem;
  line-height: 0.8rem;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
.main .kwdy .icon a {
  display: block;
}
.main .kwdy .icon img {
  width: 0.65rem;
  margin-right: 0.1rem;
}
.main .kwdy .icon img.ewm {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=index_m.css.map */