.main-content {
  position: relative;
}

.hd-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  line-height: 62px;
  height: 62px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: url("../images/menu_title.jpg") no-repeat;
}

.bd {
  width: 996px;
  background-color: #fff;
  height: 100%;
}

.list {
  box-shadow: none;
}

.content {
  padding: 24px;
  padding-bottom: 0;
  line-height: 36px;
  text-indent: 2em;
}
.content p + p {
  margin-top: 20px;
}

.menu-list {
  width: 180px;
  height: 100%;
  padding-top: 62px;
  background-color: #fff;
}

.pager {
  margin-bottom: 0;
}

.content p{
	text-indent: 2px;
}

.content img{
	max-width: 100%;
}

.tab{
	min-height: 484px !important;
}