@charset "utf-8";
/*
 * 列表
 */
.newsec{
}
.newsec p{
	float:left;
	padding:5px;
	width:310px;
	background:#fcf4ed;
	text-align:justify;
	text-justify:inter-ideograph;
}
.newsec p img{
	display:block;
	float:left;
	margin-top:5px;
	margin-right:10px;
	padding:1px;
	border:1px solid #ccc;
}
.newsec p a{
	color:#e42e00;
	white-space:nowrap;
}
.newsec ul{
	list-style-type:none;
	float:right;
	padding:10px;
	width:280px;
	background:#f5fced;
	border-left:1px dotted #ccc;
}
.newsec li {
	padding:1px 1px 1px 13px;
	background:url(../img/dot.gif) no-repeat 0% 50%;
}

/*
 * 列表2
 */
.newsec2{
}
.newsec2 ul{
	list-style-type:none;
	padding:10px;
}
.newsec2 li {
	padding:1px 1px 1px 13px;
	background:url(../img/dot.gif) no-repeat 0% 50%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsec2 li a {
	white-space:nowrap;
}
/*
 * 列表
 */
.list{
}
.list li {
	position:relative;
	margin-bottom:9px;
	padding:1px 0;
	border-bottom:1px dotted #ccc;
}
.list li:hover {
	background:#f4f4f4;
}
.list li h3 {
	padding:3px 7px;
	background:#f8fcff;
	border:1px solid #e2f0ff;
}
.list li h3 a {
	font-size:14px;
	color:#175cbb;
}
.list li h3 a:hover {
	color:#cc0001;
}
.list li p.stat {
	position:absolute;
	padding:5px 7px 1px 7px;
	right:0;
	top:0;
	word-spacing:10px;
}
.list li p.digest {
	padding:8px;
}
.list li p.digest a.detail {
	color:#666;
	text-decoration:underline;
}
.list li p.digest a.detail:hover {
	color:#cc0001;
}
/*
 * 详细
 */
.detail {
}
.detail h2.title {
	text-align:center;
	font-size:18px;
	font-weight:100;
	font-family:"黑体";
	line-height:300%;
}
.detail h5.prop {
	text-align:center;
	word-spacing:10px;
	border-top:2px solid #009236;
	line-height:300%;
}
.detail h5.prop * {
	font-size:12px;
	font-weight:normal;
}
.detail div.image {
	padding:15px;
	text-align:center;
}
.detail div.image img {
	padding:1px;
	border:1px solid #ccc;
}
.detail div.text {
	font-size:14px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph;
}
.detail div.text p {
	margin:.5em 0;
	text-indent:2em;
}

