.company-leader-content {
  box-sizing: border-box;
  margin-top: 43px;
}

.clc_item {
  box-sizing: border-box;
  width: 100%;
  margin-right: 133px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.3);
  border-radius: 5px;
  height: 202px;
  padding: 22px 0 22px 30px;
}

.clc_item:hover {
  box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.5);
  border: none;
}

.clc_item > div {
  width: 662px;
  margin-left: 32px;
  height: 100%;
}

.clc_item > div > p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.clc_item > div > h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 39px;
}

.clc_item > div > div {
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  margin: 14px 0 18px 0;
}

.clc_item:nth-child(2n) {
  margin-right: 0;
}

.clc_item > img {
  width: 115px;
  height: 158px;
}

.clc_item > h2 {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

.clc_item > p {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.clc_items {
  box-sizing: border-box;
  width: 100%;
  margin-right: 133px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 5px;
  height: 202px;
  padding: 22px 0 22px 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  cursor: pointer;
}
.clc_items:hover {
  box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.5);
  border: none;
}
.xclc_left {
  width:85%;
  margin-right: 30px;
}
.xclc_left_title {
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.x1140 {
  width: 1140px;
}
.xclc_left_text {
  font-size: 16px;
  line-height: 26px;
  color: #9c9c9c;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.xclc_left_day {
  font-size: 32px;
  color: #9b9b9b;
  margin-top:25px;
}
.xclc_left_iBox{
    border-left:1px solid #eee;
    padding-left:10px;
    margin-top:20px;
}
.xclc_left_img{
    width:26px;
    height: 26px;
}
.xclc_left_imghover{
    display: none;
}
.clc_items:hover .xclc_left_img{
    display: none;
}
.clc_items:hover .xclc_left_imghover{
    display: block;
}

@media screen and (max-width: 900px) {
  .company-leader-content {
    margin-top: 0.4rem;
  }

  .clc_item {
    height: 2.5rem;
    padding: 0.3rem 0.4rem;
    display: flex;
    margin-bottom: 0.24rem;
  }

  .clc_item > img {
    width: 1.5rem;
    height: 100%;
  }

  .clc_item > div {
    width: 100%;
    margin-left: 0.2rem;
  }

  .clc_item > div > h2 {
    font-size: 0.4rem;
    margin-top: 0.12rem;
  }

  .clc_item > div > p {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }

  .clc_item > div > div {
    margin: 0.1rem 0;
  }
 .xcontent-1400-nav{
    padding:0;
 }
  .clc_items{
    width:7.24rem;
    height: auto;
    padding:.2rem 0;
    margin:0 auto;
  }
  .clc_items:hover {
    box-shadow: none;
    border-bottom: 1px solid #eee;
  }
  .xclc_left{
    width:80%;
    margin-left:.2rem;
    margin-right:0.2rem;
  }
  .xclc_left_day{
    font-size:0.28rem;
  }
  .xclc_left_img{
    width:0.32rem;
    height: 0.32rem;
  }
}
