/*
*组件样式
*/
    .page-title {
      text-align: center;
      font-size: 28px;
      color: #222;
      margin-bottom: 40px;
      font-weight: normal;}

    /* 领导条目容器 一行一个 */
    .leader-item {
      background: #ffffff;
      display: flex;
      display: -ms-flexbox; /* ie11弹性盒兼容 */
      align-items: flex-start;
      -ms-align-items: flex-start;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
      margin-bottom: 20px;
      transition: all 0.2s ease;}
    .leader-item:hover {
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);}

    /* 左侧头像区域 */
    .leader-img-box {
      flex: 0 0 130px;
      -ms-flex: 0 0 130px;
      margin-right: 25px;}
    .leader-img {
      width: 130px;
      height: 170px;
      object-fit: cover;
      border-radius: 6px;
      border: 1px solid #eee;
      display: block;}

    /* 右侧文字信息 */
    .leader-info {
      flex: 1;
      -ms-flex: 1;}
    .leader-name {
      font-size: 22px;
      color: #1a1a1a;
      font-weight: bold;
      margin-bottom: 6px;}
    .leader-post {
      font-size: 16px;
      color: #333333;
      margin-bottom: 12px;
      padding-bottom: 8px;
      border-bottom: 1px solid #eee;}
    .leader-desc {
      font-size: 15px;
      color: #555;
      text-indent: 2em;
      line-height: 1.75;}

    /* 移动端适配：上下排版 */
    @media screen and (max-width: 768px) {
      .leader-item {
        flex-direction: column;
        -ms-flex-direction: column;}
      .leader-img-box {
        margin: 0 auto 20px;}
      .leader-img {
        width: 150px;
        height: 195px;}
      .leader-info {
        text-align: center;}
      .leader-desc {
        text-align: justify;
        margin-top: 10px;}
    }
.footerbg .footer .flogo img{
    width: 100%;}
