#jx {
  padding-top: 100px;
}
#jx .wrapper {
  border-top: 8px solid #0080cc;
  padding: 0 40px 30px;
  box-sizing: border-box;
}
#jx .wrapper .des h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  padding: 23px 0px;
}
#jx .wrapper .table_ys1 {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin: 20px 0;
}
#jx .wrapper .table_ys1 .bggray {
  background: #efefef;
}
#jx .wrapper .table_ys1 tr {
  height: 40px;
}
#jx .wrapper .table_ys1 td {
  border: 1px solid #ccc;
}
#jx .wrapper .table_ys1 .Content_tab_style_04 {
  height: 30px;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
#jx .wrapper .table_ys1 .Content_tab_style_04 th {
  text-align: center;
  border: 1px solid #ccc;
}
#jx .wrapper .companylist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fbfbfb;
  padding: 15px 10px 10px;
  margin-bottom: 60px;
}
#jx .wrapper .companylist .companyitem {
  cursor: pointer;
  min-height: 0px;
  border: 1px solid #e4e4e4;
  padding: 20px;
  position: relative;
  border-radius: 3px;
  transition: all 0.2s;
}
#jx .wrapper .companylist .companyitem .blueborder {
  width: 150px;
  height: 2px;
  background-color: #0080cc;
  position: absolute;
  top: 0;
  left: 20px;
}
#jx .wrapper .companylist .companyitem .companyName {
  color: #0080cc;
  font-size: 15px;
  margin-bottom: 10px;
}
#jx .wrapper .companylist .companyitem .companyinfo {
  font-size: 14px;
  color: #555555;
  height: 130px;
  overflow: hidden;
}
#jx .wrapper .companylist .companyitem:hover {
  border-color: #0080cc;
}
