﻿@charset "utf-8";
/* CSS Document */
/*******************底部品牌介绍**********************/
#author{ background:#f6f6f6; padding:20px 18px; margin:10px 0; border-radius:5px;}
#author .left{ float:left; width:60px; height:60px; margin-bottom:10px; border-radius:30px; overflow:hidden;}
#author img{ width:100%;}
#author .right{ float:left; width:720px; margin-left:16px;}
#author .name{ margin-top:6px; font-size:16px; line-height:28px; color:#2b2b2b;}
#author .name span{ margin-left:4px; padding:0 2px; color:#ea6f5a; border:1px solid #ea6f5a; font-size:14px; border-radius:2px;}
#author .text{ font-size:14px; line-height:20px; color:#5d5c5c;}
#author .description{ padding-top:8px; border-top:1px solid #b60005; float:left; font-size:14px; line-height:22px; color:#5d5c5c;}

/********公共样式*********/
.clear{ zoom:1}
.clear:after{ content:""; display:block; clear:both;}