* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pd-3rem {
  padding: 0 0.3rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.scro-x {
  /*!autoprefixer:off*/
  display: -webkit-box;
  /* autoprefixer: on */
  display: -ms-flexbox;
  overflow-x: auto;
  justify-content: start;
  align-items: center;
}

.scro-x::-webkit-scrollbar {
  display: none;
}

body {
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

.img {
  display: block;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  background: #D43D1B;
  padding: 0.2rem 0 0.16rem;
}

.header .logo .img {
  width: 1.92rem;
  height: 0.52rem;
}

.header .search {
  width: 4.25rem;
  height: 0.6rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #DCDCDC;
  border-radius: 0.3rem;
  background: #fff;
}

.header .search input {
  width: 3.6rem;
  height: 0.25rem;
  border: none;
  background: none;
  outline: none;
  font-size: 24;
  color: #C1C1C1;
}

.header .search input::-webkit-input-placeholder {
  font-size: 24;
  color: #C1C1C1;
}

.header .search input:-ms-input-placeholder {
  font-size: 24;
  color: #C1C1C1;
}

.header .search input::-ms-input-placeholder {
  font-size: 24;
  color: #C1C1C1;
}

.header .search input::placeholder {
  font-size: 24;
  color: #C1C1C1;
}

.header .search button {
  width: 0.4rem;
  height: 0.4rem;
  border: none;
  background: none;
  outline: none;
  background: url(../images/search.png) no-repeat;
  background-size: 100%;
}

.header .nav {
  margin-top: 0.44rem;
  background: #D43D1B;
}

.header .nav ul .active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.36rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background: #fff;
}

.header .nav ul li {
  margin-right: 0.6rem;
}

.header .nav ul li a {
  font-size: 0.28rem;
  color: #fff;
  display: block;
  position: relative;
  padding-bottom: 0.06rem;
}

.banner {
  margin-top: 0.2rem;
}

.banner .banner-container {
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #E8E8E8;
}

.banner .banner-container .swiper-pagination {
  bottom: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banner-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.06rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}

.banner .banner-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.09rem;
  height: 0.09rem;
  background: #BBBBBB;
  border-radius: 50%;
}

.banner .banner-container .img {
  display: block;
  width: 100%;
  height: 3.4rem;
  border-radius: 0.1rem;
  position: relative;
}

.banner .banner-container .img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0.1rem 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banner-container .img .title p {
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  width: 92%;
  text-align: center;
}

.public-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0.3rem 0.2rem;
  border-bottom: 0.01rem solid #E8E8E8;
}

.public-title strong {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.26rem;
  position: relative;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1rem;
  height: 80%;
  border-radius: 0.05rem;
  background: #D43D1B;
}

.public-title a {
  font-size: 0.24rem;
  color: #999;
}

.mod {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #F5F5F5;
}

.mod .main {
  margin-top: 0.3rem;
}

.mod .main .info li .img {
  width: 2rem;
  height: 1.4rem;
}

.mod .main .info li .des {
  width: 4.7rem;
}

.mod .main .info li .des a {
  font-size: 0.28rem;
  color: #333;
}

.mod .main .info li .des span {
  font-size: 0.28rem;
  color: #999;
  margin-top: 0.2rem;
}

.mod .main .top-news .main-img {
  width: 100%;
  height: 3.4rem;
  border-radius: 0.1rem;
  position: relative;
}

.mod .main .top-news .main-img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0.1rem 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod .main .top-news .main-img .title p {
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  width: 92%;
  text-align: center;
}

.mod .main .news ul {
  padding-top: 0.04rem;
}

.mod .main .news ul li {
  margin-top: 0.3rem;
}

.mod .main .news ul li:not(:last-child) {
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem dashed #eee;
}

.mod .main .news ul li a {
  font-size: 0.28rem;
  color: #333;
  position: relative;
  padding-left: 0.32rem;
  width: 80%;
}

.mod .main .news ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #E6E6E6;
}

.mod .main .news ul li span {
  font-size: 0.28rem;
  color: #999;
}

.mod-1 .main .top-news ul li {
  width: 3.3rem;
}

.mod-1 .main .top-news ul li .img {
  width: 100%;
  height: 2.2rem;
  position: relative;
}

.mod-1 .main .top-news ul li .img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.16rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.05rem;
}

.mod-1 .main .top-news ul li .img .title p {
  font-size: 0.28rem;
  color: #fff;
  width: 92%;
  text-align: center;
}

.mod-2 .main .top-news ul {
  margin-top: 0.3rem;
}

.mod-2 .main .top-news ul li {
  width: 3.3rem;
}

.mod-2 .main .top-news ul li .img {
  width: 100%;
  height: 2.2rem;
  position: relative;
}

.mod-2 .main .top-news ul li .img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.16rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.05rem;
}

.mod-2 .main .top-news ul li .img .title p {
  font-size: 0.28rem;
  color: #fff;
  width: 92%;
  text-align: center;
}

.mod-3 .main ul {
  padding-top: 0.4rem;
}

.mod-3 .main ul li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mod-3 .main ul li:not(:first-child) {
  margin-top: 0.5rem;
}

.mod-3 .main ul li a {
  font-size: 0.24rem;
  color: #333;
  max-width: 80%;
}

.mod-3 .main ul li span {
  font-size: 0.24rem;
  color: #333;
}

.link {
  margin-top: 0.4rem;
}

.link .main p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 0.48rem;
  margin-top: 0.3rem;
}

.link .main p a {
  font-size: 0.24rem;
  color: #999;
  margin-right: 0.2rem;
}

.footer {
  margin-top: 0.6rem;
  padding: 0.62rem 0;
  background: #303030;
}

.footer .main p {
  text-align: center;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.48rem;
}

.footer .main p a {
  color: #999;
}
.bread-nav {
  margin: 0.3rem 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.2rem;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-nav .breadCrumbs li {
  font-size: 0.24rem;
  color: #999;
}

.bread-nav .breadCrumbs li a {
  font-size: 0.24rem;
  color: #999;
}

.item-list .main .info li {
  margin-top: 0.4rem;
}

.pagination {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.4rem;
  margin-top: 0.5rem;
}

.pagination .thisclass {
  color: #fff;
  background: #D43D1B;
}

.pagination .thisclass span, .pagination .thisclass a {
  color: #fff;
}

.pagination li {
  display: inline-block;
  margin: 0 0.09rem;
  padding: 0.09rem 0.18rem;
  font-size: 0.26rem;
  border: 0.01rem solid #DCDCDC;
}

.pagination li span, .pagination li a {
  color: #999;
  display: inline-block;
}

.detail .art-head {
  padding: 0 0.3rem 0.3rem;
  border-bottom: 0.01rem solid #eee;
}

.detail .art-head h1 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.detail .art-head p span {
  font-size: 0.24rem;
  color: #999;
}

.detail .art-cont {
  padding: 0 0.3rem;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #666;
   max-width: 100%!important;
}

.detail .art-cont img {
  display: block;
  width: 100%;
  height: 3rem;
  margin: 0.4rem auto;
   height:auto !important;
width:100% !important;
  
}

.detail .art-cont p {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.48rem;
  margin-bottom: 0.4rem;
}

.like-list .main .info li {
  margin-top: 0.3rem;
}
