.logo{position:relative;}
.zy{position:absolute;z-index:99;height:130px;left:0;top:0;width:50%;}
.sy{position:absolute;z-index:99;height:130px;left:50%;top:0;width:22%;}
.gwzz{
display:-webkit-box;
    overflow:hidden;
    /*autoprefixer:off*/
    -webkit-box-orient:vertical;
    /*autoprefixer:on*/
    -webkit-line-clamp:3;/*这里代表显示几行*/
    text-overflow:ellipsis;float: right;width: 100%;}

