﻿/*-----------------领导信息-------------------*/
.leader_list li {
 float: left;
 width: 22.9%;
 margin-right: 30px;
 margin-bottom: 30px;
   }
   
   .leader_box h2.title_header {
 position: relative;
 text-align: center;
 font-size: 30px;
 margin-bottom: 60px;
   }
   
   .leader_box h2.title_header b {
 position: absolute;
 font-size: 30px;
 font-family: Source Han Sans CN;
 font-weight: 500;
 color: #0A479D;
 opacity: 0.1;
 transform: translate(-50%,-50%);
 left: 50%;
 bottom: -40px;
   }
   
   .leader_list li:nth-child(4n) {
 margin-right: 0;
   }
   
   .leader_list li .arBox_left img {
 width: 100%;
   }
   
   .leader_list li .arBox_right.HasImage .arR_top {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 height: 65px;
 background: #f7f7f7;
 padding: 10px 0;
 box-sizing: border-box;
   }
   
   .leader_list li .arBox_right.HasImage .arR_top a.dy_title {
 font-size: 18px;
 font-weight: bold;
   }
   
   .leader_list li .arBox_right.HasImage .arR_top span.date {
 font-size: 16px;
   }
   .leader_info .title_header{display: none;}
   .leader_info{
  height: 660px;
  overflow: hidden;
  margin-top: 20px;
  background: #fff;
  }
   .leader_info .fl{
  width:30%;
  background: #1257b8 url(/Sites/Uploaded/UserUpLoad/20210918/20210918140507.png) no-repeat left top;
  background-size: 100% 100%;
  height: 100%;
  padding: 30px 0;
  box-sizing: border-box;
   }
   .leader_info .fl li{
  padding: 0 28px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  height: 50px;
  font-family:SimSun;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
   .leader_info .fl li.active{
  background: #2355AA;
  position: relative;
   }
   .leader_info .fl li.active::after {content: "";position: absolute;width: 0;top: 0;right: -45px;/* border: 29px solid transparent; */border-style: solid;border-color: transparent  transparent transparent #2355AA;border-width: 25px 25px 25px 20px;}
   .leader_info .fr{
  width: 69%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  height: 540px;
   }
   .leader_info .fr li{
  background: #FFFCF7;
  background-size: 100% 100%;
  padding: 30px 30px;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  top: 20px;
  left: 20px;
  width: 788px;
  height: 620px;
  transition: all 0.8s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  z-index: 0;
  }
   .leader_info .fr li.active{
  opacity: 1;
  transition: all 0.8s;
  transform: translateY(0);
  -webkit-transform: translateY(0px);
  z-index: 1;
   }
   .leader_img{
 display: flex;
   }
   .leader_img_desc .fengong{
 text-align: left;
 text-indent: 2em;
   }
   .leader_info .fr li .img_box img{
  width: 200px;
  margin-right: 30px;
   }
   .leader_info .fr li .title_type{
  font-size: 30px;
  display: inline-block;
  margin-right: 20px;
   }
   .leader_info .fr li .title_type span{
  font-size: 24px;
   }
   .leader_info .fr li p{
  line-height: 26px;
  font-size: 16px;
  color: #666;
   }
  .leader_info .fr li p.fengong{
font-weight: bold;
}
   .leader_info .fr li .detail{
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  border: 1px solid #3571D7;
  padding: 8px 25px;
  background: #3571D7;
  transition: all 1s;
  border-radius: 5px;
  float: right;
   }
   .leader_info .fr li .detail:hover{
  color: #3571D7;
  font-weight: normal;
  background: #fff;
  border: 1px solid #3571D7;
   }
   .mob_btns{display: none;}
   .mob_btns div{
  position: relative;  
   }
   .mob_btns div a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-family: KaiTi;
   }
   .mob_btns div a span{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
   }
   .mob_btns div img{width: 100%;}
   .btn_l{margin-bottom: 20px;}
   h1.title_header span{font-weight: bold;}
   .leader_info .fr li h2 {
 display: flex;
 justify-content: start;
 align-items: end;
 margin-top: 15px;
 margin-bottom: 25px;
   }
   
   .leader_info .fr li h2 p {
 font-size: 20px;
 line-height: 30px;
   }
   
   .leader_info .fr li p.jiben {
 font-size: 20px;
 font-family: Microsoft YaHei;
 font-weight: 400;
 color: #2559B2;
 margin: 25px 0 15px;
   }
   
   .leader_info .fr li .jiben_Content {
 font-size: 18px;
 font-family: Microsoft YaHei;
 font-weight: 400;
 color: #999999;
 line-height: 30px;
   }
   
   @media only screen and (max-width: 768px){
 .leader_img{display: block;}
 ul.Leader_One li{width:49%;overflow: hidden;margin:0 0 15px 0;}
 ul.Leader_One li.Li_Odd{float: left}
 ul.Leader_One li.Li_Even{float: right}
 .leader_info .fl,.leader_info .fr li p,.leader_info .fr li .detail{display: none;}
  .leader_info{height: auto;}
  .leader_info .fr li.active{display: inline-block;}
  .leader_info .fr li{display: inline-block;padding: 15px;width: 32%;text-align: center;margin-bottom: 15px;position: initial;height: auto;opacity: 1;transform: translateY(0);-webkit-transform: translateY(0px);}
  .leader_info .fr li .title_type{font-size: 16px;margin-bottom: 0;margin: 0 auto;}
  .leader_info .fr li .title_type span{font-size: 12px;display: none;}
  .leader_info .title_header{display: block;}
  .leader_info .fr li .img_box img{float: none;width: 100%;height: auto;margin-right: 0;margin-bottom: 10px;}
  .leader_info .fr {
 width: 100%;
 height: auto;
   }
   
   .leader_info .fr li h2 {
 margin: 0;
   }
   .leader_box h2.title_header {
 margin-bottom: 10px;
   }
   
   .leader_box h2.title_header b {
 display: none;
   }
   .leader_info .fr.phoneShow li {
 display: none;
 width: 100%;
   }
   
   .leader_info .fr.phoneShow li.active {
 display: block;
 margin: 0 auto;
   }
   
   .leader_info .fr.phoneShow li p {
 display: block;
   }
   
   .leader_info .fr.phoneShow li img {
 width: auto;
 height: auto;
   }
   
   .leader_info .fr.phoneShow li a.title_type {
 display: block;
 font-size: 22px;
   }
   
   .leader_info .fr.phoneShow li h2 {
 display: block;
 margin-bottom: 20px;
   }
   }
   @media only screen and (max-width: 680px){
 ul.Leader_One li{width:100%;float: none!important}
 .leader_info .fr li {
 width: 49%;
   }
   .leader_info .fr.phoneShow li img {
 width: 200px;
 height: auto;
   }
   }    