.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 .sponsorlist {
  width: 100%;
  height: auto;
}
.con_bg .con .sponsorlist .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .sponsorlist .list .tit {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.con_bg .con .sponsorlist .list .picbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.con_bg .con .sponsorlist .list .picbox .pic {
  width: 200px;
  height: 80px;
}
.con_bg .con .sponsorlist .list .picbox .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
