
/*上方空白*/
.pic_list_header > .row{
    margin-top: 100px;
}
.pic_list_header > .row > div {
    height: 75px;
}
.pic_list_header_left{
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
}
.pic_list_header_right{
    position: relative;
    padding-left: 0;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    border-right: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    width: 11%;
}
/*背景*/
#background_radius {
    background: #f48cbd;
    border-radius: 50%;
    width: 660px;
    height: 660px;
    position: absolute;
    left: 165px;
    top: 72px;
}

/*内容*/
.info_right , .info_left{
    background: #fff;
}
.info_right{
    height: 900px;
    position: relative;
    padding-left: 0;
    transform: translateX(30px);
    width: 11%;
    border-right: rgba(0,0,0,0.2) solid 1px;
}
.info_left{
    padding: 20px 0 10px 20px;
    position: relative;
    transform: translateX(30px);
}

.exhibition_pic{
    position: relative;
}
.exhibition_pic > ul > li{
    position: relative;
    margin-bottom: 20px;
}
.ckin__player{
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.ckin__fullscreen > video{
    width: 100% !important;
    height: auto !important;
}
video, .video_img{
    width: 360px !important;
    height: 270px !important;
    background-color: #000;
}
.exhibition_pic > ul{
    margin: 0;
    padding: 0;
}
.exhibition_pic > ul > li > .video_intro{
    width: 250px;
    font-size: 12px;
    position: absolute;
    left: 400px;
    bottom: 3px;
    letter-spacing: 1px;
}

@media (max-width: 1000px){
    body > div:nth-child(3) > div > div.col-md-offset-1.col-md-1.info_right, body > div.container.pic_list_header > div.row > div.col-md-8, body > div.container.pic_list_header > div.row > div.col-md-offset-1.col-md-1.pic_list_header_right{
        display: none;
    }
    body > div:nth-child(3) > div > div.col-md-8.info_left{
        padding: 0;
    }
    .exhibition_pic > ul > li > .video_intro{
        position: static;
        display: block;
    }
    video, .video_img{
        width: 80vw !important;
        height: auto !important;
    }
    #background_radius {
        background: none;
    }
}