@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
.venu{}
.venu li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.venu li:last-child{
    border:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.venue_info{}
.venue_title{
    font-size: 16px;
    font-family: 'Inter SemiBold';
    margin-bottom: 6px;
}
.venue_img{
    padding-top: 10px;
}
.venue_img img{width: 730px;}
.venue_tip{
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    text-align: center;
}
.mt-tabpage{
    border:none;

}
.mt-tabpage-count {
    margin: 10px 0px 20px 0px;
}
.tab_div {
    padding-top: 10px;
}
.visa_country{
}
.visa_country li{
    float: left;
    background: #e3f7ff;
    line-height: 28px;
    border-radius: 14px;
    padding: 0px 12px;
    margin-right: 12px;
    margin-bottom: 15px;
}
.link_a{
    color: blue;
}