/*上方空白*/
.pic_list_header > .row{
    margin-top: 80px;
}
.pic_list_header > .row > div {
    height: 70px;
}
.pic_list_header_left{
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(50px);
}
.pic_list_header_right{
    position: relative;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    border-left: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(50px);
    width: 9%;
}
.pic_list_header_right > a{
    padding-left: 20px;
}
.pic_list_header_right > a:nth-child(1){
    position: absolute;
    bottom: 30px;
}
.pic_list_header_right > a:nth-child(2){
    position: absolute;
    bottom: 5px;
}

/* 内容列表 */
.pic_list_container > .row > div{
    transform: translateX(50px);
}
.pic_list_container_left{
}
.pic_list_container_right{
    padding-top: 15px;
    border-left: rgba(0,0,0,0.2) solid 1px;
    height: 800px;
}
.pic_list_container_right > .year{
    padding-left: 20px;
}
.pic_list_container_right > .year > .year_ex_ul{
    transition: all 0.3s linear;
    width: 10vw;
    display: none;
}
.pic_list_container_right > .year.active > .year_ex_ul{
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
}
/*TODO: md-25%*/
.pic_list_container_left > .row > .pic_inner{
    position: relative;
    padding: 12% 15px 12% 15px;
}
.pic_inner > img, .pic_inner > .pic_mask{
    position: absolute;
    top: 0;
    left: 0;
    margin: 17% 17%;
    width: 66%;
    height: 66%;
    border-radius: 50%;
    cursor: pointer;
}
.pic_inner > .pic_mask{
    background-color: #f48cbd;
    border-radius: 50%;
    transition: all 0.3s linear;
    opacity: 0;
}
.pic_inner > .pic_mask:hover{
    opacity: 1;
}
.pic_inner > .pic_mask > .pic_info{
    text-align: center;
    width: 96%;
    transform: translateX(2%);
    display: table;
    height: 100%;
}
.pic_inner > .pic_mask > .pic_info > div{
    display: table-cell;
    vertical-align:middle;
}

@media (max-width: 1000px){
    .pic_list_header_left, .pic_list_header_right{
        display: none;
    }
    .pic_list_container > .row > div{
        transform: translateX(0);
    }
    .pic_inner > img, .pic_inner > .pic_mask{
        height: 85%;
    }
    .pic_list_container_left > .row > .pic_inner{
        margin-bottom: 20px;
    }

    .pic_inner > .pic_mask > .pic_info > .pic_info_word > strong {
        font-size: 1rem !important;
        display: inline-block;
        line-height: 15px;
    }
    .pic_inner > .pic_mask > .pic_info > .pic_info_word > div {
        font-size: 1rem !important;
    }

}
#exhiType > a {
    font-size: 12px;
}