.bread {
  padding: 0 12px;
  margin-bottom: 10px;
}
.content .blog_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 418px));
  grid-gap: 30px;
}
.content .blog_list .blog_item {
  position: relative;
}
.content .blog_list .blog_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.content .blog_list .blog_item img {
  width: 100%;
  height: 180px;
  border: 1px solid #DDDDDD;
  margin-bottom: 8px;
  object-fit: cover;
}
.content .blog_list .blog_item h3 {
  width: 100%;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .blog_list .blog_item h4 {
  width: 100%;
  font-size: 12px;
  font-family: k;
  font-weight: normal;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.content .blog_list .blog_item .show_more {
  width: 99px;
  height: 32px;
  background: #2BC1FF;
  font-size: 12px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
.content .paging {
  text-align: center;
  margin-top: 20px;
}
.content .paging ul {
  display: inline-block;
  overflow: hidden;
}
.content .paging ul li {
  float: left;
  width: 39px;
  height: 32px;
  font-size: 16px;
  font-family: D;
  color: #333;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.content .paging ul li:nth-child(2) {
  width: 39px;
  height: 32px;
  background: #FD6019;
  border: none;
  color: #fff;
}
.content .hot_posts {
  margin-top: 12px;
}
.content .hot_posts .posts_title {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.content .hot_posts .posts_list .posts_item {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBCDD6;
  margin-bottom: 16px;
  position: relative;
}
.content .hot_posts .posts_list .posts_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.content .hot_posts .posts_list .posts_item img {
  width: 110px;
  height: 86px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #DDDDDD;
  margin-right: 12px;
}
.content .hot_posts .posts_list .posts_item .p_item_r {
  width: calc(100% - 112px);
}
.content .hot_posts .posts_list .posts_item .p_item_r h3 {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .hot_posts .posts_list .posts_item .p_item_r .p_item_cont {
  font-size: 12px;
  font-family: k;
  font-weight: normal;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .hot_posts .posts_list .posts_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .content .blog_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .content .blog_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .content .blog_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
}
