.banner_wrap,
  .banner_img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .yxy_news_time {
    color: #000;
    line-height: 1;
  }
  .yxy_news_img > img {
    width: 100%;
    height: auto;
  }
  .hoverShow {
    display: none;
  }
  .yxy_news_wrap li a{
    display: flex;
    justify-content: space-between;
  }
@media screen and (min-width: 478px) {
  .banner_desc {
    position: absolute;
    bottom: 25px;
    left: 440px;
  }
  .banner_company {
    font-size: 49px;
    text-transform: uppercase;
    color: transparent;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-image: -moz-linear-gradient(
      -51deg,
      rgb(140, 90, 31) 0%,
      rgb(210, 179, 90) 100%
    );
    background-image: -webkit-linear-gradient(
      -51deg,
      rgb(140, 90, 31) 0%,
      rgb(210, 179, 90) 100%
    );
    background-image: -ms-linear-gradient(
      -51deg,
      rgb(140, 90, 31) 0%,
      rgb(210, 179, 90) 100%
    );
    -webkit-background-clip: text;
  }
  
  .banner_content_wrap {
    margin-right: 40px;
  }
  .yxy_banner_desc p:first-child {
    font-size: 51px;
    margin-bottom: 30px;
  }
  .yxy_banner_desc img {
    width: 200px;
    height: auto;
  }
  .yxy_news_wrap {
    width: 1140px;
    height: auto;
    margin: 70px auto 25px;
  }
  .yxy_news_wrap li {
    width: 100%;
    height: auto;
    padding: 75px 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
  }
  
  .yxy_news_wrap li:last-child {
    border-bottom: 0;
  }
  .yxy_news_time p:first-child {
    font-size: 40px;
  }
  .yxy_news_time p:last-child {
    font-size: 14px;
    margin-top: 5px;
  }
  .yxy_news_img {
    width: 298px;
    height: 203px;
    margin-left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .yxy_news_content {
    width: 682px;
    height: auto;
    margin-left: 45px;
  }
  .yxy_news_content > p:first-child {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .yxy_news_desc{
    font-size: 16px;
    color: #000;
    line-height: 1.569;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .yxy_news_arrow {
    margin-top: 40px;
    display: flex;
    justify-content: right;
  }
  .yxy_news_arrow > img {
    width: 40px;
    height: auto;
  }
  .yxy_news_wrap li:hover .hoverHidden {
    display: none;
  }
  .yxy_news_wrap li:hover .hoverShow {
    display: block;
  }
  .d_wrap {
    width: 1000px;
    margin: 120px auto 0 auto;
    text-align: center;
  }
  .wrap_one{
    margin-top: 40px;
  }
  .wrap_two {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2rem;
    color: #656565;
  }
  .wrap_two img{
    display:block;
  }
}
@media screen and (max-width: 479px) {
  .banner_desc {
    position: absolute;
    bottom: 10px;
    left: 40px;
  }
  .banner_company {
    font-size: 22px;
    text-transform: uppercase;
    color: transparent;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-image: -moz-linear-gradient(
      -51deg,
      rgb(140, 90, 31) 0%,
      rgb(210, 179, 90) 100%
    );
    background-image: -webkit-linear-gradient(
      -51deg,
      rgb(140, 90, 31) 0%,
      rgb(210, 179, 90) 100%
    );
    background-image: -ms-linear-gradient(
      -51deg,
      rgb(140, 90, 31) 0%,
      rgb(210, 179, 90) 100%
    );
    -webkit-background-clip: text;
  }
  .yxy_news_wrap {
    margin: 20px 15px;
  }
  .yxy_news_wrap li {
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }
  .yxy_news_wrap li:last-child {
    border-bottom: 0;
  }
  .yxy_news_time p:first-child {
    font-size: 25px;
  }
  .yxy_news_time p:last-child {
    font-size: 12px;
    margin-top: 5px;
  }
  .yxy_news_img {
    width: 100px;
    height: auto;
    aspect-ratio: 298 / 203;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .yxy_news_content{
    width: 200px;
    height: auto;
    margin-left: 15px;
  }
  .yxy_news_content > p:first-child {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .yxy_news_desc{
    font-size: 12px;
    color: #000;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .yxy_news_arrow {
    margin-top: 5px;
    display: flex;
    justify-content: right;
  }
  .yxy_news_arrow > img {
    width: 15px;
    height: auto;
  }
  .d_wrap {
    margin: 20px 15px;
    text-align: center;
  }
  .wrap_two {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2rem;
    color: #656565;
  }
  .wrap_two img{
    width:100% !important;
    display: block;
  }
}
