body, html {
  margin: 0;
  height: 100%;
  color: #5e6d82;
  font-size: 14px;
  font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
}
.content-wrapper .title-box .content-box {
  padding: 20px;
}
.content-wrapper .title-box h2{
  display: block;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
/* cursor: pointer; */
  margin-bottom: 20px;
  transition: color 0.2s;
  word-break: break-all;
  word-break: break-word;
}
.main .main-wrapper .body-part .body-part-right .people_interest_wrap .column_list_interest li a {
  color: #333;
  letter-spacing: 1px;
  line-height: 25px;
}
.content-wrap .detail .news {
  padding: 20px;
  border-bottom: 1px dashed #eee;
}

.body-part-left .content-wrapper {
  background: #fff;
  /*width: 850px*/
}
.content-wrapper .title-box{
  padding: 20px;
  border-bottom: 1px dashed #eee;
}
.title-box .news{
  padding: 20px;
  border-bottom: 1px dashed #eee;
}
.breadcrumb{
  display: flex;
  padding: 10px 0 15px 0;
}
.breadcrumb li{
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
  color: #303133;
}
.el-icon-arrow-right:before {
  content: ">";
  margin: 0 5px;
  color: #c0c4cc;
}
