.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;
}

.article {
  padding-top: 20px;
}

.article_title {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}

.article_info {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 5px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.newsbriefing_section {
  padding: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fafafa;
  margin-bottom: 30px;
}

.article_title {
  padding: 15px 20px;
  overflow: hidden;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article_title h6 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}


.article_title a {
  color: #333;
  font-size: 14px;
}
.article_title a:hover {
  color: #a61b29;
}
