.zg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.instruction{
    font-weight: bold;
    line-height: 36px;
}
.zg .more{
    font-size: 14px; color:#0d5892;
}
.more .iconfont{
    font-size: 14px;
}
.zg .more:hover{
    color:#023b67;
}
