/* 中间主体 */

/* 当前位置 */
.boxBody {
    width: 100%;
    height: auto;
    background: #fff;
}
.boxBodyCon {
    width: 1200px;
    margin: 0 auto;
}
.dqwzBox {
    height: 60px;
    line-height: 60px;
}
/* 领导板块 */
.ldTitle {
    margin-bottom: 40px;
}
.ldCon {
    margin-bottom: 40px;
}
.ldTitle ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ldTitle ul li {
    width: 278px;
    height: 50px;
    line-height: 50px;
    background: #D9EDFB;
    text-align: center;
	color: #0D59A7;
    cursor: pointer;
}
.ldTitle ul li.active{
	background: #0D59A7;
	color: #fff;
}
.ldConList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ldConL {
    width: 420px;
    height: auto;
    background: url(leftBg.png);
	background-size: 100%;
	background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 20px;
}
.ldConLtop {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}
.ldConLtop img {
    width: 230px;
    margin-bottom: 20px;
}
.ldConLtop h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
	color: #333;
}
.ldConLtop h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
	color: #666;
}
.ldConLtop p {
    max-width: 360px;
    line-height: 2em;
    font-size: 16px;
    margin-top: 40px;
}
.ldConLCen {
    margin: 30px auto;
}
.ldConLCen a{
	background: url(shujixinxiang.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 360px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	color: #0D59A7;
	font-size: 24px;
}
.ldConLBot {
    width: 360px;
    height: auto;
    margin-bottom: 30px;
}
.ldConLBot ul {
    display: flex;
}
.ldConLBot ul li {
    margin-right: 15px;
}
.ldConLBot ul li a {
    width: 110px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E5F4FF;
    justify-content: space-evenly;
	color: #333;
}
.ldConLBot ul li a img {
    width: 34px;
    height: 34px;
}

/* 领导版块右侧 */
.ldConR {
    border-left: 2px solid #ddd;
    padding-left: 40px;
    width: 740px;
}
.ldConR ul {
    display: flex;
    flex-wrap: wrap;
}
.ldConR h1 {
    background: url(shu.png);
    font-size: 22px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.ldConR ul li {
    width: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 50px;
	margin-bottom: 20px;
}
.ldConR ul li:nth-child(4n+4){
	margin-right: 0;
}
.ldConR ul li img {
    width: 132px;
    height: 166px;
    margin-bottom: 6px;
}
.ldConR ul li a {
    font-size: 16px;
	color: #333;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ldConList{
	display: none;
}
.showBox{
	display: flex;
}

/* 中间主体结束 */


/* 手机版样式 */
@media screen and (max-width: 768px){
	.boxBodyCon {
    width: 100%;
	}
  .boxBody {
    padding: 0 20px;
}
.dqwzBox {
    height: 50px;
    line-height: 50px;
    font-size: 0.28rem;
}
  .dqwzBox a {
    font-size: 0.28rem;
	}
.ldTitle ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ldTitle ul li {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 0.3rem;
    margin-bottom: 10px;
}
  .ldConList {
    flex-direction: column;
    align-items: center;
}
  .ldConL {
    width: 100%;
    padding: 0;
}
.ldConR {
    width: 100%;
    padding: 0;
    border: 0;
}
  .ldConR ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.ldConR ul li {
    width: 48%;
    margin-bottom: 10px;
    margin-right: 0 !important;
}
  
  
}