﻿.clear {
  clear: both;
}

.leader-details-main {
  min-height: 750px;
}

.leader-details-fl {
  width: 212px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.leader-details-fr {
  width: 943px;
  min-height: 750px;
  display: inline-block;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
}

.leader-fl-title {
  width: 212px;
  height: 55px;
  background-color: #1D7ACC;
}

.leader-fl-title a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 55px;
  text-indent: 30px;
  width: 100%;
  height: 100%;
}

.leader-fl-body {
  width: 212px;
  background-color: #F3FAFF;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 0 12px;
  padding-top: 0;
}

.leader-fl-body a p {
  width: 160px;
  font-size: 16px;
  color: #353535;
  display: inline-block;
  text-indent: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.leader-fl-body div {
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  line-height: 60px;
  position: relative;
}

.leader-fl-body img {
  vertical-align: text-bottom;
  position: absolute;
  right: 5px;
  bottom: 20px;
}

.leader-fl-body .leader-details-img2 {
  display: none;
}

.leader-fl-body a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.leader-fl-body .active .leader-details-img2 {
  display: inline-block;
}

.leader-fl-body .active p {
  color: #318cd9;
}

.leader-fl-body .active {
  border-bottom: 1px solid #1D7ACC;
}

.leader-fl-body div:hover {
  border-bottom: 1px solid #1D7ACC;
}

.leader-fl-body div:hover a p {
  color: #318cd9;
}

.leader-fl-body div:hover .leader-details-img2 {
  display: inline-block;
}

.commonListMain .current-location {
  margin-bottom: 39px;
}

.leader-fl-body div:last-child {
  border-bottom: none;
}

.leader-fr-title .leaderImg1 {
  display: inline-block;
  margin: 10px;
}

.leader-fr-box {
  display: table;
  border-bottom: 4px solid #1d7acc;
  padding-right: 10px;
  margin-bottom: -4px;
  z-index: 2;
  position: relative;
}

.leader-fr-title p {
  display: inline-block;
  font-size: 18px;
  color: #1d7acc;
  margin-top: 10px;
}

.ldxx-mobile-nav {
  display: none;
}

/* 列表页样式 START*/
.commonListUl {
  padding-top: 20px;
}

.commonListUl ul li {
  margin-bottom: 18px;
}

.commonListUl ul li a {
  display: inline-block;
  width: 100%;
}

.commonListUl ul li i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A5A5A5;
  margin-left: 11px;
  margin-right: 23px;
  float: left;
  margin-top: 6px;

}

.commonListUl ul li p {
  width: 82%;
  overflow: hidden;
  font-size: 16px;
  color: #4e4e4e;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commonListUl ul li span {
  font-size: 16px;
  color: #a6a6a6;
  display: inline-block;
  margin-right: 10px;
  float: right;
}

.commonListUl ul li:hover p {
  color: #1f7ed1;
}

.commonListUl ul li:hover span {
  color: #1f7ed1;
}

.commonListUl ul li:hover i {
  background-color: #1f7ed1;
}

.ldxx-mobile-nav {
  display: none;
}

/* 列表页样式 END*/
/* 通用列表页带左侧导航 END*/

/* 移动端通用列表页带左侧导航 START*/
@media screen and (max-width: 1200px) {
  .current-location {
    width: 100%;
    font-size: .22rem;
  }

  .current-location a {
    font-size: .22rem;
  }

  .commonListMain .current-location {
    margin-bottom: 0.2rem
  }

  .commonListMain .leader-details-fl {
    display: none;
  }

  .commonListMain .leader-details-fr {
    width: 100%;
    min-height: auto;
  }

  .commonListMain .leader-fr-title p {
    font-size: .28rem;
  }

  .commonListUl ul li {
    line-height: 0.3rem;
  }

  .commonListUl ul li p {
    font-size: .22rem;
    width: 72%;
  }

  .commonListUl ul li span {
    font-size: .22rem;
  }

  .commonListUl ul li i {
    width: .08rem;
    height: .08rem;
    display: block;
    float: left;
    margin: 0.1rem 0.23rem 0 0;
  }

  .leader-fr-title {
    display: none;
  }

  .ldxx-mobile-nav {
    display: block;
    position: relative;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    height: 0.82rem;
    font-size: 0.22rem;
    color: #fff;
    background: #1d7acc;
    line-height: 0.82rem;
    cursor: pointer;
  }

  .ldxx-mobile-nav img {
    width: 0.3rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.25rem;
  }

  .ldxx-mobile-nav .select-list {
    display: none;
    position: absolute;
    right: 0;
    width: 3.6rem;
    color: #333333;
    border: 0.01rem solid #dedede;
    background: #f1f1f1;
    z-index: 100;
  }

  .ldxx-mobile-nav .select-list li {
    width: calc(100% - 0.4rem);
    /* margin: 0 0.2rem; */
    padding: 0 0.2rem;
    height: 0.78rem;
    font-size: 0.22rem;
    line-height: 0.8rem;
    background: #f1f1f1;
    border-bottom: 0.01rem solid #dedede;
  }

  .ldxx-mobile-nav .select-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ldxx-mobile-nav .select-list li:hover {
    background: #1d7acc;
    color: #fff;
  }
}