.parent-box{padding:50px 0;}
.parent-box .layui-row{margin:10px 0;}
/*列表内容*/
.jrsc-box{padding:5px;transition:all 0.4s}
.jrsc-box .top-img{width:100%;height:240px}
.top-img img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover;}
.jrsc-box h3{font-size:18px;text-indent:20px;font-weight: bold;margin:20px 0;    border-left: 5px solid #76b73b}
.jrsc-box .bottom-font{padding-left:25px;margin:30px 0;}
.bottom-font p{height:40px;font-size:14px;margin-bottom:40px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.bottom-font a{font-size:14px;color:#76b73b;opacity: 0;transition:all 0.4s}

.jrsc-box:hover{box-shadow: 0 0 10px 0 #ccc;}
.jrsc-box:hover .bottom-font a{opacity:1;}

/*手机端适配*/
@media screen and (max-width:992px){
.jrsc-box .top-img{height:180px;}
.jrsc-box {box-shadow: 0 0 10px 0 #ccc;}
.jrsc-box .bottom-font a{opacity:1;}
.bottom-font p{height:auto;}
}