body,html {
    background-color: #FAFAFA !important;
}
.content {
    width: 1210px;
    margin-top: 20px;   
    background-color: #fff;
    box-sizing: border-box;
    // .list-content {
    //     margin: 40px 50px;
        
    //     margin-right: 0;
    //     height: 417px;
    //     width: 45%;
    //     display: inline-block;
    //     box-sizing: border-box;
    //     ul {
    //         margin-left: 20px;
    //         li {
    //             position: relative;
    //             list-style-type: square;
    //             margin-bottom: 20px;
                
    //             cursor: pointer;
    //             .title {
    //                 // float: left;
    //             }
    //             .date {
    //                 margin-right: 76px;
    //                 float: right;
    //                 color: #999;
    //                 font-size: 12px;
    //             }
    //         }
    //         li:hover {
    //             list-style-type: none;
    //             color: #FF1E0F;
    //         }
    //         li:hover::before{
    //             // float: left;
    //             content:url(i/rectangle_9.png);
    //             position: relative;
    //             margin-left: -10px;
    //             margin-right: 10px;
    //             // left: -15px;
    //         }
    //     }
    // }
    .list-content.left {
        border-right: 2px solid #F4F4F4;
    }
    .left, .right {
        width: 50%;
        box-sizing: border-box;
        float: left;
    }
}
// .wrapper {
//     height: 100%;
//     margin: 0 auto;
// }