.ellipsis, .article_wrap .article_main .border_wrap .other_article a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part-box-shadow {
  box-shadow: 0px 5px 10px 0px #c0c2c3;
}

.article_wrap {
  /* background: #eeeeee; */
  padding-bottom: 32px;
}

.article_wrap .article_main {
  width: 1230px;
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 123px;
  margin: auto;
  background: #fff;
}

.article_wrap .article_main .border_wrap {
  border-left: 1px solid #ebe7e4;
  border-right: 1px solid #ebe7e4;
  border-bottom: 1px solid #ebe7e4;
  padding: 0 40px;
}

.article_wrap .article_main .border_wrap .breadcrumb_nav {
  height: 41px;
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  font-size: 14px;
  padding-left: 10px;
}

.article_wrap .article_main .border_wrap .breadcrumb_nav a {
  color: #323232;
}

.article_wrap .article_main .border_wrap .article_title {
  font-size: 23px;
  margin: 30px 0;
  font-weight: bold;
  color: #bd0100;
  line-height: 1.15;
  text-align: center;
}

.article_wrap .article_main .border_wrap .article_subtitle {
  width: 1000px;
  margin: auto;
  height: 42px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  line-height: 16px;
}

.article_wrap .article_main .border_wrap .article_subtitle .article_details {
  font-size: 14px;
  color: #696566;
}

.article_wrap .article_main .border_wrap .article_subtitle .article_share {
  position: absolute;
  right: 10px;
  display: flex;
  font-size: 14px;
  color: #696566;
}

.article_wrap .article_main .border_wrap .article_subtitle .article_share a {
  margin-left: 7px;
}

.article_wrap .article_main .border_wrap .article_subtitle .article_share a.share_icon {
  margin: 0 5px;
}

.article_wrap .article_main .border_wrap .article_cont {
  padding: 10px 0 80px 0;
  line-height: 35px;
  color: #333333;
  font-size: 16px;
}
.article_wrap .article_main .border_wrap .article_cont img{
  margin: 0 auto;
  display: block;
}

.article_wrap .article_main .border_wrap .other_article {
  padding: 10px 0;
  border-top: 1px dashed #cccccc;
}

.article_wrap .article_main .border_wrap .other_article a {
  display: block;
  line-height: 30px;
  font-size: 12px;
  color: #313234;
}

.article_satisfaction {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.article_satisfaction .satisficing a,
.article_satisfaction .dissatisfied a {
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  padding: 0 18px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: all .3s;
  border-color: #1E9FFF;
  color: #1E9FFF;
}

.article_satisfaction .satisficing a.active,
.article_satisfaction .dissatisfied a.active {
  background-color: #1E9FFF;
  color: #fff;
}

.article_satisfaction .satisficing:hover,
.article_satisfaction .dissatisfied:hover {
  opacity: .8;
}

.article_satisfaction .dissatisfied {
  float: right;
}
