
.result-list .block {
    background-color: #fff;
    padding: 16px 20px 20px;
    position: relative;
    margin-bottom: 20px;
}

.block .title {
    color: #000000;
    font-size: 16px;
    margin-bottom: 12px;
}

.block .location {
    margin-bottom: 12px;
    color: #808080;
}

.m-table th {
    background-color: #e6e6e6;
}

.m-table td, .m-table th {
    line-height: 22px;
    padding: 8px 15px;
    text-align: center;
}

.m-table tr:nth-of-type(3) td {
    width: 5.5%;
}

.m-table tr:nth-of-type(3) td:first-of-type {
    width: 12%;
}

.result-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.result-title::before {
    content: "";
    width: 8px;
    height: 3px;
    display: inline-block;
    background-color: #ff0000;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.result-list .block{
    position: relative;
}

.row1 .right{
    display: flex;
    width: calc(100% - 150px);
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.row1 .right .col{
    width: calc(25% - 2px);
    flex: 0 0 auto;
    margin-right: 2px;
    background-color: #fff;
    margin-bottom: 2px;
}

.row1 .right .col::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    vertical-align: middle;
    margin-top: -2px;
    background: url("../images/file/anchor.png") center/contain no-repeat;
    margin-right: 6px;
}

.anchor-link{
    line-height: 22px;
    padding: 4px 18px
}

.cert-cat{
    margin-bottom: 16px;
    padding-top: 4px;
}

.cert-cat .tri-title{
    font-size: 14px;
    margin-left: 12px;
    margin-bottom: 6px;
}

.row2 .right{
    width: calc(100% - 150px);
}

.row2 .right img{
    display: block;
    width: 100%;
    height: auto;
}

.row2 .cert-blocks{
    display: flex;
    margin-right: -2px;
    margin-bottom: -2px;
    flex-wrap: wrap;
}

.cert-blocks .cert{
    width: calc(25% - 2px);
    flex: 0 0 auto;
    margin-right: 2px;
    margin-bottom: 2px;

    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #fff;
    min-height: 60px;
}

.cert-blocks .cert img{
    height: auto;
    width: auto;
    flex: 0 0 auto;
    margin-right: 10px;
}

.cert-blocks .cert .cert-title{
    flex: 0 1 auto;
}
