
.el-table--border{
    border: 1px solid #dadada;
}

@media screen and (min-height:769px){
    .content {
            background: #fff;
            padding: 40px;
            min-height: 645px;
            box-shadow: 0px 0px 10px #eaeaea;
    }
    .fzjg-list h2 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        padding-bottom: 40px;
    }
    .el-table .el-table__cell {
        border: 1px solid #dadada;
        padding-left: 20px;
    }
}
@media screen and (max-height:768px) {
    .content {
        background: #fff;
        padding: 20px;
        width: 100%;
        box-shadow: 0px 0px 10px #eaeaea;
    }

    .fzjg-list h2 {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
    .el-table .el-table__cell {
        border: 1px solid #dadada;
    }
}
/* .fzjg-list table {
    width: 100%;
    border: 1px solid #dadada;
    font-size: 16px;
}
.fzjg-list table tr {
    height: 40px;
    line-height: 30px;
}
.fzjg-list table tr th {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #fff;
}
.fzjg-list table tr .fzjg-list-name {
    width: 316px;
}
.fzjg-list table tr .fzjg-list-address {
    width: 340px;
}
.fzjg-list table tr .fzjg-list-tel {
    width: 154px;
}
.fzjg-list table tr td {
    font-size: 14px;
    height: 40px;
}
table td {
    height: 70px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding-left: 20px;
} */