@charset "UTF-8";
* {
  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;
}

.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 */
}

.t10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  /*!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;
}

.img {
  display: block;
}

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

.header {
  padding: 0.28rem 0;
}

.header .logo {
  margin-bottom: 0.56rem;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 2.54rem;
  height: 0.5rem;
}

.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav ul .active a {
  color: #C8171D;
}

.header .nav ul li {
  margin-right: 0.8em;
}

.header .nav ul li a {
  display: block;
  font-size: 0.3rem;
  color: #222;
}

.header .nav ul li a:hover {
  color: #C8171D;
}

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

.public-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          position: relative;
}

.public-title a, .public-title strong {
  font-size: 0.32rem;
  color: #C8171D;
  font-weight: normal;
  padding-bottom: 0.2rem;
  position: relative;
}
.public-title a.more-link{
    position: absolute;
    right:0;
    top:5px;
    font-size:14px;
    color:#666;
    padding: 0;
}
.public-title a.more-link:before,.public-title a.more-link:after{
    display: none;
}

.public-title a::before, .public-title strong::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.3rem;
  height: 0.01rem;
  background: #222;
}

.public-title a::after, .public-title strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5rem;
  height: 0.05rem;
  background: #C8171D;
}

.left-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.left-title a::before, .left-title strong::before {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.left-title a::after, .left-title strong::after {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mod-1 {
  padding: 0.64rem 0;
  background: #F3F3F3;
}

.mod-1 .news ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mod-1 .news ul::after {
  content: "";
  width: 2.14rem;
}

.mod-1 .news ul li {
  width: 2.14rem;
  margin: 0.24rem 0 0;
}

.mod-1 .news ul li .img {
  width: 100%;
  height: 1.2rem;
}

.mod-1 .news ul li .des {
  padding: 0.24rem 0.16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mod-1 .news ul li .des .title {
  width: 100%;
  font-size: 0.32rem;
  color: #333333;
}

.mod-1 .news ul li .des p {
  margin: 0.16rem 0 0.2rem;
  font-size: 0.28rem;
  color: #666666;
}

.mod-1 .news ul li .des .watch {
  width: 1.24rem;
  height: 0.38rem;
  border: 0.01rem solid #C8171D;
  font-size: 0.24rem;
  color: #C8171D;
  background: #FCF5F5;
  text-align: center;
  line-height: 0.36rem;
}

.mod-2 {
  padding: 0.24rem 0;
  background: #F7F7F7;
}

.mod-2 .news {
  margin-top: 0.24rem;
}

.mod-2 .news .cont .des {
  width: 3.6rem;
}

.mod-2 .news .cont .des .title {
  font-size: 0.32rem;
  color: #333;
}

.mod-2 .news .cont .des p {
  font-size: 0.24rem;
  color: #666;
}

.mod-2 .news .cont .des .watch {
  width: 1.24rem;
  height: 0.38rem;
  border: 0.01rem solid #C8171D;
  font-size: 0.24rem;
  color: #C8171D;
  background: #FCF5F5;
  text-align: center;
  line-height: 0.36rem;
}

.mod-2 .news .cont .img {
  width: 3rem;
  height: 2.6rem;
}

.mod-3 {
  margin-top: 0.64rem;
}

.mod-3 .news ul li {
  margin-top: 0.24rem;
}

.mod-3 .news ul li .img {
  width: 2.1rem;
  height: 1.5rem;
}

.mod-3 .news ul li .des {
  width: 4.48rem;
}

.mod-3 .news ul li .des a {
  font-size: 0.32rem;
  color: #333;
}

.mod-3 .news ul li .des p {
  font-size: 0.28rem;
  color: #999;
}

.mod-3 .news ul li .des span {
  font-size: 0.24rem;
  color: #666;
}

.mod-4 {
  margin-top: 0.64rem;
}

.mod-4 .news {
  margin-top: 0.24rem;
}

.mod-4 .news .img {
  width: 100%;
  height: 3rem;
}

.mod-4 .news ul {
  padding-top: 0.24rem;
}

.mod-4 .news ul li:not(:first-child) {
  margin-top: 0.4rem;
}

.mod-4 .news ul li a {
  font-size: 0.32rem;
  color: #666;
  width: 68%;
}

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

.link {
  margin-top: 0.64rem;
}

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

.link p a {
  font-size: 0.26rem;
  color: #666;
  margin-right: 0.08rem;
}

.footer {
  background: #333;
  margin-top: 0.64rem;
  padding: 0.42rem 0;
}

.footer p {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  padding: 0.06rem 0;
}

.bread-nav {
  margin: 0.24rem 0 0.16rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread-nav img {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.13rem;
}

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

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

.bread-nav .breadCrumbs li img {
  width: 0.19rem;
  height: 0.19rem;
}

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

.item-main .item-list ul li {
  margin-top: 0.24rem;
}

.item-main .item-list ul li .img {
  width: 2.1rem;
  height: 1.5rem;
}

.item-main .item-list ul li .des {
  width: 4.48rem;
}

.item-main .item-list ul li .des a {
  font-size: 0.32rem;
  color: #333;
}

.item-main .item-list ul li .des p {
  font-size: 0.28rem;
  color: #999;
}

.item-main .item-list ul li .des span {
  font-size: 0.26rem;
  color: #666;
}

.item-main .hot-list {
  margin-top: 0.64rem;
}

.item-main .detail .art-head h1 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
}

.item-main .detail .art-head p {
  margin-top: 0.24rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.item-main .detail .art-head p span {
  font-size: 0.24rem;
  color: #666;
  margin-right: 0.08rem;
}

.item-main .detail .art-cont {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.3rem;
}

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

.item-main .detail .art-cont div,.item-main .detail .art-cont p {
  font-size: 0.28rem!important;
  color: #333!important;
  line-height: 0.36rem;
  margin: 0.2rem 0;
  text-indent: 2em;
}

.item-main .detail .pages {
  margin-top: 0.64rem;
  padding: 0.24rem 0;
  border-top: 0.01rem solid #F5F5F5;
  border-bottom: 0.01rem solid #F5F5F5;
}

.item-main .detail .pages li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  color: #333;
}

.item-main .detail .pages li a {
  font-size: 0.28rem;
  color: #333;
  width: 76%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 分页 */
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.64rem;
}

.pagination .thisclass {
  color: #C8171D;
  font-weight: bold;
}

.pagination .thisclass span {
  color: #C8171D;
  font-weight: bold;
}

.pagination li {
  display: inline-block;
  margin: 0 0.09rem;
  font-size: 0.28rem;
}

.pagination li .page-link {
  cursor: pointer;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.pagination li a {
  color: #333;
  display: inline-block;
}
