/* @media screen and (max-width:5120px){
    .s_con4_1_3_c ul li em{ font-size:22px;}
} */
.ulframe {
    /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row; */
    display: grid;
    grid-gap: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-columns: auto auto auto auto; */
    /* grid-template-columns: 350px 350px 350px 350px; */
    /* grid-gap: 13px; */
    /* grid-auto-rows: 50px;*/
  }

  .card-item {
    /* width: 350px; */
    /* height: 230px; */
    /* border-radius: 0px 0px 0px 0px;
    opacity: 1; */
    /* border: 1px solid #DCDEE2; */
    margin-bottom: 50px;
  }

  .card-item :hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .card-item :hover .zoom {
    transform: scale(1.05);
    transition: 0.6s all ease-in-out;
  }

  .download-icon {
    height: 24px;
    width: 24px;
    margin-top: 29px;
  }
  .arrows-icon {
    height: 16px;
    width: 16px;
    margin-left: 5px;
  }

  .click-area {
    /* margin-top: 24px; */
    height: 60px;
    display: flex;
    justify-content: space-between;
  }

  .title {
    font-size: 22px;
    color: #222222;
    line-height: 32px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .single-title {
    font-size: 22px;
    color: #222222;
    line-height: 32px;
    margin-top: 24px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .subtitle {
    font-size: 16px;
    color: #666666;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* text-decoration: none !important; */
  }

  .timeinfo-row {
    display: flex;
    margin-top: 18px;
    justify-content: space-between;
  }

  .time {
    font-size: 18px;
    color: #222222;
  }

  .info {
    font-size: 18px;
    color: #0047ba;
    display: flex;
    align-items: center;
  }

  a:hover {
    color: unset !important;
  }

  .picture {
    width: 100%;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .picture img {
    width: 100%;
    height: 100%;
  }

  .news_w {
    padding: 80px 0 80px 0;
  }
@media screen and (max-width: 1440px) {
  .ulframe {
    display: grid;
    grid-gap: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-item {
    margin-bottom: 55px;
  }
  .picture {
    height: 220px;
  }
}

@media screen and (max-width: 1300px) {
  .picture {
    height: 210px;
  }
}

@media screen and (max-width: 1200px) {
  .picture {
    height: 190px;
  }
}

@media screen and (max-width: 1130px) {
  .ulframe {
    display: grid;
    grid-gap: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .card-item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 1023px) {
  .ulframe {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
  }

  .picture {
    width: 100%;
    height: 460px;
  }

  .card-item {
    margin-bottom: 70px;
  }
}
