body {
  background-color: #e8eef6;
}

.headline_news .headline_news-content {
  margin-bottom: 60px;
}

.headline_news .headline_news-content .url-header {
  transform: translateY(-46px);
  position: relative;
  z-index: 100;
}

.headline_news .headline_news-content .url-header ul {
  display: flex;
}

.headline_news .headline_news-content .url-header ul li {
  margin-right: 15px;
  position: relative;
}

.headline_news .headline_news-content .url-header ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.headline_news .headline_news-content .url-header ul li::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.headline_news .headline_news-content .url-header ul li:last-of-type::after {
  content: none;
}

.headline_news .headline_news-content .news-content {
  background-color: #f4f5f6;
  display: flex;
}

.headline_news .headline_news-content .news-content .content-left {
  max-width: 1250px;
  padding: 60px 56px 0 40px;
  text-align: center;
  width:100%;
}

.headline_news .headline_news-content .news-content .content-left h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 28px;
  color: #111111;
  text-align: left;
  line-height: 35px;
}

.headline_news .headline_news-content .news-content .content-left .data_time {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-top: 27px;
}

.headline_news .headline_news-content .news-content .content-left .data_time .data-left {
  display: flex;
  align-items: center;
}

.headline_news .headline_news-content .news-content .content-left .data_time .data-left img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.headline_news .headline_news-content .news-content .content-left .data_time .data-left p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
}

.headline_news .headline_news-content .news-content .content-left .data_time .data-right {
  display: flex;
  align-items: center;
}

.headline_news .headline_news-content .news-content .content-left .data_time .data-right img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.headline_news .headline_news-content .news-content .content-left .data_time .data-right p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  margin-left: 10px;
  line-height: 1;
}

.headline_news .headline_news-content .news-content .content-left .content-tex {
  padding-top: 38px;
  padding-bottom: 43px;
  line-height: 28px;
  text-align: justify;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.headline_news .headline_news-content .news-content .content-left .content-tex * {
  max-width: 100%;
  word-wrap:break-word;
}

.headline_news .headline_news-content .news-content .content-right {
  padding-top: 86px;
  padding-bottom: 30px;
}

.headline_news .headline_news-content .news-content .content-right .img-header {
  width: 300px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ddd;
}

.headline_news .headline_news-content .news-content .content-right .img-header img {
  width: 254px;
  height: 60px;
  object-fit: cover;
}

.headline_news .headline_news-content .news-content .content-right ul {
  margin-top: 36px;
  border-left: 1px solid #E4E4E4;
  height: 822px;
}

.headline_news .headline_news-content .news-content .content-right ul li {
  margin-bottom: 28px;
  padding-left: 20px;
  position: relative;
}

.headline_news .headline_news-content .news-content .content-right ul li::after {
  content: '';
  position: absolute;
  top: 4px;
  left: -5px;
  width: 9px;
  height: 9px;
  background: #F4F5F6;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  z-index: 10;
}

.headline_news .headline_news-content .news-content .content-right ul li a > p {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  width: 271px;
  height: 64px;
  line-height: 23px;
}

.headline_news .headline_news-content .news-content .content-right ul li a .con_time {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.headline_news .headline_news-content .news-content .content-right ul li a .con_time div {
  width: 168px;
  height: 1px;
  background: #DDDDDD;
  margin-right: 30px;
}

.headline_news .headline_news-content .news-content .content-right ul li a .con_time p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
}

.headline_news .headline_news-content .news-content .content-right ul li:hover::after {
  border-color: #141ED2;
}

.headline_news .headline_news-content .news-content .content-right ul li:hover a > p {
  color: #141ED2;
}

.headline_news .headline_news-content .news-content .content-right ul li:hover a .con_time div {
  background-color: #141ED2;
}

.headline_news .headline_news-content .news-content .content-right ul li:hover a .con_time p {
  color: #141ED2;
}
