.content {
    margin-top: 45px;
}
.part {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.d:first-child {
    margin-left: 0px;
}
.d {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin-left: 20px;
    -ms-flex: 1;
    -ms-flex-preferred-size: auto;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}
.d .bg {
    background: #1f337f;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.d .inner {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.d .p {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.d .p .th {
    font-size: 18px;
    line-height: 1;
    width: 90px;
    border-right: 1px solid #ddd;
    text-align: right;
    padding-right: 25px;
    margin: 10px 0;
}
.d .p .td {
    font-size: 16px;
    line-height: 1;
    padding-top: 2px;
    -ms-flex: 1;
    flex: 1;
}
.d .p .td a {
    margin: 10px 20px;
    display: inline-block;
}