#news .banner {
  position: relative;
}
#news .banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 36px;
}
#news .new {
  padding: 100px 0 70px;
}
#news .new .max-width {
  display: flex;
  justify-content: space-between;
}
#news .new .max-width .left {
  width: 49.23%;
  overflow: hidden;
}
#news .new .max-width .left img {
  width: 100%;
  transition: all 1s;
}
#news .new .max-width .left:hover img {
  /*transform: scale(1.15);*/
}
#news .new .max-width .right {
  padding-top: 5%;
  width: 46.85%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#news .new .max-width .right .r_top {
  height: 70.7%;
}
#news .new .max-width .right .r_top:hover .font20 {
  color: #52BCFF;
}
#news .new .max-width .right .r_top a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  /*padding-bottom: 2rem;*/
}
#news .new .max-width .right .r_top a > .font14 {
  font-size: 14px;
  color: #666;
}
#news .new .max-width .right .r_top .font20 {
  font-size: 20px;
  color: #333;
}
#news .new .max-width .right .r_top div .font14 {
  font-size: 14px;
  padding: 6px 0 20px;
  position: relative;
  color: #666;
  margin-bottom: 20px;
}
#news .new .max-width .right .r_top div .font14::after {
  content: '';
  width: 35px;
  height: 2px;
  background: #52BCFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .new .max-width .right .r_top div .font16 {
  font-size: 16px;
  color: #666;
}
#news .new .max-width .right .r_bottom {
  height: 37%;
  display: flex;
  flex-direction: column;
}
#news .new .max-width .right .r_bottom a {
  flex: 1;
  border-top: 1px solid #E6E6E6;
  display: block;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#news .new .max-width .right .r_bottom a:hover {
  color: #52BCFF;
}
#news .list .max-width {
  display: flex;
  flex-wrap: wrap;
  padding: 74px 0 40px;
  box-sizing: border-box;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 60px;
}
#news .list .max-width a {
  display: inline-block;
  width: 32.69%;
  margin-right: 0.96%;
  margin-bottom: 60px;
}
#news .list .max-width a:nth-child(3n) {
  margin-right: 0;
}
#news .list .max-width a .img_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#news .list .max-width a .img_box img {
  width: 100%;
  transition: all 1s;
}
/*#news .list .max-width a:hover .img_box img {*/
/*  transform: scale(1.15);*/
/*}*/
#news .list .max-width a:hover .font20 {
  color: #52BCFF;
}
#news .list .max-width a .font14 {
  color: #666;
  font-size: 14px;
}
#news .list .max-width a .font20 {
  color: #333;
  font-weight: bold;
  margin: 4px 0;
  line-height: 30px;
  font-size: 20px;
}
#news .list .max-width a .font16 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
#news_detail .detail {
  padding: 5vh 0 ;
  display: flex;
  justify-content: space-between;
}
#news_detail .detail .left {
  width: 71.84%;
  padding-right: 4.9%;
  border-right: 1px solid #E4E3E2;
  padding-bottom: 4.5vh;
}
#news_detail .detail .left .font32 {
  color: #373737;
  font-weight: 400;
}
#news_detail .detail .left .time {
  padding: 3vh 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3vh;
}
#news_detail .detail .left .time img {
  margin-right: 9px;
}
#news_detail .detail .left .time span {
  color: #7D7D7D;
}
#news_detail .detail .left .desc {
  text-align: center;
}
#news_detail .detail .left .desc p {
  font-size: 16px;
  color: #2D3441;
  line-height: 30px;
  text-align: left;
}
#news_detail .detail .left .desc img {
  max-width: 100%;
  margin: 3vh auto 0;
}
#news_detail .detail .left .more {
  background: #E5E5E5;
  padding: 2vh 1.5vh;
  justify-content: space-between;
  margin-top: 4vh;
  display: flex;
}
#news_detail .detail .left .more a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #2D3441;
  transition: all 0.1s;
}
#news_detail .detail .left .more a span {
  margin: 0 6px;
  font-size: 14px;
}
#news_detail .detail .left .more a:hover {
  color: #B90B14;
}
#news_detail .detail .right {
  width: 31.5%;
  padding-left: 3.6%;
  box-sizing: border-box;
}
#news_detail .detail .right > .font24 {
  color: #373737;
  padding: 4vh 0 4.5vh;
}
#news_detail .detail .right .list_mb {
  display: none;
}
#news_detail .detail .right .list_mb a {
  display: inline-block;
  width: 32.69%;
  margin-right: 0.96%;
  margin-bottom: 60px;
}
#news_detail .detail .right .list_mb a:nth-child(3n) {
  margin-right: 0;
}
#news_detail .detail .right .list_mb a .img_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#news_detail .detail .right .list_mb a .img_box img {
  width: 100%;
  transition: all 1s;
}
#news_detail .detail .right .list_mb a:hover .img_box img {
  transform: scale(1.15);
}
#news_detail .detail .right .list_mb a:hover .font20 {
  color: #52BCFF;
}
#news_detail .detail .right .list_mb a .font14 {
  color: #666;
  font-size: 14px;
}
#news_detail .detail .right .list_mb a .font20 {
  color: #333;
  font-weight: bold;
  margin: 4px 0;
  line-height: 30px;
  font-size: 20px;
}
#news_detail .detail .right .list_mb a .font16 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
#news_detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
}
#news_detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 3vh;
  color: #2D3441;
}
#news_detail .detail .right .list .item img {
  width: 100%;
}
#news_detail .detail .right .list .item .font14 {
  color: #808080;
  margin-bottom: 6px;
}
#news_detail .detail .right .list .item .font20 {
  margin: 1vh 0 1.7vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_detail .detail .right .list .item:hover .font20 {
  color: #B90B14;
}
#news_detail .detail .right .more {
  background: #E5E5E5;
  padding: 1.5vh 0;
  text-align: center;
  color: #373737;
  font-size: 16px;
  display: block;
  margin-top: 1vh;
  transition: all 0.3s;
}
#news_detail .detail .right .more:hover {
  background: #B90B14;
  color: #fff;
}
/*页码*/
.page_con {
  display: none;
  width: 92%;
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 110px;
  letter-spacing: 2px;
  font-weight: lighter;
  background: #52BCFF;
  color: #fff;
}
.page_con nav ul li:hover a {
  color: #FD6C0D;
  background: #52BCFF;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #52BCFF !important;
}
/* 手机端样式 */
@media screen and (max-width: 1024px) {
  #news .banner p {
    font-size: 28px;
  }
  #news .new {
    padding: 40px 0 10px;
  }
  #news .new .max-width {
    flex-direction: column;
  }
  #news .new .max-width .left {
    width: 100%;
  }
  #news .new .max-width .right {
    width: 100%;
    padding-top: 13px;
  }
  #news .new .max-width .right .r_top .font20 {
    font-size: 17px;
  }
  #news .new .max-width .right .r_top div .font14 {
    padding: 10px 0;
    margin-bottom: 13px;
  }
  #news .new .max-width .right .r_top div .font14::after {
    width: 17px;
    height: 2px;
  }
  #news .new .max-width .right .r_top div .font16 {
    font-size: 14px;
    line-height: 25px;
  }
  #news .new .max-width .right .r_top a > .font14 {
    margin-top: 12px;
  }
  #news .new .max-width .right .r_bottom {
    height: auto;
  }
  #news .new .max-width .right .r_bottom a {
    padding: 10px 0;
    font-size: 17px;
  }
  #news .new .max-width .right .r_bottom a div {
    -webkit-line-clamp: 2;
  }
  #news .list .max-width {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  #news .list .max-width a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #news .list .max-width a .img_box {
    margin-bottom: 12px;
  }
  #news .list .max-width a .font14 {
    font-size: 12px;
  }
  #news .list .max-width a .font20 {
    font-size: 17px;
    line-height: 25px;
  }
  #news .list .max-width a .font16 {
    font-size: 14px;
    line-height: 25px;
  }
  #news_detail .detail {
    flex-direction: column;
    padding: 42px 0;
  }
  #news_detail .detail .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 0;
  }
  #news_detail .detail .left .font32 {
    font-size: 21px;
    color: #222;
  }
  #news_detail .detail .left .time {
    padding: 15px 0 20px;
    margin-bottom: 20px;
  }
  #news_detail .detail .left .time span {
    font-size: 14px;
  }
  #news_detail .detail .left .time img {
    width: 23px;
  }
  #news_detail .detail .left .desc p {
    font-size: 14px;
    line-height: 28px;
  }
  #news_detail .detail .left .more {
    padding: 15px 15px 5px;
    flex-direction: column;
  }
  #news_detail .detail .left .more img {
    display: none;
  }
  #news_detail .detail .left .more a {
    margin-bottom: 10px;
  }
  #news_detail .detail .left .more a span {
    color: #2D3441;
  }
  #news_detail .detail .right {
    width: 100%;
    padding-left: 0;
  }
  #news_detail .detail .right .list {
    display: none;
  }
  #news_detail .detail .right .list_mb {
    display: block;
  }
  #news_detail .detail .right .list_mb a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #news_detail .detail .right .list_mb a .img_box {
    margin-bottom: 12px;
  }
  #news_detail .detail .right .list_mb a .font14 {
    font-size: 12px;
  }
  #news_detail .detail .right .list_mb a .font20 {
    font-size: 17px;
    line-height: 25px;
  }
  #news_detail .detail .right .list_mb a .font16 {
    font-size: 14px;
    line-height: 25px;
  }
  #news_detail .detail .right .more {
    padding: 1.9vh 0;
    font-size: 14px;
  }
  #news_detail .new_body {
    padding: 25px 4% 60px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  #news_detail .new_body .news_tit {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #news_detail .new_body .sub_tit {
    border-bottom: none;
    justify-content: space-between;
    position: relative;
  }
  #news_detail .new_body .sub_tit span {
    margin: 0;
    font-size: 12px;
  }
  #news_detail .new_body .sub_tit::after {
    content: '';
    width: 200%;
    height: 1px;
    background: #CFCFCF;
    position: absolute;
    left: -50%;
    bottom: 0;
  }
  #news_detail .new_body .news_detial p {
    font-size: 13px;
    color: #000;
    line-height: 26px;
  }
  #news_detail .new_body .news_detial img {
    width: 100%;
    margin: 16px 0;
  }
  #news_detail .new_body .news_detial .other_news {
    margin-top: 16px;
    padding-top: 16px;
    display: block;
  }
  #news_detail .new_body .news_detial .other_news a {
    color: #000;
    font-size: 13px;
    margin-bottom: 6px;
    max-width: max-content;
  }
  #news_detail .new_body .news_detial .back {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
  }
}
