
.topic_con{
    overflow: hidden;
    /* padding: 10px; */
}
.topic_list{
    width: 855px;
    overflow: hidden;
    /* padding: 10px; */
    float: left;
}
.topic_item{
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    /* padding:  10px 0px; */
    margin-top: 2px
}
.topic_item>a{
    display: block;
    float: left;
    width: 165px;
    height: 120px;
    margin: 14px 10px;
    overflow: hidden;
    border-radius: 5px;
}
.topic_item>a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    min-height: 120px;
}
.topic_item .topic_info{
    width: 665px;
    float: left;
    padding-top: 16px
}
.topic_item .topic_info .topic_title{
    line-height: 30px;
    /* font-size: 19px; */
}
.topic_title_name:hover{
    color: #ff0066;
    transition: color .5s
}
.topic_item .topic_info .topic_dis{
    line-height: 22px;
    font-size: 13px;
    color: #777;
    margin-top: 3px;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* .artist_item .artist_info .artist_dis:hover{
    color: #ff0066;
    transition: color .5s
} */
/* 明星详情 */
.topic_detail_con {
    overflow: hidden;
}

.topic_info {
    width: 855px;
    overflow: hidden;
    float: left;
}
.topic_infos{
    padding-top: 10px;
    margin-top: 2px;
    border-top: 1px solid #f2f2f2;
}

.topic_info .topic_head {
    overflow: hidden;
    /* border: 1px solid #eeeeee; */
    margin-bottom: 10px;
}

.topic_info .topic_head img {
    float: left;
    width: 250px;
    height: 250px;
    margin: 20px;
    border-radius: 50%;
}

.topic_info .topic_head .topic_text {
   width: auto;
   padding: 15px;
}

.topic_info .topic_head .topic_text h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 40px;
}

.topic_info .topic_head .topic_text p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
    margin-top: 10px;
    color: #777
}
/* .artist_lists {
    border-bottom: 1px solid #eee;
} */

.topic_lists .layui-tab-title li {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
.my-img{
    padding: 15px 6px
}
.result_star .ticket_time i{
    color: #ff0066
}

/* .artist_lists .layui-tab-title li {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px;
} */

.topic_lists .layui-tab-title .layui-this:after {
    border: none;
}
.topic_lists .layui-tab-title .layui-this {
    border: none;
}
.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;
}
/* .artist_lists .layui-tab-title .layui-this {
    border-bottom: 1px solid #fff;
} */
