﻿@charset "UTF-8";
/**!
 * 政府领导
 * date:2021-07-30
 * author: wppei;
 */
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #c00107;
}

.main {
  margin-bottom: 45px;
}

.sec-nav {
  float: left;
  width: 206px;
}

.sec-nav-tt {
  height: 68px;
  line-height: 68px;
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/list_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.sec-nav-list {
  padding: 0 20px;
}

.sec-nav-item {
  height: 50px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px dashed #d5dae4;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
  cursor: pointer;
}

.sec-nav-item span {
  display: inline-block;
  margin: 0 7px;
  min-width: 56px;
  font-size: 16px;
}

.sec-nav-item span:last-child {
  text-align: left;
}

.sec-nav-item:hover span {
  color: #333;
}

.sec-nav-item.active span {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.box-shadow {
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.right-box {
  float: left;
  width: calc(100% - 206px - 28px);
  margin-left: 28px;
}

.leader-hd {
  float: left;
  margin: 35px 0 0 34px;
  width: 205px;
}

.leader-hd img {
  width: 100%;
  vertical-align: top;
}

.leader-name {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.leader-name span {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansCN-Medium';
}

.leader-name span:first-child {
  font-size: 20px;
}

.leader-bd {
  float: left;
  width: calc(100% - 280px - 46px);
  padding-bottom: 26px;
  margin-left: 42px;
}

.leader-node {
  padding-top: 22px;
}

.info-hd {
  height: 44px;
  line-height: 44px;
}

.info-tt {
  float: left;
  padding-left: 27px;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  color: #c00107;
  background-position: left center;
  background-repeat: no-repeat;
}

.info-tt.icon1 {
  background-image: url("../images/leader/leader_icon1.png");
}

.info-tt.icon2 {
  background-image: url("../images/leader/leader_icon2.png");
}

.info-tt.icon3 {
  background-image: url("../images/leader/leader_icon3.png");
}

.info-bd {
  padding-left: 27px;
}

.info-bd > p {
  line-height: 44px;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
