.breadcrumb {
  width: 1200px;
  margin: auto;
  height: 92px;
  line-height: 92px;
  background: #f8f8f8;
}

.breadcrumb a {
  color: #5a5d5a !important;
  font-size: 18px;
}

.breadcrumb > .active {
  font-size: 18px;
  color: #5a5d5a !important;
}

.information-box {
  width: 100%;
  margin: auto;
  background: #f8f8f8;
}

.information-cont {
  margin: auto;
  width: 1200px;
  display: flex;
}

.article-menu {
  background-color: #fff;
  width: 176px;
  padding: 0 8px;
  vertical-align: top;
  display: table-cell;
}

.article-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #5a5a5a;
}

.article-menu ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article-menu ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.menu_on {
  color: #078380;
  border-bottom: 1px solid #078380;
}

.article-menu ul li :hover {
  color: #078380;
  border-bottom: 1px solid #078380;
}

.menu-text {
  width: 100%;
  text-align: right;
}

.menu-text em {
  margin-left: 20px;
  margin-right: 20px;
}

.article-list {
  width: 988px;
  margin-left: 20px;
  background: #fff;
}

.article-list ul {
  list-style: none;
}

.article-list ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.article-list ul li a {
  text-decoration: none;
}

.article-item {
  display: flex;
  align-items: center;
  padding: 5px;
}

.article-img {
  width: 205px;
  height: 142px;
}

.article-rbox {
  flex: 1;
  margin-left: 10px;
}

.art_time {
  border-left: 4px solid #078380;
  padding-left: 12px;
  color: #787878;
  font-size: 16px;
  font-weight: 700;
}

.art_name {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.art_dec {
  min-height: 46px;
  overflow: hidden;
  line-height: 24px;
  margin: 5px 0;
  font-size: 14px;
  color: #5a5a5a;
}

.art_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.art_btn .more_btn {
  display: inline-block;
  margin-left: 9px;
  background: #e5e5e5;
  color: #3c3c3c;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 14px;
}

.pagination-box {
  float: right;
}

/* 文章详情 */
.article-cont {
  width: 1200px;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  min-height: 600px;
  margin: auto;
}

.article-lbox {
  width: 900px;
  background: #fff;
  padding: 25px 30px;
}

.issue-info {
  margin: 10px 0 16px;
  height: 38px;
  line-height: 38px;
  color: #969696;
  font-size: 14px;
}

.issue-info span {
  margin-right: 18px;
}

.article-rbox {
  width: 280px;
  background: #fff;
  padding: 0 10px 6px;
  margin-bottom: 20px;
}

.brief {
  height: 38px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brief span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #4dd05f;
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.brief span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #4dd05f #fff #fff #4dd05f;
}

.brief .title {
  font-size: 14px;
  color: #969696;
  line-height: 20px;
  padding-left: 50px;
}

.articleContent {
  margin-top: 25px;
  font-size: 14px;
  line-height: 22px;
}
.articleContent img {
  max-width: 850px;
  height: auto;
}

.article-rbox .recom-box {
  width: 100%;
}

.rec-title {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  line-height: 40px;
  height: 40px;
  color: #3c3c3c;
  font-size: 18px;
}

.recom-article-item {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
}

.recom-article-item img {
  width: 97px;
  height: 65px;
}

.recom-article-item a {
  text-decoration: none;
  font-size: 16px;
  color: #5a5a5a;
}

.art_img {
  width: 97px;
  height: 65px;
}

.recom_art_rbox {
  margin-left: 10px;
  flex: 1;
}

.recom_time {
  color: #969696;
  margin-top: 10px;
}

.dot {
  font-size: 16px;
  color: #4dd05f;
  margin-right: 10px;
}

.lit {
  border-bottom: 1px dashed #e5e5e5 !important;
}

.follow-me {
  width: 100%;
  margin-top: 20px;
}

#pages {
  display: flex;
}

#pages li a {
  color: #333 !important;
}

#pages li {
  width: 30px;
  height: 30px;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}

#pages .active {
  color: #078380;
  font-weight: bold;
}
