/* CSS Document */
@import url("base.css");

body {
	background:none !important;
	background-color:none;
	text-align:left;
	background-color: transparent;
}


/* .new
/* -------------------------------------------------- */
.newWrapper {
	padding:15px 0 0 0;
}
.newWrapper h3 {
	width:980px;
	margin:0 auto;
	padding-bottom:11px;
}
.new {
	width:100%;
	height:240px;
	overflow:hidden;

}
.newIn {
	position:relative;
}
.newIn .mass {
	float:left;
	width:169px;
	height:240px;
	background-color:#ffffff;
	margin-right:16px;
}
.newIn .massIn {
	padding:10px;
	position:relative;
}
.newIn .massIn .pic {
	width:149px;
	height:120px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:10px;
}
.newIn .massIn .pic img {
	width:160px;
}
.newIn .massIn .txt {
	width:149px;
	height:78px;
	position:absolute;
	top:120px;
	left:10px;
	font-size:12px;
	line-height:18px;
	padding-top:15px;
}
.newIn .massIn .txt .txt1 a {
	font-weight:bold;
	color:#004da0;
}
.newIn .massIn .txt .txt2 {
	padding-top:5px;
}
.newIn .massIn .txt .txt2 span {
	font-weight:bold;
	color:#ff3300;
}