/* 活动页面 */
.activity_con {
    overflow: hidden;
}

.activity_con_left {
    float: left;
    width: 880px;
    border-top: 1px solid #f2f2f2
    /* border: 1px solid #eee; */
}

.activity_head {
    /* border-bottom: 1px solid #eee; */
    padding: 20px;
    /* background: #f8f8f8; */
    overflow: hidden;
}

.activity_head h3 {
    text-align: center;
    margin-bottom: 10px;
}

.activity_head p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 5px;
    color: #999;
}

.activity_list {
    /* border-bottom: 1px solid #eee; */
}

.activity_list .layui-tab-title li {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}

.activity_list .layui-tab-title li {
    /* border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px; */
}

.activity_list .layui-tab-title .layui-this:after {
    border: none;
}
.artist_lists .layui-tab-title .layui-this {
    border: none;
}
.layui-tab-title{
    border-bottom-color: #fff!important;
    margin-bottom: 15px
}

.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;
}
.activity_li{
    margin-left: 16px
}
.huodong_list{
    width: 100%;
    border: 1px solid #f5f4f4;
    padding-top: 20px;
    border-radius: 10px
}
.huodong_item{
    padding: 0 20px 20px 10px;
}
.huodong-ul {
    overflow: hidden;
    margin-top: 8px;
}

.huodong-ul li {
    /* float: left; */
    margin: 5px 0px 10px 5px;
    width: 19%;
    border-right: #E3E3E3 solid 1px;
    display: inline-block;
}
.huodong-ul li:nth-child(5n){
    border-right: none;
}

.huodong-ul li a {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    color: #4c4c4c;
}
