/* 公用 */
/* 左右结构图片 */
.intro_img .intro_img_box img ,.fl_img_box{height: 348px;}
@media screen and (max-width: 999px) {
.intro_img .intro_img_box img ,.fl_img_box{height: auto;}
}
/* 左右结构图片 end */
/* 公用 end */

/*图片列表*/

.finance-back.module {background:url(/uiFramework/commonResource/image/2023121510504888803.jpg) no-repeat right;background-size: cover;}
.img_list{overflow:hidden;}
.img_list_ul{ width: 100%; flex-wrap: wrap; display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
.img_list li {width:15%; text-align: center;font-size: 18px; color:#fff; background: url(/uiFramework/commonResource/image/2023121815170217315.png) no-repeat;display: flex;justify-content: center;align-items: center; background-size:cover;border-radius: 5px; overflow: hidden;transition:all 0.4s;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;}
.img_list li:hover{background: url(/uiFramework/commonResource/image/2023121815171524667.png) no-repeat;background-size:cover;}
.img_list li img { display: block;width: 80%;height: auto; object-fit: contain;    margin: 0 auto; padding:25px 0 0;}
.img_list li p{color:#fff; line-height:2;}
@media screen and (max-width: 999px) {
.img_list li {width: 48%;margin-bottom: 10px;}
}
/*图片列表*/