@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #346fb6 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.container {
  margin-top: 40px;
}
.container-white {
  background-color: #ffffff;
  margin-top: 20px;
  overflow: hidden;
}
.layout_padding {
  padding: 26px 20px;
  background-color: #ffffff;
}
.courseList-wrap {
  margin-bottom: 30px;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #346fb6;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
body {
  background-color: #ffffff;
}
.detail-wrap {
  background: #fcfcfc;
  padding: 20px 13px;
  text-align: center;
}
.detail-wrap .detail-bt {
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 20px;
}
.detail-wrap .detail-bt h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 52px;
  margin-bottom: 6px;
  text-align: center;
}
.detail-wrap .detail-bt .sub-title {
  text-align: center;
  line-height: 30px;
}
.detail-wrap .detail-bt .sub-title span {
  line-height: 20px;
  font-size: 14px;
  color: #777;
  margin-right: 20px;
}
.detail-wrap .detail-bt .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text {
  margin-top: 26px;
}
.detail-wrap .text p {
  text-indent: 2em;
  text-align: left;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 10px;
  word-wrap: break-word;
}
