.after:after {
  display: block;
  content: '';
  clear: both;
}
.before:before {
  display: block;
  content: '';
  clear: both;
}
.swiper-container {
  position: relative;
}
.swiper-container .wushi {
  position: absolute;
  left: 70px;
  bottom: 30px;
  z-index: 100;
  color: white;
  font-size: 60px;
  line-height: 1.2;
}
.swiper-container .swiper-slide .lunbotu {
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container {
  width: 100%;
  min-width: 1024px;
}
.content {
  width: 100%;
}
.content .cenbox {
  min-width: 1024px;
  margin: 0px auto;
}
.content .cenbox .lead {
  width: 100%;
  padding: 0px 10px;
  height: 50px;
  line-height: 50px;
  background-color: #ebebeb;
}
.content .cenbox .lead .word {
  width: 1004px;
  margin: 0 auto;
}
.content .cenbox .news {
  width: 1024px;
  padding: 30px 10px 0px;
  margin: 0 auto;
  color: #333;
}
.content .cenbox .news .article-detail {
  padding: 30px 0;
  width: 100%;
}
.content .cenbox .news .article-detail .title {
  text-align: center;
  font-size: 20px;
}
.content .cenbox .news .article-detail .time {
  text-align: center;
  font-size: 12px;
}
.content .cenbox .news .article-detail .incon {
  font-size: 14px;
  margin-top: 20px;
}
.content .cenbox .news .article-detail .incon img {
  width: 100%;
}
.content .cenbox .news .title {
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
}
.content .cenbox .news .article {
  position: relative;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.content .cenbox .news .article .time {
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.content .cenbox .news .article .newstitle {
  font-size: 16px;
  width: 100%;
}
.content .cenbox .news .article .newszw {
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.content .cenbox .news .article .more {
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #892526;
}
.content .cenbox .news .detail {
  width: 200px;
  height: 40px;
  background-color: #892526;
  color: white;
  margin: 30px auto 0px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.content .cenbox .news .detailtitle {
  width: 100%;
  line-height: 100px;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
}
.content .cenbox .news .sort {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.content .cenbox .news .sort span {
  cursor: pointer;
}
@media (max-width: 600px) {
  .content {
    margin-top: 35px;
    min-height: 450px;
  }
  .content .cenbox {
    width: 100%;
    min-width: 0px;
  }
  .content .cenbox h1 {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 20px;
    color: black;
  }
  .content .cenbox .newsarticle .title {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px dotted #892526;
  }
  .content .cenbox .newsarticle .zhengwen {
    width: 100%;
    padding: 30px 10px;
    position: relative;
  }
  .content .cenbox .newsarticle .zhengwen .time {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .content .cenbox .news {
    width: 100%;
    padding: 0px;
  }
  .content .cenbox .news .title {
    background-color: #f8f8f8;
    margin-bottom: 0px;
    line-height: 70px;
    padding-left: 10px;
    font-size: 18px;
  }
  .content .cenbox .news .article {
    padding-right: 15px;
  }
  .content .cenbox .news .article .newstitle {
    color: black;
    font-size: 16px;
  }
  .content .cenbox .news .article .more {
    position: static;
    text-align: right;
  }
  .content .cenbox .news .article .time {
    left: 10px;
  }
  .content .cenbox .news .detail {
    width: 160px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto 10px;
  }
}
