/* Download by http://www.codefans.net */
*{margin:0;padding:0;}
.content{
	margin:0px;
	overflow:hidden;
	width: 950px;
}
.main{
	position: relative;
	width: 360px;
	height: 530px;
	float:left;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/np.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border: 3px solid #ccc;
}
.wrap{
	background: transparent url(../images/banner.gif) no-repeat scroll 0% 0%; 
	width: 100%; 
	height: 100%;
}
.hideDiv{
	position: absolute; 
	display: none;
	top: 0;
	left: 0;
	z-index: 10;
	font-size: 12px; 
	width: 10px;
}
.items{
	cursor: pointer; 
	position: absolute; 
	left: 0;
	top: 0; 
	width: 10px;
	height: 10px;
}
.tips{
	margin-left: 15px;
}
.tipsText{
	padding: 0px;
	background-color: rgb(235, 84, 93);
	color: rgb(69, 7, 11);
	text-align: left;
}
.textBold{
	font-size: 14px; 
	font-weight: bold;
}
.mainDetais{
	position: relative;
	width: 550px;
	float:right;
	border:1px solid #bbb;
	padding:10px;
	height:auto !important;
	height:400px;
	min-height:514px;
}

.mainDetais .title{
	padding: 10px 0;
	font-size: 22px; 
	font-weight: bold;
}
.mainDetais .center{
	text-align: center;
}
.mainDetais .news{
	font-size:12px;
	overflow:scroll;
	overflow-x:hidden;
	scrollbar-base-color:#ccc;
	padding-right:10px;
	height: 500px;
}
.mainDetais .newscontent{
	text-align: left;
	padding-top:10px;
}
.mainDetais .authors{
	color:#999;
}
.loading{
	overflow:hidden;
	height: 398px;
	width: 407px; 
	background:#fff url(../images/loading.gif) center center no-repeat;
	display:none;
	position:relative;
	left:0;
	top:0;
}
.active{
	border:red 2px solid;
}
.hover{
	border:red 2px solid;
}
.footer{
	float:right;width:400px;text-align:right;font-size:12px;margin:10px;
}

