@charset "utf-8";
/* CSS Document */

/*** 最新消息列表 ***/
ul.newsList {
	border-bottom:1px solid #EEE;
	padding-bottom:40px;
	margin-bottom:40px;
}

ul.newsList > li.col-xs-4 {
	width:230px;
}
ul.newsList > li.col-xs-8 {
	width:calc(100% - 230px);
}
@media screen and (max-width: 640px) {
ul.newsList > li.col-xs-4 {
	display:none;
}
ul.newsList > li.col-xs-8 {
	width:100%;
}
}

.newsDate {
	color:#777;
	font-size:13px;
	text-transform:uppercase;
}

.newsDate .label {
	font-size:13px;
	margin-right:5px;
}

.newsDate i {
	color:#DA251C;
	font-size:14px;
	margin-right:3px;
}

.newsTxt h3 {
	font-size:20px;
}

.newsTxt p {
	color:#777;
}

.ds { 
	/*-lifekit-transform: scale(0);
	transform: scale(0);
	-lifekit-transition: all 350ms ease;
	transition: all 350ms ease;*/
}
.scale {
	/*transform: scale(1);*/
}

/*** 最新消息內頁 ***/
/* 內頁標題區 */
.subjectBox {
	/*margin-top:20px;*/
	margin-bottom:30px;
}

.subjectBox h1 {
	font-size:20px;
	border-bottom:1px dashed #777;  /* 下邊線 */
	padding-bottom:15px;  /* 下邊線與標題距離 */
}

 /* 分享按鈕 */
.subjectBox .share-btn {
	/*overflow:hidden;
	padding-top:10px;*/
}

#___plus_0 {
	vertical-align:middle !important;
}

.fb-like {
	vertical-align:middle !important;
}
.line-it-button {
	vertical-align:middle !important;
}
 /* 回上頁按鈕 */
.goback {
	border-radius:4px;
	padding:2px 10px;
	vertical-align:middle;
}

.goback a {
	color:#FFF;
	font-size:13px;
}

.textEditor {
	min-height:200px;
}

