/*查询数据结果标题*/
.zscx{
  width:100%;
  margin: 0 auto 20px;
  padding: 20px 30px 20px 30px;
  background: #ffffff;
}
.zscx>h3{
  font-size: 20px;
  color: #151515;
  margin-bottom: 20px;
}
.zscx>div>span{
  color: #151515;
  font-size: 16px;
}
.wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 60px 0 0 20px;
}
.wrap>div{
  width:33%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap>div>span{
  color:#151515;
  font-size: 16px;
}
.xcbtn{
  width:240px;
  height:36px;
  color:#ffffff;
  font-size:14px;
  background: #4f94fb;
  border-radius:18px;
  border:none;
  display: block;
  margin:0 auto;
  outline: none;
}
/*查询条件*/
.cxtj{
  margin-bottom: 20px;
  justify-content: center;
}
.cxtj>input{
  width: 28%;
  border: 1px solid #eaeaea;
  height: 38px;
  outline: none;
  margin-right: 70px;
  padding: 0 15px;
}

