.content{
 width: 1200px;
 margin: 0 auto;
 overflow: hidden;
 background-color: white;
}
.title{
 overflow: hidden;
 margin: 10px 0px;
}
.left{
 float: left;
 width: 280px;
 height: 63px;
 border-bottom: 2px solid #A72126;
 line-height: 63px;
 text-align: center;
 font-size: 22px;
}
.right{
 float: right;
 width: 920px;
 height: 63px;
 border-bottom: 2px solid #999999;
 line-height: 63px;
 text-align: right;
 font-size: 12px;
}
.fl{
 float: left;
 width: 280px;
}
.fl ul{
 
}
.fl ul li{
 width: 280px;
 height: 45px;
 background-color: #f0f0f0;
 line-height: 45px;
 text-align: center;
 

}
.fl ul li a{
 color:#AA2A24;
 font-size: 14px;
 width: 280px;
display:block;
 }
.fl ul li a:hover{
 background-color: #AA2A24;
 color: white;
}
.point{
 background-color: #AA2A24;
 color: white !important;
}
.fr{
 float: right;
 width: 890px;
 
}

.fr ul{
 width: 850px;
 margin: 0 auto;
}
.fr ul li{
 overflow: hidden;
 height: 45px;
 line-height: 45px;
 
}
.fr a{
 
 
 font-size: 14px;
 color: #333333;
}
.fr span{
 

}
.fr-text{
 float: left;
}
.fr-text img{
 margin-right: 4px;
}