#News {
  background: url("../images/news/bg.png") no-repeat center;
  padding-top: 90px;
  background-size: cover;
  padding-bottom: 70px;
}

/* banner */
.banner {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  color: #210d09;
  margin-bottom: 60px;
}

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

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

.article_list .news_left .article_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #dde1e8;
}

.article_list .news_left .article_tab a {
  display: block;
  width: 33.3%;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

.article_list .news_left .article_tab .active {
  font-weight: bold;
  font-size: 18px;
  color: #1f4f94;
  border-bottom: 3px solid #1f4f94;
}

.article_list .news_left #list a {
  display: block;
}

.article_list .news_left #list .article_img {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  margin-right: 20px;
}

.article_list .news_left #list .article_content {
  width: calc(100% - 320px);
}

.article_list .news_left #list .article_title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.article_list .news_left #list a:hover .article_title {
  color: #1f4f94;
}

.article_list .news_left #list .article_adesc {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.article_list .news_left #list .article_tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.article_list .news_left #list .article_type1 {
  width: 100px;
  height: 30px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #1f4f94;
  font-weight: 400;
  font-size: 14px;
  color: #1f4f94;
  text-align: center;
  line-height: 30px;
}

.article_list .news_left #list .article_type2 {
  width: 100px;
  height: 30px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #2e6fee;
  font-weight: 400;
  font-size: 14px;
  color: #2e6fee;
  text-align: center;
  line-height: 30px;
}

.article_list .news_left #list .article_time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.article_left {
  display: flex;
  align-items: center;
}
.article_left .tag_ul {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.article_left .tag_ul .tag_box {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  width: 100px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  box-sizing: border-box;
}
.article_left .tag_ul .tag_box.tg_gh {
  border: 1px solid #65bf65;
  color: #65bf65;
}
.article_left .tag_ul .tag_box.tg_new {
  border: 1px solid #2e6fee;
  color: #2e6fee;
}
.article_left .tag_ul .tag_box.tg_new:hover {
  background: #2e6fee;
  color: #fff;
}
.article_left .tag_ul .tag_box.tg_dt {
  border: 1px solid #ff5000;
  color: #ff5000;
}
.article_left .tag_ul .tag_box.tg_dt:hover {
  background: #ff5000;
  color: #fff;
}
.article_left .tag_ul .tag_box.tg_gh:hover {
  background: #65bf65;
  color: #fff;
}
.list_li {
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #dde1e8;
  padding: 30px;
  box-sizing: border-box;
}

/* 分页 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination li {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-right: 10px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li:hover {
  cursor: pointer;
}
.pagination li:hover a {
  color: #1f4f94;
}
.pagination li.disabled {
  background-color: #fff;
  cursor: no-drop !important;
}

/* 推荐热门 */
.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;
}
