.container .nav {
  margin: 0 auto;
  margin-top: 0.32rem;
  width: 6.9rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.01rem solid #3f71ee;
  border-radius: 0.1rem 0.1rem;
}

.container .nav li {
  float: left;
  width: 33.3%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #3f71ee;
  font-size: 0.3rem;
  box-sizing: border-box;
}

.container .nav li.cur {
  color: #fff;
  background-color: #3f71ee;
}

.container .nav li.b-r {
  border-right: 0.01rem solid #3f71ee;
}

.container .banner {
  margin-top: 0.3rem;
  width: 7.5rem;
  height: 3.27rem;
  background: url(../img/banner.png) center center no-repeat;
  background-size: 100% 100%;
}

.container .tdes {
  padding: 0.6rem 0.45rem 0.45rem 0.3rem;
  font-size: 0.24rem;
  color: #666666;
}

.container .title {
  font-size: 0.36rem;
  color: #333333;
  padding-left: 0.3rem;
}

.container .text-box {
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}

.container .text-box .duanluo {
  border-bottom: 0.01rem solid #d6d6d6;
  position: relative;
}

.container .text-box .duanluo .tit {
  color: #333333;
  font-size: 0.3rem;
  height: 1.1rem;
  line-height: 1.1rem;
}

.container .text-box .duanluo .des {
  padding-top: 0.1rem;
  padding-bottom: 0.05rem;
  color: #666666;
  font-size: 0.24rem;
  line-height: 1.6;
}

.container .text-box .duanluo.off .arr {
  background: url("../img/arr-down.png") center center no-repeat;
  background-size: 100% 100%;
}

.container .text-box .duanluo.off .des {
  display: none;
}

.container .text-box .duanluo.off img {
  display: none;
}

.container .text-box .duanluo .arr {
  width: 0.34rem;
  height: 0.19rem;
  position: absolute;
  right: 0.1rem;
  top: 0.45rem;
  background: url("../img/arr-up.png") center center no-repeat;
  background-size: 100% 100%;
}

.container .text-box .duanluo img {
  width: 100%;
}

.container .rel .actbtn {
  display: block;
  height: 0.8rem;
  width: 2.75rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}

.container .rel .linkbtn {
  display: block;
  height: 0.7rem;
  width: 3.4rem;
  position: absolute;
  left: 2.05rem;
  bottom: 1.05rem;
}

.goTop {
  z-index: 2;
  position: fixed;
  display: block;
  width: 1.07rem;
  height: 1.07rem;
  bottom: 2rem;
  right: 0.3rem;
  background-image: url("../../xz/img/top.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}