body {
  background-color: #f2f2f2;
}

/* 轮播 */
.c-banner {
  margin: 0 auto 75px;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.c-banner .banner ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  height: 600px;
}

.c-banner .banner ul li {
  position: relative;
  display: none;
  opacity: 0;
}


.c-banner .banner ul li:nth-child(1) {
  opacity: 1;
  display: block;
}

.right_banner {
  position: absolute;
  height: 565px;
  width: 52%;
}

.right_banner img {
  width: 100%;
  max-height: 100%;
}

.news_bot {
  position: absolute;
  right: 37%;
  color: #686868;
  height: 40px;
  width: 50%;
  white-space: nowrap;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

#flash {
  margin: 0 auto 75px;
  width: 100%;
  height: 565px;
  position: relative;
  background-color: #fff;
}

#flash #play {
  width: 100%;
  height: 585px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

#flash #play li {
  display: none;
  position: absolute;
  height: 585px;
  top: 0px;
  left: 0px;
  width: 100%;
}

#img {
  position: absolute;
  top: 0px;
  right: 45px;
  width: 47%;
  height: 542px;
  z-index: 9;
}

.left_banner {
  position: absolute;
  right: 80px;
  height: 565px;
  width: 44%;
}

.news_left {
  margin: 0 50px;
  /* height: 420px; */
  height: 24rem;
  /* width: 66%; */
  width: 35rem;
  border-bottom: 1px solid #ccc;
}

.left_banner h3,
.left_banner i,
.left_banner p {
  margin-top: 40px;
  text-align: left;
}

.left_banner h3 {
  font-size: 28px;
  margin-top: 70px;
  font-weight: 400;
  color: #111;
}

.left_banner .box_i {
  margin-top: 20px;
}

.left_banner .box_i p {
  font-size: 16px;
  line-height: 30px;
}

.left_banner i {
  display: block;
  font-size: 18px;
  height: 30px;

}



#prev,
#next {
  position: absolute;
  /* bottom: 7%; */
  bottom: 4rem;
  z-index: 99;
}


#next {
  right: 17%;
}

#prev {
  right: 44%
}

#next:hover,
#prev:hover {
  opacity: 0.8;
  cursor: pointer;
}

#prev img,
#next img {
  height: 20px;
  width: 10px;
}

/* 轮播结束 */

.news_list ul {
  overflow: hidden;

}

.news_list ul li {
  float: left;
  background-color: #fff;
  height: 673px;
  width: 30%;
  margin: 50PX 20px;
}

.news_list ul li img {
  width: 100%;
  height: 240px;
}

.news_list ul li .news_more {
  margin: 50px 40px;
}

.news_list ul li b {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  color: #005cb9;
}

.news_list ul li a {
  display: block;
  color: #121212;
  height: 250px;
}

.news_list ul li h3 {
  font-size: 20px;
  margin: 15px 0;
  line-height: 25px;
  font-weight: 400;
}

.news_list ul li .p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 25px;
  color: #737373;
}

.news_list ul li i {
  display: block;
  font-size: 14px;
  margin-top: 60px;
  color: #737373;
}

.news_list ul li a:hover h3,
.news_list ul li a:hover .p {
  color: #005cb9;
}

.left_banner a:hover h3 {
  color: #005cb9;
}


.news_list_pull {
  /* background-color: pink; */
  width: 200px;
  margin: 50px auto;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.news_list_pull a {
  display: block;
}

.news_list_pull .img {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #0d57a7;
  border-radius: 50px;
  margin: 0px 7px -14px 5px;


}

.news_list_pull img {
  position: absolute;
  top: 10px;
  left: 12px;
  vertical-align: middle
}

.news_list_pull i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #635e5d;
}

.wap-news-title {
  display: none;
}

.wap-prev,
.wap-next {
  position: absolute;
  display: block;
  top: 50%;
  padding: 15px 5px;
  bottom: unset;
  background-color: aliceblue;
  opacity: 0.6;
  cursor: pointer;
  z-index: 9999;
}

.wap-prev img,
.wap-next img {
  height: 20px;
  width: 10px;
}

@media screen and (max-width:1440px) {
  #flash {
    height: 455px;
  }

  #flash #play {
    height: 455px;
  }

  .right_banner {
    height: 455px;
  }

  .left_banner {
    height: 455px;
  }

  .news_left {
    height: 17.5rem;
  }

  .news_bot {
    bottom: 56px;
  }

  #next {
    right: 7%;
  }

  .news_bot {
    right: 20%;
  }
}

@media all and (max-width:1289px) {
  .news_list ul li {
    width: 45%;
  }
}

@media all and (max-width:1244px) {
  .news_list ul li {
    width: 44%;
  }

  .news_left {
    width: 30rem;
  }
}

@media all and (max-width:1186px) {
  .news_list ul li {
    width: 40%;
  }
}


@media all and (max-width:1118px) {
  .news_left {
    width: 26rem;
  }
}

@media all and (max-width:1036px) {
  .news_list ul li {
    width: 35%;
  }
}

@media all and (max-width:988px) {
  .news_list ul li {
    width: 32%;
  }
}

@media all and (min-width:900px) {
  .wap-next {
    display: none;
  }

  .wap-prev {
    display: none;
  }

  .pc-prev {
    display: block;
  }

  .pc-next {
    display: block;
  }
}

@media all and (max-width:900px) {
  #flash {
    height: auto;
    margin: 0;
  }

  .news_list ul li {
    width: 32%;
  }

  .news-reco {}

  #flash #play {
    position: inherit;
    height: auto;
  }

  .right_banner {
    margin: auto;
    height: auto;
    position: relative;
    width: 100%;
  }

  #flash #play li {
    height: auto;
    position: inherit;
  }

  .left_banner {
    width: 100%;
    height: auto;
    margin: auto;
    position: inherit;
    right: 0;
  }

  .left_banner h3,
  .left_banner i,
  .left_banner p {
    margin-top: 0;
  }

  .news_bot {
    display: none;
  }

  .news_left {
    margin: auto;
    width: 80%;
    border-bottom: none;
    height: auto;
  }

  .left_banner .box_i p {
    font-size: inherit;
    line-height: inherit;
  }

  .left_banner i {
    margin-top: 11px;
    font-size: inherit;
  }

  .pc-next,
  .pc-prev {
    display: none;
  }

  .wap-news-title {
    display: flex;
    align-items: center;
  }

  .wap-next {
    right: 0;
  }

  .wap-prev {
    left: 0;
    right: unset;
  }

  .left_banner h3 {
    font-size: 20px;
  }

  .news_list ul li {
    width: 30%;
  }
}

@media all and (max-width:814px) {
  .w1300 {
    width: 100%;
  }

  .news_list ul li {
    width: 44%;
  }
}

@media all and (max-width:685px) {
  .news_list ul li {
    width: 85%;
    float: none;
    margin: 20px auto;
  }
}

@media all and (max-width:550px) {
  .news_list ul li {
    width: 90%;
  }
}

@media all and (max-width:490px) {
  .news_list ul li {
    width: 95%;
  }
}

/*@media all and (max-width:400px) {*/
/*  .news_list ul li {*/
/*    width: 97%;*/
/*  }*/
/*}*/