.hminh_wrapper {
    width: 900px;
    height: 40px;
    overflow: hidden;
    font-family: Arial;
    font-weight: bold;
}

.hminh_left,.hminh_right {
    background: #1A75BB;
    height: 40px;
    color: white;
    position: relative;
    z-index: 1;
    line-height: 40px;
}

.hminh_wrapper .olddiv {
    float: left;
}

.hminh_middle {
    position: relative;
    width: 500px;
    background: #FEF200;
    height: 40px;
    text-align: center;
}

.hminh_middle span {
    display: block;
}

.hminh_left {
    font-size: 27px;
    line-height: 40px;
    padding-left: 20px;
    width: 180px;
}

.hminh_middle:before {
    content: '';
    left: -24px;
    position: absolute;
    border-right: 24px solid #FEF200;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    top: 3px;
    z-index: 9;
    width: 0;
    height: 0;
    display: block;
}

.hminh_middle:after {
    content: '';
    right: -24px;
    position: absolute;
    border-left: 24px solid #FEF200;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    top: 3px;
    z-index: 9;
    width: 0;
    height: 0;
    display: block;
}

.hminh_right {
    text-align: right;
    padding-right: 20px;
    width: 180px;
}
.hminh_yellow{
   color: #FEF200;
    font-size: 27px;
}span.hminh_middle_top {
    font-size: 18px;
    margin-top: 2px;
    color: #1a75bb;
    font-weight: bold;
}span.hminh_middle_bottom {
    color: #1a75bb;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
}.hminh_right * {
    vertical-align: middle;
}
