#Article {
  background: #f5f6fa;
  padding-top: 10px;
}

/* 面包屑 */
.tabs {
  margin-bottom: 10px;
  margin-top: 125px;
}

/* 文章列表 */
.article_list {
  display: flex;
  justify-content: space-between;
}

.article_list .news_left {
  width: calc(100% - 460px);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.article_list .news_left .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

.article_list .news_left .adesc {
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #dde1e8;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
}

.article_list .news_left .adesc div {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.article_list .news_left .adesc .time {
  margin-right: 30px;
}

.article_list .news_left .content,
.article_list .news_left .content p,
.article_list .news_left .content span {
  font-weight: 400;
  font-size: 14px !important;
  color: #333333;
  line-height: 30px !important;
  text-indent: 2em !important;
  font-family: "微软雅黑" !important;
}

.article_list .news_left .content img {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 20px auto;
}

.article_list .news_left .statement {
  padding: 14px 30px;
  background: #fcfdff;
  border: 1px solid #dde1e8;
  margin: 20px 0;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.article_list .news_left .more_article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article_list .news_left .more_article a {
  cursor: pointer;
}

/* 推荐热门 */
.article_list .news_right {
  width: 380px;
}

.article_list .news_right .trademark_article {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 30px;
}

.article_list .news_right .rigth_title {
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  border-bottom: 1px solid #dde1e8;
}

.article_list .news_right .rigth_title div {
  border-bottom: 2px solid #1f4f94;
  display: inline-block;
}

.article_list .news_right .trademark_article ul li {
  height: 60px;
  border-bottom: 1px solid #dde1e8;
}

.article_list .news_right .trademark_article ul li:last-child {
  border-bottom: none;
}

.article_list .news_right .trademark_article ul a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.article_list .news_right .trademark_article ul a:hover {
  color: #1f4f94;
}

.article_list .news_right .hot_lable {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 30px 20px;
}

.article_list .news_right .hot_lable ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article_list .news_right .hot_lable ul a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 10px;
  background: #f6f7f9;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  margin-right: 10px;
}

.article_list .news_right .hot_lable ul a:hover {
  background: #1f4f94;
  color: #fff;
}

/* 页码 */
#pages {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

#pages .layui-laypage {
  margin: 0;
}

#pages .layui-laypage span,
#pages .layui-laypage a {
  margin-right: 10px;
}

.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 5px;
}

#pages .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #1f4f94 !important;
  border-radius: 5px;
}

#pages .layui-laypage .layui-laypage-curr em {
  color: #fff;
  margin-right: 2px;
}

#pages .layui-laypage a:hover {
  color: #1f4f94;
}

#pages .layui-laypage a.layui-disabled i {
  color: #999;
}

#pages .layui-laypage .layui-laypage-skip {
  height: 30px;
  line-height: 30px;
  color: #333;
}

#pages .layui-laypage button {
  border-radius: 5px;
}
