.wrap, body {
  background: #F6F8FC;
}

.page_title {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.page_title h1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 80% */
}

.blog {
  width: 100%;
  height: auto;
  margin-top: 37px;
  padding-bottom: 113px;
}

.blog .blog_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog .blog_tab .tab_item {
  margin-right: 20px;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #8597A9;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog .blog_tab .tab_item.active {
  color: #fff;
  border: 1px solid #0D6FD0;
  background: #0D6FD0;
}

.blog .blog_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 14px;
}

.blog .blog_box .blog_list_box {
  width: 895px;
  height: auto;
}

.blog .blog_box .blog_list_box .blog_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog .blog_box .blog_list_box .blog_list .blog_item {
  width: 285px;
  height: auto;
  padding: 12px;
  border-radius: 4px;
  background: #FFF;
  margin-top: 23px;
  margin-right: 20px;
}

.blog .blog_box .blog_list_box .blog_list .blog_item:nth-of-type(3n) {
  margin-right: 0;
}

.blog .blog_box .blog_list_box .blog_list .blog_item:hover .item_img img {
  transform: scale(1.05);
}

.blog .blog_box .blog_list_box .blog_list .blog_item:hover .item_info .item_title {
  color: #0D6FD0;
}

.blog .blog_box .blog_list_box .blog_list .blog_item .item_img {
  width: 100%;
  height: 159px;
  overflow: hidden;
}

.blog .blog_box .blog_list_box .blog_list .blog_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.blog .blog_box .blog_list_box .blog_list .blog_item .item_info {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.blog .blog_box .blog_list_box .blog_list .blog_item .item_info .item_title {
  color: #000;
  height: 44px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog .blog_box .blog_list_box .blog_list .blog_item .item_info .item_date {
  margin-top: 14px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.blog .blog_box .blog_slidebar {
  width: 285px;
  height: auto;
  border-radius: 4px;
  background: #FFF;
  padding: 18px;
}

.blog .blog_box .blog_slidebar .slidebar_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blog .blog_box .blog_slidebar .slidebar_top .slidebar_title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog .blog_box .blog_slidebar .slidebar_top a {
  color: #0D6FD0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.blog .blog_box .blog_slidebar .slidebar_list {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.blog .blog_box .blog_slidebar .slidebar_list .list_item {
  width: 100%;
  height: auto;
  padding: 21px 0;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog .blog_box .blog_slidebar .slidebar_list .list_item:last-child {
  border-bottom: none;
}

.blog .blog_box .blog_slidebar .slidebar_list .list_item:hover .item_title {
  color: #0D6FD0;
}

.blog .blog_box .blog_slidebar .slidebar_list .list_item .item_img {
  width: 59px;
  height: 59px;
}

.blog .blog_box .blog_slidebar .slidebar_list .list_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .blog_box .blog_slidebar .slidebar_list .list_item .item_title {
  margin-left: 16px;
  width: calc(100% - 75px);
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
}
