﻿/*领导信息*/
.Leader_One{
 
}
.Leader_One li{
  display: flex;
  padding: 2.08vw;
  background: #fff;
  margin-bottom: 1.56vw;
}
.leader_left{
  width: 18%;
  flex-shrink: 0;
  margin-right: 2.08vw;
}
.leader_left img{
  width: 100%;
}
.leader_right{
  width: 100%;
}
.leader_right_top{
  padding-bottom: 1.02vw;
  display: flex;
  align-items: baseline;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 1.02vw;
  box-sizing: border-box;
}
.leader_right_top .name{
  color: #2E62CD;
  font-size: 18px;
  font-weight: 600;
  margin-right: 1.98vw;
}
.leader_right_top .zhiwu{
  color: #2D3032;
}
.leader_right_bottom{
  background: #255dce21;
  padding: 1.2vw;
  line-height: 40px;
}
.right_bottom_item{
  margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
  .Leader_One li{
 display: block;
 margin-bottom: 30px;
  }
  .leader_right_top{
 justify-content: center;
  }
  .leader_left{
 width: 100%;
 margin-right: 0;
 text-align: center;
 margin-bottom: 10px;
  }
  .leader_left img{
 width: 130px;
  }
}  