@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_list_3/widget.scss */
.bh_list_3 {
  /* tab_top */
  /* widget */
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab {
  text-align: center;
  border-bottom: 1px solid var(--bh_color_gray_400);
  margin-bottom: 0;
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a {
  display: inline-block;
  color: var(--bh_color_text);
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a span {
  display: block;
  position: relative;
  font-weight: 400;
  padding: 10px 16px;
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a:hover {
  /*border-color: #006ad0;
					background-color: #006ad0;
					-webkit-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;*/
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a:hover span {
  /*color: #fff;*/
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a.active {
  /*border-color: #006ad0;
					background-color: #006ad0;*/
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a.active span {
  font-weight: 600;
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a.active span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background-color: var(--bh_color_gray_800);
  display: none;
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li {
  overflow: hidden;
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more {
  display: block;
  position: absolute;
  top: 11px;
  right: 16px;
  background: url("../../../../widgets/bh_gall_widget/skins/bh_list_3/img/more.png");
}
.bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more > span {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: var(--bh_color_main);
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bh_list_3.style2 .tab_top.bh_tab_wrap {
  position: relative;
}
.bh_list_3.style2 .tab_top.bh_tab_wrap .bh_widget_tab {
  position: relative;
  background-color: var(--bh_color_white);
  border: 1px solid #cfcfcf;
  border-top: 1px solid #111;
  border-radius: 0;
  padding: 7px 0 7px 0;
  border: 0;
  border-bottom: 1px solid #e7eaee;
}
.bh_list_3.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.bh_list_3 .bh_widget_content {
  padding: 0;
  margin-bottom: 10px;
}
.bh_list_3 .bh_widget_content .bh_item {
  padding: 7px 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 8px;
  background-color: #fff9fa;
  margin-bottom: 10px;
}
.bh_list_3 .bh_widget_content .bh_item .bh_item_inner {
  position: relative;
}
.bh_list_3 .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.bh_list_3 .bh_widget_content .bh_item:hover {
  box-shadow: 2px 6px 14px 0 rgba(0, 0, 0, 0.05), 7px 25px 26px 0 rgba(0, 0, 0, 0.04);
}
.bh_list_3 .bh_widget_content .bh_content_wrap {
  position: relative;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_title {
  position: relative;
  padding-right: 0;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_title > a {
  display: block;
  color: var(--bh_color_text);
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_title > a:hover, .bh_list_3 .bh_widget_content .bh_content_wrap .bh_title > a:active, .bh_list_3 .bh_widget_content .bh_content_wrap .bh_title > a:focus {
  text-decoration: underline;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_title.style2 {
  padding-right: 110px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_comment_count {
  color: var(--bh_color_gray_400);
  font-size: 11px;
  font-weight: 500;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_comment_count > img {
  margin-right: 4px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_comment_count > span {
  position: relative;
  top: 1.5px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_category {
  position: relative;
  margin-right: 15px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_category > span {
  display: inline-block;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_name {
  color: var(--bh_color_gray_400);
  font-size: 11px;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  overflow: hidden;
  max-width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: var(--bh_color_gray_300);
  margin: 0 5px 0 7px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_name > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_date {
  color: var(--bh_color_gray_400);
  font-size: 11px;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  top: 2px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .bh_date::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: var(--bh_color_gray_300);
  margin: 0 5px 0 7px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .read_count {
  display: inline-block;
  color: var(--bh_color_gray_400);
  font-size: 11px;
  line-height: 1.6;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .read_count > span {
  position: relative;
  top: 1.5px;
}
.bh_list_3 .bh_widget_content .bh_content_wrap .read_count::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: var(--bh_color_gray_300);
  margin: 0 5px 0 7px;
}
.bh_list_3 .bh_widget_content .bh_rolling {
  position: relative;
}
.bh_list_3.style2 .bh_widget_content {
  border: 0;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.bh_list_3.style2 .bh_widget_content > .col, .bh_list_3.style2 .bh_widget_content > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

