﻿.ArticleMain {
 background: url(/Sites/Uploaded/UserUpLoad/20210430/20210430154656.jpg);
}
.Leader_Two {
 width: 100%;
 /* background: #fff; */
 box-sizing: border-box;
 overflow: hidden;
 background-size: cover;
   }
   
   .Leader_Two li {
 width: 32%;
 float: left;
 margin-right: 2%;
 border-bottom: 1px dotted #cccccc;
 overflow: hidden;
 padding: 35px 0;
   }
   .Leader_Two li:nth-child(3n) {
   margin-right:0;
   }
   .Leader_Two li.selected {
 display: block;
   }
   
   .Leader_Two .img_box img {
 width: 180px;
 transition:all 0.2s;
   }
   .text_top{
    /* background:url(/Sites/Uploaded/UserUpLoad/20210430/20210430145746.jpg); */
   }
   .Leader_Two .img_box {
 margin-right: 30px;
 display: block;
 overflow: hidden;
   }
   .Leader_Two .img_box:hover img{
 transform:scale(1.1);
   }
   .Leader_Two .title_type {
 font-size: 24px;
 color: #333;
 margin-bottom: 10px;
 display: block;
   }
   
   .Leader_Two .fr {
 display: block;
 width: 162px;
 box-sizing: border-box;
 position: relative;
 height: 240px;
   }
   
   .Leader_Two .text_top p {
 font-size: 14px;
 line-height: 30px;
 color: #333;
 margin-bottom: 6px;
   }
   .Leader_Two .text_top p.job {
 display: block;
 text-align: justify;
   }
   .Leader_Two li>p {
 font-size: 14px;
 line-height: 30px;
 color: #333;
   }
   a.Leader_more {
 position: absolute;
 left: 0px;
 bottom: 0;
   }
   
   @media only screen and (max-width:768px) {
  .Leader_Two li{
 width: 100%;
  }
  .Leader_Two .fr{
 float: none;
 width: 100%;
  }
  a.Leader_more {
 position: absolute;
 left: 210px;
 bottom: 0;
   }
   .Leader_One, .Leader_Two li>p, .Leader_Two .text_top p {
 font-size: 14px;
 line-height: 30px;
 color: #333;
 margin-bottom: 0;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
   }
   }
   
   @media only screen and (max-width:420px) {
    .Leader_Two .img_box img{
    width: 120px;
    }
    .Leader_Two .fr{
    height: 160px;
    }
    a.Leader_more{
    left: 150px;
    }
   }  