.lhyg {
  background-color: #F5F4FA;
  min-height: 100vh;
}
.lhyg a {
  text-decoration: none;
}
.lhyg .search .nr {
  width: 800px;
}
.lhyg .search .nr .s .s1 {
  width: 100%;
}
.lhyg .search .nr .s .s1 input {
  font-size: 14px;
}
.lhyg .search .nr .s .keyword {
  font-size: 14px;
  margin-top: 30px;
}
.lhyg .center {
  padding: 10px;
  box-sizing: border-box;
}
.lhyg .center .top {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.lhyg .center .top .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  box-sizing: border-box;
}
.lhyg .center .top .li .l {
  display: flex;
  justify-content: flex-start;
}
.lhyg .center .top .li .l .title {
  margin-right: 10px;
}
.lhyg .center .top .li .l .li1 {
  margin-right: 10px;
  color: #8c939d;
  text-decoration: none;
}
.lhyg .center .top .li .l .active {
  color: #3a8ee6;
}
.lhyg .center .top .li .r {
  font-size: 14px;
  color: #8c939d;
}
.lhyg .center .c {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
}
.lhyg .center .c .l {
  width: 70%;
}
.lhyg .center .c .l .lli {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.lhyg .center .c .l .lli .lli1 {
  border-bottom: 1px solid #F3F4F8;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lhyg .center .c .l .lli .lli1 .lli11 .lli111 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
}
.lhyg .center .c .l .lli .lli1 .lli11 .lli111 .title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}
.lhyg .center .c .l .lli .lli1 .lli11 .lli111 .money {
  color: red;
  font-size: 14px;
}
.lhyg .center .c .l .lli .lli1 .lli12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
}
.lhyg .center .c .l .lli .lli1 .lli12 .img {
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
.lhyg .center .c .l .lli .lli1 .lli12 .name {
  margin: 0 10px;
}
.lhyg .center .c .l .lli .lli1 .lli12 .phone {
  cursor: pointer;
  padding: 3px 10px;
  border: 1px solid #3a8ee6;
  color: #3a8ee6;
  border-radius: 3px;
}
.lhyg .center .c .l .lli .lli1 .lli12 .phone1 {
  cursor: pointer;
  background-color: #3a8ee6;
  color: #FFFFFF;
}
.lhyg .center .c .l .lli .lli1 .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lhyg .center .c .l .lli .lli1 .left .bq {
  margin-right: 10px;
  background-color: #EAF2FF;
  color: #3a8ee6;
  padding: 2px 4px;
}
.lhyg .center .c .l .lli .lli1 .zlg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lhyg .center .c .l .lli .lli1 .zlg .img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
}
.lhyg .center .c .l .lli .lli1 .zlg .zlg1 {
  height: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.lhyg .center .c .l .lli .lli1 .zlg .zlg1 .left .bq {
  font-size: 10px;
}
.lhyg .center .c .l .lli .lli1 .right {
  color: #8c939d;
}
.lhyg .center .c .l .lli .end {
  border-bottom: none;
}
.lhyg .center .c .r {
  width: 29%;
}
.lhyg .center .c .r .r1 {
  width: 100%;
}
.lhyg .center .c .r .r1 .logo {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 10px;
}
.lhyg .center .c .r .r1 .other {
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 10px;
}
.lhyg .center .c .r .r1 .other .img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.lhyg .center .c .r .r1 .r1li {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.lhyg .center .c .r .r1 .r1li .r1li1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.lhyg .center .c .r .r1 .r1li .r1li1 .title {
  font-size: 14px;
  font-weight: bold;
}
.lhyg .center .c .r .r1 .r1li .r1li1 .bq {
  font-size: 14px;
  color: red;
}
.lhyg .center .c .r .r1 .r1li .zlg {
  justify-content: flex-start;
}
.lhyg .center .c .r .r1 .r1li .zlg .img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
.lhyg .center .c .r .r1 .r1li .zlg .zlg1 {
  height: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.lhyg .center .c .r .r1 .r1li .r1li2 {
  color: #8c939d;
}
.lhyg .center .c .r .r1 .r1li .r1li3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.lhyg .center .c .r .r1 .r1li .r1li3 .bq {
  margin-right: 10px;
  background-color: #EAF2FF;
  color: #3a8ee6;
  padding: 2px 4px;
}
.lhyg .center .c .r .r1 .r1li .r1li4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F3F4F8;
  padding-top: 5px;
  color: #8c939d;
}
/*# sourceMappingURL=zlh.css.map */