

/*产品*/
.row-products > div{ margin-bottom: 30px;}
.level-1-title{
    font-size: 14px;
    line-height: 42px;
    font-weight: bold;
    border-bottom: 1px solid #17bed2;
    cursor: pointer;
}
.level-1-list{
    display: none;
    margin-bottom: 5px;
}
.level-1-list li,.level-1-list li a{
    font-size: 14px;
}

.des-title{
    padding-top: 15px;
    
    font-size: 18px;
    font-weight: bold;
}

.des-content{
    line-height: 24px;
}

/*新闻*/
.news-list li,.news-list li a{
    font-size: 12px;
}


.news-title{
    padding-top: 30px; 
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.news-info{
    padding-bottom: 20px;
}
.news-author{
    text-align: right;
}