﻿body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333333;
}

/*产品分类*/
#ProductCategory {
    margin-top: 20px;
    /*background-color: white;*/
}


    #ProductCategory ul li a {
        /*color: #336699;
        font-size:14px;
        font-weight:bold;*/
    }

        #ProductCategory ul li a h4 {
            color: #3E7093;
            font-weight: bold;
        }

        #ProductCategory ul li a p {
            color: #333333;
        }

#NewsList ,#News{
    background-color: white;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px 15px;
    margin-bottom:50px;
}

    #NewsList ul li {
        list-style: none;
    }

    #NewsList table > tbody > tr > td {
        border: none;
    }

#NewsContent{
    margin: 0 20px;
}
#MoreNews {
    margin:50px 0 0 0;
}
#MoreNews ul{
    padding: 0 40px;
}



