@charset "utf-8";

/* CSS Document */
.contentBox .leftBox {
	float: left;
	padding: 0 50px 0 0;
	width: 65%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contentBox .rightBox {
	float: left;
	padding: 0;
	width: 35%;
}

/*新訊列表*/
ul.newsList {
}
ul.newsList li {
	border-top: 1px solid #E4E2E2;/*訊息分隔線*/
	padding: 25px 0;/*訊息間距*/
}
ul.newsList li:first-child {
	border: none;
}
.newsDate {

	/*發布日期*/
	padding: 5px 0;
	font-size: 12px;
	color: #ff527d;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.newsDate strong {
	font-weight: normal;
}
.newsDate strong i {
	margin-right: 5px;
	font-size: 14px;
	color: #AE4233;
}
.newsDate strong i img {
	width: 16px;
	vertical-align: middle;
}
.newsDate b {
	margin-left: 3px;
}
.newIcon {

	/*分類小圖示*/
	padding: 4px 6px;
	margin-right: 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
ul.newsList li .Img {

	/*訊息圖片*/
	float: left;
	margin-right: 10px;
	width: 220px;
	border: 1px solid #ddd;
}
ul.newsList li .Img img {
	display: block;
	width: 100%;
}
ul.newsList li .Txt {

	/*文字區*/
	overflow: hidden;
}
ul.newsList li .Txt h3 {

	/*訊息標題*/
	font-size: 19px;
	font-weight: normal;
	color: #2f2f2f;
	margin-bottom: 3px;
}
ul.newsList li .Txt h3 a {

	/*訊息標題*/
	display: block;
	color: #000;

	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;

}
ul.newsList li .Txt h3 a:hover {

	/*訊息標題滑過效果*/
	color: #ff8aa7;
}
ul.newsList li .Txt p {

	/*列表說明*/
	margin-top: 7px;
	font-size: 13px;
	color: #909090;
	line-height: 1.8;
	height: 70px;
}

/*內頁*/

/****分享*****/
.shareBox {
	float: right;
}
.shareBox .btn-fb {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.shareBox a.back {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	font-size: 12px;
	color: #FFF;
	border-radius: 3px;
	background: rgb(174, 66, 51); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174, 66, 51, 1) 0%, rgba(196, 76, 76, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(174, 66, 51, 1)), color-stop(100%, rgba(196, 76, 76, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174, 66, 51, 1) 0%, rgba(196, 76, 76, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174, 66, 51, 1) 0%, rgba(196, 76, 76, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(174, 66, 51, 1) 0%, rgba(196, 76, 76, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(174, 66, 51, 1) 0%, rgba(196, 76, 76, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0); /* IE6-9 */
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.shareBox a.back:hover {
	background: #398cb1;
}

/********標題區*******/
.titleArea {
	clear: both;
	margin-bottom: 30px;
	border-bottom: 1px solid #dadada;/*下邊線*/
	padding: 15px 0px;/*下邊線與標題距離*/
}
.titleArea h3 {

	/*標題區左-訊息標題*/
	font-size: 19px;
	font-weight: normal;
	color: #2f2f2f;
	overflow: hidden;
}
.titleArea h3 strong {
	display: block;
	font-weight: normal;
}
.titleArea h3 b {

	/*標題區左-訊息日期*/
	font-size: 12px;
	color: #A3A3A3;
	font-weight: normal;
	margin-left: 5px;
}
.titleArea .btn-fb {

	/*fb*/
	float: left;
}
.titleArea a.back {

	/*回上頁*/
	cursor: pointer;
	display: block;
	float: right;
	margin-left: 5px;
	color: #06F;
	font-size: 10pt;
}
@media (max-width:768px) {
	.contentBox .leftBox {
		width: 60%;
	}
	.contentBox .rightBox {
		width: 40%;
	}
	ul.newsList li .Img {

		/*訊息圖片*/
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	ul.newsList li .Txt {
		float: left;
		width: 100%;
	}
}

/*768*/
@media (max-width:640px) {
	.contentBox .leftBox {
		width: 100%;
		padding-right: 0;
	}
	.contentBox .rightBox {
		width: 100%;
	}
}
@media (max-width:480px) {
	.newsDate strong {
		display: block;
		margin-top: 8px;
	}
}

/****圖示顏色****/
.newIcon_green {
	background: #abd85d;
}
.newIcon_pink {
	background: #f48daf;
}
.newIcon_blue {
	background: #00b7ea;
}
.newIcon_navy {
	background: #3f4c6b;
}
.newIcon_orange {
	background: #ffa84c;
}
.newIcon_gold {
	background: #eab92d;
}
.newIcon_burgundyRed {
	background: rgb(169, 3, 41);
}
.newIcon_purple {
	background: rgb(203, 96, 179);
}