﻿/*-----------------领导信息-------------------*/
.article_right{
  float: none;
  width: 100%;
  }
  .title_header h2.title_header{
  margin: 20px 0px 12px;
  }
  .lader_list{
  padding: 20px 0px;
  width: 48.5%;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: end;
  float: left;
  }
  .lader_list .lader_tit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  }
  .lader_list .lader_tit .title_type{
  margin: 0px;
  }
 
  .lader_list li {
  /* float: left; */
  padding: 30px;
  width: 100%;
  box-shadow: 5px -2px 18px 0px rgb(144 144 144 / 17%);
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  }
  .lader_list li.Li_Even {
  /* float: right; */
  /* margin-left: 3%; */
  }
 
  .lader_list li a.img_box{
  display: inline-block;
  width: 45%;
  /* height: 260px; */
  overflow: hidden;
  }
  .lader_list li a.img_box:hover img{
  transform: scale(1.1);
  transition: all .3s;
  }
  .lader_list li a.img_box img{
  width: 100%;
  height: 100%;
  transition: all .3s;
  }
  .con-right{
  width: 50%;
  float: right;
  /* margin-left: 2%; */
  display: inline-block;
  }
  .title_type {
  line-height: 30px;
  color: #333;
  height: 30px;
  font-size: 18px;
  margin-left: 10px;
  }
 
  .title_type:hover {
  font-weight: 700;
  color: #333;
  }
  p.bg{
  width: 240px;
  background: url('../../../../Sites/Uploaded/UserUpLoad/20230614/20230614151355.png') no-repeat;
  position: absolute;
  right: -31px;
  height: 215px;
  background-size: cover;
  bottom: 71px;
  display: none;
  }
 
  .XX {
  line-height: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  }
  .XX a.details {
  display: inline-block;
  color: #666;
  font-size: 16px;
  border: 1px solid #15a4a8;
  padding: 2px 23px;
  border-radius: 20px;
  transition: all .3s;
  }
  .XX a.details:hover{
  color: #fff;
  background: #15a4a8;
  transition: all .3s;
  font-weight: 400;
  }
 
  .lader_list .lader_tit a {
  line-height: 26px;
  color: #333;
  font-size: 26px;
  }
  .lader_list.right{
 float: right;
  }
  .lader_list .lader_tit a:hover{
  color: #15a4a8;
  }
  .column_5, .column_6, .column_7, .column_8, .column_9 {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
 }
 
 .animate.column_5, .animate.column_6, .animate.column_7, .animate.column_8, .animate.column_9 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
 }
 
 .animate.column_5, .animate.column_6 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
 }
 
 .animate.column_7, .animate.column_8 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
 }
 
 .animate.column_9{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
 }
 
  @media only screen and (max-width:768px) {
  .lader_list li {
  height: 146px;
  width: 50%;
  box-sizing: border-box;
  float: none;
  }
  .lader_list li.Li_Even{
  float: none;
  }
  .lader_list li a.img_box{
  height: auto;
  }
  .lader_list .lader_tit a{
  font-size: 16px;
  }
  .title_type, .XX a.details{
  font-size: 14px;
  }
  .column_5, .column_6, .column_7, .column_8, .column_9 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
 }
  }
 
  @media only screen and (max-width:540px) {
  .lader_list li {
  height: auto;
  width: 100%;
  padding-right: 0;
  }
 
  }    