/* 论坛首页 */
.m_b_30 {
  margin-bottom: 30px;
}
.bbs_quanzi_tags {
  width: 100%;
  padding: 0 40px;
  border: 1px solid #f4f3f2;
  background: #FCFBFA;
}
.bbs_quanzi_tags .title_div {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.bbs_quanzi_tags .title_div img {
  width: 40px;
  height: 40px;
  margin: 17px 10px 0 0;
  float: left;
}
.bbs_quanzi_tags .title_div .tle {
  font-size: 19px;
  color: #444141;
  line-height: 75px;
  float: left;
}
.bbs_quanzi_tags .title_div .host {
  font-size: 14px;
  color: #888;
  margin-right: 30px;
  line-height: 75px;
  float: right;
}
.bbs_quanzi_tags .title_div .host span {
  color: #f78;
}
.bbs_quanzi_tags .tags_ul {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.bbs_quanzi_tags .tags_ul li {
  float: left;
  margin: 10px 10px 10px 0;
}
.bbs_quanzi_tags .tags_ul li a {
  padding: 5px 15px;
  border-radius: 15px;
  color: #72706e;
  font-size: 14px;
}
.bbs_quanzi_tags .tags_ul .active a,
.bbs_quanzi_tags .tags_ul :hover a {
  background: #f78;
  color: #fff;
}
.bbs_list {
  background: white;
  border: 1px solid #f4f3f2;
  padding: 0 40px;
  margin-bottom: 30px;
  position: relative;
}
.bbs_list .new_topic {
  font-size: 16px;
  color: white;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 40px;
  background: #f78;
  text-align: center;
  border-radius: 20px;
}
.bbs_list .new_topic img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.bbs_list .tabs-list {
  width: 100%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 0;
}
.bbs_list .tabs-list li {
  float: left;
  padding: 0;
  margin-right: 20px;
}
.bbs_list .tabs-list li a {
  line-height: 70px;
  font-size: 18px;
  background: transparent;
  color: #72706e;
  padding: 0 10px;
}
.bbs_list .tabs-list .active a {
  background: transparent !important;
  color: #f78 !important;
  position: relative;
}
.bbs_list .tabs-list .active a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f78;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bbs_list .tabs-container {
  /** height: 24px;**/
}
.bbs_list .tabs-container .bbs_post_assist {
  margin-top: 10px;
}
.bbs_list .tabs-container .bbs_post_assist span {
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  color: #a3a09b;
}
.bbs_list .tabs-container .bbs_post_user {
  color: #F78 !important;
}
.bbs_list .tabs-container .bbs_post_look em,
.bbs_list .tabs-container .bbs_post_reply em {
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
}
.bbs_list .tabs-container .bbs_post_look em {
  background: url("//img.haoyunbang.cn/cooperate_gw/images/bbs_icon_look.png") no-repeat right center;
  background-size: 18px 13px;
}
.bbs_list .tabs-container .bbs_post_reply em {
  background: url("//img.haoyunbang.cn/cooperate_gw/images/bbs_icon_reply.png") no-repeat right center;
  background-size: 13px 13px;
}
.bbs_list .tabs-container .bbs_list_dl {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px 0;
}
.bbs_list .tabs-container .bbs_list_dl:after {
  position: absolute;
  z-index: 1;
  content: '';
  height: 1px;
  background: #eee;
  left: 9.615385%;
  right: 0;
  bottom: 0;
}
.bbs_list .tabs-container .bbs_list_dl:last-child:after,
.bbs_list .tabs-container .bbs_list_dd:last-child:after {
  display: none;
  background: none;
}
.bbs_list .tabs-container .bbs_list_dl .reply_title {
  margin-left: 10%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.bbs_list .tabs-container .bbs_list_dd:after {
  position: absolute;
  z-index: 1;
  content: '';
  height: 1px;
  background: #eee;
  left: 9.615385%;
  right: 0;
  bottom: 0;
}
.bbs_list .tabs-container .bbs_post_fine:before {
  position: absolute;
  z-index: 2;
  content: '';
  top: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("//img.haoyunbang.cn/cooperate_gw/images/bbs_icon_-fine.png") no-repeat top left;
  background-size: 60px 60px;
  display: block;
}
.bbs_list .tabs-container .bbs_post_top .bbs_post_title a {
  color: #f78;
}
.bbs_list .tabs-container .bbs_list_dt {
  display: block;
  float: left;
  width: 9.615385%;
  overflow: hidden;
}
.bbs_list .tabs-container .bbs_list_dt a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 1.3%;
}
.bbs_list .tabs-container .bbs_list_dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.bbs_list .tabs-container .bbs_list_dt a .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url("//img.haoyunbang.cn/cooperate_gw/images/mask_50.png") no-repeat top left;
}
.bbs_list .tabs-container .bbs_list_dd {
  display: block;
  float: right;
  width: 90.38462%;
}
.bbs_list .tabs-container .bbs_post_title {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 24px;
}
.bbs_list .tabs-container .bbs_post_title a {
  font-size: 16px;
  line-height: 24px;
  max-width: 520px;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bbs_list .tabs-container .bbs_post_head img {
  width: 45px !important;
  height: 23px;
}
.bbs_list .tabs-container .bbs_post_head a {
  height: 23px !important;
  max-width: 650px;
}
.bbs_list .tabs-container .bbs_post_top .bbs_post_title a {
  color: #f78;
}
.bbs_list .tabs-container .bbs_post_title em {
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.bbs_list .tabs-container .bbs_post_title em img {
  display: block;
  height: 20px;
}
.bbs_list .tabs-container .bbs_post_title {
  display: -ms-box;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-box-orient: vertical;
  f-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  width: 100%;
  font-size: 14px;
}
.bbs_list .tabs-container .bbs_post_tags {
  display: inline-block;
  line-height: 18px;
  margin-right: 10px;
  border: 1px solid #eee;
  color: #a3a09b;
  border-radius: 20px;
  padding: 3px 10px;
}
.bbs_list .tabs-container .bbs_post_tags:hover {
  border: 1px solid #f78;
  color: #f78 !important;
}
.bbs_list .tabs-container .bbs_post_tags:visited {
  color: #a3a09b;
}
.knowledge_qa {
  background: white;
}
.knowledge_qa .column_title {
  width: 100%;
  border-bottom: 2px solid #0fd1cb;
}
.knowledge_qa .column_title p {
  line-height: 53px;
  color: #0fd1cb;
  font-size: 22px;
  margin-left: 20px;
}
.knowledge_qa ul:nth-child(3) {
  border-left: 1px solid #eee;
}
.knowledge_qa ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.knowledge_qa ul li:last-child {
  margin-bottom: 0;
}
.knowledge_qa ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #BABABA;
  display: block;
  left: -20px;
  top: 8px;
  position: relative;
  float: left;
}
.topic_index_tuijian {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #eee;
  background: white;
}
.topic_index_tuijian .tle {
  border-bottom: 1px solid #f7f7f7;
}
.topic_index_tuijian .tle span {
  font-size: 18px;
  color: #f78;
  line-height: 60px;
  display: table;
  border-bottom: 2px solid #f78;
}
.topic_index_tuijian ul li {
  width: 100%;
  overflow: hidden;
  margin: 13px 0;
}
.topic_index_tuijian ul li img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.topic_index_tuijian ul li p {
  line-height: 30px;
  font-size: 14px;
  color: #444141;
}
.topic_index_tuijian ul li a:hover p {
  color: #f78;
}
.topic_index_tools {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #eee;
  background: white;
}
.topic_index_tools .tle {
  border-bottom: 1px solid #f7f7f7;
}
.topic_index_tools .tle span {
  font-size: 18px;
  color: #f78;
  line-height: 60px;
  display: table;
  border-bottom: 2px solid #f78;
}
.topic_index_tools ul {
  overflow: hidden;
  margin-top: 20px;
}
.topic_index_tools ul li {
  width: 50%;
  overflow: hidden;
  margin: 0 0 8px;
  float: left;
}
.topic_index_tools ul li img {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-top: 2px;
}
.topic_index_tools ul li p {
  line-height: 25px;
  font-size: 14px;
  color: #444141;
}
.topic_index_tools ul li a:hover p {
  color: #f78;
}
