﻿@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;
  -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 {
  padding: 0.2rem 0;
}

.header .top {
  margin-bottom: 0.4rem;
}

.header .top .logo .img {
  width: 2.15rem;
  height: 0.5rem;
}

.header .top .search .img {
  width: 3.45rem;
  height: 0.6rem;
}

.header .nav ul .active a {
  color: #fff;
  background: #782E13;
}

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

.header .nav ul li a {
  font-size: 0.26rem;
  color: #333;
  display: block;
  padding: 0.12rem 0.33rem;
  border-radius: 0.06rem;
  position: relative;
}

.banner {
  border-bottom: 0.1rem solid #F5F5F5;
}

.banner .img {
  display: block;
  width: 100%;
  height: 3.5rem;
  position: relative;
}

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

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

.banner .hot-news-one {
  margin-top: 0.33rem;
}

.banner .hot-news-one a {
  font-size: 0.28rem;
  color: #333;
  width: 80%;
  display: block;
  position: relative;
  padding-left: 0.7rem;
}

.banner .hot-news-one a::before {
  content: "热门";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.58rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.2rem;
  color: #fff;
  background: #FF4D21;
  border-radius: 0.06rem;
}

.banner ul {
  padding-bottom: 0.4rem;
}

.banner ul li {
  margin-top: 0.4rem;
}

.banner ul li a {
  font-size: 0.28rem;
  color: #777777;
  width: 80%;
}

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

.public-title strong {
  font-size: 0.27rem;
  color: #333;
  font-weight: normal;
  position: relative;
  padding-left: 0.24rem;
}

.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: 0.1rem;
  background: #782E13;
}

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

.mod {
  margin-top: 0.36rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #E7E7E7;
}

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

.mod .top-news .info li:not(:first-child) {
  margin-top: 0.3rem;
}

.mod .top-news .info li .img {
  width: 2rem;
  height: 1.4rem;
}

.mod .top-news .info li .des {
  width: 4.7rem;
}

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

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

.mod .news-1 ul {
  margin-top: 0.42rem;
}

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

.mod .news-1 ul li:not(:last-child) {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem dashed #DCDCDC;
}

.mod .news-1 ul li a {
  font-size: 0.26rem;
  color: #4C4C4C;
  width: 84%;
}

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

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

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

.mod .news-2 ul li a {
  font-size: 0.26rem;
  color: #4C4C4C;
  width: 84%;
  position: relative;
  padding-left: 1.06rem;
}

.mod .news-2 ul li a::before {
  content: "专题";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.83rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.24rem;
  color: #FF3300;
  background: #FFDED6;
}

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

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

.mod .news-3 ul li a {
  font-size: 0.26rem;
  color: #4C4C4C;
  width: 84%;
  position: relative;
  padding-left: 1.06rem;
}

.mod .news-3 ul li a::before {
  content: "资讯";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.83rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.24rem;
  color: #FF3300;
  background: #FFDED6;
}

.mod-1 .main .top-news .img {
  width: 100%;
  height: 3.07rem;
}

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

.mod-5 .main .news ul li {
  width: 3.8rem;
  margin-right: 0.2rem;
}

.mod-5 .main .news ul li .img {
  width: 100%;
  height: 2.2rem;
}

.mod-5 .main .news ul li .title {
  margin-top: 0.12rem;
  font-size: 0.26rem;
  color: #4C4C4C;
  text-align: center;
}

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

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

.mod-6 .main .news ul li .img {
  width: 2rem;
  height: 1.4rem;
}

.mod-6 .main .news ul li .des {
  width: 4.44rem;
}

.mod-6 .main .news ul li .des a {
  font-size: 0.26rem;
  color: #4C4C4C;
}

.mod-6 .main .news ul li .des span {
  font-size: 0.26rem;
  color: #999;
  margin-top: 0.2rem;
}

.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.4rem;
}

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

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

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

.bread-nav {
  padding: 0.22rem 0;
  background: #F0F0F0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.24rem;
  color: #999;
}

.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;
  padding-left: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

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

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

.item-list .main .news ul li {
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
  border-bottom: 0.01rem dashed #EEEEEE;
}

.item-list .main .news ul li .title {
  font-size: 0.28rem;
  color: #333;
}

.item-list .main .news ul li > div {
  margin-top: 0.16rem;
}

.item-list .main .news ul li > div .img {
  width: 2.11rem;
  height: 1.36rem;
}

.item-list .main .news ul li > div .des {
  width: 4.54rem;
}

.item-list .main .news ul li > div .des p {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}

.item-list .main .news ul li > div .des div {
  margin-top: 0.22rem;
}

.item-list .main .news ul li > div .des div label {
  width: 1.2rem;
  height: 0.38rem;
  font-size: 0.24rem;
  color: #999;
  background: #F1F1F1;
  text-align: center;
  line-height: 0.38rem;
}

.item-list .main .news ul li > div .des div span {
  font-size: 0.24rem;
  color: #782E13;
}

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

.pagination .thisclass {
  color: #fff;
  background: #782E13;
}

.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.24rem;
  border: 0.01rem solid #DCDCDC;
}

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

.detail {
  margin-top: 0.3rem;
  border-bottom: 0.1rem solid #E7E7E7;
}

.detail > * {
  padding: 0 0.3rem;
}

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

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

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

.detail .art-cont {
  margin-top: 0.4rem;
  border-bottom: 0.01rem solid #eee;
  font-size: 0.28rem;
  line-height: 0.56rem;
  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;
  line-height: 0.56rem;
  color: #666;
  margin-bottom: 0.3rem;
}

.detail .pages ul {
  padding-bottom: 0.5rem;
}

.detail .pages ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 0.28rem;
  color: #999;
}

.detail .pages ul li:nth-child(2) {
  margin-top: 0.5rem;
}

.detail .pages ul li a {
  font-size: 0.28rem;
  color: #333;
  display: block;
}
