.left{
    float: left;
    padding: 0 15px;
}
.right{
    float: right;
    padding: 0 15px;
}
/* ---------------------------- */
.content, .left, .right {
    /* height: 505px; */
    /* height: 537px; */
    height: 100%;
    
}

.content {
    min-width: 1024px;
    /* height: 500px; */
    /* width: auto; */
    /* height: 100%; */
    /* background-color: #fe8500; */
    /* border-bottom: 1px solid #ddd; */
    /* background: url(../img/bg_gonggao.jpg) center no-repeat; */
    /* background-size: auto 100%; */
    /* background-position-x: -450px; */
    /* background-position-y: 100%; */
}


/* ------------------------------------- */
.content>.main>.left {
    /* background-color: rgba(128, 255, 0, 0.384); */
    /* position: fixed; */
    /* background-image: url(../img/bg0.png);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: -350px; */
    /* background-size: 250%; */
    /* border: solid #e4e4e4; */
    /* border-width: 0 1px 1px; */
    width: 256px;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
    /* height: 290px; */
    /* float: left; */
    /* box-sizing: border-box; */
    /* text-align: center; */
    height: 100%;
}

.content>.main>.right {
    /* background-color: rgba(0, 255, 179, 0.466); */
    width: 738px;
    /* height: 290px; */
    /* float: right; */
    /* background-image: url(../img/bg_gonggao.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: -1110px; */
    /* border-left: 1px solid #e4e4e4;
    box-sizing: border-box; */
}

/* ------------------------------------- */




/* ---------------------------------- */

