/* siteinfo */
.si-main {
  margin-bottom: -40px;
  padding: 20px 25px;
  background: #F5F5F5;
}
.si-block {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d4d4d4;
}
.si-block.fl,
.si-block.fr {
  width: 49%;
}
.si-block .inner {
  margin: 20px;
}
.si-title {
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.si-title.border {
  border-bottom: 1px solid #dcdcdc;
}
.table {
  border-color: #eee;
}
.table td {
  border-color: #eee;
}
.table.cm-table td {
  height: 48px;
}
.table.job-table td {
  height: 38px;
}
.bg-r {
  background: #FC8461;
}
.bg-y {
  background: #FFC509;
}
.bg-b {
  background: #24BBF2;
}
.bg-g {
  background: #1FBBA6;
}
.job-update {
  overflow: hidden;
}
.job-update li {
  float: left;
  width: 25%;
}
.job-update li:first-child .item {
  margin: 0;
}
.job-update .item {
  margin-left: 6px;
  height: 60px;
  padding: 5px 0;
  color: #fff;
}
.job-update p {
  padding: 0 10px;
  line-height: 30px;
  white-space: nowrap;
}
.job-update .num {
  font-size: 18px;
  font-weight: bold;
}
.si-person {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.si-person .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
}
.si-person .count li {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 0 15px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.si-person .count li:last-child {
  margin: 0;
}
.si-person .count .num {
  font-weight: bold;
  font-size: 24px;
}
.si-person .table {
  float: right;
  width: 26%;
  margin-left: 20px;
}
.si-person .table thead {
  background: #F5F5F5;
}
.si-person .table thead td {
  height: 83px;
  text-align: center;
}
.si-person .table tbody td {
  height: 53px;
}
.si-into {
  width: 100%;
  margin: 0 -3px -20px 0;
  overflow: hidden;
}
.si-into .item {
  float: left;
  width: 24.8%;
  padding: 30px 0 0;
  height: 240px;
  border-left: 1px solid #e8e8e8;
}
.si-into .item:first-child {
  border: none;
}
.si-send {
  margin: 20px 0 0;
}
.si-resume-block {
  width: 49%;
}
.si-resume-block .title {
  margin-right: -1px;
  height: 55px;
  line-height: 55px;
  background: #E1E1E1;
  font-weight: bold;
  text-align: center;
}
.si-resume-block .title em {
  font-size: 18px;
}
.si-resume-block .tabs-panels {
  margin: 60px 0;
}
.si-resume-block .chart {
  width: 100%;
  height: 250px;
}
.si-resume-block .chart-title {
  margin-bottom: 15px;
  text-indent: 10px;
  font-weight: bold;
}
.si-resume-block .chart-title em {
  font-size: 16px;
}
.ie7 .tabs-head li {
  margin-left: -1px;
}
.ie7 .tabs-head li:first-child {
  margin: 0;
}
.ie7 .tabs-head li.active {
  border-left: 1px solid #dcdcdc;
}
.tabs-head {
  overflow: hidden;
  margin-right: -2px;
  width: 100%;
  border-left: 1px solid #dcdcdc;
  background: #f5f5f5;
}
.tabs-head li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 12px 0;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  border-left: none;
  cursor: pointer;
}
.tabs-head li.active {
  padding-top: 11px;
  border-top: 3px solid #4776c8;
  border-bottom: none;
  background: #fff;
  cursor: default;
}
.tabs-head li:hover {
  background: #fdfdfd;
}
.tabs-head p {
  text-indent: 14px;
}
.tabs-head .num {
  font-size: 16px;
  font-weight: bold;
  color: #4776c8;
}
.si-detail {
  overflow: hidden;
}
.si-detail .item {
  float: left;
  height: 350px;
  width: 23%;
}
.si-detail .item.bar {
  width: 31%;
}
