/* 首頁列表 */
/*---------------------
Footer News & Banner Section
-----------------------*/
.page-margintop {
	background-color: #FAF7F0;
	background-image: url('../img/bg02.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 3% 0;
	-webkit-background-size: 100%;
			background-size: 100%;
}
.page-title {
	max-width: 800px;
    border-bottom: 0;
    letter-spacing: 0;
}
.page-title:after {	display: none; }

.news-banner-section a.section-title {
	/*width: 24.4%;*/
    text-align: center;
    color: #010101;
    line-height: 1em;
    font-size: 1.75em;
    padding: 0.5em;
    letter-spacing: 0.1em;
    border-radius: 50px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    background: transparent;
}
.news-banner-section a.section-title.active, .news-banner-section a.section-title:hover {
	background: #FE8700;
	color: #fff;
}
.news-banner-section .nav-tabs {
	border-bottom: 0;
}


.news-banner-section { background: transparent !important; }
.news-banner-section a { color: #010101; }
.news-banner-section a:hover { color: #338EFF; }
.news-banner-section a.more { color: #3e667a; }

.news-banner-section .list-group-item {
	border-bottom: 1px dashed #cccccc;
	font-size: 1.2em;
	background: transparent;
	padding: 0.35rem 1.25rem;
}

.news-banner-section .list-group-item > a {
	width: calc( 100% - 9em);
}
.news-banner-section .list-group-item > div {
	width: 9em;
}

.news-banner-section .list-group-item .right-date {
	line-height: 1em;
}
.news-banner-section .list-group-item .right-date span {
	color: #aaa;
	font-size: 0.85em;
}
.news-banner-section .list-group-item .right-type {
	background-color: #8b773a;
	padding: 0.25em 0.75em;
	line-height: 1em;
}
.news-banner-section .list-group-item .right-type span {
	vertical-align: middle;
	color: #FFF;
	font-size: 0.85em;
}

.news-section, .banner-section {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-section { background: #ffffff99; border-radius: 20px; }
.news-section span, .banner-section span {
	font-family: monospace;
	letter-spacing: 0.1em;
	color: #338eff;
	vertical-align: text-top;
}
.news-section a span, .banner-section a span {
	color: #338EFF;
	vertical-align: middle;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 25%;
}
.news-section a:hover span, .banner-section a:hover span {
	color: #c0d2ad;
}
.news-section a span [class^="ti-"], .banner-section a span [class^="ti-"] {
	font-size: 12px;
}

.banner-section-content .banner img {
	border-radius: 20px;
	margin: 15px auto;
	max-width: 90%;
}
.banner-section-content .banner h4 {
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}


.banner-section-content .carousel-indicators {
	padding-bottom: 40px;
}
.banner-section-content .carousel-indicators li {
	background-color: #f5f5f5;
}


@media only screen and (max-width: 767px) {
	.news-banner-section .list-group-item > * {
		width: 100% !important;
	}
	.news-banner-section .list-group-item .right-date {
		line-height: 1.75em;
	}
}




/* 最新消息總覽頁 */
.news {
	max-width: 800px;
	padding: 2%;
	padding-top: 0;
}
.thead {
	background: #3e667a;
	color: #FFF;
	font-size: 1.25em;
	text-align: center;
	font-weight: 700;
}
.tbody .tr {
	font-size: 1.125em;
	border-bottom: 1px solid #3e667a;
}
.tbody a {
	display: block;
	color: #010101;
	vertical-align: middle;
	letter-spacing: 1px;
}
.tbody a:hover { color: #8b773a; }
.tbody .right-date {
	color: #666;
	font-size: 0.875em;
	letter-spacing: 1px;
}
.tbody .right-date span {
	vertical-align: middle;
}
.tbody .right-type {
	background-color: #8b773a;
    padding: 0.35em 0.75em;
    line-height: 0.875em;
    max-width: 8.5em;
    margin: auto;
}
.tbody .right-type span {
	vertical-align: middle;
	color: #FFF;
	font-size: 0.875em;
}


/* 每則最新消息 */
.news-title {
	text-align: center;
		font-weight: 700;
		line-height: 1.25em;
		color: #338EFF;
		font-size: 3em;
		letter-spacing: 2px;
		margin-bottom: 0.5em;
}

.news-content {
	border-top: 1px solid;
	font-size: 1.25em;
	padding: 2em 0;
	line-height: 2em;
}

.news-content img {
	width: 100%;
	max-width: 100%;
}
.news .date {
	color: #666;
	font-size: 0.875em;
	letter-spacing: 1px;
}
.news-social-icons a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 35px;
	color: #666;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 5px;
	z-index: 1;
	border: 1px solid;
	text-decoration: none;
	font-size: 16px;
	padding: 1px;
}

.news-social-icons .line {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	font-family: 'Nunito';
}
.news-social-icons .line:hover {
	background: #00b900;
	color: #FFF;
}

.news-social-icons .facebook:hover {
	background: #4267B2;
	color: #FFF;
}

.news-file {
	background-color: #fff;
	padding: 1em 2em;
	margin-bottom: 3em;
}
