﻿@charset "UTF-8";
.w{
  width: 1200px;
    margin: 0 auto;
}
.leader_list{
    background: #fff;
    padding-bottom: 20px;
}
.leader_list_fl{
    width: 270px;
}
.leader_list_fl h2{
    background: #226ebc;
    height: 72px;
    line-height: 72px;
    color: #fff;
    padding-left: 28px;
}
.leader_list_flnav .superior span{
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #015095;
    display: block;
    background-image: url(../images/ztlogo.png);
    background-color: #efefef;
    background-position:  20px center;
    background-repeat: no-repeat;
    padding-left: 44px;
}
.leader_list_flnav .superior a{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 44px;
    display:block;
}
.leader_list_fr{
    width: 900px;
    margin-left: 20px;
    padding-top: 14px;
    padding-right: 10px;
}
.leader_list_fr .list{
    padding-right: 10px;
}
.leader_list_fr .list span{
    font-size: 14px;
    color: #959595;
}
.details > div > span{
    font-size: 18px;
    color: #015095;
    padding-left: 10px;
    border-left: 4px solid #015095;
}
.details_img{
    width: 321px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.details_img img{
    width: 154px;
    height: 193px;
}
.details_img p{
    font-size: 24px;margin-top: 8px;
}
.details_fg,.details_jl,.details_hd{
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.details_fg p{
    text-indent: 34px;
    font-size: 16px;
    margin: 10px 0;
    line-height: 2;
    overflow: auto;
    max-height: 220px;
}
.details_jl p{
    text-indent: 34px;
    font-size: 16px;
    max-height: 220px;
    overflow: auto;
    line-height: 2;
    margin-top: 5px;
    margin-bottom: 10px;
}
.details_hd ul{
    padding-bottom: 10px;    
    margin-top: 6px;
}
.details_hd ul li{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}
.details_hd ul li a{
    float: left;
}
.details_hd ul li span{
    float: right;
    font-size: 14px;
    color: #959595;
}
.details_hd i{
    cursor:pointer
}