.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 .schedule {
  width: 100%;
  height: auto;
}
.con_bg .con .schedule .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.con_bg .con .schedule .tit {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.con_bg .con .schedule .agenda_bg {
  width: 100%;
  background: #f8f8f8;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.con_bg .con .schedule .agenda_bg td {
  font-size: 14px;
  padding: 15px;
  border-left: solid 1px #ccc;
  height: 81px;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
