/* CSS Document */
/*面包屑导航*/
.mbx_nav{width: 1200px; margin: auto; height: 50px; padding-left: 20px; line-height: 50px; color: #666;}
.mbx_nav h1{display: inline-block; font-weight: normal;}
.mbx_nav a{color: #666;}
#content{width:1200px; margin:auto; overflow: hidden;}
#content .bottom{height: 200px;}
.col-left .content{width: 200px;}
#content .content li{line-height: 50px; text-align: center; background-color: #F7F7F7;;}
#content .content li a{font-weight: bold; font-size: 20px; color: #333;}
#content .col-left{float:left;}
#content .col-left span{display: block; line-height: 50px; text-align: center; background-color: #DDD;}
#content .col-left span a{font-weight: bold; font-size: 20px; color: #333;}
#content .col-auto{float:left; width:82%; margin-left: 10px;}
#content .col-auto h1{text-align: center; line-height: 50px; background-color: #DDD; font-size: 22px; color: #333;}
#content .col-auto .content{border-top: 1px solid #DDD; padding: 50px 80px; background-color: #F7F7F7;line-height: 30px;}
#content .col-auto .content p{line-height: 30px;}