#main-fa{
    width: 100%;
    margin: auto;
    max-width: 1440px;
    background: #fff;
    padding-top: 30px;
    overflow: hidden;
}
#main{
    width: 1000px;
    margin: auto;
    overflow: hidden;
}
#main .sidebar{
    float: left;
    width: 185px;
}
#main .sidebar a{
    display: block;
    width: 195px;
    padding: 10px 0;
    font-size: 17px;
    color: #333;
    text-align: center;
    background: #f4f4f4;
}
#main .sidebar-title{
    font-size: 20px;
    color: #fff!important;
    background: #0c6ebe!important;
    margin-bottom: 10px;
}
#main .sidebar a.on{
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px #666;
    color: #fff;
    background:#0c6ebe;
}
#main .sidebar-tag:hover{
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px #666;
    color: #fff;
    background:#0c6ebe;
    cursor: pointer;
}
#main .content{
    float: right;
    width: 780px;
}
#main .content-title{
    width: 780px;
    padding: 10px;
    font-size: 20px;
    text-align:center;
    border-bottom: 1px solid #333;
}
#main .content p{
  
    text-indent:1em;
}