@charset "utf-8";
.txt_1 {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #006464;
}
.txt2 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #444444;
}
.txt3 {
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #333333;
	line-height:35px;
}
.txt4 {
	font-family: "微軟正黑體";
	font-size: 20px;
	color: #d94836;
	line-height:35px;
}
.txt5 {
	font-size: 12px;
	color: #484848;
	line-height: 22px;
}
.txt6 {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #006464;
	line-height: 30px;
}
.txt7 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
.txt7_1 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #333;
	line-height: 22px;
	text-decoration: line-through;
}
.txt8 {
	font-family: "微軟正黑體";
	font-size: 30px;
	color: #d94836;
	line-height: 35px;
	font-weight: bold;
}
.txt9 {
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.txt10 {
	font-size: 12px;
	color:#d94836;
	line-height: 22px;
}
.txt11 {
	font-size: 13px;
	color:#6e4f86;
	line-height: 22px;
}
.txt12 {
	font-size: 12px;
	color:#b55a36;
	line-height: 22px;
}
.txt13 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	font-weight: bold;
}
.txt_14 {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #6f4989;
}
.txt_15 {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #b55a36;
}
.txt16 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color:#d94836;
	line-height: 22px;
}
.txt17 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #6f4989;
	line-height: 30px;
}
.txt18 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #d94836;
	line-height: 30px;
}
.bt_1 {
	margin-top: 5px;
	margin-right:5px;
}
.line_1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.img_1{
	width	:303px;
	height	:241px;
	border-radius:10px;
}
.input_1{
	height: 25px;
}
.br_1 {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/*CSS scott style pagination*/

DIV.scott {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center;
	font-size: 10px;
	color: #666;
}
DIV.scott A {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	COLOR: #ce4f45;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	border: 1px solid #ce4f45;
}
DIV.scott A:hover {
	BORDER-RIGHT: #ce4f45 1px solid;
	BORDER-TOP: #ce4f45 1px solid;
	BORDER-LEFT: #ce4f45 1px solid;
	COLOR: #BC905F;
	BORDER-BOTTOM: #ce4f45 1px solid;
	BACKGROUND-COLOR: #EFE8DA
}
DIV.scott A:active {
	BORDER-RIGHT: #ce4f45 1px solid;
	BORDER-TOP: #ce4f45 1px solid;
	BORDER-LEFT: #ce4f45 1px solid;
	COLOR: #E0693F;
	BORDER-BOTTOM: #ce4f45 1px solid;
	BACKGROUND-COLOR: #ce4f45
}
DIV.scott SPAN.current {
	BORDER-RIGHT: #ce4f45 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ce4f45 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #ce4f45 1px solid;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ce4f45 1px solid;
	BACKGROUND-COLOR: #ce4f45
}
DIV.scott SPAN.disabled {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	COLOR: #ccc;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	border: 1px solid #ce4f45;
}

.cut_name{
	overflow:hidden;
	text-overflow : ellipsis;
	/*white-space : nowrap;*/
}
.titleShow_2019{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}