.bread {
  padding: 0 12px;
}
.content .ad_box {
  margin-bottom: 12px;
}
.content .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
  background: #eee;
}
.content .ad_box .ad_title {
  color: #999999;
  font-size: 12px;
  font-family: K;
  text-align: right;
}
.content h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.content .small {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-bottom: 12px;
}
.content .posts_cover {
  width: 100%;
  margin-bottom: 12px;
}
.content .fwb {
  margin-bottom: 12px;
}
.content .fwb p {
  font-size: 16px;
  font-family: k;
  font-weight: normal;
  color: #666666;
  line-height: 18px;
  margin-bottom: 4px;
}
.content .fwb p img {
  width: 100%;
}
.content .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.content .btns a {
  width: calc((100% - 10px) / 2);
  height: 32px;
  background: #eee;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  text-align: center;
}
.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: 24px;
  margin-bottom: 8px;
  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 p {
  font-size: 12px;
  font-family: k;
  font-weight: normal;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .hot_posts .posts_list .posts_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
