.section-body img {
	max-width: 100%;
	height: auto;
}

/*---[ search ]-------------------------*/
.page-banner-section {
}
.page-banner-section .container {
	padding-top: 25px; padding-bottom: 0;
	background-color: #FFFFFF;
	/*background-image:url('/images/15665.jpg');*/
	background-size: cover;
	background-position: center center;

}
.page-banner-section .container small {
    font-size: 16px;
    color: #cccccc;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.6px;
}
#share-box * {vertical-align:middle !important;}
#share-box i {font-size: 14px;}
#share-box strong {font-size: 14px; line-height: 1.5;}
#share-box .btn-default {padding: 0 5px;
	font-size: 12px; line-height: 1.5;
	border: 1px solid #e0e0e0; border-radius: 4px;}
.fb-share-button {display: inline-block;margin-top: -3px;}

#list .card {
	/*position: relative;*/
}
#list .cat-img {
	width: 100%; height: 160px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
#list .cat-img:hover {
	background-size: 130%;
}
@media (min-width: 576px) and (max-width: 1200px) {
	#list .cat-img:hover {background-size: 180%;}
}

#list .card-body {
	/*position: absolute;*/ width: 100%;
	bottom: 0;
	padding: 5px 1.25rem;
	background: rgba(255,255,255,.85);
}
#list .card-text {
	overflow: hidden;
	word-wrap: break-word;
	height: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/* 內容頁元素 */
@media (max-width: 575.98px) {
	#list .cat-img {height: 220px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}
.section-body {
	font-size: 1.15rem;
	line-height: 1.75rem;
}

.section-body .source {
	padding: 10px 15px;
	border-left: 10px solid #ececec;
	word-wrap:break-word; /* word-break: break-all; */
}


.social-widget .btn-group {
	width: 100%;
}
.social-widget .btn {
	border-radius: 0; width: 25%;
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 0; padding-right: 0;
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	text-align: center;
	font-size: 10px;
}
.social-widget .btn:hover {
	background-color: #007A9A;
	border-color: #007A9A;
    color: #FFFFFF;
}
.social-widget .btn i.fa {
	width: 100%;
}

.widget-body ul.re-article li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e0e0e0;
	display: inline-block;
	overflow: hidden; line-height: 1.25rem;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
