.pc {
  display: block;
}

.pc .img_b:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pc .img_b {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.pc .header {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #00366e;
}

.pc .header .logo {
  width: 316px;
  padding-top: 31px;
}

.pc .header .xian {
  width: 1px;
  height: 22px;
  background: #adc0d0;
  margin: 0 26px;
  margin-top: 40px;
}

.pc .header .china a {
  font-size: 22px;
  color: #e3e8ed;
}

.pc .banner {
  width: 100%;
  overflow: hidden;
}

.pc .content {
  background: url(../img/bg20210421.jpg) no-repeat center;
  background-size: 2544px 4213px;
  width: 100%;
  height: 4213px;
}

.pc .content .shanxi .title {
  width: 748px;
  height: 180px;
  margin-left: 459px;
  padding-top: 116px;
}

.pc .content .shanxi .more {
  width: 224px;
  height: 18px;
  position: relative;
  left: 800px;
  top: -30px;
}

.pc .content .shanxi .tuwenbox {
  margin-top: 16px;
}

.pc .content .shanxi .tuwenbox .tuwen {
  padding: 20px;
}

.pc .content .shanxi .tuwenbox .tu {
  width: 352px;
  height: 235px;
  overflow: hidden;
}

.pc .content .shanxi .tuwenbox .wen {
  width: 352px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 26px;
  line-height: 28px;
}

.pc .content .shanxi .tuwenbox .wen a {
  font-size: 22px;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
}

.pc .content .shanxi .tuwenbox .tuwen:hover {
  background: #fdf3f3;
}

.pc .content .shanxi .tuwenbox .tuwen:hover a {
  color: #db070d;
}

.pc .content .chongqing .title {
  width: 688px;
  margin-left: 425px;
  padding-top: 90px;
}

.pc .content .guizhou .title {
  width: 748px;
  margin-left: 465px;
  padding-top: 90px;
}

.pc .content .guangxi .title {
  width: 833px;
  margin-left: 385px;
  padding-top: 90px;
}

.pc .content .xinjiang .title {
  width: 748px;
  margin-left: 465px;
  padding-top: 90px;
}

.pc .content .fujian .title {
  width: 833px;
  margin-left: 376px;
  padding-top: 90px;
}

.pc .back {
  width: 100%;
  height: 62px;
  background: #d9b88d;
  position: relative;
}

.pc .back .backtotop {
  width: 315px;
  height: 62px;
  position: absolute;
  left: 50%;
  margin-left: -152.5px;
  cursor: pointer;
}

.pc .footer {
  background: #d6151a;
  width: 100%;
  padding: 90px 0;
}

.pc .footer .logo {
  width: 359px;
  height: 39px;
  margin-left: 200px;
}

.pc .footer .xian {
  width: 1px;
  height: 70px;
  background: #faecdc;
  margin: 0 35px;
}

.pc .footer .wen {
  font-family: Arial;
  font-size: 16px;
  color: #faecdc;
  line-height: 18px;
  width: 755px;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .mobile .banner_m {
    width: 100%;
  }
  .mobile .content_m {
    background: url(../img/bg_m20210421.jpg) no-repeat;
    background-size: 7.5rem 42.8rem;
    height: 42.8rem;
    width: 7.5rem;
  }
  .mobile .content_m .shanxi {
    padding-top: 0.5rem;
  }
  .mobile .content_m .shanxi .title {
    width: 4.86rem;
    height: 1.36rem;
  }
  .mobile .content_m .shanxi .more {
    width: 1.62rem;
    height: 0.14rem;
    margin-left: 2.45rem;
    margin-top: -0.2rem;
    z-index: 10;
  }
  .mobile .content_m .shanxi .tuwenbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .mobile .content_m .shanxi .tuwenbox .tuwen {
    width: 3.36rem;
    height: 2.24rem;
    position: relative;
    margin-top: 0.33rem;
  }
  .mobile .content_m .shanxi .tuwenbox .tuwen .tu {
    width: 3.36rem;
    height: 2.24rem;
  }
  .mobile .content_m .shanxi .tuwenbox .tuwen .wen {
    position: absolute;
    bottom: 0;
    background: url(../img/shadow.png) no-repeat;
    background-size: 3.36rem 1.17rem;
    height: 1.17rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: bold;
    line-height: 0.25rem;
    width: 100%;
    padding: 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mobile .content_m .shanxi .tuwenbox .tuwen .wen a{
    color: #ffffff;
  }
  .mobile .content_m .shanxi .tuwenbox .tuwen .wen div {
    position: absolute;
    bottom: 0.2rem;
  }
  .mobile .content_m .chongqing .title {
    width: 4rem;
    height: 1.36rem;
  }
  .mobile .back {
    width: 100%;
    height: 0.57rem;
    background: #d9b88d;
    position: relative;
  }
  .mobile .back .backtotop {
    width: 2.9rem;
    height: 0.57rem;
    position: absolute;
    left: 50%;
    margin-left: -1.45rem;
    cursor: pointer;
  }
  .mobile .footer {
    background: #d6151a;
    width: 100%;
    padding: 0.46rem 0;
  }
  .mobile .footer .logo {
    width: 2.84rem;
    height: 0.31rem;
    margin-left: 0.43rem;
  }
  .mobile .footer .xian {
    width: 0.01rem;
    height: 0.29rem;
    background: #bcbcbc;
    margin: 0 0.25rem;
  }
  .mobile .footer .wen a {
    font-family: Arial;
    font-size: 0.42rem;
    color: #ffffff;
    line-height: 0.28rem;
  }
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */