body .content-container .content .crumbs {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #333;
  font-family: FZLTHK;
  font-weight: normal;
  color: #000;
  margin: 30px 0;
}
body .content-container .content .crumbs a {
  color: #000;
}
body .content-container .content .crumbs span {
  margin: 0px;
}
body .content-container .content .column-contenet {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #DCDFE6;
}
body .content-container .content .column-contenet .search-container {
  width: 100%;
  padding-left: 260px;
  padding-right: 240px;
  height: 110px;
}
body .content-container .content .column-contenet .search-container .search-input {
  width: 640px;
  height: 40px;
  border: 1px solid #DCDFE6;
  display: block;
  padding-left: 45px;
  outline: none;
  float: left;
}
body .content-container .content .column-contenet .search-container .search-button {
  width: 80px;
  height: 40px;
  background: #C7101A;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
}
body .content-container .content .column-contenet .search-container .search-keywords {
  width: 223px;
  height: 20px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  float: left;
  margin-top: 20px;
}
body .content-container .content .column-contenet .search-container .search-keywords .keywords {
  color: #000000;
  margin-right: 10px;
}
body .content-container .content .column-contenet .article-list-container {
  width: 100%;
  height: auto;
}
body .content-container .content .column-contenet .article-list-container .article-item {
  width: 100%;
  margin-top: 30px;
  height: 125px;
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right {
  width: 100%;
  height: 125px;
  float: right;
  color: #8f8f8f;
  font-size: 19px;
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right .first-row {
  width: 100%;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right .second-row {
  width: 100%;
  color: #909090;
  margin-top: 20px;
  font-size: 16px;
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right .second-row .left {
  float: left;
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right .second-row .right {
  margin-left: 20px;
  float: left;
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right .third-row {
  font-size: 16px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .content-container .content .column-contenet .article-list-container .article-split {
  width: 100%;
  height: 1px;
  background: #EDECED;
  margin: 30px 0 40px 0;
}
