.page-banshi{
    float: left;
    width: 100%;
    margin: 15px 0;
}
.page-banshi .box{
    padding: 10px;
    background-color: #ffffff;
    border-top: 1px solid #0099ff;
}
.page-banshi .left-box{
    float: left;
    width: 900px;
    height: 650px;
}
.page-banshi .left-box h4{
    float: left;
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    border-bottom: 2px solid #eeeeee;
}
.page-banshi .left-box h4 i.iconfont{
    margin-right: 5px;
}
.page-banshi .left-box h4 a{
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}
.page-banshi .left-box h4 a:hover{
    color: #0099ff;
}
.page-banshi .left-box h4.geren{
    color: #eb6100;
}
.page-banshi .left-box h4.qiye{
    color: #009944;
}
.page-banshi .left-box h4.bumen{
    color: #0099ff;
}
.page-banshi .left-box ul{
    padding: 10px 0;
}
.page-banshi .left-box ul,
.page-banshi .left-box li,
.page-banshi .left-box li a{
    float: left;
}
.page-banshi .left-box li a{
    width: 135px;
    text-align: center;
    margin: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}

.page-banshi .right-box{
    float: right;
    width: 290px;
    height: 650px;
}
.page-banshi .right-box h4{
    padding: 5px 15px;
    font-size: 16px;
    border-bottom: 2px solid #eeeeee;
}
.page-banshi .right-box ul,
.page-banshi .right-box ul li,
.page-banshi .right-box ul li a,
.page-banshi .right-box ul li a span{
    float: left;
}
.page-banshi .right-box ul{
    width: 280px;
    margin-left: -5px;
    padding: 5px 0;
}
.page-banshi .right-box ul li{
    width: 50%;
    padding: 5px;
}
.page-banshi .right-box ul li a{
    width: 100%;
    padding: 9px 0;
    text-align: center;
    border-radius: 5px;
    background-color: #f2faff;
}
.page-banshi .right-box ul li a span{
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
}
.page-banshi .right-box ul li a i.iconfont{
    font-size: 24px;
    color: #0099ff;
}
.page-banshi .right-box ul li a:hover,
.page-banshi .right-box ul li a:hover i.iconfont{
    color: #ffffff;
    background-color: #0099ff;
}