.list-container .right {
  padding-top: 0.43rem;
}
.list_ul {
  width: 100%;
}
.list_ul .list-item {
  width: 100%;
  height: 2.3rem;
  padding-bottom: 0.48rem;
  position: relative;
  /* text-align: center; */
}
.list_ul .list-item .img1 {
  width: 3.52rem;
  height: 2.3rem;
  position: relative;
  display: block;
}
.list_ul .list-item .img1 .date {
  width: 1.13rem;
  height: 0.53rem;
  background: #003f88;
  text-align: center;
  line-height: 0.53rem;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.list_ul .list-item img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  position: relative;
}
.list_ul .list-item .list-content {
  width: 62%;
  height: 1.79rem;
  padding: 0 0.15rem 0 0.25rem;
  position: absolute;
  top: 0.14rem;
  right: -0.1rem;
 display:block;
  background-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
  border: 1px solid #f7f7f7;
  box-shadow: 3px 4px 4px #e5e5e5;
  transition: box-shadow 0.5s ease;
  text-align: left;
}
.list_ul .list-item .list-content .title {
  font-size: 0.22rem;
  color: #333;
  line-height: 0.4rem;
  padding-top: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 0.6rem;
  padding-bottom: 0.24rem;
font-family:"RobotoRegular";
}
.list_ul .list-item .list-content .content {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.54rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 0.54rem;
font-family:"RobotoRegular";
}
.list_ul .list-item:nth-child(2n) .img1 {
  float: right;
}
.list_ul .list-item:nth-child(2n) .img1 .date {
  right: 0;
  left: auto;
}
.list_ul .list-item:nth-child(2n) .list-content {
  left: 0;
  box-shadow: -3px 4px 4px #e5e5e5;
}
.list_ul .list-item .img1:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.list_ul .list-item:hover .list-content {
  background-color: rgba(247, 247, 247, 0.95);
  box-shadow: 0px 0px 24px #e5e5e5;
  transition: box-shadow 0.5s ease;
  border: 1px solid #003f88;
}
.list_ul .list-item .list-content:hover .title {
  color: #003f88;
}
@media screen and (max-width: 1200px) {
  .list_ul .list-item .list-content {
    top: 0.11rem;
  }
}
@media screen and (max-width: 1024px) {
  .list_ul .list-item {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list_ul .list-item .img1 {
    width: 486px;
    height: 276px;

  }
.list_ul .list-item:nth-child(2n) .img1 {
float:none;
}
  .list_ul .list-item .list-content {
    position: static;
    width: 486px;
    box-shadow: 0px 0px 4px #e5e5e5;
    box-sizing: border-box;
  }
  .list_ul .list-item:nth-child(2n) .list-content {
    left: 0;
  }
  .list_ul .list-item .list-content .title {
    font-size: 0.26rem;
  }
  .list_ul .list-item .list-content .content {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .list-container .right {
    padding-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  .list_ul .list-item {
    width: 100%;
  }
  .list_ul .list-item .title {
    font-size: 20px;
  }
  .list_ul .list-item .img1 {
    width: 100%;
    height: auto;
  }
  .list_ul .list-item .list-content {
    width: 100%;
  }
  .list_ul .list-item .img1 .date {
    width: 113px;
  }
}
@media screen and (max-width: 430px) {
  .list_ul .list-item .list-content .title {
    font-size: 0.3rem;
  }
  .list_ul .list-item .list-content .content {
    font-size: 0.26rem;
  }
}
