@charset "UTF-8";
.news {
  background: #ffffff;
  padding: 60px 0;
}

.news .metting-title {
  margin-bottom: 40px;
}

.news .news-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}

.news .news-subtitle a {
  color: #026EFF;
}

.news .news-container .news-item {
  width: 100%;
  display: flex;
}

.news .news-container .news-item .news-item_date {
  width: 90px;
  height: 70px;
  padding: 10px 10px;
  margin-right: 14px;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  text-align: right;
}

.news .news-container .news-item .news-item_date .date-month {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}

.news .news-container .news-item .news-item_date .date-year {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}

.news .news-container .news-item .news-item_content {
  padding-top: 7px;
  flex: 1;
  min-width: 0;
  min-width: 0;
}

.news .news-container .news-item .news-item_content .news-item_title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news-container .news-item .news-item_content .news-item_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-wrapper {
  padding: 0 40px;
  background: #FFFFFF;
  border-radius: 8px;
}

.news-wrapper .news-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}

.news-wrapper .news-item .news-item_date {
  padding: 40px 40px 40px 0;
}

.news-wrapper .news-item .news-item_date .date-month {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  line-height: 38px;
}

.news-wrapper .news-item .news-item_date .date-year {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}

.news-wrapper .news-item .news-item_content {
  flex: 1;
  border-left: 1px solid #E5E5E5;
  padding-left: 40px;
}

.news-wrapper .news-item .news-item_content .onference-item_title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}

.news-wrapper .news-item .news-item_content .news-item_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-wrapper .news-item .news-item_content .news-item_link {
  font-weight: 400;
  font-size: 16px;
  color: #026EFF;
  line-height: 24px;
}

.news-section {
  padding: 20px 0;
}

.news-section .news-header {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}

.news-section .news-header .news-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.news-section .news-header .news-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.news-section .news-content {
  margin-bottom: 120px;
}

.news-section .news-content img {
  max-width: 100%;
}
