.agenda {
  position: relative;
  /*padding-top: 60px;*/
}

/*.agenda:first-child {
  padding-top: 60px;
  margin-top: -60px;
}*/

.agendaBox {
  padding-bottom: 60px;
 /*background: url(../img/yc-bg.jpg) no-repeat center;
 background-size: auto 777px;*/
 background: #005ecf;
 width: 100%;
 min-width: 1200px;
color: #fff;
}
.agendaBox .bbstabcon{
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.agenda .day {
  /* position: absolute;
    top: -31px;
    left: 0; */
  font-size: 24px;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}

.agenda .bbstab {
  border-top: 2px solid #2a90d8;
  margin-bottom: 0;
  width: 1200px;
  margin: 0 auto;
}

.bbstab li {
  padding: 10px 15px;
  float: left;
  margin: 10px -1px;
  /* color: ; */
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.bbstab li.current {
  background-color: #2a90d8;
  color: #FFFFFF;
  border-radius: 19px;
  font-weight: bold;
}

.bbstabcon table {
  display: none;
  /* width: 980px; */
  text-align: center;
  margin: auto;
  border-collapse: collapse;
}

.bbstabcon1 table {
  display: none;
  width: 980px;
  text-align: center;
  margin: 10px auto;
  border-collapse: collapse;
}

.bbstabcon table.current {
  display: block;
}
.bbstabcon table tr:nth-child(even){
  background: rgba(118,173,255,0.10);
}
.bbstabcon table td {
  /*border: 1px solid #2a90d8;*/
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.bbstabcon table td:first-child {
  padding-left: 48px;
}
.bbstabcon table .tit td {
  background-color: #2a90d8;
  color: #FFFFFF;
  line-height: 30px;
}

.bbstabcon table .tit td h2 {
  line-height: 2em;
}

.bbstabcon table .th2 td {
  font-size: 15px;
  font-weight: bold;
}
.bbstabcon table .th2 td:first-child{
  width: 248px;
}
.bbstabcon table .th2 td:nth-child(2){
  width: 600px;
}
.bbstabcon table .th2 td:nth-child(3){
  width: 352px;
}

@media only screen and (max-width: 959px) {
  .agenda .day {
    font-size: 16px;
  }
  .agenda .bbstab{
    width: 100%;
  }
  .bbstab li {
    padding: 5px 6px;
    float: left;
    margin: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .agendaBox{
    width: 100%;
    min-width: 100%;
    background: #024dc2;
  }
  .agendaBox .bbstabcon{
    width: 100%;
  }
  .bbstabcon table .th2 td:first-child{
    width: 27%;
    padding-left: 12px;
  }
  .bbstabcon table .th2 td:nth-child(2){
    width: 33%;
  }
  .bbstabcon table .th2 td:nth-child(3){
    /*width: 102px;*/
  }
  .bbstabcon table td:first-child{
    padding-left: 12px;
  }
}