.bodyDiv {
  width: 100%;
  min-height: calc(100% - 370px);
}

.bodyDiv > .main {
  min-height: 700px;
  background: url(../img/gkbj.png) center no-repeat;
  box-shadow: 0px 0px 20px 0px #e5e5e4;
  position: relative;
  z-index: -1;
}
.bodyDiv .main h1 {
  text-align: center;
  padding-top: 50px;
}
.bodyDiv .main p {
  text-align: center;
  margin: 15px 0;
}
.bodyDiv .main span {
  display: inline-block;
  width: 25px;
  height: 22px;
  margin: 0 5px;
}
.bodyDiv .main span.active {
  background-color: #f8f8f8;
  color: #2481bd;
}


/*中心简介*/
.centerTitle{
  text-align: center;
  padding-bottom: 40px;
}
/*数据库导航*/
.DataDiv{
  width: 1200px;
  min-height: 700px;
  box-shadow:10px 0 20px -15px #e5e5e4, -10px 0 20px -20px #e5e5e4;
 /* box-shadow: 0px 0px 20px 0px #e5e5e4;*/
  margin: 0 auto;
  position: relative;
 /* z-index: -1;*/
  padding: 40px 80px;
}
.DataTopDiv{
  min-height: 320px;
}
.seachDiv{
  border-bottom: 1px solid #e9e9e9;
  height: 60px;
  width: 100%;
}
.seachDiv>input{
  width:91%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #34a4b2;
  padding: 0 15px;
}
.seachDiv>button{
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 0px;
  background: #34a4b2;
}
.title{
  font-size: 15px;
  font-weight: bold;
  color: #4c4c4c;
}
.seachList{
  border-bottom: 1px dashed #e9e9e9;
  padding: 20px 0 0px 0;
}
.ulDiv{
  padding: 0px 0 15px 0;
}
.ulDiv:not(:first-child){
  padding: 15px 0 15px 0;
}
.ulDiv:last-child{
  margin-bottom: 30px;
}
.TypeLI,.SubjectLI,.EnglishLI{
  width: 93%;
}
.TypeLI li,.SubjectLI li,.EnglishLI li{
  float: left;
  list-style: none;
  cursor: pointer;
  color: #636363;
  line-height: 21px;
  margin-right: 20px;
  padding: 0px 5px;
  margin-bottom: 8px;
 }
.EnglishLI li{
  margin-right:10px;
}
.TypeLI li.active,.SubjectLI li.active,.EnglishLI li.active{
  color: #2481bd;
  background: #f8f8f8;
}


.tableDiv{
  margin-top:30px;
}

.tableA{
  width: 100%;
}
.tableA th {
  height: 45px;
  color: #666;
  font-weight: normal;
  padding: 0 20px;
  background: #f5f5f5;
  border: 0px;
  text-align: left;
 }
.tableA tr{
  /*line-height: 55px;*/
  border-bottom: 1px dashed #d9d9d9;
}
.tableA tr a{
  cursor: pointer;
}
.tableA tr td{
  text-align: left;
  padding: 15px 10px 15px 20px;
  /*cursor: pointer;*/
}
.tableA #TableMain tr td:nth-child(2) a:hover{
  color:#2481bd;
}
.tableA th:last-child{
  text-align: center;
}
.tableA tr td:last-child{
  color: #999;
  text-align: center;
}
.tableA tr td a.active{
  color:#2481bd;
  text-decoration:underline;
}
.paging input[type='text'],.paging input[type='button']{
  height: 38px;
}