.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  .group-cus .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 42px 0;
  }
  .group-cus .title h1{
  font-weight: 600;
  }
  .group-cus .title .red-line{
   width: 40px;
   height: 3px;
   background-color: #a51f31;
  }
  .group-cus .title .eng{
   margin: 10px 0 18px 0;
   font-weight: 600;
   color: #999;
   }
   .my-container{
    width: 1200px;
    margin: 0 auto;
  }
   .group-cus .jituan-info p{
    color: #999999;
    margin-top: 2rem;
    margin-bottom: 7rem;
    padding: 0 1rem;
    font-size: 15px;
    line-height: 23px;
   }


   .house-custom .layui-tab {
    text-align: center!important;
   }
   .house-custom .layui-tab-title{
     height: 69px;
     margin-bottom: 20px;
   }
   .house-custom .layui-tab-title li{
     height: 69px;
     line-height: 69px;
     width: 197px;
     box-sizing: border-box;
     font-size: 1.02rem;
   }
   .house-custom .layui-tab-brief>.layui-tab-more li.layui-this:after,   .house-custom .layui-tab-brief> .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: none;
   }
   .house-custom .layui-tab-brief>.layui-tab-title .layui-this {
    color: #a51f31;
    border-bottom: 4px solid #a51f31;
}
.house-custom .house-list{
  display: block;
}
.house-custom .house-list img{
  width: 100%;
  height: 260px;
}
.house-custom .house-list .txt{
  border: 1px solid #e6e6e6;
  border-top: none;
  font-size: 1.02rem;
  padding: 50px 23px 0 23px ;
  height: 180px;
  box-sizing: border-box;
  position: relative;
}
.house-custom .house-list .txt .date{
  position: absolute;
  width: 140px;
  height: 42px;
  background: #a51f31;
  left: 50%;
  top: -21px;
  color: #fff;
  line-height: 42px;
  transform: translateX(-50%);
  display: none;
  }
.house-custom .house-list .txt .biaoti{
  color: #333;
  font-size: 1.02rem;
  margin-bottom:26px;
  font-weight: 600;
  }
  .house-custom .house-list .txt p{
    color: #999;
    font-size: 0.8rem;
    text-align: left;
    line-height: 22px;
    }
.house-custom .page-jump{
  width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 3rem 0 5rem 0;
}
.house-custom .jump {
  font-size: 16px;
  color: #666;
  margin-left: 30px;
}
.house-custom .jump .pagenum{
  width: 50px;
  height: 32px;
  margin: 0 5px;
  padding: 0 5px;
  border: 1px solid #adadad;
}
.house-custom .page-jump .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #a31e30;
}
.layui-laypage a{
  margin: 0 6px !important;
  background-color: #f1f1f1;
}
.layui-laypage span{
  margin: 0 6px !important;
}
.mui-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mui-ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.road-info .road-title{
    color: #333;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    margin: 48px 0;
}
.road-info p{
    color: #999;
    line-height: 25px;
}
.road-info img{
    width: 740px;
}
.road-list{
    height: 115px;
    background: url("../../../images/socialrespons/aboutus_gongyi_line_msg.png") no-repeat center;
    background-position: 0px 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 35px;
}
.road-list .item{
  width: 66px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.road-list .item:hover >  .year{
    color: #fff;
    background: url("../../../images/socialrespons/aboutus_gongyi_btn_sel.png") no-repeat center;
  }
  .road-list .item:hover > .yuan{
    background: url("../../../images/socialrespons/aboutus_gongyi_msg_sel.png") no-repeat center;
  }
.road-list .year{
    width: 50px;
    height: 66px;
    color: #666;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    background: url("../../../images/socialrespons/aboutus_gongyi_btn_nor.png") no-repeat center;
  }
  .road-list .yuan{
    width: 30px;
    height: 30px;
    background: url("../../../images/socialrespons/aboutus_gongyi_msg_nor.png") no-repeat center;
  }