@media screen and (min-width: 1024px) {
  .body-all-box {
    width: 1200px;
    margin: 0 auto;
  }
  .banner-img {
    width: 100%;
    height: 200px;
    background-image: url(../img/news-img1.jpg);
    background-position: center center;
    min-width: 1200px;
  }
  .tit {
    font-size: 32px;
    color: #000;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    line-height: 150px;
    font-family: MingLiU;
  }
  .news-one {
    width: 1200px;
    height: 400px;
    margin-bottom: 70px;
    position: relative;
    display: block;
  }
  .news-one .left-btn {
    position: absolute;
    top: 363px;
    left: 630px;
    cursor: pointer;
    z-index: 100;
  }
  .news-one .right-btn {
    position: absolute;
    top: 363px;
    left: 710px;
    cursor: pointer;
    z-index: 100;
  }
  .news-one .swiper-button-prev {
    display: none;
  }
  .news-one .swiper-button-next {
    display: none;
  }
  .news-one .one-box {
    width: 1200px;
    height: 400px;
  }
  .news-one .one-box .one-left {
    width: 600px;
    float: left;
  }
  .news-one .one-box .one-left img {
    width: 600px;
    height: 400px;
  }
  .news-one .one-box .one-right {
    width: 600px;
    padding: 0 35px;
    float: left;
  }
  .news-one .one-box .one-right h1 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
  }
  .news-one .one-box .one-right h2 {
    width: 40px;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #c8a05a;
  }
  .news-one .one-box .one-right p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .news-one .one-box .one-right h3 {
    font-size: 14px;
    color: #666;
  }
  .news-two .detail {
    display: block;
    height: 134px;
    width: 1200px;
    padding: 0 20px;
    padding-top: 30px;
    background-image: url(../img/news-list-sanjiao.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    border-top: 1px solid #f2f2f2;
  }
  .news-two .detail h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
  }
  .news-two .detail p {
    font-size: 14px;
    color: #999;
  }
  .news-two .detail:nth-last-child(1) {
    border-bottom: 1px solid #f2f2f2;
  }
  .news-two .detail:hover h1,
  .news-two .detail:hover p {
    color: #C8A05A;
  }
  .loding {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 100px 0;
    display: none;
  }
  .loading-img {
    display: block;
    margin: 0 auto;
    width: 200px;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .body-all-box {
    margin: 0 auto;
  }
  .banner-img {
    width: 100%;
    height: 2rem;
    background-image: url(../img/news-img1.jpg);
    background-size: auto 100%;
    background-position: center center;
  }
  .tit {
    font-size: .4rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 2rem;
    font-family: MingLiU;
  }
  .news-one {
    width: 100%;
    margin-bottom: .3rem;
    position: relative;
    display: block;
    padding-bottom: 1.4rem;
  }
  .news-one .left-btn {
    position: absolute;
    bottom: .2rem;
    left: .3rem;
    cursor: pointer;
    z-index: 100;
    width: 1rem;
  }
  .news-one .right-btn {
    position: absolute;
    bottom: .2rem;
    right: .3rem;
    cursor: pointer;
    z-index: 100;
    width: 1rem;
  }
  .news-one .swiper-button-prev {
    display: none;
  }
  .news-one .swiper-button-next {
    display: none;
  }
  .news-one .one-box {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .news-one .one-box .one-left {
    width: 100%;
  }
  .news-one .one-box .one-left img {
    width: 100%;
    margin-bottom: .2rem;
  }
  .news-one .one-box .one-right h1 {
    font-size: .3rem;
    color: #000;
    text-align: center;
    line-height: .5rem;
  }
  .news-one .one-box .one-right h2 {
    width: 1.4rem;
    height: 4px;
    margin: .3rem auto;
    background-color: #c8a05a;
  }
  .news-one .one-box .one-right p {
    font-size: .24rem;
    color: #666;
    line-height: .4rem;
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .news-one .one-box .one-right h3 {
    font-size: .24rem;
    color: #666;
    text-align: center;
  }
  .news-two {
    width: 95%;
    margin: 0 auto;
  }
  .news-two .detail {
    display: block;
    height: 1.4rem;
    padding: 0 .2rem;
    padding-top: .3rem;
    background-image: url(../img/news-list-sanjiao.png);
    background-repeat: no-repeat;
    background-position: center right .2rem;
    background-size: .25rem auto;
    border-top: 1px solid #f2f2f2;
  }
  .news-two .detail h1 {
    font-size: .3rem;
    color: #333;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: .4rem;
  }
  .news-two .detail p {
    font-size: .24rem;
    color: #999;
  }
  .news-two .detail:nth-last-child(1) {
    border-bottom: 1px solid #f2f2f2;
  }
  .loding {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 1rem 0;
  }
}

