*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: black;
}

.product_title{
    color: #058CE6;
    line-height: 40px;
    font-weight: bold;
    background-color: #dddddd;
}
.product_img{
    padding: 0;
    max-width: 100%;
    max-height: 130px;
}
.product_txt p{
    margin: 0 0 15px 0;
    font-size: 14px;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product_txt a{
    color: #058CE6;
    font-size: 14px;
}
.product{
    padding: 20px 0 20px 10px;
}

.news_content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.news_content ul li{
    float: left;
    width: 100%;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-align: left;
}
.news_content ul li a{
    color: #333333;
}
.news_content ul li i{
    float: left;
    width: 13px;
    height: 13px;
    background: url("../images/01.png");
    background-size: 100% 100%;
    margin: 7px 5px 0 0;
}