﻿.content-l ul{display:flex;justify-content:space-between;margin-top:40px;flex-wrap:wrap}
.content-l ul li{width:400px;min-height:100px;background:rgba(246,246,246,1);border-radius:10px;padding:40px;padding-bottom:10px;box-sizing:border-box;margin-bottom:40px}
.content-l ul li p{display:flex;align-items:center;margin-bottom:30px}
.content-l ul li p img{width:40px;height:40px;background:rgba(255,255,255,1);display:block;border-radius:50%;margin-right:20px}
.content-l ul li p strong{color:#1A1A1A;font-size:20px}
.content-l ul li .links-list{display:flex;flex-wrap:wrap;justify-content:space-between}
.content-l ul li a{width:150px;height:40px;background:rgba(251,252,252,1);border-radius:5px;display:inline-block;color:#989898;text-align:center;line-height:40px;margin-bottom:30px}
.content-l ul li a:hover{background:rgba(253,78,78,1);color:#fff}
.content-l ul li a:nth-child(even){}