@charset 'gb2312';
/* --------------------------------------------- */
#puma_body {
	padding: 7px 20px 30px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

/** 文章区块 **/
#news_main {
	float: left; _display: inline;
	padding-bottom: 50px;
	width: 660px;
	background: url(../img/news_artical_bg.png) no-repeat left bottom;
}

#news_main .head {
	padding-right: 20px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	color: white;
	font-family: '宋体', sans-serif;
	background: url(../img/news_artical_bg.png) no-repeat right top;
}
#news_main .artical {
	padding: 0 20px;
	border: 1px solid #ebebeb;
	border-width: 0 1px;
}
#news_main .artical .title {
	padding: 26px 0 13px;
	height: 18px;
	border-bottom: 1px solid #eee;
}
#news_main .artical .title h2 {
	float: left; _display: inline;
	font: 700 14px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
#news_main .artical .title span.date {
	float: right; _display: inline;
	padding-top: 4px;
	color: #a70000;
}

#news_main .artical .main {
	padding-top: 15px;
	color: #444;
	line-height: 24px;
}
#news_main .artical .main img {
	float: left; _display: inline;
	padding: 5px 15px 5px 0;
}
#news_main .artical .main p {
	padding-bottom: 20px;
	aa text-indent: 2em;
	text-align: justify; text-justify: distribute;
}


/** 列表 **/
#news_side {
	float: right; _display: inline;
	aa background: silver;
}
#news_side iframe {
	display: block;
	width: 244px;
	height: 440px;
	overflow: hidden;
}

/* --------------------------------------------- */
/** 新闻列表 **/
body#puma_news_list {
	padding: 0;
	background: none;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#news_list{
	width: 244px;
}

#news_container{
	position: relative;
	width: 244px;
	height: 408px;
	overflow: hidden;
}

#news_wrapper{
	position:relative;
	width: 244px;
	height: 1396px;
	overflow: hidden;
}

#news_wrapper li{
	*float: left; _display: inline;
	*clear: both;
	width: 244px;
	height: 136px;
	overflow: hidden;
}
#news_wrapper li a {
	display: block;
	width: 244px;
	height: 136px;
	color: #777;
	background: url(../img/news_list_bg.png) no-repeat;
}
#news_wrapper li a:hover {
	color: white;
	background-position: left bottom;
}

#news_wrapper li a span {
	display: block;
}
#news_wrapper li a span.title {  /** 新闻标题 **/
	padding: 15px 0 0 12px;
	width: 220px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: black;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news_wrapper li a span.text {  /** 新闻摘要 **/
	padding: 8px 12px 0;
	height: 60px;
	overflow: hidden;
	aa text-indent: 2em;
	line-height: 20px;
	text-align: justify; text-justify: distribute;
}
#news_wrapper li a span.date {  /** 新闻摘要 **/
	padding: 5px 12px 0;
	text-align: right;
	color: #f10000;
}
#news_wrapper li a:hover * {
	color: white !important;
	cursor: pointer;
}


/* BLOG LIST ARROWS */
#news_arrows{
	background-color: #fff;
	list-style-type: none;
	margin: 1px 3px 0 0;
	padding: 0px;
}












