table{
    margin: 0 auto;
}
.content{
    width: 1200px;
    margin: 30px auto 0;
}
.content .box-left{
    width: 215px;
}
.content .content-right{
    width: 965px;
    background: #f6f6f6;
    
    margin-left: 20px;
}
.content .right-top{
    width: 920px;
    padding-top: 8px;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
}
.content .right-top>div:first-child{
    max-width: 300px;
}
.content .right-bottom{
    width: 920px;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    padding: 0 0 24px 0 ;
}
.content .right-top>div:first-child{
    line-height: 40px;
    color: #333333;
    font-weight: bold;
}
.content .right-top .subnav{
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    max-width: 500px;
}
.content .right-top .subnav a{
    color: #666666;
}
.content .right-top .subnav a:hover{
    color: #b10703;
}
.content .right-top .subnav>p .hover-red{
    color: #b10703;
}
.content .right-bottom p{
    text-indent: 2em;
    line-height: 40px;
}