.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: 76px;
    width: 841px;
}
.container-row-right{

}
.right-header{
    color: rgba(33,70,151,1);
    font-size: 18px;
    padding: 10px 0 4px 25px;
    border-bottom: 1px solid rgba(33,70,151,1);
    position: relative;
}
.right-header:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    background-color: rgba(33,70,151,1);
    left: 0px;
}
.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;
}

.window-container {
    display: flex;
    width: 100%;

}
.window-container .left-mask {
    height: 480px;
    width: auto;
    position: relative;
    object-fit: cover;
    overflow-y: hidden;
    top: 120px;
    object-position: right;
    align-self: start;
    z-index: 0;

}
.window-container .right-mask {
    height: 480px;
    top: 120px;
    width: auto;
    object-fit: cover;
    align-self: start;
    position: relative;
    bottom: 50px;
    overflow-y: hidden;
    object-position: left;
    z-index: 0;


}
.float-box-1 {
    position: absolute;
    top: 60px;
    width: 306px;
    height: 115px;
    background-color: rgba(249,209,98,1);
    right: 0px;
    z-index: -1;

}


.float-box-2 {
    position: absolute;
    top: 800px;
    width: 142px;
    height: 100px;
    background-color: rgba(216,55,65,1);
    left: 0px;
    z-index: -1;

}

.float-box-3 {
    position: absolute;
    bottom: 656px;
    width: 190px;
    height: 149px;
    background-color: rgba(216,55,65,1);
    z-index: -1;
    right: 108px;
}
.float-box-4 {
    position: absolute;
    bottom: 0px;
    width: 153px;
    height: 218px;
    background-color: rgba(249,209,98,1);
    z-index: -1;
    right: 0px;
}
.right-bottom-mask {
    position: absolute;
    bottom: 38px;
    right: 0px;
    width: 200px;
    height: 694px;
    z-index: -2;
}
