



.gd-bm-box {
  width:100%;
  margin: auto;
  /*background: #ffffff;*/
}

.gd-bm-box .gd {
  background-color: #fff;
  float: left;
  height: 380px;
  width: 480px;
  border-radius: 5px;
}

.gd-bm-box .bm {
  background-color: #fff;
  float: right;
  height: 380px;
  width: 480px;
  border-radius: 5px;
}

.gd-bm-box .bm-title {
    font-size: 26px;
    text-align: center;
    /* padding: 15px 0; */
    /* background: #FFEB6E; */
    color: #2240C6;
    padding-top: 9px;
}

#gdlist {
  height: 260px;
  margin-top: 20px;
  overflow: hidden;
  padding: 0 20px;
}

#gdlist ul li {
  list-style-type: none;
  border-bottom: 1px solid #eee;
  color: #F12903;
  font-size: 14px;
  line-height: 40px;
  padding: 0 5px;
}

#gdlist table td {
    height: 42px;
    font-size: 19px;
    text-align: center;
    /* font-weight: bold; */
    color: #000;
}

.bdlist {
  height: 220px;
  margin-top: 15px;
  overflow: hidden;
  padding: 0 80px;
}

.bdlist ul li {
  color: #f60;
  font-size: 18px;
  margin-top: 25px;
}

.t1 {
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  padding: 0 20px;
  width: 210px;
}

.img img{
  display:block;
  margin:auto;
}
