/*--------------------背景图片--------------------*/
#center-part	{
background-image: url('../images/index.jpg');
}

/*--------------------固定动态--------------------*/
.fixed-news	{
float: left;
clear: left;
width: 100%;
margin-bottom: 10px;
font-family: '微软雅黑','幼圆',Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
}
.fixed-news ul	{
margin-top: 0;
list-style-type: square;
margin-bottom:0;
}
.fixed-news a	{
color: #aa0000;
text-decoration: none;
}
.fixed-news a:hover	{
color: #ee0000;
}

/*--------------------滚动动态--------------------*/
.scroll-news	{
float: left;
clear: left;
width: 100%;
font-family: '宋体','Times New Roman',Times,serif;
font-size: 13px;
}
.scroll-news marquee	{
height: 220px;
text-align: left;
}
.scroll-news marquee ul	{
}
.scroll-news marquee ul li	{
margin-bottom: 5px;
}

/*--------------------演出信息--------------------*/
.NewsPic	{
}
