.content_list {
  padding: 30px 41px;
  padding-left: 42px;
  border: 1px solid #eee;
  overflow: hidden;
}

.content_list .title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 3px solid #b7060a;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.content_list ul li {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
}

.content_list .thumbnail {
  overflow: hidden;
  width: 220px;
  height: 150px;
  margin-right: 30px;
}

.content_list .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.content_list .thumbnail img:hover{
  transform: scale(1.1);
}

.content_list .item_box{
  width: 950px;
}

.content_list li a {
  color: #333;
}

.content_list li a:hover {
  color: #a61b29;
}


.content_list .item_box h6{
  font-size: 18px;
  color: inherit;
  font-weight: normal;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease-out;
}

.content_list .item_box p{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content_list .item_time {
  color: #999;
}

.content_list .item_text {
  color: #333;
}
.pagination {
  /*width: 100%;*/
  height: 50px;
  line-height: 50px;
  justify-content: center;
}

.pagination div {
  font-size: 18px;
  color: #b7060a;
  cursor: pointer;
}

.pagination div:first-child {
  margin-right: 100px;
}