    .opacityBox {
        width: 1200px;
        height: 1160px;
        margin: 0 auto;
        border-top: 5px solid #d99489;
        margin-top: 258px;
        background-color: #faeee2;
        opacity: 0.85;
    }
    
    .ItemBox {
        width: 1104px;
        height: 1073px;
        background: #ffffff;
        margin: 0 auto;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .listRight ul {
        display: none;
    }
    
    .listLeft ul li {
        width: 150px;
        height: 44px;
        background-color: #ffffff;
        border: solid 1px #e9bc8f;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        margin: 10px 0 10px 10px;
    }
    
    .hover {
        background: url(../images/active1.png) no-repeat transparent !important;
        border: none !important;
        width: 156px !important;
    }
    
    .hover a {
        color: #cb644b !important;
    }
    
    .listLeft ul li a {
        color: #484848;
    }
    
    .listRight {
        width: 62%;
        float: right;
        background: #fff;
        margin: 15px 15px 15px 0;
        padding: 20px;
        box-sizing: border-box;
        height: 260px;
    }
    
    .listRight ul {
        width: 100%;
    }
    
    .listRight ul li {
        font-size: 18px;
        line-height: 18px;
        width: 100%;
    }
    
    .listRight ul li a {
        color: #505050;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 38px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .listRight ul li a:hover {
        color: #3783d8;
    }
    
    .fwgkList ul li {
        display: inline-block;
        margin: 26px 10px;
        width: 190px;
        height: 44px;
        background-color: #fffbf6;
        text-align: center;
        line-height: 44px;
        font-size: 18px;
    }
    
    .fwgkList ul li:hover {
        background: url(../images/active2.png) no-repeat transparent;
        line-height: 54px;
        height: 52px;
        margin: 20px 10px;
    }
    
    .fwgkList ul li:hover a {
        color: #c75438;
    }
    
    .fwgkList ul li a {
        color: #5a5a5a;
    }
    
    .bottom .content {
        width: 1200px !important;
    }