﻿/*用户新闻用样式，系统新闻用样式见公共样式表*/
/*用户新闻列表*/
.unews-list {
	border:solid 1px #eee;
	margin-bottom:5px;
	padding:10px 15px;
	overflow:hidden;
	border-radius:10px;
}
.unews-list div {
	font:bold 14px/30px airal sans-serif;
	border-bottom:dashed 1px #eee;
	margin-bottom:10px;
}
.unews-list ul {
	font:14px/30px airal sans-serif;
}
/*用户新闻展示*/
.unews-show {
	border:solid 1px #eee;
	padding:20px 18px;
	overflow:hidden;
	font:14px/2em arial,宋体;
	background:#fff;
	margin-bottom:10px;
	border-radius:10px;
}
.unews-show .title {
	font:bold 24px/60px arial,sans-serif;
}
.unews-show .status {
	height:20px;
	font:12px/1em arial,宋体;
	border-bottom:dashed 1px #eee;
	margin-bottom:10px;
}
.unews-show .content {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dashed 1px #eee;
	height:100%;
	width:100%;
}
.unews-show .share {
	background:#fff;
}
/*相关新闻列表*/
.unews-xg {	
	border:solid 1px #eee;
	padding:14px 18px;
	overflow:hidden;
	font:14px/2em arial,宋体;
	background:#fff;
	margin-bottom:10px;
	border-radius:10px;
}
.unews-xg .title {
	font:bold 16px/29px arial,sans-serif;
	border-bottom:dashed 1px #eee;
}
.unews-xg .list li{
	height:30px;
	font:14px/30px arial,sans-serif;
	overflow:hidden;
}
.unews-tools {
	height:25px;
	font:12px/25px arial,sans-serif;
	text-align:right;
	margin-bottom:10px;
	background-color:#f9f9f9;
}