.tab-top .title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.tab-top li {
    position: relative;
    display: block;
    width: 98%;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-left: 2%;
	text-indent: 28px;
	text-align: justify;
}
.tab-top .two li{
	text-indent: 0px;
}

   .tab-top .title::before{
    position: absolute;
    top: 18%;
    left: -2%;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/yuan.png) no-repeat;
   
    }
    .tab-top .two li::before{
        position: absolute;
        top: 5px;
        left: -2%;
        content: '';
        width: 14px;
        height: 12px;
        background-color: powderblue;
       background: url(../img/fang.png) no-repeat;
    }