.grid>.row {
    position: relative;
}

.gdym {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 300px;
}

.dgtime {
    width: 300px;
    transform: scale(0.7);
    color: #d30200;
        font: 22px / 23px "微软雅黑";
        text-align: center;
        border: 2px solid #d40b09;
        border-radius: 10px;
        margin-bottom: 10px;
        line-height: 50px;
}

.dgtime span{
    font-size: 22px;
}

.ymgd {
   
    margin: 0 auto;
    color: #d30200;
    font: 34px/23px "微软雅黑";
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .gdym {
        top: 0px;
    }
}