@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.scro-x {
  display: -ms-flexbox;
  overflow-x: auto;
  justify-content: start;
  align-items: center;
}

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

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

.header {
  padding: 0.13rem 0 0.20rem;
}

.header .logo {
  margin-bottom: 0.45rem;
  margin-left: 0.24rem;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 1.49rem;
  height: 0.63rem;
}

.header .nav ul {
  margin-left: 0.24rem;
  align-items: center;
}

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

.header .nav ul .active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background: url(../images/icon1.png) no-repeat;
}

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

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

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

.header .nav ul li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background: url(../images/icon1.png) no-repeat;
}

.banner a {
  display: block;
  width: 100%;
  height: 4.5rem;
}

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

.public-title {
  justify-content: center;
}

.public-title a {
  font-size: 0.3rem;
  color: #C23E1F;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.2rem;
}

.public-title a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.14rem;
  height: 0.08rem;
  background: url(../images/icon1.png) no-repeat;
}

.mod {
  margin-top: 1.4rem;
}

.mod1 .news {
  margin-top: 0.48rem;
  padding: 0 0.24rem;
}

.mod1 .news p {
  width: 3.2rem;
  font-size: 0.24rem;
  color: #333;
}

.mod1 .news .img {
  width: 2.88rem;
  height: 2.64rem;
}

.mod2 ul {
  margin-top: 0.48rem;
}

.mod2 ul li {
  margin-bottom: 0.24rem;
}

.mod2 ul li:hover .des .title {
  color: #C23F20;
}

.mod2 ul li:hover .des p {
  color: #4A8CCC;
}

.mod2 ul li:last-child {
  flex-direction: row-reverse;
}

.mod2 ul li:last-child .des .more {
  justify-content: start;
}

.mod2 ul li .img {
  position: relative;
  display: block;
  width: 3.68rem;
  height: 2.65rem;
}

.mod2 ul li .des {
  width: 2.92rem;
  justify-content: start;
}

.mod2 ul li .des .title {
  font-size: 0.24rem;
  color: #333;
  margin: 0.26rem 0 0.4rem;
}

.mod2 ul li .des p {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.41rem;
}

.mod2 ul li .des .more {
  justify-content: flex-end;
  margin-top: 0.1rem;
}

.mod2 ul li .des .more a img {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
}

.mod3 .mod3-cont {
  margin-top: 0.48rem;
  position: relative;
  padding-bottom: 0.48rem;
}

.mod3 .mod3-cont .mod3-container a {
  display: block;
  height: 3.28rem;
}

.mod3 .mod3-cont .mod3-container a img {
  width: 100%;
  height: 100%;
}

.mod3 .mod3-cont .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
}

.mod3 .mod3-cont .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: #CCCCCC;
  opacity: 0.4;
  border-radius: 0.1rem;
  margin: 0 0.21rem;
}

.mod3 .mod3-cont .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  background: #C23E20;
  border-radius: 0.1rem;
  opacity: 1;
}

.mod4 .main {
  padding: 0 0.24rem;
}

.mod4 .main .news {
  width: 100%;
}

.mod4 .main .news .news-title {
  font-size: 0.24rem;
  color: #333;
  padding-right: 0.48rem;
  font-weight: normal;
  background: url(../images/bot.png) no-repeat right center;
  background-size: 14%;
}

.mod4 .main .news ul li {
  margin-top: 0.24rem;
}

.mod4 .main .news ul li a {
  display: block;
  font-size: 0.19rem;
  color: #333;
  padding-left: 0.44rem;
  background: url(../images/right1.png) no-repeat left center;
}

.mod4 .main .news ul li a:hover {
  color: #C23F20;
}

.mod4 .main .hot-news {
  width: 100%;
  text-align: right;
}

.mod4 .main .hot-news .news-title {
  font-size: 0.24rem;
  color: #333;
  padding-left: 0.48rem;
  font-weight: normal;
  background: url(../images/bot.png) no-repeat left center;
  background-size: 14%;
}

.mod4 .main .hot-news ul li {
  margin-top: 0.24rem;
}

.mod4 .main .hot-news ul li a {
  display: block;
  font-size: 0.18rem;
  color: #333;
  padding-right: 0.44rem;
  text-align: right;
  background: url(../images/left1.png) no-repeat right center;
}

.mod4 .main .hot-news ul li a:hover {
  color: #C23F20;
}

.link {
  margin-top: 1.4rem;
}

.link p {
  justify-content: start;
  flex-wrap: wrap;
  line-height: 0.3rem;
  background: url(../images/right1.png) no-repeat left center, url(../images/left1.png) no-repeat right center;
  padding: 0 0.48rem;
}

.link p strong {
  font-size: 0.18rem;
  color: #333;
  display: block;
  margin-right: 0.1rem;
  font-weight: normal;
}

