﻿@charset "utf-8";
.leadersInfo {
  background: none;
}
.leadersInfo .bg {
  background: none;
}
.leadersInfo .icons {
  display: inline-block;
  width: 21px;
  height: 30px;
  background: url(../img/leader/icon1.png) no-repeat center;
}
.leadersInfo .icons2 {
  display: inline-block;
  width: 21px;
  height: 30px;
  background: url(../img/leader/icon2.png) no-repeat center;
}
.leadersInfo .icons3 {
  display: inline-block;
  width: 21px;
  height: 30px;
  background: url(../img/leader/icon3.png) no-repeat center;
}
.leadersInfo .listp_row {
  margin-top: 30px;
}
.leadersInfo .listp_l {
  float: left;
  width: 800px;
}
.leadersInfo .leader_hd {
  overflow: hidden;
  min-height: 330px;
  padding-bottom: 50px;
}
.leadersInfo .leader_hd .avatar {
  float: left;
  width: 180px;
  text-align: center;
  font-size: 18px;
}
.leadersInfo .leader_hd .avatar img {
  width: 180px;
  height: 235px;
}
.leadersInfo .leader_hd .avatar strong {
  color: #245798;
}
.leadersInfo .leader_hd .leader_hd_con {
  margin-left: 212px;
}
.leadersInfo .leader_hd .tit {
  margin-bottom: 18px;
}
.leadersInfo .leader_hd .tit span {
  display: inline-block;
  background: #245798 url(../img/listpage/arrow_left.png) no-repeat 12px center;
  line-height: 42px;
  color: #fff;
  width: 210px;
  font-size: 24px;
  padding-left: 50px;
}
.leadersInfo .leader_hd p {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-indent: 32px;
}
.leadersInfo .box2 .hd {
  font-size: 22px;
  color: #245798;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f7f7f7;
  border: none;
}
.leadersInfo .box2 .bd {
  padding: 36px 10px 36px 36px;
}
.leadersInfo .box2 p {
  line-height: 28px;
  text-indent: 28px;
  font-size: 14px;
  color: #333;
}
.leadersInfo .box3 {
  background: #f7f7f7;
  border-top: 1px solid #245798;
  padding: 10px 30px 30px;
}
.leadersInfo .box3 .hd {
  border: none;
}
.leadersInfo .listp_r {
  float: right;
  width: 334px;
}
.leadersInfo .listp_r .box1 {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top: 2px solid #dd4f41;
  margin-bottom: 12px;
}
.leadersInfo .listp_r .box1 .hd {
  color: #245798;
  border-bottom: none;
}
.leadersInfo .listp_r .box1 .bd {
  padding: 0 30px 18px;
}
.leadersInfo .listp_r table {
  font-size: 18px;
  color: #333;
}
.leadersInfo .listp_r table th,
.leadersInfo .listp_r table td {
  vertical-align: top;
  padding: 18px 0;
}
.leadersInfo .listp_r table th {
  color: #245798;
  font-weight: bold;
  width: 75px;
}
.leadersInfo .listp_r table a {
  display: inline-block;
  margin-right: 30px;
}
#leaderDiv th{				
	line-height:30px;
}
#leaderDiv td span{				
	width: 48%;
	display: inline-block; 
	margin-right: 0;
}
#leaderDiv td a {				
	width: 100%;
	display: block; 
	margin-right: 0;
}
