@charset "utf-8";
/* CSS Document */
.venu{
    margin-top: 20px;
}
.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_title{font-size: 16px; font-weight: bold;}
.venue_img{width: 730px;}
.venue_tip{text-align: center;}
.visa_country{padding-bottom: 10px;}
.visa_country li{
    float: left;
    background: #e3f7ff;
    line-height: 28px;
    border-radius: 14px;
    padding: 0px 12px;
    margin-right: 12px;
    margin-top: 15px;
}
.link_a{
    color: blue;
}