.day {
  font-family: Arial;
  font-weight: 400;
  font-size: 50px;
  color: #3e83c2;
  position: relative;
  /* top: -10px; */
}
.day::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3e83c2;
}

.listTitle {
  font-size: 16px;
  color: #333333;

}
.listDesc {
  font-size: 14px;
  color: #8c8c8c;
}

.listItem:hover {
  background: #f7fbff;
}
.listItem:hover.listItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #2975bb;
}
.dateArea {
  align-items: center;
  margin-left: 52px;
  margin-right: 64px;
}
a:hover {
  color: #2975bb;
  text-decoration: underline;
  cursor: pointer;
}

/* 大于768 pc*/
@media screen and (min-width: 768px) {
  main {
    margin-bottom: 60px !important;
  }
  .date {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: relative;
    top: 6.5px;
  }
  .listTextArea {
    align-items: flex-start;
  }
  .listDesc {
    margin-right: 20px;
    margin-top: 20px;
  }
  .datePd {
    margin-left: 52px;
    margin-right: 64px;
  }
  .listItem {
    height: 141px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(96, 96, 96, 0.15);
    /* align-items: flex-start; */
    justify-content: center;
    position: relative;
    align-items: center;
  }
  .listItem ~ .listItem {
    margin-top: 21px;
  }

  .listContent,
  .dateArea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 68px;
  }
  .listContent {
    margin-left: 46px;
    padding-top: 10px;
  }
  /* 新加页面样式newlist1 */
  .listArea1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 430px);
    gap: 20px;
    justify-content: center;
}

.card {
    width: 430px;
    /* height: 140px; */
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /* padding: 15px; */
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    background: #F6F6F6;
}

.avatar {
    width: 110px;
    height: 140px;
  
    /* margin-right: 15px; */
    background-color: white;
}

.info {
  padding-left: 15px;
    flex: 1;
}
.card:hover .name {
  color: white;
text-decoration: none !important; /* hover 时取消下划线 */
}
.card:hover .contact-btn {
  color: white;
  background: transparent;
}
.card:hover .detailtit1 {
  color: white;
  text-decoration: none !important; /* hover 时取消下划线 */
}
.card:hover .detailtit2 {
  color: white;
  text-decoration: none !important; /* hover 时取消下划线 */
}

