body{
    background: #F5F7FA;
}

#repository{
    width: 1200px;
    margin: auto;
    margin-top: 32px;
}

.repsidebar {
    position: fixed;
    z-index: 66;
    overflow-x: auto;
    /*margin-top: -70px;*/
}

.repsidebar .bottomLine {
    position: absolute;
    top: 0;
    left: 38%;
    width:2px;
    height:12px;
    background: #FA3243;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 41px;
    margin-left: -60px;
}

.rep_slider{
    /*width: 159px;*/
    /*margin-top: 41px;*/
    position: fixed;
    z-index: 66;
    width: 160px;
    /* height: 225px; */
    background: linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    margin-top: 40px;
}

.rep_slider p{
    height: 45px;
    line-height: 45px;
    color: #666060;
    font-size: 13px;
    border-left: 2px solid transparent;
    padding-left: 14px;
    box-sizing: border-box;
}

.rep_slider p:hover{
    /*color: #4D71FF;*/
    cursor: pointer;
}

.repActive{
    background: linear-gradient(180deg,rgba(77, 113, 255,1) 0%,rgba(77, 113, 255,1) 100%);
    color: #fff!important;
}

.repActive:before {
    content: '';
    height: 8px;
    width: 2px;
    background: #fff;
    display: inline-block;
    margin: 0 14px 0 -16px;
}

.rep_main{
    position: relative;
    width: 1040px;
    border-left: 1px solid #EDEFF2;
    /*padding-bottom: 45px;*/
}

.rep_main_item{
    margin-bottom: 48px;
}

.rep_main_item .rep_tit{
    font-size:17px;
    line-height: 17px;
    font-weight:bold;
    color:#333030;
    margin-bottom: 23px;
}

.rep_main_item .rep_tit:before{
    content: '';
    height: 10px;
    width: 2px;
    background: #333030;
    display: inline-block;
    margin-right: 14px;
}

.rep_main_item:last-child{
    margin-bottom: 0;
}

.rep_item_list{
    width:346px;
    height:72px;
    background:rgba(255,255,255,1);
    padding: 15px 0 0 32px;
    box-sizing: border-box;
    display: inline-flex;
    float: left;
    margin: 1px 1px 0 0;
    position: relative;
    transition: all .3s ease-out 0s;
}

.rep_item_list a{
    display: inherit;
}

.rep_item_list:hover{
    /*box-shadow:0 8px 16px rgba(191,194,204,0.6);*/
    box-shadow: 0 4px 24px rgba(0,0,0,0.16);
    z-index: 10;
}

.rep_item_list img{
    height: 28px;
    width: 28px;
    margin-right: 16px;
    position: relative;
    top:7px;
}

.rep_item_list p span{
    display: block;
}

.rep_item_list p span:first-child{
    color:#333030;
    font-size:15px;
}

.rep_item_list p span:last-child{
    color:#BFC2CC;
    font-size:12px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.itemBox .rep_item_list:nth-child(3n+3){
    margin-right: 0;
}

.fixBox{
    height: 45px;
    width: 100%;
    background: #F5F7FA;
    position: absolute;
    left: -1px;
    bottom: 3px;
}
