@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body{
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.main{
	margin:auto;
	width:800px;   /*filter:dropshadow(color=#ffffff,offx=1,offy=1,positive=1)*/	/*border: 0.25px;*/
}

.content{
	overflow:hidden;
	padding-left: 0px;
	font-size: 14px;
	color: #FFFBF0;
	text-align: center;
	vertical-align: middle;
}
.contentMain{ overflow:hidden; }

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.left {
	float:left;
	width:579px;
	padding-left:10px;
	padding-right:10px;
	overflow-y:scroll;
	scrollbar-face-color: red;
	scrollbar-highlight-color: none;
	scrollbar-arrow-color: threedhighlight;
	font-weight: normal;
	height:720px;
}

.notice{
	width:562px
}

.new{
	color: #FFF;
	width:562px
}
	
	
	
	
.new ul{ }
.new ul .date{
	font-size: 20px;
	line-height: 30px;
}
.new ul .title{
	font-size: 24px;
}
.new ul .title a{
	color: #FFF;
	font-size: 24px;
	font-weight:bold;
	line-height: 35px;
}
.new ul .title a:hover{color: #FFF88E;} 
.new ul .title .bottomSide img{

} 

.new ul .newContent{
	font-size: 14px;
	/*padding-top:10px;*/
	/*text-indent: 29px;*/
	margin-bottom:16px;
	line-height: 20px;
}


.right{text-align:center;  
height:800px;}
.right img{margin-bottom: 10px;border: 2px;border-color: #FFF;border-style: solid;}
