/* body {
    background: url(../images/new_show_bj.png) left top /100% 100%;
} */

.exhibition_list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 61px;
}

.exhibition_list .exhibition_message {
    width: 100%;
    height: 184px;
    background-color: #ffffff;
    margin-top: 9px;
}
.exhibition_list .exhibition>img{
    max-height: 350px;
    object-fit: cover;
}

.exhibition_list .exhibition_message img {
    width: auto;
    margin-right: 5px;
    height: auto;
    display: inline-block;
}

.message {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.message span {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-left: 24px;
    margin-top: 5px;
    width: 87%;

    display: block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.message p {
    margin-left: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #935735;
}

.message div {
    padding: 24px 0;
    
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
}
.message div:nth-child(1){
    width: 40%;
}
.message div:nth-child(2){
    width: 40%;
}
.message div:nth-child(3){
    width: 20%;
    border-right: 0;
}

.describe {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 23px;
}

.describe p {
    width: 95%;
    margin: auto;
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
}

.exhibition_list a {
    margin-bottom: 29px;
    display: block;
}

.exhibition_list a:last-childs .exhibition {
    margin-bottom: 0;
}

@media(max-width:996px) {
    .exhibition_list .exhibition_message{
        height: auto;
    }
    .message{
        flex-wrap: wrap;
        width: 100%;
    }
    .message div{
        width: 100% !important;
        padding: 0.2rem 0;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
    }
    .describe{
        padding-bottom: 0.3rem;
        padding-top: 0.3rem;
    }
    .describe p{
        width: calc(100% - 42px);
        margin-left: 24px;
    }
    
}
@media(max-width:768px) {
    .f-content{
        margin: 0.5rem auto;
    }
}
