.news-list {
  background-color: #ffffff;
  padding: 67px 0;
}

.news-list .item {
  color: #333333;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.news-list .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.news-list .item .img-box {
  width: 200px;
  height: 140px;
  text-align: left;
  position: relative;
  margin-right: 40px;
  background-color: #ddd;
  overflow: hidden;
}

.news-list .item .img-box img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-list .item .info {
  margin-right: 72px;
  padding-right: 72px;
  position: relative;
  min-height: 140px;
}

.news-list .item .info::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: #dddddd;
}

.news-list .item .info:hover p:first-of-type {
  color: #4280e7;
}

.news-list .item .info p:first-of-type{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
  width: 739px;
  margin-bottom: 40px;
}

.news-list .item .info p:last-of-type{
  width: 739px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-list .item .date p{
  text-align: left;
  color: #8a8989;
  text-align: center;
}

.news-list .item .date p:first-of-type{
  font-size: 60px;
  font-weight: 700;
}

.news-list .item .date p:last-of-type{
  font-size: 16px;
  font-weight: 400;
}

.layui-laypage-blue a,.layui-laypage-blue span {
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  border: 0;
  box-shadow: 0px 0px 3px 0px rgba(99,99,99,0.28);
  margin-right: 12px;
}

.layui-laypage-blue .layui-laypage-curr .layui-laypage-em {
  background-color: #4280E7;
}

.layui-laypage-blue a:hover {
  color: #4280E7;
}

.layui-laypage-blue .layui-laypage-prev,.layui-laypage-blue .layui-laypage-next {
  font-size: 20px;
  line-height: 26px
}