.jxgl_common_list{
}


.jxgl_list_item{
    width: 98%;
    margin: 2px auto;
    height: 177px;
    box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #D8D8D8;
    display: flex;
    cursor: pointer;
}

.jxgl_list_img{
    width: 219px;
    height: 143px;
    border-radius: 6px;
    margin: 15px;
}

.jxgl_list_item_content{
    flex:1;
    padding: 15px;
}

.jxgl_list_item_title{
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #3D3D3D;
}

.jxgl_list_item_desc{
    font-size: 14px;
    font-weight: 350;
    line-height: 28px;
    color: #767676;
    margin: 10px auto;
}

.jxgl_list_item_more{
    display: flex;
    font-size: 14px;
    font-weight: 350;
    color: #396BB7;
}


.jxgl_list_item_more img{
    width: 18px;
    height: 18px;
    margin-left: 2px;
}