html,
body {
  background: #F2F5F7;
}

/* 页面 */
.page-sitehelp {
  min-height: 500px;
  background: #F2F5F7;
}

/* 面包屑导航 */
.brumbGroup {
  padding: 15px 0;
}

.brumbGroup .icon {
  margin-right: 6px;
  width: 10px;
  height: 12px;
  background: url(/static/web_site/images/icons/icon_location.png) no-repeat;
  background-size: 100% 100%;
}

.brumbGroup .label {
  margin-right: 7px;
  line-height: 12px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.brumbGroup .item {
  padding: 0 6px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  border: 1px solid transparent;
  cursor: pointer;
}

.brumbGroup .item.active,
.brumbGroup .item:hover {
  color: #1E9FFF;
  border-color: #1E9FFF;
}

.brumbGroup .symbol {
  margin-left: 6px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

/* 有内容 */
.makeBody {
  margin-bottom: 40px;
}

/* 试卷侧边栏 */
.leftCt {
  margin-right: 15px;
  width: 260px;
}

/* 树结构 */
.treeGroup {
  padding: 25px 10px 25px 40px;
  min-height: 600px;
  background: #FFFFFF;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}

.treeGroup .firstLabel {
  font-size: 18px;
}

.treeGroup .list {
  margin-bottom: 25px;
}

.treeGroup .list .item {
  text-indent: 20px;
  cursor: pointer;
}

.treeGroup .list .item.active,
.treeGroup .list .item:hover {
  color: #1FA0FF;
}

/* 试卷内容 */
.makeContent {
  box-sizing: border-box;
  padding: 0 15px;
  width: 925px;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}

.makeContent .pageCt {
  display: none;
}

/* 页面内容样式 */
.makeContent .title {
  padding: 25px 0 13px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
}

.makeContent .line {
  margin-bottom: 20px;
  height: 1px;
  background: #E6E6E6;
}

.makeContent .ct {
  margin-bottom: 20px;
  padding: 0 15px;
}

.makeContent .h2 {
  margin-bottom: 13px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
}

.makeContent .p {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
  text-indent: 2em;
}

.makeContent .bold {
  font-weight: bold;
}

.makeContent .red {
  color: red;
}

.makeContent .tct {
  text-align: center;
}

.makeContent .br {
  height: 18px;
}

.makeContent .img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.makeContent .links {
  padding: 10px 0 40px;
}

.makeContent .links .prev,
.makeContent .links .next {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  cursor: pointer;
}

.makeContent .links .prev:hover,
.makeContent .links .next:hover {
  color: #1E9FFF;
}