﻿/*2020年5月22日*/
.head-top {
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    background: url(common-head-top-bg.jpg) repeat;
}
.head-top img {
    width: 17px;
    height: 19px;
    vertical-align: middle;
}
.head-top .head-top-date {
    margin: 0 4px;
    color: #ddd;
}
.head-top p {
    float: right
}
.head-top span {
    margin: 0 8px;
}

@media screen and (max-device-width: 768px) {
    .head-top {
        height: 0.43rem;
        line-height: 0.43rem;
        font-size: 0.18rem;
    }
    .head-top .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0.25rem;
    }
    .head-top img {
        height: 0.24rem;
        width: 0.22rem;
        margin: 0 0.2rem 0 0;
    }
    .head-top-date,
    .head-top p {
        display: none;
    }
}