.link p a {
  font-size: 0.18rem;
  color: #333;
  margin-right: 0.1rem;
}

.link p a:hover {
  color: #297FBB;
}

.footer {
  margin-top: 1.4rem;
  padding: 0.34rem 0 0.23rem;
  background: #333;
}

.footer p {
  margin: 0.1rem 0;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
}

.bread-nav {
  margin: 0.24rem 0;
  align-items: center;
  justify-content: start;
  padding-left: 0.24rem;
}

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

.bread-nav .breadCrumbs {
  justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 0.18rem;
  color: #333;
}

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

.bread-nav .breadCrumbs li a:hover {
  color: #C23F20;
}

.item-banner .item1 {
  width: 100%;
  height: 3rem;
  position: relative;
}

.item-banner .item1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.item-banner ul .img {
  width: 50%;
  height: 2rem;
  position: relative;
}

.item-banner ul .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.item-list {
  margin-top: 1.4rem;
}

.item-list ul {
  flex-wrap: wrap;
  align-items: center;
}

.item-list ul li {
  position: relative;
  width: 5.71rem;
  padding: 0.21rem 0.27rem 0.21rem 0.24rem;
  margin-bottom: 0.24rem;
  justify-content: start;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.item-list ul li .img {
  width: 2rem;
  height: 1.5rem;
  margin-right: 0.24rem;
}

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

.item-list ul li .des a {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.item-list ul li .des p {
  font-size: 0.18rem;
  color: #333;
}

/* 分页 */
.pagination {
  text-align: center;
  padding: 0 0.24rem;
}

.pagination .thisclass {
  color: #C23F20;
  font-weight: bold;
  border: none;
}

.pagination .thisclass span, .pagination .thisclass a {
  color: #C23F20;
  font-weight: bold;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  justify-content: space-around;
  padding: 0.09rem 0.16rem;
  font-size: 0.2rem;
  color: #343434;
  border: 0.01rem solid #565656;
  border-radius: 0.1rem;
}

.pagination li:first-child {
  background: #E6E6E6;
  color: #282828;
  border: none;
}

.pagination li:first-child span, .pagination li:first-child a {
  color: #282828;
}

.pagination li:last-child {
  background: #666;
  color: #fff;
  border: none;
}

.pagination li:last-child span, .pagination li:last-child a {
  color: #fff;
}

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

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

.hotNews {
  margin-top: 1.4rem;
  padding: 0 0.24rem;
}

.hotNews .news-title {
  font-size: 0.24rem;
  color: #333;
  padding-right: 0.48rem;
  font-weight: normal;
  background: url(../images/bot.png) no-repeat right center;
  background-size: 14%;
}

.hotNews .news-cont .news-left {
  width: 100%;
}

.hotNews .news-cont .news-left li {
  margin-top: 0.24rem;
}

.hotNews .news-cont .news-left li a {
  display: block;
  font-size: 0.18rem;
  color: #333;
  padding-left: 0.44rem;
  background: url(../images/right1.png) no-repeat left center;
  background-size: 4%;
}

.hotNews .news-cont .news-left li a:hover {
  color: #C23F20;
}

.detail .art-head {
  margin: 0.24rem 0 0.48rem;
}

.detail .art-head h1 {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
}

.detail .art-head p {
  margin-top: 0.48rem;
  justify-content: center;
}

.detail .art-head p span {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  margin-right: 0.1rem;
}

.detail .art-head p span:first-child {
  padding-left: 0.4rem;
  background: url(../images/right1.png) no-repeat left center;
}

.detail .art-head p span:last-child {
  padding-right: 0.4rem;
  background: url(../images/left1.png) no-repeat right center;
}

.detail .art-cont {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.36rem;
}

.detail .art-cont img {
  display: block;
  width: 100%;
  height: 3.89rem;
  margin: 0.22rem auto;
}

.detail .art-cont p {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
}

.detail .detail-title {
  margin-top: 1.4rem;
  justify-content: start;
}

.detail .detail-title span {
  font-size: 0.24rem;
  color: #C23F20;
  position: relative;
  padding-right: 0.4rem;
}

.detail .detail-title span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  transform: rotateZ(90deg);
  background: url(../images/right1.png) no-repeat;
  background-size: 100%;
}

.detail .pages {
  margin-top: 0.48rem;
}

.detail .pages li {
  align-items: center;
  justify-content: start;
  background: url(../images/right1.png) no-repeat left center;
  background-size: 4%;
  padding-left: 0.4rem;
  font-size: 0.19rem;
  color: #666;
}

.detail .pages li:not(:last-child) {
  margin-bottom: 0.24rem;
}

.detail .pages li a {
  font-size: 0.19rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 76%;
}

.detail .pages li a:hover {
  color: #C23F20;
}
/*# sourceMappingURL=public_m.css.map */