﻿/*--------UL巢狀頁籤---------*/

/*----------頁籤-----------*/
.Tabs 
{
	position: relative;
	/* float: left; */
	margin: 0;
	padding: 0;
	width: 100%;
		
}
.mContent-contArea ul.Tabs {margin: 0;}

.Tabs>li 
{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	width: 25%;
}
.locationInfo .Tabs>li 
{
	width: 33.33333%;
	/* width: 100%; */
}

.Tabs>li>a{
	padding:0 20px;
	display:block;
	height: 65px;
	line-height: 65px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-size: 2.4rem;
	letter-spacing: 0.12em;
	color: #000;
	font-weight: 700;
	border: 1px solid #ffba00;
	border-left: 0;
	border-right: 0;
	position: relative;
}


.locationInfo .Tabs a {
	height: 70px;
    line-height: 70px;
}
.locationInfo .Tabs a i {
	font-style: normal;
	padding-left: 50px;
	position: relative;
}
.locationInfo .Tabs a i:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	/* background-color: #000; */
}
.Tabs>li:last-child>a{
	border-right: none !important;
}
.newsWrap .Tabs a.Tab{
	color:#000;
}

.newsWrap .Tabs>li:last-child>a.Tab {
	border-right: 0px;
}
.newsWrap .Tabs a.TabSelected {
	/* color: #434343; */
	background-color: #ffba00;
}
.newsWrap .Tabs a.TabSelected:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #ffbb00 transparent transparent transparent;
}
.locationInfo .Tabs a.Tab{
	color:#000;
	border-right: 1px solid #F8F6ED;
	background: rgba(0,0,0,.07);
}

.locationInfo .Tabs>li:last-child>a.Tab {
	border-right: 0px;
}
.locationInfo .Tabs a.TabSelected {
	color: #fff;
	background-color: #69aa6f;
	height: 70px;
    line-height: 70px;
}

.Tabs a.TabSelected:visited {
	/* color:#fff; */
}
.Tabs a.tab:hover {
	color:#333;
}
.Tabs a:active {
	color:#705938;
}

.travelWrap .Tabs a.Tab {
	color:#fff;
	background: rgba(0, 0, 0, 0);
}
.travelWrap .Tabs a.TabSelected {
	color: #fbd116;
	background-color: rgba(0, 0, 0, 0);
}
.travelWrap .Tabs a.TabSelected:visited {
	color:#fbd116;
}
.travelWrap .Tabs>li>a{
    line-height: 1.3em;
    height: auto;
    border-right: 1px dashed #F8F6ED;
    padding: 20px 18px 34px 18px;
}
/*----------頁籤內容-----------*/
.newsBox{
	float: left;
	display: block;
	list-style: none;
	padding: 0 0 45px;
	margin: 30px 0 0 0;
	width: 100%;
	position: absolute;
}

.tabBox {
	/* width: 100%; */
	width: 1200px;
    background: #69aa6f;
    padding: 35px;
    color: #fff;
    position: absolute;
}
@media (min-width: 544px) {.tabBox {width: 539px;}}
@media (min-width: 768px) {.tabBox {width: 720px;}}
@media (min-width: 992px) {.tabBox {width: 940px;}}
@media (min-width: 1200px) {.tabBox {width: 1140px;}}
@media (min-width: 1680px) {.tabBox {width: 1400px;}}


.tabBox strong.topic {
	display: block;
	color: #fff;
	margin-bottom: .5rem;
	font-size: 2.2rem;
	text-align: left;
	font-weight: 500;
	position: relative;
	padding-left: 1rem;
}
.tabBox strong.topic:before {
	content: "";
	display: block;
	width: 3px;
	height: 21px;
	background: #CDDC39;
	left: 0;
	top: 1px;
	/* display: inline-block; */
	position: absolute;
}

.tabBox ol {list-style: decimal; margin-left: 2rem;}
.tabBox ol li {margin-bottom: 1rem;}

.tabBox strong.topic + p {margin-bottom: 2.5rem;}

.list-col {overflow: hidden;}
.list-col dl { display: block; width: 100%; /* padding-right: 2rem; vertical-align: top; */}
.list-col dl:last-child {border-right: 0;}
/* .list-col dl:nth-child(1) { margin-left: 0%; }
.list-col dl:nth-child(2) { margin-left: 25%; }
.list-col dl:nth-child(3) { margin-left: -50%; }
.list-col dl:nth-child(4) { left: 0; } */
/* .list-col dl dt {color: #feea4d; margin-bottom: 1rem; font-weight: 500;} */
.list-col dl dt {
	display: block;
    color: #fff;
    margin-bottom: .5rem;
    font-size: 2.2rem;
    text-align: left;
    font-weight: 500;
    position: relative;
    padding-left: 1rem;
}
.list-col dl dt:before {
    content: "";
    display: block;
    width: 3px;
    height: 21px;
    background: #CDDC39;
    left: 0;
    top: 1px;
    position: absolute;
}
.list-col dl dd ul {list-style: none; margin-left: 0;}
.list-col dl dd li {margin-bottom: 1rem;}
.list-col dl dd li strong {display: inline-block; font-weight: 300;}
.locationInfo .Tabs .list-col dl dd li a { height: auto; line-height: initial; color: #FFEB3B; word-break: break-all;}
.locationInfo .Tabs .list-col dl dd li a:hover {text-decoration: underline;}

.TabContent li{

}

.newsBox ul > li {
	padding: 9px 0;
	border-bottom: 2px dotted #DCDCDC;
	-o-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}
.newsBox ul > li a {display: block;}
/* .newsBox ul > li a .newsDate, .newsBox ul > li a b.classify, .newsBox ul > li a h2 {float: left; } */
.newsBox ul > li a .newsDate {
    display: inline-block;
    color: #2A2A2A;
    margin-right: 5px;
    /* font-size: 1.8rem; */
    /* font-weight: 700; */
    width: 120px;
    text-align: right;
    vertical-align: middle;
}
.newsBox ul > li a h2 {
	position: relative;
	padding-left: 50px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 155px);
	font-size: 1.8rem;
	line-height: 160%;
	margin-bottom: 0;
	color: #2A2A2A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}
.newsBox ul > li a h2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #ffba00;
	left: 25px;
	top: 50%;
	position: absolute;
	margin-top: -4px;
	border-radius: 50%;
}
.newsBox ul > li a:hover h2 {
	color: #006359;
}
.newsBox > div .more {position: absolute;right: 27px;bottom: 0;font-size: 1.5rem;color: #373737;}
.newsBox > div .more:hover {color: #006359;}