
/*上方空白*/
.pic_list_header > .row{
}
.pic_list_header > .row > div {
    /* height: 75px; */
    height: 175px;
}
body > div.container.pic_list_header > div.row > div.col-md-1.pic_list_header_right > div{
    transform: translateY(-20px);
    height: 26px;
}
.pic_list_header_left{
    background-color: #fff;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
}
.pic_list_header_right > a {
    font-size: 12px;
    position: absolute;
    top: 1vh;
}
.pic_list_header_right{
    margin-top: 100px;
    height: 75px !important;
    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;
}

.pic_list_header_right{
    /* padding-left: 46px; */
    position: relative;

    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 > div{
    height: 26px;
}
.pic_list_header_right > div > a{
    top: 1vh
}
.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);
}

/*内容*/
.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{
    background: #fff;
    padding: 20px 0 10px 20px;
    position: relative;
    transform: translateX(30px);
    min-height: 600px;
}
.news_li{
    padding-bottom: 30px;
}
.news_li > div{
    display: inline-block;
    width: 600px;
}
.news_li > .news_title{
    font-size: 20px;
    font-weight: bold;
}
.news_li > .news_sub_title{
    font-size: 18px;
    font-weight: bold;
}
.news_li > .news_content{
    padding-top: 5px;
}
.news_li.shrink > .news_content_brief{
    
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 12px;
}
.news_li > .news_content_brief{
    display: none;
}
.news_li.shrink > .news_content{
    display: none;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
}
/* more */
.news_li.shrink > .news_content_more{
    display: inline-block;
    cursor: pointer;
    color: #f48cbd;
}
.news_li > .news_content_less{
    display: none;
    cursor: pointer;
    color: #f48cbd;
}

@media (max-width:1000px){
    body > div:nth-child(3), body > div.container.pic_list_header{
        padding: 0;
        margin: 0;
    }
    body > div:nth-child(3) > div > .info_left{
        width: 80vw;
    }
    #background_radius{
        top: 42px;
        left: 18px;
    }
    .news_li > div{
        width: 70vw;
    }
    #year_list_div{
        display: none;
    }
}
@media (max-width:700px){
    .pic_list_header_left, body > div:nth-child(3) > div > .info_left{
        width: 90vw;
    }
    #year_list_div{
        display: none;
    }
}