.hide{
	display:none;
}
/* 分頁 */
.showPage{
	/*width:340px;*/
	margin:0 auto;
	text-align: center;
	min-height:100px;
}
.showPage > #page p{margin:0}

.showPage > #page{
	display: inline-block;
    height:60px;
	margin-top:30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.showPage > #page a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height:35px;
    text-decoration:none;
    color:#FFF;
    font-size:12px;
    line-height:35px;
}
.showPage > #page a:hover{
    color:#077ee3;
    border:1px #077ee3 solid;
}
.showPage > #page a.cur{
    border:none;
    background:#565df3;
    color:#FFF;
	border: 1px solid #555;
}
.showPage > #page p{
    float:left;
    padding:2px 12px;
    font-size:12px;
    height:35px;
    line-height:35px;
    color:#FFF;
    margin-right:8px;
}
.showPage > #page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
.showPage > #page p.pageRemark b{
    color:red;
}
.showPage > #page p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}
.showPage_enterprise > #page a{
	background:#FFFFFF;
	color:#565df3;
	border: 1px solid #CCC;
}
.showPage_enterprise > #page p{
	background:#FFFFFF;
	color:#565df3;
	border: 1px solid #CCC;
}

/*rwd 字體縮排*/

.rwd-word-1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*.rwd-word-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px !important;
    min-height: 48px !important; /*  對應上面，高度是line-height 的2倍
}*/

.rwd-word-2{
    overflow : hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.rwd-word-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rwd-word-4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.rwd-word-5{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
