/*上方空白*/
.pic_list_header > .row{
    margin-top: 100px;
}
body > div.container.pic_list_header > div.row > div:nth-child(3) > div{
    transform: translateY(-20px);
    height: 26px;
}
.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%;
}
.pic_list_header_right > a{
    font-size: 12px;
    position: absolute;
    top: 1vh
}
/*背景*/
#background_radius {
    background: #f48cbd;
    border-radius: 50%;
    width: 660px;
    height: 660px;
    position: absolute;
    left: 165px;
    top: 72px;
}

/*内容*/
.info_right , .info_left{
    height: 492px;
}
body > div:nth-child(3) > div:nth-child(2) > div.col-md-8.info_left{
    height: 100%;
}
.info_right{
    position: relative;
    padding-left: 0;
    transform: translateX(30px);
    width: 11%;
    border-right: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.info_left{
    padding: 20px 0 10px 20px;
    position: relative;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    background: #fff;
}

.exhibition_pic{
    position: relative;
}
.exhibition_pic > ul > li{
    position: relative;
    display: none;
}
.exhibition_pic > ul > li > img{
    height: 450px;
}
.exhibition_pic > ul{
    margin: 0;
    padding: 0;
}
.exhibition_pic > .count_length{
    font-size: 16px;
    position: absolute;
    right: 50px;
    bottom: 35px;
}
.exhibition_pic > .count_length > span{
    cursor: pointer;
}
.exhibition_pic > .count_length > span:hover{
    color: #f48cbd !important;
}
.info_left > .title_inner{
    position: absolute;
    bottom: 10px;
}
.info_left > .title_inner > .title{
    font-size: 20px;
    font-family: 微软雅黑, MHeiHKMedium, sans-serif;
    font-weight: 600;
}
.info_left > .title_inner > .sub_title{
    font-family: 微软雅黑, MHeiHKMedium, sans-serif;
    font-size: 14px;
}
.info_left > .content{
    width: 67%;
}

@media (max-width: 1000px){
    body > div:nth-child(3) > div:nth-child(1) > div.col-md-offset-1.col-md-1.info_right{
        display: none;
    }
    body > div:nth-child(3) > div:nth-child(2) > div.col-md-offset-1.col-md-1.info_right{
        display: none;
    }
    .pic_list_header_right{
        border: none;
    }
    #background_radius{
        left: 70px;
    }
    .info_left{
        padding-left: 30px;
        transform:  translateX(0) !important;
        
    }
    .pic_list_header_left, .pic_list_header_right{
        padding-left: 30px;
        transform:  translateX(0) !important;
    }
    pic_list_header_left{
        padding: 0 !important;
    }
    body > div:nth-child(3){
        padding-bottom: 250px !important;
    }
    body > div.container.pic_list_header > div.row > div.col-md-7.pic_list_header_left, body > div.container.pic_list_header > div.row > div.col-md-offset-1.col-md-1.pic_list_header_right  {
        display: none;
    }
    
}

@media (max-width: 770px){
    .exhibition_pic > ul > li > img{
        width: 333px !important;
    }
    #background_radius{
        width: 90vw;
        height: 90vw;
        left: 5vw;
    }
    body > div.container.pic_list_header > div.row > div.col-md-8.pic_list_header_left{
        display: none !important;
    }
    .info_left > .title_inner{
        position: relative;
        bottom: 0;
    }
    .exhibition_pic > .count_length{
        position: relative;
        top: 0;
        right: 0;
    }
    .info_left{
        padding: 20px 10px 10px 20px;
        height: 100%;
    }
    .info_left > .content{
        width: 100%
    }
    .pic_list_header > .row > div {
        height: 86px !important;
    }
    .pic_list_header > .row {
        margin-top: 71px;
    }
    body > div.container.pic_list_header > div.row > div:nth-child(3) > div{
        transform: translateY(0px);
    }
}