.ign-cent{    align-items: center;}
.ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* 描述 */
.Supply_box p {font-size: 14px;line-height: 30px;margin-bottom: 40px;max-height: 120px;-webkit-line-clamp: 4;white-space: pre-wrap;}

/* 查看详情 */
.green_a {text-align: right;margin-top: 10px;}
.green_a a {width: 110px;height: 30px;line-height: 30px;font-size: 14px;background-color: #F5F5F5;border-radius: 15px;}
.green_a a:hover{background-color: #fff;color:#000;}

/*其他业务链接*/
.link_ul{overflow:hidden;}
.link_ul li{width:19%; padding:0.5%; float:left;}
.link_list{box-shadow: 0 0 10px #eee; background-color: #fff; transition: all 0.4s; overflow:hidden;  display: flex; padding-top:30px;transition:all 0.4s;}
.link_list:hover{background:url(/uiFramework/commonResource/image/2024071616511062732.jpg) center/cover no-repeat;}
.link_list .link_l{width:70%; float:left;  border-bottom: 7px solid #1972da; }
.link_list .link_l_box{padding:0 0 30px 15px;}
.link_list .link_r{width:30%; float:right;  border-bottom: 7px solid #1261be;}
.link_list .link_r_box{margin-top:15%;position:relative;}

.link_list .public-tit{margin-bottom:15px; font-size:20px;}
.link_list .public-tit h6{font-size:20px;transition:all 0.4s;}
.link_list:hover .public-tit h6{color:#fff;}
.link_ul li .green_a {text-align: left;}
.link_list .link_r img{width:70%; margin:0 15%;position:absolute;top:50%;left:0;}
.link_list .link_r img.is_w{opacity:0;transition:all 0.4s;}
.link_list:hover img.is_w{opacity:1;}

@media screen and (max-width: 1024px) {
.link_ul li {width:100%;}
.public-tit h6.ellipsis{text-align:left;}
.green_a{text-align:center;}
}