.hyperlink-css{
	clear: both;
}

.hyperlink-css div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hyperlink-css a:hover{
	color:#b73029!important;
}

.hyperlink-clear{
	clear:both;
}

.hyperlink-layout{
	display: none;
}

.hyperlink-font-example {
	overflow-y:hidden;
	border:1px solid #ccc;
	min-height:30px;
}

.hyperlink-font-default {
	color:"#000000";
	font-family: "'SimSun'";
	font-size:"12px";
}

.hyperlink-split-line{
	width:100%;
	border-bottom:5px dashed #000;
	margin-bottom:10px;
	margin-top:10px;
}