
* {
	margin: 0;
	padding: 0;

}

#box {
	width: 90%;
	margin: 0 auto;
	font-family: "Helvetica,Droid Sans Fallback";
	padding-bottom: 20px;
	background: #ffffff;
}

.title {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	color: #000;
}

.titleDate {
	font-weight: bold;
}

.timeArea {
	width: 100%;
	text-align: center;
	margin: 5px 0 20px 0;
	font-size: 13px;
	color: #999999;
}

.time {
	margin-right: 5px;
}

.radius {
	border-radius: 5px 5px 0 0;
	height: 10px;
	background: #eee;
}

.newsArea {

	border: 1px solid #efefef;
}



.column{
	height: 35px;
	line-height: 35px;
	background: #f7f7f7;
	font-size: 15px;

}
.columnName{
	margin-left: 20px;
}
.blue {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background: #20bae6;
	margin-left: 20px;

}
.news {
	margin: 0 20px;
	border-bottom: 1px solid #EEEEEE;
}

.newstitle {
	margin-top: 15px;
	font-size: 15px;
	color: #333333;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
}

.newsStock{

	width: 100%;
	padding: 8px 0 7px 0;
	clear: both;
}
.stockname{
	color: #02a4d2;
	font-size: 12px;
}
.Related{
	color: #9b9b9b;
	font-size: 12px;
}
.newsTime {
	clear: both;
	float: right;
	margin-top: 3px;
	font-size: 11px;
	color: #999999;
}

a {
	color: #001239;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tag {
	font-size: 15px;
	color: #001239;
}

.code{
	font-size: 12px;
	color: #999999;
}
.summary{
	background: #f7f7f7;
	color: #505050;
	margin-top: 10px;
	font-size: 12px;
	padding: 5px;
}
.summary .tag{
	font-size: 12px;
	color: #001239;
}
.more{
	 width:90%;
	margin: 0 auto;
	 height: 30px;
	 line-height: 30px;
	 font-size: 14px;
	 color: #999;
	 background: #f7f7f7;
	 border-bottom: 1px solid #EEEEEE;
	 vertical-align: middle;
 }
.more img{
	width: 10px;
	vertical-align: middle;
	margin-left: 15%;
}
.up{
	color: #001239;
}
.all{
	display: none;
}


