﻿@charset "utf-8";


.leader>.title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #dedede
}

.leader>.title>h3 {
	float: left;
	padding: 0 20px;
	background-color: #2D66A5;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.leader > .title > h3 {
  background-color: #dedede;
  color: #333333;
  margin-left: 10px;
  padding: 0 10px;
}
.leader > .title > h3.hover {
  background-color: #2d66a5;
  color: #ffffff;
  height: 36px;
  text-align: center;
}

.g-blk10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
}

.leader_list li {
  border-bottom: 1px solid #dddddd;
}
.leder-pic {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.leder-pic img {
  max-width: 80%;
  width: 80%;
}
.leader-info {
  width: 79%;
  display: inline-block;
}
.p-div {
  line-height: 28px;
  padding: 0px 0px 8px 0px;
  display: block;
  width: 100%;
  text-align: left;
}
.p-div span {
  color: #0f5a9b;
  float: none !important;
}

@media (max-width: 999px) {
  .leder-pic {
    width: 100%;
  }
  .leder-pic img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  .leader-info {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .leader > .title > h3 {
    width: 41%;
    margin-bottom: 10px;
  }
}
