﻿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: 70px;
}
.left-container {
  width: 39.2857%;
  float: left;
  text-align: center;
}
.left-container .img-container {
  width: 290px;
  height: 360px;
  background-color: #e5f0ff;
  margin: 0 auto;
  overflow: hidden;
}
.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;
}
.left-container .btns {
  margin-top: 40px;
}
.left-container .btns a {
  width: 46.727273%;
  height: 70px;
  line-height: 70px;
  background-image: url(../images/yj-fj-jdb-leader-btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 24px;
  float: right;
}
.left-container .btns a:first-child {
  float: left;
}
.right-container {
  width: 52.142857%;
  float: right;
}
.right-container li {
  float: left;
  list-style-type: none;
  width: 17.8%;
  margin-left: 9.6%;
  margin-bottom: 30px;
}
.right-container li:nth-child(4n + 1) {
  margin-left: 0;
}
.right-container li .img-container {
  width: 100%;
  height: 0;
  padding-bottom: 123%;
  overflow: hidden;
}
.right-container li .img-container img {
  position: relative;
  width: 100%;
}
.right-container li .name {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.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;
  margin-top: 40px;
}

.view p,
.view span {
  font-size: 18px !important;
  line-height: 1.67 !important;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "黑体", "宋体",
    sans-serif !important;
}
