.sidebar .side-mod {
  margin: 0 0 10px 0;
  padding: 10px 30px 26px;
  border: 1px solid #eaeae6;
  background: #fff;
  border-radius: 4px;
}

.sidebar h3 {
  font-size: 18px;
  font-weight: 400;
  color: #283237;
  background: url(../../../../images/course/side-recommends.png) 0 center no-repeat;
  padding-left: 30px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 10px 0;
  height: 56px;
  line-height: 46px;
  position: relative;
}

.sidebar h3 .more {
  font-size: 16px;
  color: #FF4C38;
  position: absolute;
  right: 0;
  top: 0;
}

.sidebar .side-mod-hints .body {
  color: #65676e;
  position: relative;
}

.sidebar .side-mod-hints .body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 11.5px;
}

.sidebar .side-mod-hints .body li::before {
  content: "•";
  color: #e5e5e5;
  margin-right: 15px;
}

.sidebar .side-mod-hints .body li {
  cursor: pointer;
  font-size: 16px;
  line-height: 31px;
}

.sidebar .side-mod-hints .body li:hover {
  background-color: #f5f5f4;
}

.sidebar .side-mod-hints .body .hint {
  display: none;
  width: 250px;
  padding: 15px;
  border: 1px solid #eaeae6;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  left: -300px;
  background-color: #fff;
  line-height: 20px;
  z-index: 101;
}

.sidebar .side-mod-hints .body .hint span.tran {
  display: inline-block;
  border: 1px solid #eaeae6;
  border-left: transparent;
  border-bottom: transparent;
  background-color: #fff;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar .side-mod-recommends {
  padding-bottom: 10px;
}

.sidebar .side-mod-recommends h3 {
  background: url(../../../../images/course/side-recommends.png) 0 15px no-repeat;
}

.sidebar .side-mod-recommends .course-summary-puretext {
  margin: 20px 0;
}

.sidebar .side-mod-hints h3 {
  background: url(../../../../images/course/info.png) 0 15px no-repeat;
}

.sidebar #wxPublicFocusBox {
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #eaeae6;
}

.sidebar #wxPublicFocusBox img {
  width: 70px;
  margin-right: 10px;
}

.sidebar #wxPublicFocusBox .wxPublicFocusText {
  font-size: 14px;
  line-height: 16px;
}