﻿@charset "utf-8";
/* CSS Document */
.contentBox .titleArea {
	background: url(../../Images/ZH-TW/news/title.png) no-repeat;
	margin-bottom: 15px;
}
#main {
	padding: 10px 5px;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#main ul.mainfm {
	width: 100%;
}
#main ul.mainfm li {
	width: 50%;
	float: left;
}
.cubeinfo {
	width: 95%;
	margin: auto;
}
.cubeinfo head05 {
	font-family: 'Great Vibes', cursive;
	font-weight: 100;
	font-size: 15px;
	color: #fff;
	background: #6f3d57;
	border-radius: 100em;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.cubeinfo a {
	text-decoration: none;
	transition: all 0.4s;
	display: table;
	width: 100%;
}
.cubeinfo a .head03:hover {
	color: #d59728;
	transition: all 0.4s;
}
.cubeinfo .head03 {
	line-height: 1.8;
	height: 30px;
	margin-top: 0px;
	overflow: hidden;
	color: #d59728;
	text-decoration: none;
	font-size: 15px;
}
.cubeinfo .head04 {
	clear: both;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 20px;
	max-height: 40px;
	min-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
}
.cubeinfoall {
	border-bottom: 1px solid #757575;
	overflow: hidden;
	padding-bottom: 5px;
}
.cubeinfoall h7 {
	float: left;
	line-height: 1.3;
	color: #999;
	font-size: 14px;
}
.cubeinfoall p {
	float: left;
	line-height: 1.3 !important;
	margin-left: 3px !important;
	color: #999 !important;
	letter-spacing: inherit !important;
}
.cubeinfoall a {
	float: right;
	line-height: 15px;
	background: url(../../Images/ZH-TW/news/more.png) no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	margin-right: 5px;
}
a.NewsListImg img {
	width: 100%;
}
/*.contentBox {
    padding: 2;
	background: #3c3c3c;
	border-top: 4px solid #a19069;
    position: relative;
}*/
.btn-group {
	text-align: center;
	padding: 5px 0;
	overflow: hidden;
	background-color: #404040;
	margin-bottom: 20px;
}
.btn-group a {
	font-size: 16px;
	padding: 20px 10px;
	color: #fff;
	transition: all 0.4s;
	margin: 0;
	text-decoration: none;
}
.btn-group a:hover {
	background: #4f646d;
	transition: all 0.4s;
}
.noDataView {
	text-align: center;
	color: #ffffff;
}
.contentBox .article_title {
	display: none;
}

@media screen and (max-width: 650px) {
.contentBox {
}
#main {
	padding: 10px 0;
}
#main ul.mainfm li {
	width: 100%;
	margin-bottom: 20px;
}
.cubeinfoall p {
	color: #999;
}
}
