/**×é¼þÑùÊ½**/
.flex{display:flex;justify-content:space-between;flex-wrap:wrap;}
.imgBox{position:relative;overflow:hidden;isolation:isolate;}
.imgBox .img{padding-bottom:60%;transition:.5s;background-size:cover;display:block;background-repeat:no-repeat;background-position:center;display:block;background: #eee;}
.imgBox img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s;}

.ldList{padding-top: 30px;}
.ldList li{width: 100%;background: #f5f9fb;/* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .4); */margin-bottom: 30px;position: relative;border: #e8e8e8 1px solid;padding: 15px;}
.ldList li:hover{box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .4);}
.ldList li a{display: flex;}
.ldList li .imgBox{width: 190px;}
.ldList li .imgBox .img{padding-bottom: 130%;}
.ldList li .txt{width: calc(100% - 190px);padding: 20px 40px;display: flex;justify-content: center;flex-direction: column;position: relative;background: #fff;}
.ldList li .txt .h4{font-size: 18px;margin-bottom: 15px;color: #333;white-space: pre-wrap;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 3;-webkit-box-orient: vertical;}
.ldList li .txt .h4 span{font-size: 22px;color: #222;font-weight: bold;margin-right: 15px;}
.ldList li .txt .more{border-top: .01rem solid #dcb5b6;padding-top: 15px;}
.ldList li .txt  p{color: #666;line-height: 23px;margin-bottom: 15px;text-align: justify;white-space: pre-wrap;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 3;-webkit-box-orient: vertical;}
.ldList li:before{content: '';position: absolute;width: .03rem;top: 0;height: 0;background:#941a18;right: 0 ;}
.ldList li .txt:before{content: '';position: absolute;width: 0;top: 0;height: .03rem;background:#941a18;left: 0 ;}
.ldList li .txt:after{content: '';position: absolute;width: 0;bottom: 0;height: .03rem;background:#941a18;right: 0 ;}

