﻿

.h3
{
    text-align:left;
    margin:0 5px;
    padding:9px 0;
  
}
.h3 h3
    {
        font-size: 1em;
        font-weight: bold;
        color: #ff6a00;
        width:100%;
        border-left: 3px solid #ff6a00;
        padding-left: 10px;
        height: 18px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        line-height: 18px;
    }

.gsjs
{
    border-top:2px dotted #d0cdcd;
    padding:10px 5px;
    background: #f0eff4;
    box-sizing:border-box;
}
.gsjs img
    {
        width:100%;
        height:auto;
        border-radius:5px;
    }
.gsjs .body
    {
        
        line-height:26px;
        
    }
.gsjs .body p
   {
      
    }

