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

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

.tongzhi-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-page .header .header-top .header-top-con .header-top-r .header-login {
  color: #000000;
  font-size: 14px;
}

.tongzhi-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-page .header .header-bottom {
  height: 118px;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

.tongzhi-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-page .banner-box .nav {
  width: 100%;
  height: 70px;
  background: #1e4783;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

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

.tongzhi-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-page .banner-box .nav .nav-con .nav-con-tab:hover {
  background-color: #fe6500;
}

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

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

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

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

.tongzhi-page .tongzhi-box-con {
  widows: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #f2f2f2;
}

.tongzhi-page .tongzhi-box-con .top-con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 26px 0;
}

.tongzhi-page .tongzhi-box-con .top-con .l {
  position: relative;
  color: #333;
  font-size: 30px;
  padding-left: 10px;
}

.tongzhi-page .tongzhi-box-con .top-con .l::after {
  content: "";
  width: 6px;
  height: 28px;
  background: #245399;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tongzhi-page .tongzhi-box-con .top-con .r {
  width: 280px;
  position: relative;
  line-height: 37px;
}

.tongzhi-page .tongzhi-box-con .top-con .r .r-input {
  line-height: 37px;
  border: 1px solid #f2f2f2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 19px;
  padding: 0 90px 0 10px;
}

.tongzhi-page .tongzhi-box-con .top-con .r .r-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  line-height: 39px;
  background: #fe6500;
  border-radius: 19px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box {
  margin-top: 30px;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list {
  cursor: pointer;
  line-height: 40px;
  padding: 0 30px;
  border-bottom: 1px solid #f5f5f5;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list .list-l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list .list-l::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #245399;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list .list-r {
  width: 150px;
  text-align: right;
  color: #333;
  font-size: 18px;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list:first-child {
  border-top: 1px solid #f5f5f5;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list:hover {
  background-color: #f5f5f5;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list:hover .list-l {
  color: #fe6500;
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list:hover .list-l::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #fe6500;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tongzhi-page .tongzhi-box-con .tongzhi-list-box .tongzhi-list:hover .list-r {
  color: #fe6500;
}

.tongzhi-page .tongzhi-box-con .fyq-page {
  margin: 30px 0 10px;
}

.tongzhi-page .tongzhi-box-con .fyq-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #245399;
}
/*# sourceMappingURL=tongzhi.css.map */