.container-header{
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 38px;
    line-height: 56px;
    font-weight: normal;
    color: #9F9F9F;
    display: flex;
    align-items: center;
}

.position{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.header-right{
    width: 5px;
    height: 7px;
    margin: 0 9px;
}


.container-row{
    display: flex;
    margin-bottom: 87px;
}

.title{
    font-size: 20px;
    font-weight: 500;
}
.date{
    font-size: 14px;
    color: #999999;
    margin: 16px 0;
}
.content{

}

.container-row-left{
    margin-right: 52px;
    width: 841px;
}
.container-row-right{

}
.right-header{
    color: #7D342D;
    font-size: 18px;
    padding: 10px 0 9px 10px;
    border-bottom: 1px solid #7D342D;
}
.right-row{
    cursor: pointer;
    width: 225px;
    margin: 20px 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}
.frontCover{
    width: 205px;
    height: 138px;
}
.right-title{
    font-size: 14px;
    color: #3D3D3D;
    line-height: 24px;
    margin-top: 15px;
}
.right-date{
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    display: flex;
    justify-content: end;
    width: 205px;
}