@import url(main.css);

.about_box{width:1200px;box-sizing:border-box;margin:0 auto;}

.about_left{border:1px solid #e9e9e9;box-sizing:border-box;background:#fff;width:260px;float:left;}
.about_left h1{line-height:40px;height:40px;background:url(../images/bart.png) left top repeat-x;padding-left:10px;font-size:15px;font-weight:bold;}
.about_left li{line-height:35px;border-bottom:1px solid #f5f5f5;padding-left:30px;}
.about_left li a{color:#666;font-size:14px;}
.about_left li a:hover{color:#ff4c4c;}
.about_left li a.hover{color:#ff4c4c;}


.about_right{width:930px;min-height:400px;float:right;box-sizing:border-box;background:#fff;border:1px solid #e9e9e9;}
.about_right h1{line-height:40px;height:40px;background:url(../images/bart.png) left top repeat-x;padding-left:10px;font-size:15px;font-weight:bold;}
.about_right .content{box-sizing:border-box;padding:40px;background:#fff;}

.about_right .content p{line-height:35px;margin-bottom:20px;}











