@charset "utf-8";
/* CSS Document */
/*主題頁介紹與資訊*/
.theme_menubg{
	background-color:#0a7cd0;
}
.theme_menu ul{
	margin:0;
	padding:0;
}
.theme_menu li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	font-size:22px;
	padding-top:15px;
	padding-bottom:15px;
}
.theme_menu li a{
	text-decoration:none;
	color:#fff;
	padding: 0 30px;
	line-height:30px;
	border-right:1px solid #fff;
}
.theme_menu li:last-child a{
	border-right:0;
}
.theme_menu li a.active{
	color:#fff;
	font-weight:bold;
}
.theme_bg {
	background: url(../images/theme_bg.png);
}
.theme_margin {
	padding-top: 70px;
	padding-bottom: 60px;
}
.theme_bg h2 {
	margin: 0;
	color: #222;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}
.theme_bg h2:before, .theme_bg h2:after {
	content: '';
	display: inline-block;
	width: 110px;
	height: 1px;
	background-color: #222;
	transform: translateY(-15px);
}
.theme_bg h2:before {
	margin-right: 20px;
}
.theme_bg h2:after {
	margin-left: 20px;
}
.theme_box1 {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
}
.theme_tab {
	margin:0;
	padding:0;
	border-bottom: 0;
	text-align: center;
}
.theme_tab>li{
	padding-bottom:10px;
	padding-right:10px;
}
.theme_tab>li>a, .theme_tab>li>a:focus, .theme_tab>li>a:hover {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	border: 2px solid #ddd;
	text-align: center;
	border-radius: 8px;
	padding: 7px 15px;
}
.theme_tab>li.active>a, .theme_tab>li.active>a:focus, .theme_tab>li.active>a:hover {
	color: #fff;
	background-color: #0a7cd0;
	border: 2px solid #0a7cd0;
}
.theme_tab>li.active:after {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #0a7cd0 transparent transparent transparent;
}
.theme_box1 .item {
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	border-bottom: 2px dotted #ccc;
}
.theme_box1 .item .pic {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.theme_box1 .item img {
	border-radius: 8px;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.theme_box1 .item .desc {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 15px;
}
.theme_box1 .item h4 {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 17px;
	line-height: 23px;
	color: #0a7cd0;
}
.theme_box1 .item h4 a {
	color: #0a7cd0;
}
.theme_box1 .item h4 a:hover {
	color: #FF3300;
	text-decoration: none;
}
.theme_box1 .item p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}
.theme_box2 {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 30px 30px 30px;
	margin-bottom: 20px;
}
.theme_box2 h3 {
	margin: 0;
	color: #222;
	font-size: 32px;
	line-height: 32px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 8px;
	border-left: 5px solid #333;
}
.theme_box2 ul.list {
	margin: 0;
	padding: 0;
    font-size: 16px;
}
.theme_box2 ul.list li {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.theme_box2 ul.list li .block {
	display: table;
	width: 100%;
	margin:0;
}
.theme_box2 ul.list li .block a {
	display: table-cell;
	vertical-align: top;
	width: 82%;
	color: #333;
	line-height: 26px;
}
.theme_box2 ul.list li .block a:hover {
	color: #FF3300;
	text-decoration: none;
}
.theme_box2 ul.list li .price {
	display: table-cell;
	vertical-align: top;
	width: 18%;
	text-align: right;
	color: #F22727;
	font-size: 18px;
    font-weight: bold;
}
.theme_box2 ul.list li .price small {
	font-size: 14px;
}
.theme_box2 ul.list li .date {
	clear: both;
	display: block;
	width: 100%;
	color: #0a7cd0;
	font-size: 14px;
	margin:0;
}
.theme_box2 ul.list li .date a {
	color: #0a7cd0;
}
.theme_box2 ul.list li .date a:hover,.theme_box2 ul.list li .date a:focus {
	color: #FF3300;
}


@media screen and (max-width: 992px) {
.theme_menu li a{
	padding: 0 25px;
}
.theme_margin {
	padding-top: 60px;
	padding-bottom: 30px;
}
.theme_bg h2 {
	font-size: 36px;
	padding-bottom: 40px;
}
.theme_bg h2:before, .theme_bg h2:after {
	width: 80px;
}
.theme_bg h2:before {
	margin-right: 10px;
}
.theme_bg h2:after {
	margin-left: 10px;
}
.theme_box1 {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.theme_menu li{
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.theme_menu li a{
	padding: 0 20px;
}
.theme_margin {
	padding-top: 40px;
	padding-bottom: 20px;
}
.theme_bg h2 {
	font-size: 30px;
	padding-bottom: 30px;
}
.theme_bg h2:before, .theme_bg h2:after {
	display: none;
}
.theme_tab>li>a, .theme_tab>li>a:focus, .theme_tab>li>a:hover {
	padding:5px 15px;
	border-radius: 5px;
}
.theme_box2 h3 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 5px;
}
.theme_box2 ul.list li a {
	width: 75%;
}
.theme_box2 ul.list li .price {
	width: 25%;
}
}
@media screen and (max-width: 480px) {
.theme_menu li a{
	padding: 0 10px;
}
.theme_box1 {
    padding:15px 15px 20px 15px;
}
.theme_box1 .item .pic, .theme_box1 .item .desc {
	display: block;
	width: 100%;
}
.theme_box1 .item .desc {
	padding-left: 0px;
}
.theme_box1 .item h4 {
	padding-top: 10px;
}
.theme_box2 {
    padding:5px 15px 20px 15px;
}
.theme_box2 ul.list li .block a, .theme_box2 ul.list li .price {
	display: block;
	width: 100%;
}
.theme_box2 ul.list li .price {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
}