/*展览*/
.page_content{
    margin-bottom: 1.44rem;
    border-bottom: 2px solid #f6f6f6;
    border-top: 2px solid #f6f6f6;
}
.artist_exhibition{
    width: 100%;
    margin-bottom: 0.6rem;
    display: block;
    color: rgba(14, 12, 13, 1);
}
.artist_exhibition .item{
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap:wrap;
}
.artist_exhibition .item{
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap:wrap;
}
.artist_exhibition .item_left{
    /*width: 9.16rem;*/
    width: 65%;
    height:auto;
    margin-right: 3%;
    /*box-shadow:0 0 10px rgba(14, 12, 13, 0.3);*/
    overflow: hidden;
}
.artist_exhibition .item_left img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
}
.artist_exhibition .item_left img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.artist_exhibition .item_right{
    flex: 1;
    overflow: hidden;
    margin-left: 3%;
}
.pro_title{
    font-size: 0.3rem;
    font-weight: bold;
}
.pro_class{
    font-size: 0.24rem;
    margin-top: 0.3rem;
}
.artist_exhibition .item_right .text_detail{
    font-size: 0.18rem;
    
}
.artist_exhibition .item_right .text_detail>p{
  padding-top: 0.3rem;
}
.artist_exhibition .item_right .text_detail .text_bold{
    font-weight: bold;
}

.btn{


    width: 0.8rem;
    height: 0.4rem;
    font-size: 0.18rem;
    color: rgba(188, 172, 153, 1);
    margin-top: 0.3rem;
    border: 1px solid rgba(188, 172, 153, 1);
    background: none;
    transition: all 0.5s;
}
.btn:hover{
    background:rgba(188, 172, 153, 1) ;
    color:#ffffff;
    border-radius: 0.05rem;
  transition: all 0.5s linear;
}

.B_Demo2 {
    display: none;
}
@media only screen and (max-width:768px) { 
    .page_content {
        margin-bottom: .6rem;
    } 
    .artist_exhibition .item_left {
        width: 100%;
    }
    .artist_exhibition .item_right .text_detail {
        font-size: .24rem;
    }
    .pgbtn .page_prev {
        margin-left: 2.5%;
    }
    .pgbtn .page_next{
       margin-right: 2.5%;
    }
    .btn {
        font-size: .24rem;
    }
}