
.top{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.top .flex{
    align-items: start;
}
.top .title,.miaosu .tit{
    font-size: 30px;
    color: #2e343b;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}

.top .num{
    color: #ff552e;
    font-size: 36px;
    font-weight: 700;

}
.top .tag{
    padding: 30px 0 18px;
    max-width: 600px;
    flex-wrap: wrap;
}
.top .tag span{
    display: inline-block;
    max-width: 124px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f6fcff;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #497e9d;
    letter-spacing: 0;
    margin: 0 10px 12px 0;
    position: relative;
}
.top .addr{
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 20px;
}
.top .addr span{
    color: #999;
}

.top .zpinfo .addr{
    margin-top: 16px;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
}
.miaosu{
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
    color: #2e343b;
    line-height: 30px;
}

.miaosu .more{
    font-size: 18px;
    text-align: center;
    color: red;
    cursor: pointer;
}