body {
  background-color: #f4f8ff;
}
.jdb-detail-container {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.location {
  font-size: 14px;
  line-height: 24px;
}
.location a {
  color: #262626;
}

.content-container {
  margin-top: 40px;
}
.left-container {
  width: 210px;
  float: left;
  text-align: center;
}
.left-container .img-container {
  width: 100%;
  height: 254px;
  padding: 10px;
  overflow: hidden;
  background-color: #e5f0ff;
}
.left-container .img-container img {
  width: 100%;
  height: auto;
}
.left-container .name {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 18px;
}
.left-container .description {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.right-container {
  width: 78%;
  float: right;
}

.section-title {
  height: 55px;
  line-height: 55px;
  border-left: solid 4px #0649a5;
  background-color: #e5f0ff;
  color: #0649a5;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 15px;
}

.view p,
.view span {
  font-size: 18px !important;
  line-height: 1.67 !important;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "黑体", "宋体",
    sans-serif !important;
}
.description {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  color: #333;
}
.right-container .description {
  margin: 40px 0 60px 0;
}

