/* CSS Document */

<!-- 网页body部分去掉 -->
body{
margin-top:0px;
}


<!-- 网页最上面一条  -->
.beard{
height:20px;
width:1024px;
background:url(../img/1.jpg);
}

<!-- flash导航菜单 -->
.flashmanea{
height:71px;
width:952px;
margin-left:26px;
}

<!-- flash导航菜单下方的 -->
.zhognjian{
width:1024px;
height:213px;
margin-left:125px;
background:url(../img/1-1_r3_c1.jpg);
}


<!-- 信息列表左边 子菜单 -->
.listnamue{
width:1024px;
height:550px;
margin-left:125px;
}


.title{
width:640px;
height:30px;
font-size:20px;
color:#144961;
float:left;

margin-top:0px;
}

.content{
width:640px;
height:420px;
font-size:13px;
float:left;
clear:both;
line-height: 200%;
}

.releasetime{
width:640px;
height:40px;
float:left;
clear:both;
font-size:13px;
}









<!-- 网页最后部分 公司声明 和 版权 -->
.wei{
width:1024px;
height:120px;
background:url(../img/1-1_r5_c1.png);
margin-left:110px;
clear:both;
}

<!-- 去除超链接下划线 -->
A:link{text-decoration:none}

<!-- 去除超链接下划线 -->
A:visited{text-decoration:none}

<!-- 去除超链接下划线 -->
A:hover {color: #ff00ff;text-decoration:underline}





