@media screen and (min-width: 478px) {
  .news_main_wrap {
    width: 1400px;
    padding: 170px 0 135px;
    background: #fff;
    margin: 0 auto;
  }
  .news_name_wrap p {
    font-size: 50px;
    color: #000;
  }
  .news_name_wrap img {
    width: 160px;
    height: auto;
  }
  .news_topList {
    display: flex;
  }
  .news_topList li {
    width: 420px;
    margin-right: 60px;
  }
  .news_topList li:last-child {
    margin-right: 0;
  }
  .news_topList_img {
    width: 420px;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 67px;
  }
  .news_topList_title {
    color: #000;
    font-size: 30px;
    margin-top: 40px;
  }
  .news_topList_description {
    color: #717171;
    font-size: 16px;
    margin-top: 20px;
    /* 需要CSS3的老版本弹性盒子 */
    display: -webkit-box;
    /* 设置显示省略号在第几行 */
    -webkit-line-clamp: 3;
    /* 设置主轴为垂直的 */
    -webkit-box-orient: vertical;
    /* 溢出隐藏 */
    overflow: hidden;
    text-align: justify;
  }
  .time_wrap {
    font-size: 13px;
    color: #3cb043;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_hot_list {
    border: 3px solid #3cb043;
    padding: 0 15px;
    margin-top: 120px;
  }
  .news_hot_list li {
    border-bottom: 1px solid #e0e9e1;
    padding: 25px 15px;
    display: flex;
    align-items: center;
  }
  .news_hotList_img {
    width: 290px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news_hotList_content {
    margin-left: 30px;
  }
  .news_hotList_title span {
    font-size: 30px;
    color: #000;
  }
  .news_hotList_title a img {
    width: 18px;
    height: auto;
  }
  .news_hotList_description {
    margin-top: 30px;
    font-size: 16px;
    color: #717171;
    /* 需要CSS3的老版本弹性盒子 */
    display: -webkit-box;
    /* 设置显示省略号在第几行 */
    -webkit-line-clamp: 2;
    /* 设置主轴为垂直的 */
    -webkit-box-orient: vertical;
    /* 溢出隐藏 */
    overflow: hidden;
  }
  .news_list {
    margin-top: 120px;
  }
  .news_list_img {
    width: 725px;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_list_content {
    width: calc(100% - 785px);
    margin-left: 60px;
  }
  .news_list_title {
    font-size: 30px;
    color: #000;
  }
  .news_list_description {
    text-align: justify;
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 40px;
    line-height: 2;
    /* 需要CSS3的老版本弹性盒子 */
    display: -webkit-box;
    /* 设置显示省略号在第几行 */
    -webkit-line-clamp: 4;
    /* 设置主轴为垂直的 */
    -webkit-box-orient: vertical;
    /* 溢出隐藏 */
    overflow: hidden;
  }
  .d_wrap {
    width: 1000px;
    margin: 120px auto 0 auto;
    text-align: center;
  }
  .wrap_two {
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2rem;
    color: #656565;
  }
}
@media screen and (max-width: 479px) {
  .news_main_wrap {
    padding: 20px 15px;
    background: #fff;
  }
  .news_name_wrap p {
    width: 50%;
    font-size: 20px;
    color: #000;
  }
  .news_name_wrap img {
    width: 25%;
    height: auto;
  }
  .news_topList_img {
    width: 100%;
    aspect-ratio: 420 / 230;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .news_topList_title {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
  }
  .news_topList_description {
    color: #717171;
    font-size: 14px;
    margin-top: 10px;
    /* 需要CSS3的老版本弹性盒子 */
    display: -webkit-box;
    /* 设置显示省略号在第几行 */
    -webkit-line-clamp: 3;
    /* 设置主轴为垂直的 */
    -webkit-box-orient: vertical;
    /* 溢出隐藏 */
    overflow: hidden;
    text-align: justify;
  }
  .time_wrap {
    font-size: 12px;
    color: #3cb043;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_hot_list {
    border: 3px solid #3cb043;
    padding: 0 15px;
    margin-top: 20px;
  }
  .news_hot_list li {
    border-bottom: 1px solid #e0e9e1;
    padding: 20px 0px;
    display: flex;
    align-items: center;
  }
  .news_hotList_img {
    width: 125px;
    height: auto;
    aspect-ratio: 290 / 150;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news_hotList_content {
    width: calc(100% - 140px);
    height: auto;
    margin-left: 15px;
  }
  
  .news_hotList_title span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news_hotList_title a img {
    width: 10px;
    height: auto;
    margin-left: 10px;
  }
  .news_hotList_description {
    margin-top: 10px;
    font-size: 14px;
    color: #717171;
    /* 需要CSS3的老版本弹性盒子 */
    display: -webkit-box;
    /* 设置显示省略号在第几行 */
    -webkit-line-clamp: 4;
    /* 设置主轴为垂直的 */
    -webkit-box-orient: vertical;
    /* 溢出隐藏 */
    overflow: hidden;
  }
  .news_list {
    margin-top: 20px;
  }
  .news_list_img {
    width: calc(50% - 7.5px);
    height: auto;
    aspect-ratio: 725 / 350;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_list_content {
    width: calc(50% - 7.5px);
    margin-left: 15px;
  }
  .news_list_title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news_list_description {
    text-align: justify;
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 10px;
    /* 需要CSS3的老版本弹性盒子 */
    display: -webkit-box;
    /* 设置显示省略号在第几行 */
    -webkit-line-clamp: 4;
    /* 设置主轴为垂直的 */
    -webkit-box-orient: vertical;
    /* 溢出隐藏 */
    overflow: hidden;
  }
  .d_wrap {
    margin: 20px 15px;
    /* text-align: center; */
  }
  h2{
    text-align: center;
  }
  .wrap_two {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2rem;
    color: #656565;
  }
}

.news_name_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .news_topList_img img {
  width: 100%;
  height: auto;
}
.news_hotList_img img{
  width: 100%;
  height: auto;
} */

.news_hotList_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_hotList_title a,.news_list li {
  display: flex;
  align-items: center;
}





.wrap_one {
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin: 20px 0;
}

.wrap_one div {
  color: #999999;
}
.wrap_one span {
  color: #30506f;
  margin-left: 20px;
}
