.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_direction_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .el-breadcrumb {
  font-size: 1rem;
  line-height: 1.375;
  padding: 1.875rem 0 1.125rem;
}
.wrapper .el-breadcrumb .el-breadcrumb__inner {
  color: #fff;
}
.wrapper .el-breadcrumb .el-breadcrumb__inner a {
  color: #E3E3E3;
}
.info_service_box {
  padding: 35px 40px;
  background-color: #F5FAFF;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.info_service_box .info_service_title {
  font-size: 20px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 28px;
  padding: 0 10px 15px;
}
.info_service_box .info_service_list {
  width: 100%;
}
.info_service_box .info_service_list .el-pagination {
  text-align: center;
}
.article-box {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #CED9E2;
  padding: 20px;
  margin-bottom: 15px;
}
.article-box.m_article_box {
  margin-top: 10px;
}
.article-box.m_article_box .acticle-left {
  margin-right: 4px;
}
.article-box.m_article_box .acticle-left img {
  width: 22px;
  height: 22px;
}
.article-box.m_article_box .acticle-right .article-top .article-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.article-box.m_article_box .acticle-right .article-bottom .article-label {
  font-size: 12px;
}
.article-box.m_article_box .acticle-right .article-bottom .article-label .article-tag {
  font-size: 12px;
  line-height: 20px;
}
.article-box.m_article_box .acticle-right .article-bottom .article-date {
  font-size: 12px;
}
.article-box .acticle-left .cover {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.article-box .acticle-left .cover .el-image {
  width: 100%;
  height: 100%;
}
.article-box .acticle-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.article-box .acticle-right .article-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 7px;
}
.article-box .acticle-right .article-bottom .article-label {
  display: flex;
  margin-left: 10px;
  width: calc(100% - 210px);
  flex-wrap: wrap;
}
.article-box .acticle-right .article-bottom .article-label.ml0 {
  margin-left: 0;
}
.article-box .acticle-right .article-bottom .article-label .article-tag {
  padding: 0 6px 0 6px;
  background: url(../images/mark_bg.png) repeat;
  color: #fff;
  margin-right: 35px;
  position: relative;
  height: 21px;
  white-space: nowrap;
  margin-top: 5px;
}
.article-box .acticle-right .article-bottom .article-label .article-tag::before {
  content: '';
  position: absolute;
  height: 21px;
  width: 12px;
  left: -12px;
  top: 0;
  z-index: 10;
  background: url(../images/mark_icon.png) no-repeat;
  background-position: right;
  background-size: contain;
}
.article-box .acticle-right .article-bottom .article-label .article-label-item {
  font-weight: 500;
  color: #4A90E2;
  line-height: 20px;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 12px;
  white-space: nowrap;
  margin-top: 5px;
}
.article-box .acticle-right .article-bottom .article-date {
  color: #9B9B9B;
  line-height: 20px;
}
.article-box .acticle-right .article-bottom .mark-info .icon-text {
  display: block;
  text-align: right;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #A38463;
  margin-bottom: 5px;
  cursor: pointer;
}
.article-box .acticle-right .article-bottom .mark-info .icon-text img {
  width: 20px;
  height: 17px;
  vertical-align: -2px;
  margin-right: 5px;
}
.article-box .acticle-right .article-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-box .acticle-right .article-top .article-title {
  font-weight: 600;
  color: #4A4A4A;
  line-height: 22px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.article-box .acticle-right .article-top .article-title:hover {
  color: #4A6FBB;
  text-decoration: underline;
}
.article-box .acticle-right .article-top .collect_btn {
  flex-shrink: 0;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-left: 20px;
  color: #A38463;
  cursor: pointer;
  transition: all 0.3s;
}
.article-box .acticle-right .article-top .collect_btn img {
  width: 20px;
  height: 17px;
  vertical-align: -2px;
  margin-right: 5px;
}
.article-box .acticle-right .article-top .collect_btn:hover {
  transform: translateY(-3px);
}
.article-box .acticle-right .article-top .collect_btn:active {
  transform: translateY(3px);
}
