.home-news030 {
  position: relative; }
  .home-news030 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-news030 .layout ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.55%;
    margin-top: 0.4rem; }
    .home-news030 .layout ul li {
      width: 32.3%; }
      .home-news030 .layout ul li a {
        display: block;
        width: 100%; }
        .home-news030 .layout ul li a .bottom {
          padding: 0.2rem 0;
          border-bottom: 1px solid #ccc;
          position: relative;
          transition: all 0.3s; }
          .home-news030 .layout ul li a .bottom .tit {
            font-size: 0.18rem;
            line-height: 0.27rem;
            max-height: 0.54rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 0.54rem;
            margin-bottom: 0.1rem; }
          .home-news030 .layout ul li a .bottom .time {
            font-size: 0.16rem;
            color: var(--ruifox-color-primary-1);
            display: block;
            line-height: 1; }
        .home-news030 .layout ul li a:hover .r_img img {
          transform: scale(1.1); }
        .home-news030 .layout ul li a:hover .bottom .tit .aline_w {
          background-size: 100% 1px; }
  @media (max-width: 960px) {
    .home-news030 .layout ul {
      margin-top: 20px; }
      .home-news030 .layout ul li {
        width: 100%; } }

/*# sourceMappingURL=home-news030.css.map */
