﻿*
{
    margin:0px;
    padding:0px;
}
        
body
{
    font-size:12px;
    /*font-family:微软雅黑,黑体,宋体, Arial, Times New Roman;*/
}

img
{
    border:0px;
}

a:link {color: black; text-decoration:none;} /* 未访问的链接 */
a:visited {color: #00a0e9;text-decoration:none;} /* 已访问的链接 */
a:hover {color: #00a0e9;text-decoration:none;} /* 鼠标移动到链接上 */
a:active {color: #00a0e9;text-decoration:none;} /* 选定的链接 */

.cssContainer {
    width:1000px;
    margin-top:20px;
}

.cssSubMenu {
    width:250px;
    margin-right:15px;
    float:left;
    border:1px solid #DEDEDE;
}

.cssSubMenu h3 {
    height:36px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #dedede;
    background-color:#f2f2f2;
    line-height:36px;
    color:#555555;
    font-size:12px;
    padding-left:10px;
}

.cssSubMenuUl {
    
}

.cssSubMenuUl li{
    height:50px;
    list-style:none;
    line-height:50px;
    padding-left:30px;
}

.cssContent {
    width:730px;
    float:left;
}

.cssContent h3{
    color:#c20e15;
    font-size:26px;
}