.i-hmd {
    width: 160px;
    height: 160px;
    display: block;
    background: #e30301 url('./images/icon-index-hmd.png') no-repeat;
    background-position: center bottom;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .i-main .wrap {
        position: relative;
    }

    .i-news {
        width: calc(100% - 160px);
    }

    .i-hmd {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .i-hmd {
        height: 136px;
    }
}

.hmd-content {
    width: 100%;
    border-top: 4px solid #E30301;
    min-height: auto;
}

.hmd-content h1.title {
    font-size: 30px;
    color: #E30301;
    text-align: center;
    font-weight: bold;
}
.hmd-richtext{
    width: 94%;
    margin: 5% auto;
}
.hmd-btmtext{
    width: 94%;
    margin: 0 auto ;
    text-align: center;
    border-top: 1px solid #E7E7E7;
    line-height: 48px;
    padding: 20px 0;
}
.hmd-btmtext *{
    font-size: 16px;
    color: #000;
    line-height: 36px;
}
.hmd-btmtext img{
    max-width: 100%;
}
.hmd-btmtext b{
    font-size: 24px;
    color: #E30301;
    font-weight: bold;
}
