.con_bg {
  width: 1308px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bj_bj.png) repeat-y;
  padding-bottom: 50px;
}
.con_bg .con {
  height: auto;
  overflow: hidden;
  padding: 40px 65px 0 65px;
}
.con_bg .con .exhibitor {
  width: 100%;
  height: auto;
}
.con_bg .con .exhibitor .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.con_bg .con .exhibitor p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.con_bg .con .exhibitor .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.con_bg .con .exhibitor td {
  text-align: center;
  font-size: 14px;
}
.con_bg .con .exhibitor td p {
  margin: 0;
}
.con_bg .con .exhibitor td img {
  width: 100%;
  height: auto;
}
.con_bg .con .exhibitor td a {
  font-weight: bold;
  color: blue;
}
.con_bg .con .exhibitor p {
  margin-top: 20px;
}
.con_bg .con .exhibitor p i {
  font-weight: bold;
}
.con_bg .con .exhibitor p a {
  color: blue;
}
.con_bg .con .exhibitor .two {
  display: flex;
}
.con_bg .con .exhibitor .two .list {
  width: 50%;
}
.con_bg .con .exhibitor .picbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.con_bg .con .exhibitor .picbox .pic {
  width: 48%;
  height: 250px;
  margin-bottom: 20px;
}
.con_bg .con .exhibitor .picbox .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