.card:hover .info {
  background: linear-gradient(0deg, #1A5494 0%, #2878CF 100%);

}
/* 默认状态 */
.card {
  text-decoration: none !important; /* 确保默认没有下划线 */
}

/* 使用伪元素添加图片 */
.info::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  width: 59px;
  height: 56px;
  background-image: url('../image/listlogo.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0; /* 默认隐藏 */
  transition: opacity 0.3s; /* 添加过渡效果 */
}
/* 悬停时显示图片 */
.card:hover .info::after {
  opacity: 1;
}
.line12{
  display: flex; margin-bottom: 20px;margin-top: 20px;
}

.name {
    width: 55px;
height: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 18px;
color: #333333;
line-height: 21px;
}

.contact-btn {
  margin-left: 28px;

  height: 24px;
  background: #1F68B7;
  border-radius: 12px;
  display: flex;
  align-items: center;
    color: white;
    border: none;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中 */
}

.detail {
    display: flex;
    margin-bottom: 10px;
}
.detail1 {
  display: flex;

}
.detailtit1{
  width: 25%;
/* height: 12px; */
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #1F68B7;
line-height: 21px;

}
.detailtit2{
  width: 70%;
/* height: 12px; */
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #606A74;
line-height: 21px;

}

.email {
    color: #4a90e2;
    font-size: 14px;
}
  /* 新加页面样式newlist2 */
  .listArea2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .list-item {
    padding: 20px 0 20px 37px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.header {
    display: flex;
    /* align-items: center; */
    margin-bottom: 28px;
}

.name2 {
  width: 70px;
height: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
    margin-right: 18px;
}

.tag {

  height: 24px;
  background: #1F68B7;
  border-radius: 12px;

    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 6px;
}

.tag.blue {
    background: #1F68B7;
    height: 24px;
    display: flex;
    align-items: center;
}

.tag.gray {
    background: #666;
}

.content {
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
    display: flex;
}
.contenttit1{
width: 81px;
height: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #1F68B7;
line-height: 21px;
}
.contenttit2{
  width: 765px;
  height: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #606A74;
  line-height: 17px;
  /* 超出两行隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* 添加以下属性 */
  word-break: break-all;  /* 允许在任意字符间断行 */

}


.lemail {
    /* color: #4a90e2; */
    font-size: 14px;
    display: flex;
}

}

/* 小于768 ipad和手机*/
@media screen and (max-width: 768px) {
  .listArea {
    margin-top: 15px;
  }
  main {
    padding: 0 12px;
    
  }
  .listContent {
    padding: 0;
  }
  .listTitle {
    font-size: 14px;
  }
  .time {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #b3b3b3;
  }
  .phoneTime {
    width: 10px;
    margin-right: 5px;
  }

  .listItem {
    height: 98px;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #edeff1;
    align-items: center;
    
  }

  .day {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #3e83c2;
    /* margin-top: -10px; */
  }
  .day::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 2px;
    width: 100%;
    height: 1px;
    background: #3e83c2;
  }
  .date {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    position: relative;
    top: 8px;
  }
  .listTitle {
    font-size: 15px;
    color: #333333;
    margin-left: 30px;
    line-height: 25px;
  }
  .listTextArea {
    align-items: flex-start;
    flex: 1;
  }

  /* 新加页面样式newlist1 */
  .listArea1 {
  width: 100%;
  margin-top: 40px;
  
  }
  .card-grid {
    /* display: grid; */
    grid-template-columns: repeat(2, 430px);
    /* gap: 20px; */
    justify-content: center;
}

.card {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /* padding: 15px; */
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    background: #F6F6F6;
    margin-bottom: 16px;
}

.avatar {
    width: 90px;
    height: 114px;
    border-radius: 4px;
    margin-right: 15px;
    background-color: white;
}

.info {
    flex: 1;
}
.line12{
  display: flex; margin-bottom: 15px;margin-top: 15px;
}

.name {
    width: 55px;
height: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 18px;
color: #333333;
line-height: 21px;
}

.contact-btn {
  margin-left: 28px;

  height: 24px;
  background: #1F68B7;
  border-radius: 12px;
display: flex;
align-items: center;
    color: white;
    border: none;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.detail {
    display: flex;
    margin-bottom: 10px;
}
.detail1 {
  display: flex;

}
.detailtit1{
  width: 35%;
/* height: 12px; */
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #1F68B7;
line-height: 21px;

}
.detailtit2{
  width: 70%;
/* height: 12px; */
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #606A74;
line-height: 21px;

}

.email {
    color: #4a90e2;
    font-size: 14px;
}
  /* 新加页面样式newlist2 */
  .listArea2 {
    width: 100%;
    margin-top: 25px;
    
    }
  .list-item {
    padding: 20px 0 20px 22px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.header {
    display: flex;
    /* align-items: center; */
    margin-bottom: 28px;
}

.name2 {
  width: 65px;
height: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
    margin-right: 18px;
}

.tag {

  height: 24px;
  background: #1F68B7;
  border-radius: 12px;

    color: white;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 6px;
}

.tag.blue {
    background: #1F68B7;
    height: 24px;
}

.tag.gray {
    background: #666;
}

.content {
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
    display: flex;
}
.contenttit1{
width: 20%;
height: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #1F68B7;
line-height: 21px;
}
.contenttit2{
  width: 75%;
  /* height: 34px; */
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #606A74;
  line-height: 21px;
      /* 添加以下属性实现多行文本截断 */
      display: -webkit-box;
      -webkit-line-clamp: 2;  /* 显示行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
        /* 添加以下属性 */
  word-break: break-all;  /* 允许在任意字符间断行 */
}


.lemail {
    /* color: #4a90e2; */
    font-size: 14px;
    display: flex;
}



}