
 /*---------------*/
 /*----------标题样式-------------*/
    .my-title-style1{
        color: #828282;
        font-weight: bold;
        font-size:18px;
    }
    .my-title-style2{
        color:#337ab7;
    }
     .my-title-style3{
        color:#337ab7;
        font-size:12px;
    }

    /*内容样式*/
    .my-content-style-p{
        color:#757575;
    }