/*2025.5.15*/



/* div_newlist */
.div_newlist{}
.div_newlist>p{font-size: 20px;height: 30px;line-height: 30px;font-weight: bold;position: relative;padding-left: 20px;margin: 10px 15px;}
.div_newlist>p:before{content:'';width: 5px;height: 5px;background: green;border-radius: 50%;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.ul_newlist {overflow: hidden;margin-top: 20px;padding: 0 15px;}
.ul_newlist li {float: left;width: 25%;margin: 0 0 10px 0;box-sizing: border-box;list-style: none;}
.ul_newlist li a{display: block;text-decoration: none;overflow: hidden;text-align: center;padding: 0 5px;}
.ul_newlist img {display: block;width: 4.5rem;height: 4.5rem;margin: 0 auto;border-radius: 12px;}
.ul_newlist h5 {/* display: block; *//* white-space: nowrap; *//* text-overflow: ellipsis; */overflow: hidden;font-size: 14px;color: #333;font-weight: normal;text-align: center;line-height: 30px;height: 30px;margin: 0;}
.ul_newlist li:hover h5{color:#006600;}
.ul_newlist span{display: block;font-size: 12px;color: #999;height: 20px;line-height: 20px;overflow: hidden;}


