.j-tit {
    font-size: 20px;
    padding: 20px 0;}


.j-item li {
    float: left;
    width: 30%;
    margin-bottom: 20px;}
.j-item li a {
    display: flex
;
    justify-content: space-between;
    align-items: center;}
.j-logo{
    width: 15%;}
.j-logo img {
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 5px;}
.j-info{
    width: 75%;}
.j-info b {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    font-weight: normal;}
