@charset "utf-8";
/* LESS Document */
/*中间总宽度*/
/*其它变量*/
.census {
  display: table;
}
.census .cen_con {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.census .cen_con .fruit {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}
.census .cen_con .fruit .block {
  float: left;
  width: 100%;
  height: auto;
}
.census .cen_con .fruit .block .title {
  float: left;
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #5094d1;
}
.census .cen_con .fruit .block .title .bai {
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 9px 6px 0 20px;
  background-color: #ffffff;
}
.census .cen_con .fruit .block .title .text {
  float: left;
  font-size: 16px;
  margin-top: 3px;
  color: #ffffff;
  font-family: "宋体";
}
.census .cen_con .fruit .block .tendency {
  float: left;
  width: 100%;
  height: 436px;
  overflow: hidden;
}
.census .cen_con .fruit .block .tendency .point {
  float: left;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  color: #325899;
}
.census .cen_con .fruit .block .tendency .box {
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.census .cen_con .fruit .block .info {
  float: left;
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.census .cen_con .fruit .block .info .table {
  width: 100%;
  height: 112px;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.census .cen_con .fruit .block .info .table tbody {
  background-color: #eeeeee;
}
.census .cen_con .fruit .block .info .box {
  float: left;
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.census .cen_con .fruit .block .source {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.census .cen_footer {
  float: left;
  width: 100%;
  height: 20px;
  overflow: hidden;
  display: flex;
}
