body{
	width:100%;
        margin:0;
	border:0;
	padding:0;
}

body>div{
	position:relative;
	float:left;
	width:100%;
}

/*边距全0*/
.trim{
	margin:0;
	border:0;
	padding:0;
}


/*内容展示区域*/
div#contain{
	height:1650px;
	width:100%;
}
/*内容展示区域*/
div#main{
	height:1650px;
	width:1000px;
	background-color:RGB(255,255,255);
	display:block;
	margin:0 auto;
}
div#main>div{
	position:relative;
	float:left;
}
/*动态图片新闻区域*/
div#synnews{
	width:980px;
	height:405px;
	margin:10px 10px 10px 10px;
	background-color:RGB(240,240,240);
}
div#column{
        width:980px;
	height:100px;
	margin:10px 10px 10px 10px;
	background-color:RGB(240,240,240);
}

.list{
	width:480px;
	height:380px;
	margin:10px 10px 10px 10px;
}
.list>div{
	position:relative;
	float:left;
	widrh:100%;
}
.listtitle{
	width:100%;
	height:40px;
        border-bottom: 2px solid RGB(6,107,175);
}
.listtitle b{
	position: relative;
        float: left;
        left: 10px;
        width: 80px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        padding: 3px 10px;
        background-color: RGB(7,106,175);
        color: RGB(255,255,255);
}
.listtitle a{
	position:relative;
	float:right;
	right:20px;
	font-size:14px;
        text-decoration:none;  
        height: 30px;
        line-height: 30px;
}
.listtitle a:link{
        color:RGB(0,0,0); 
}
.listtitle a:visited{
        color:RGB(0,0,0); 
}
.listtitle a:hover{
        text-decoration:underline;   
        color:RGB(6,107,175);
}
.listinf{
        height:340;
}
/*新闻标题列表*/
.title-list{
           height:30px;
           width:480px;
}
.title-list a{
          position:relative;
	  float:left;
          left:10px;
          font-size:14px;
          text-decoration:none;   
          height:30px;
          line-height:30px;
          width:380px;
          display:block;
          overflow:hidden;
          white-space:nowrap; 
          text-overflow:ellipsis;
          color:RGB(0,0,0);
}
.title-list p{
          position:relative;
          margin:0;
	  float:right;
          font-size:12px;
          width:100px;
          height:30px;
          line-height:30px;
          text-align:center;
          color:RGB(140,159,149);
}
/*快速链接*/

.linkto{
          position:relative;
          float:left;
          width:220px;
          height:60px;
          line-height:60px;
          margin:20px 10px;
}


.linkto a{
          display:block;
          font-size:16pt;
          width:200px;
          height:40px;
          color:RGB(255,255,255);
          text-decoration:none;
          text-align:center;
}