/* 两侧的空隙 */
.global_twosides {
    padding: 0 15%;
}

.global_title_top{
    font-size: 28px;
    font-weight: 700;
}

.global_title_bottom{
    font-size: 16px;
    color: #777C96;
    font-weight: 400;
}

/* 清除浮动 */
.clearfloat:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfloat{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.details_title{
    color: #777c96;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}