.venue_list{
    width: 100%;
    border: 1px solid #f5f4f4;
    padding-top: 20px;
    border-radius: 10px
}
.venue_item{
    padding: 0 20px 20px 10px;
}
.venue_city{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    font-size: 14px;
    color: #4c4c4c;
    margin-left: 10px;
}
.venue-ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    color: #4c4c4c;
}
.venue_detail_con .v_d_head {
    border-top: 1px solid #f2f2f2;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.venue_detail_con .v_d_head .v_d_head_img {
    float: left;
    width: 360px;
    height: 250px;
    border-radius: 10px;
}

.venue_detail_con .v_d_head .v_d_head_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.venue_detail_con .v_d_head .v_d_head_info {
    margin-left: 20px;
    width: 513px;
    float: left;
}

.venue_detail_con .v_d_head .v_d_head_info h1 {
    color: #333;
    font-size: 22px;
    margin: 30px 0px;
}

.venue_detail_con .v_d_head .v_d_head_info p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.venue_detail_con .v_d_head .v_d_head_info p span {
    font-size: 16px;
    color: rgb(255, 144, 45);
    cursor: pointer;
}

.venue_detail_con .v_d_head .v_d_head_map {
    float: right;
    width: 245px;
}

.venue_detail_con .v_d_head .v_d_head_map #map {
    width: 245px;
    height: 210px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.venue_detail_con .v_d_head .v_d_head_map .tolook {
    width: 245px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.venue_info {
    overflow: hidden;
}

.venue_info_left {
    width: 880px;
    float: left;
    overflow: hidden;
}

.venue_info_left .layui-tab-title li {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}

.venue_info_left .layui-tab-title .layui-this:after {
    border: none;
}

.layui-tab{
    margin: -10px 0
}
.layui-tab-title{
    border-bottom-color: #fff!important;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    border-bottom-color: #fff!important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff !important;
}
.ticketSearchResult {
    border: none;
    box-shadow: none;
}

.layui-tab-content {
    padding: 0px;
}

.venue_info_left .venue_item {
    overflow: hidden;
}

.venue_city {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    font-size: 14px;
    color: #4c4c4c;
    margin-left: 10px;
}

.venue-ul {
    overflow: hidden;
    margin-top: 8px;
}

.venue-ul li {
    /* float: left; */
    margin: 5px 0px 10px 5px;
    border-right: #E3E3E3 solid 1px;
    width: 32%;
    display: inline-block;
}
.venue-ul li:nth-child(3n){
    border-right: none;
}


.venue_all_imgs{
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.venue_img{
    width: 260px;
    height: 188px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    float: left;
    margin: 0 10px;
}
.venue_img img{
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 6px;
}