/*信息侧边栏*/
.container .left {
    margin-top: 25px;
    margin-right: 30px;
    border-top: 3px solid #296bb6;
}
.container .left a {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background: url(../static/img/1102.png) 200px center no-repeat;
}
.container .left a.active {
    background-color: #296bb6;
    color: #fff;
    font-weight: bold;
    behavior: url(../pie/PIE.htc);
    border: 1px solid #296bb6;
}