body{
  background: #f5f5f5;
}
.aMore {
  display: block;
  margin: 4px 14px 19px;
  height: 36px;
  font-size: 15px;
  color: #AEAEAE;
  line-height: 36px;
  text-align: center;
  background: rgba(246, 246, 246, .5);
  border-radius: 18px;
}
.g-box{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 17px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
.gay{
  background: #f5f5f5 !important;
  margin: 0;
}
.common-title {
  font-size: 20px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.common-title .titleL {
  font-weight: bold;
  line-height: 22px;
  display: flex;
  align-items: center
}

.common-title .titleL .icon {
  width: 18px;
  height: 17px;
  display: block;
  position: relative;
  background: none !important;
}
.common-title .titleL .icon::before, .common-title .titleL .icon::after{
  content: "";
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 7px;
  height: 16px;
  border-radius: 162px;
}
.common-title .titleL .icon::after{
  background: #ffe647;
  left: 6px;
  z-index: 0;
  top: 3px;
}


.common-title .titleR {
  height: 17px;
  position: relative
}

.common-title .titleR>a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.common-title .titleR>a>span {
  font-size: 13px;
  color: #999
}
.columnlist-four {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  justify-content: space-between
}

.columnlist-four .listItem {
  padding-bottom: 14px;
  margin: 0 auto
}

.columnlist-four .listItem>a {
  width: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative
}

.columnlist-four .listItem>a>i {
  background-image: url(/skin/zbf/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: 540px 540px;
  display: block;
  position: absolute;
  background-position: 1px -318px;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0
}

.columnlist-four .listItem>a>img {
  width: 65px;
  height: 65px;
  border-radius: 15px
}

.columnlist-four .listItem>a>p {
  margin-top: 9px;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: inherit
}

.columnlist-four .listItem>a .btn {
  margin-top: 12px;
}

.columnlist-four.columnlist-x{
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 17px;
}
.columnlist-four.columnlist-x .listItem{
  display: inline-block;
}
.key-recomd {
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding: 0 0 17px;
}

.key-recomd::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.key-recomd:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 377px;
  height: 1px;
  background: rgba(255,255,255,.5);
}

.key-recomd li {
  position: relative;
  display: block;
  width: 154px;
  height: 87px;
  border-radius: 11px;
  margin-right: 11px;
}

.key-recomd li:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 135px;
  height: 9px;
}

.key-recomd li a {
  display: block;
  width: 154px;
  height: 100%;
  border-radius: 11px;
  overflow: hidden;
}

.key-recomd li a img {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 11px;
}

.key-recomd li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 29px 0 0 9px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  line-height: 26px;
  background: linear-gradient(to top,rgba(0,0,0,.7),transparent);
  border-radius: 0 0 11px 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.key-recomd li a span {
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  padding: 0 6px;
  height: 17px;
  font-size: 9px;
  color: #fff;
  line-height: 17px;
  background: rgba(0,0,0,.6);
  border-radius: 6px;
}


.bhlNwSwBox {
  margin: 17px 17px 0;
  overflow: hidden;
}

.bhlNwSwBox .boxSwCont {
  margin: 0 -16px;
  padding: 0 17px
}

.bhlNwSwBox .boxSwCont .swiper-slide {
  width: 373px;
  height: 181px;
  border-radius: 11px;
  position: relative;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  margin-right: 18px;
  overflow: hidden;
}

.bhlNwSwBox .boxSwCont .swiper-slide:last-child {
  margin-right: 0
}

.bhlNwSwBox .boxSwCont .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 44px 7px 9px;
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0, transparent 100%)
}

.bhlNwSwBox .boxSwCont .swiper-slide.hot::after {
  content: "HOT!";
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
  height: 16px;
  line-height: 16px;
  padding: 0 5px 0 3px;
  background: #E45F2B;
  border-radius: 2px;
  font-style: italic;
  position: absolute;
  top: 6px;
  left: 6px
}


.bhlNwAllBox {
  margin: 0 17px 0
}

.bhlNwAllBox .tabsWrap>ul {
  font-size: 15px;
  color: #666666;
  display: flex;
  overflow: auto;
  margin: 11px -16px 0;
  padding: 0 11px;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.bhlNwAllBox .tabsWrap>ul::-webkit-scrollbar {
  display: none
}

.bhlNwAllBox .tabsWrap>ul li {
  flex-shrink: 0
}

.bhlNwAllBox .tabsWrap>ul li a {
  display: block;
  height: 34px;
  line-height: 32px;
  padding: 0 22px;
  margin: 6px;
  background: #F6F9FB;
  border-radius: 17px;
  box-shadow: 0 0 9px 0 rgba(40,40,40,0.15);
  border: 1px solid rgba(216,216,216,0.5)
}


.bhlNwAllBox .tabsWrap>ul li a.current {
  background: var(--primary-light);
  border-color: var(--primary-light);
  color: var(--primary);
}

.bhlNwAllBox .tabsWrap .tabsCont {
  margin: 11px 0 0
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul {
  font-size: 15px;
  color: #000000;
  line-height: 20px
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a {
  display: flex;
  margin-top: 11px;
  padding: 11px;
  background: #FFFFFF;
  border-radius: 11px
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .imgBox {
  width: 127px;
  height: 77px;
  border-radius: 11px;
  flex-shrink: 0;
  overflow: hidden;
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox {
  flex: 1;
  width: 0;
  padding: 6px 0 9px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 15px;
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox p.time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color:#888;
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox p.time .icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  background: url(../images/icon-2.png) no-repeat;
  background-size: 540px 540px;
  background-position: -162px -2px;
  margin-right: 5px;
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo .pageCode {
  margin-top: 10px
}
.aMore{
  background: #fff;
  margin: 14px 0 0;
}
.keyword ul{
  padding-left: 0;
}

.btn {
  font-size: 13px;
  color: var(--primary);
  background: var(--primary-light);
  border-radius: 15px;
  width: 67px;
  height: 27px;
  line-height: 27px;
  text-align: center
}
.imgBox {
  overflow: hidden
}

.imgBox>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}