.leader_img {
  width: 190px;
  height: 240px;
  margin-bottom: 10px;
}

.leader_name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1;
}

.leader_top_box {
  padding: 20px;
  border: 1px solid #E5E5E5;
}

.leader_top_box>.fr {
  width: 610px;
}

.leader_top_box>.fr p {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}

.leader_t {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-indent: 0 !important;
}

.leader_bottom_box {
  padding: 10px 25px;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
}

.leader_bottom_box_t {
  font-size: 20px;
  font-weight: bold;
  color: #015293;
  line-height: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.leader_bottom_box_t span {
  border-bottom: 2px solid #015293;
  line-height: 40px;
  display: inline-block;
}

.leader_bottom_box ul {
  margin-top: 10px;
}

.leader_bottom_box ul li {
  line-height: 3;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;


}

.leader_bottom_box ul li a {
  display: inline-block;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.leader_bottom_box ul li::after {
  content: '';
  display: block;
  clear: both;

}

.leader_bottom_box ul li .date {
  width: 85px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}