.container {
  margin-top: 40px;
}

/* 左侧title信息 */
.szfld-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding-left: 26px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.szfld-title img {
  width: 32px;
  margin-top: 14px;
  float: left;
}

.szfld-title span {
  margin-left: 26px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

/* 左侧领导信息树样式覆盖 */
.sk-nav-tree {
  width: 100%;
  margin-bottom: 50px;
  background-color: transparent;
}

.sk-nav-itemed>.sk-nav-child {
  background-color: transparent !important;
}

.sk-nav-tree .sk-nav-item>a,
.sk-nav-tree .sk-nav-item a:hover {
  background-color: #96BDE9;
  font-weight: 700;
  font-size: 15px;
}

.sk-nav-tree .sk-nav-item i {
  color: #235399;
  font-size: 16px;
}

.sk-nav-tree .sk-nav-item a {
  color: #245399 !important;
  height: 60px;
  line-height: 60px;
}

.sk-nav-tree .sk-nav-child dd.sk-this,
.sk-nav-tree .sk-nav-child dd.sk-this>a,
.sk-nav-tree .sk-this,
.sk-nav-tree .sk-this>a,
.sk-nav-tree .sk-this>a:hover {
  background-color: #fff;
  color: #245399 !important;
}

.sk-nav-tree .sk-nav-child dd.sk-this>a,
.sk-nav-tree .sk-this>a:hover {
  font-size: 15px;
  font-weight: 700;
}

/* 领导信息内容 */
@media (min-width: 992px) {
  .lead-info-content {
      padding-left: 60px;
      box-sizing: border-box;
  }
}

.lead-info-content {
  display: none;
}

.lead-info-content .lead-info-photo {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 24px;
}

.lead-info-content .lead-info-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #333;
  text-align: center;
}

.lead-info-content .zibo-title {
  margin-bottom: 24px;
}

.lead-info-content .lead-info-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 60px;
  white-space: pre-wrap;
    word-wrap: break-word;
}

.lead-info-content .thesis-list li {
  position: relative;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #E3E3E3;
}

.lead-info-content .thesis-list li .title,.lead-info-content .thesis-list li .time {
  float: left;
}

.lead-info-content .thesis-list li .title {
  width: calc(100% - 200px);
  padding-left: 16px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.lead-info-content .thesis-list li .time {
  width: 200px;
  text-align: right;
  color: #B1B1B1;
  font-size: 12px;
}

.lead-info-content .thesis-list li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 37px;
  width: 5px;
  height: 5px;
  background-color: #245399;
}