.prosidebar-l .item ul div {
  background-color: #ff0000;
}
.prosidebar-l .item ul li {
  background-color: #ececeb;
  border-radius: 3px;
  margin: 15px 0;
  padding: 5px 29px;
}
.newslist .images {
  width: 31.17%;
}
.newslist .images img {
  width: 100%;
  border-radius: 5px;
}
.newslist {
  display: flex;
  padding-bottom: 19px;
  margin-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.newstext {
  width: 64%;
  margin-left: 25px;
  padding-top: 16px;
}
.newstext h3 {
  font-size: 16px;
  color: #333333;
}
.newstext .p1 {
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 15px;
  margin-bottom: 8px;
}
.newstext .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 8px;
}
.btn {
  color: #ff0000;
}
.prosidebar-l .item ul li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 7%;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .newslist .images {
    width: 45%;
  }
  .newslist .images img {
    height: 100%;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .newslist .images {
    width: 40%;
  }
  .newslist .images img {
    height: 100%;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .newstext h3 {
    font-size: 14px;
  }
  .newslist {
    flex-wrap: wrap;
  }
  .newstext {
    width: 100%;
  }
  .newslist .images {
    width: 100%;
  }
  .newslist .images img {
    height: 100%;
  }
  .newstext .p1 {
    margin: 7px 0;
  }
  .newstext .p2 {
    font-size: 12px;
    line-height: 15px;
  }
}
