@media screen and (max-width: 1024px) {
  .newsUl {
    width: auto !important;
  }
  .news .newsUl li div:nth-child(1) {
    height: 300px !important;
  }
  .news .newsUl li div:nth-child(2) h3 {
    font-size: 19px !important;
  }
  .news .newsUl li div:nth-child(2) p {
    font-size: 10px !important;
  }
  .newsDetail {
    width: auto !important;
  }
  .newsDetail .top h1 {
    font-size: 11px !important;
    padding: 0 10%;
  }
  .newsDetail .mid {
    padding: 0 10% !important;
  }
  .newsDetail .mid p {
    font-size: 10px !important;
  }
  .newsDetail .bottom {
    padding: 2rem 1rem !important;
  }
}
.news {
  background: #EDEDED;
}
.news .newsUl {
  width: 1349px;
  margin: 0 auto;
  padding: 3rem 12.8rem;
}
.news .newsUl li {
  margin-bottom: 2rem;
}
.news .newsUl li div:nth-child(1) {
  height: 420px;
}
.news .newsUl li div:nth-child(2) {
  background: white;
  padding: 1.1rem 2rem;
}
.news .newsUl li div:nth-child(2) h3 {
  margin: 0;
  font-family: "Microsoft Yahei";
  font-size: 20px;
  cursor: pointer;
  color: black;
}
.news .newsUl li div:nth-child(2) h3:hover {
  color: red;
}
.news .newsUl li div:nth-child(2) p {
  text-indent: 0;
  font-size: 16px;
}
.news .newsUl li div:nth-child(2) p span {
  color: #AEAEAE;
}
.breadCrumbs {
  background: white;
}
.newsDetail {
  width: 1200px;
  padding: 2rem 0;
  margin: 0 auto;
}
.newsDetail .top {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.newsDetail .top h1 {
  font-size: 24px;
}
.newsDetail .top .dif {
  text-align: right;
  justify-content: flex-end;
}
.newsDetail .top .dif span:nth-child(2) {
  margin-left: 2rem;
}
.newsDetail .mid {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 3rem;
}
.newsDetail .mid ul {
  padding: 2rem 10%;
}
.newsDetail .mid ul li p {
  color: #808080;
  margin: .5rem auto;
}
.newsDetail .bottom {
  padding: 2rem 0;
}
.newsDetail .bottom a {
  color: #3D3D3D;
}
.newsDetail .bottom a:hover {
  color: red;
}
.newsDetail p {
  margin: 0;
  line-height: 25px;
  font-size: 16px;
}
.newsImg {
  margin: 0 auto;
  width: 450px;
  height: 600px;
}
/*分页*/
#pageGro {
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: 25px;
  margin: 0px auto;
  padding-bottom: 5rem;
}
#pageGro div,
#pageGro div ul li {
  font-size: 12px;
  color: #999;
  line-height: 23px;
  float: left;
  margin-left: 5px;
}
#pageGro div ul li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  background: white;
}
#pageGro div ul li.on {
  color: #fff;
  background: #1793BD;
}
#pageGro .pageUp,
#pageGro .pageDown {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  font-size: 15px;
  background: white;
}
#pageGro .pageDown:hover,
#pageGro .pageUp:hover {
  background: #1793BD;
  color: white;
}
#pageGro .pageDown {
  text-indent: 5px;
}
/*# sourceMappingURL=news.css.map */