
.top{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.top .xinxi{
    color: #666;
    font-size: 12px;
    margin-bottom: 15px;
}

.top .xinxi .flex-1{
    display: flex;
    justify-content: space-between;
}
.top .title,.miaosu .tit{
    font-size: 30px;
    color: #2e343b;
    font-weight: 700;
    line-height: 1;
}
.top .sub{
    line-height: 1;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-top: 18px;
    color: #2e343b;
    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 .zpinfo{
    line-height: 1.6;
    margin-top: 30px;
}

.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 .tit{
    margin-bottom: 30px;
}

.miaosu .more{
    font-size: 18px;
    text-align: center;
    color: red;
    cursor: pointer;
}