body{
  background: #f5f5f5;
}

.bhlNwSwBox {
  margin: 0 .3rem 0;
  overflow: hidden;
}

.bhlNwSwBox .boxSwCont {
  margin: 0 -0.3rem;
  padding: 0 .3rem
}

.bhlNwSwBox .boxSwCont .swiper-slide {
  width: 6.9rem;
  height: 3.34rem;
  border-radius: .2rem;
  position: relative;
  color: #FFFFFF;
  line-height: .32rem;
  text-align: center;
  margin-right: .32rem;
  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: .8rem .12rem .16rem;
  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: .18rem;
  color: #FFFFFF;
  height: .28rem;
  line-height: .28rem;
  padding: 0 .08rem 0 .05rem;
  background: #E45F2B;
  border-radius: .03rem;
  font-style: italic;
  position: absolute;
  top: .1rem;
  left: .1rem
}

.jadeZtList {
  padding: .16rem .2rem .11rem;
  margin: .3rem .3rem .41rem;
  background: #FFF;
  border-radius: .1rem;
  overflow: hidden;
}

.jadeZtList ul {
  padding-bottom: .09rem;
}

.jadeZtList li {
  position: relative;
  padding: .19rem 0 .22rem;
  overflow: hidden;
}

.jadeZtList li:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: .01rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: .01rem;
  background: #ececec;
}

.jadeZtList .info {
  position: relative;
  display: flex;
  height: 1.74rem;
  background: #EBFCF7;
  border-radius: .1rem;
  overflow: hidden;
}

.jadeZtList .img {
  display: block;
  width: 3.11rem;
  height: 1.74rem;
  border-radius: .1rem;
  margin-right: .2rem;
  overflow: hidden;
}

.jadeZtList .img img {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: .1rem;
}

.jadeZtList .img span {
  position: absolute;
  left: .1rem;
  top: .09rem;
  display: block;
  padding: 0 .14rem;
  height: .3rem;
  font-size: .18rem;
  color: #fff;
  line-height: .3rem;
  background: rgba(0,0,0,.5);
  border-radius: .13rem;
}

.jadeZtList .info dl {
  display: block;
  width: 0%;
  -webkit-box-flex: 1.0;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.jadeZtList .info dt a {
  position: relative;
  margin-top: .09rem;
  display: block;
  max-width: 98%;
  font-size: .24rem;
  color: #333;
  line-height: .44rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jadeZtList .info dd span {
  position: relative;
  display: block;
  font-size: .2rem;
  color: #999;
  line-height: .26rem;
  transform: scale(.9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: -.16rem;
}



.jadeZtList .list {
  position: absolute;
  left: 3.31rem;
  top: 1.13rem;
  display: flex;
  flex-wrap: wrap;
  width: 3.2rem;
  height: .65rem;
  overflow: hidden;
}

.jadeZtList .list a {
  display: block;
  width: .65rem;
  height: .65rem;
  border-radius: .15rem;
  margin-right: .4rem;
  overflow: hidden;
}

.jadeZtList .list a img {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: .1rem;
}

.jadeZtList .recList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 .25rem;
}

.jadeZtList .recList a {
  margin-right: .19rem;
  margin-bottom: .3rem;
  display: block;
  width: auto;
  height: .5rem;
  line-height: .5rem;
  padding: 0 .19rem;
  font-size: .22rem;
  color: #999;
  background: url(../img/itopicbg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: .06rem;
  overflow: hidden;
}

.wrapper .jadeZtList {
  padding: 0;
  margin: 0;
  margin-bottom: .1rem;
}

.wrapper .jadeZtList ul {
  margin: 0 .3rem .21rem;
  margin-top: -.09rem;
}
.jadeZtMenu {
  position: relative;
  display: flex;
  width: 105%;
  height: .73rem;
  margin-bottom: .1rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  overflow-x: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.jadeZtMenu::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.jadeZtMenu a {
  position: relative;
  display: block;
  margin-right: .22rem;
  padding: 0 .09rem;
  line-height: .7rem;
  font-size: .28rem;
  color: #666;
}

.jadeZtMenu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  display: block;
  width: 100%;
  height: .04rem;
  background-color: transparent;
}

.jadeZtMenu a.current:after {
  background-color: #3CDFAD;
}

.jadeZtMenu a.current {
  font-size: .34rem;
  color: #3CDFAD;
  font-weight: bold;
  line-height: .66rem;
}
.crumbsBox{
  padding: .18rem .3rem;
}


.g-cms-list {
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden
}

.g-cms-list li {
  width: 100%;
  height: auto;
  padding: .19rem 0 .22rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

.g-cms-list li a {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  zoom:1
  }

.g-cms-list li a b {
  width: 2.7rem;
  height: auto;
  padding: 0 .2rem 0 0;
  display: block;
  overflow: hidden;
  align-items: center;
}

.g-cms-list li a b img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: .12rem;
}

.g-cms-list li a .g-right {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  flex: 1;
}

.g-cms-list li a .g-right strong {
  width: 100%;
  height: .32rem;
  line-height: .32rem;
  font-size: .27rem;
  font-weight: normal;
  color: #333;
  margin: 0;
  display: block;
  overflow: hidden;
}

.g-cms-list li a .g-right p {
  width: 100%;
  height: .26rem;
  line-height: .26rem;
  font-size: .22rem;
  font-weight: normal;
  color: #666;
  margin: .1rem 0 0;
  display: block;
  overflow: hidden;
}

.g-cms-list li a .g-right p span {
  color: #f60;
  font-weight: bold;
  padding: 0 .06rem;
}

.g-cms-list li a .g-right div {
  width: 100%;
  height: .66rem;
  line-height: .34rem;
  font-size: .24rem;
  font-weight: normal;
  color: #999;
  margin: .1rem 0 0;
  display: block;
  overflow: hidden;
}

.g-cms-list li a .g-right div p, .g-cms-list li a .g-right div strong, .g-cms-list li a .g-right div h3,
.g-cms-list li a .g-right div span, .g-cms-list li a .g-right div b {
  width: 100%;
  height: .66rem;
  line-height: .34rem;
  font-size: .24rem;
  font-weight: normal;
  color: #999;
  margin: 0;
  display: inline;
  overflow: hidden;
}
.g-cms-list li a .g-right div p img{
  display: none;
}

.g-cms-list li a .g-right em {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  float: left;
  margin: 8px 0 0 0;
  display: inline;
  overflow: hidden;
}

.g-cms-list li a .g-right em i {
  width: auto;
  height: 22px;
  float: left;
  margin: 0 0 0 0;
  display: inline;
  overflow: hidden
}

.g-cms-list li a .g-right em i img {
  width: auto;
  height: 12px;
  display: block;
  overflow: hidden;
  margin: 3px 0 0 0;
  padding: 0;
}

.g-cms-list li a .g-right em span {
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  text-indent: 5px;
  padding: 0 20px 0 0;
  float: left;
  display: inline;
  overflow: hidden
}

.g-cms-list .m-loadmored {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden
}

