.tongzhi-detail-page .header .header-top {
  width: 100%;
  height: 38px;
  background-color: #f2f2f2;
}

.tongzhi-detail-page .header .header-top .header-top-con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38px;
}

.tongzhi-detail-page .header .header-top .header-top-con .header-top-l {
  font-size: 14px;
  font-family: SimHei;
  font-weight: 400;
  color: #595757;
  line-height: 38px;
}

.tongzhi-detail-page .header .header-top .header-top-con .header-top-r .header-login {
  color: #000000;
  font-size: 14px;
}

.tongzhi-detail-page .header .header-top .header-top-con .header-top-r .header-reg {
  width: 108px;
  background: #fe6500;
  border-radius: 10px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
}

.tongzhi-detail-page .header .header-bottom {
  height: 118px;
  background-color: #fff;
}

.tongzhi-detail-page .header .header-bottom .header-bottom-con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 118px;
}

.tongzhi-detail-page .header .header-bottom .header-bottom-con .header-bottom-l {
  width: 528px;
  height: 88px;
}

.tongzhi-detail-page .header .header-bottom .header-bottom-con .header-bottom-r .img1 {
  width: 240px;
  height: 59px;
}

.tongzhi-detail-page .header .header-bottom .header-bottom-con .header-bottom-r .img2 {
  width: 78px;
  height: 78px;
  margin-left: 30px;
}

.tongzhi-detail-page .foot-foot {
  width: 100%;
  background: #245399;
  padding: 20px 0;
}

.tongzhi-detail-page .foot-foot p {
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 20px;
}

.tongzhi-detail-page .banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tongzhi-detail-page .banner-box img {
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tongzhi-detail-page .banner-box .tongzhi-zi-box {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tongzhi-detail-page .banner-box .tongzhi-zi-box .tongzhi-zi {
  width: 523px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 50px;
}

.tongzhi-detail-page .banner-box .nav {
  width: 100%;
  height: 70px;
  background: #1e4783;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tongzhi-detail-page .banner-box .nav .nav-con {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 70px;
  line-height: 70px;
}

.tongzhi-detail-page .banner-box .nav .nav-con .nav-con-tab {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: white;
  padding: 0 20px;
  cursor: pointer;
}

.tongzhi-detail-page .banner-box .nav .nav-con .nav-con-tab:hover {
  background-color: #fe6500;
}

.tongzhi-detail-page .banner-box .nav .nav-con .nav-con-tab-active {
  background-color: #fe6500;
}

.tongzhi-detail-page .mianbaoxie {
  margin-top: 20px;
}

.tongzhi-detail-page .mianbaoxie .mianbaoxie-old {
  color: #999999;
  font-size: 16px;
}

.tongzhi-detail-page .mianbaoxie .mianbaoxie-new {
  color: #333;
  font-size: 16px;
}

.tongzhi-detail-page .content-box {
  margin-top: 20px;
  border: 1px solid #F2F2F2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tongzhi-detail-page .content-box .content-box-title {
  color: #333333;
  font-size: 26px;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #F5F5F5;
}

.tongzhi-detail-page .content-box .content-box-title-tips {
  color: #333333;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
}

.tongzhi-detail-page .content-box .detail-con {
  padding: 0 27px;
}
/*# sourceMappingURL=tongzhi-detail.css.map */