* {
border:0;
margin:0;
padding:0;
/*新闻页的主题应该是黑色和黄色的结合体，有一种沧桑感！在这个页面中要使用css滤镜*/
}
body{
text-align:center;
background-color:#000000;
font-family:"宋体",Arial, Helvetica, sans-serif;
font-size:12px;
}
#container{
background-color:#Fff;
width:774px;
height:auto;
margin:0 auto;
}
#title{
margin:0 auto;
width:775px;
height:132px;
}

#banner{
margin:0 auto;
width:775px;
height:104px;
/*background-image:url(index/banner.jpg);*/
}
#guodu{
margin:auto;
height:25px;
background-image:url(../../imageall/news/English_version/guodu.jpg);
}
<!-- 这里是上面的内容-->
#content{
width:775px;
height:auto;
margin:0 auto;
border:#330099 solid 2px;
background-color:#FFFF00;
}
#left{
float:left;
display:inline;
width:200px;
margin-left:5px;
margin-top:2px;
}
#image{
display:inline;
width:200px;
height:168px;
margin:auto 0;
}

#humpNotice{
width:200px;
height:245px;
margin-top:5px;
/*filter:gray;*//*css滤镜，很好用,不过只能在IE中使用，FF中无法实现*/
}
#noticeLink ul{
list-style:none;
}
#noticeLink ul li{
margin-left:5px;
border-bottom:#CCCCCC dashed 1px;
margin-top:5px;
}


/*上面是中间左边的内容*/

#right{
float:left;
display:inline;
width:540px;
margin-left:10px;
margin-top:2px;
}

#position{
margin:0 auto;
height:20px;
text-align:left;
border-bottom:#999999 1px dashed;
}


#newsIcon{
width:526px;
text-align:left;

}
#newsDetails{
margin:5px;
text-align:left;
font-size:13px;
}

#newsDetails p span{
color:#FF3300;

}
/*上面是中间右边的内容*/

#clearMove{
clear:left;
}


#bottom{
margin-top:15px;
margin-bottom:auto;
}

#bottom #navi{
border-top:#BD5929 solid 2px;
border-bottom:#BD5929 solid 2px;
text-align:center;
}

#bottom #navi span
{margin-left:50px;
margin-top:2px;
color:#000;
}
#name-add{
margin-top:10px;
}


a{
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:underline;
color:#6666CC;
}
a:visited{
color:#7C7C7C;
}

