header{
    background: linear-gradient(to right, #6abfbb, #47a09c);
    height: 55px;
    line-height: 55px;
}
.icon_back i {
    background: url(https://m.in-en.com/images/back.png) no-repeat left center;
    background-size: 10px;
}
.title{
    line-height: 55px;
    color: #fff;
    font-size: 18px;
}

.module{
    margin-bottom: 0;
    margin-top: 70px;
}
.pd{
    padding: 0;
}

.expo-list{
    padding-bottom: 15px;
    margin-top: 15px;
}
.expo-img{
    width: 45%;
    height: auto;
}
.expo-img img{
    height: auto;
}
.expo-list p{
    width: 52%;
    display: flex;
    align-items: center;
}
.nopic p{
    width: 100%;
    display: flex;
    align-items: center;
}
.expo-list p a{
    color: #333;
    font-size: 17px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.expo-list p span{
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-left: unset;
    background: unset;
}
.expo-list p span:last-child{
    background: unset;
}
.expo-list p.data i, .expo-list p.city i{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 1px;
}
.expo-list p.data i{
    background-color: #47a09c;
}
.expo-list p.city i{
    background-color: #f1a160;
}
.expo-list p.city{
    color: #666;
}
.expo-list p span{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.expo-list li{
    width: 60px;
    padding: 2px 8px;
    box-sizing: border-box;
    background-color: #eb5652;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    float: left;
}

.hei100{
    height: 80px;
}