.main-page {
	min-height:680px;
}
.news-box {
	overflow:hidden;/*background-image:url("../img/pagebg.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	padding:50px 0px;*/
}
.news-box .page-header {
	margin-top: 0px;
	display:none;
}
/*=====側邊選單=========*/

.sidebar {
	background-image:url("../img/sidebar_line.jpg");
	display:block;
	background-repeat:repeat-y;
	background-position:right top;
	margin:20px 0px;
}
.sidebar .title h3 {
	background-image:url("../img/green_icon.png");
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:25px;
	color:#abb802;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
.sidebar .list {
	/*width:170px;*/
	margin:35px 0px;
}
.sidebar .list ul {
	padding-right:20px;
}
.sidebar li {
	background-image: url("../img/bk_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #eeeeee;
	display: block;
	height: 40px;
	line-height: 37px;
	padding-left: 25px;
	text-align: left;
}
.sidebar li:hover {
	background-image:url("../img/green_icon.png");
	color:#abb802;
}
.sidebar li a {
	color:#999;
}
.sidebar li a:hover {
	color:#abb802;
	text-decoration:none;
}
.sidebar li.active {
	background-image:url("../img/green_icon.png");
}
.sidebar li.active a {
	color:#abb802;
}
/*===消息===右側==========*/

.list-empty {
	float: right;
	width: 700px;
}
.media {
	/*float: right;
	width: 700px;*/
	border-bottom:1px dashed #ccc;
	padding:10px 0px;
}
.media-body {
	color:#CCC;
}
.media-body p {
	color:#666;
}
.media-heading a {
	color:#abb802;
}
.media .pull-left .thumbnail {
}
/*消息內頁*/
.news-box .date {
	border-bottom:1px solid #b2cb01;
	border-top:1px solid #b2cb01;
	color:#b2cb01;
	padding:5px 5px;
}
.news-box .detail {
	margin:20px 0px;
	overflow:hidden;
}
.news-box .detail h3 {
	margin-bottom:10px;
	color:#98ae00;
}
.news-box .detail img {
	margin:15px;
}
.detailButton {
	float:right;
	clear:both;
}
.detailButton .btn-default {
	background-color: #abb802;
	background-image: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 2px 15px;
	text-shadow: none;
}
.detailButton .btn-default:hover {
	background-color:#98ae00;
}
/*========影音專區========*/

.caption h3 a {
	color:#abb802;
	font-size: 16px;
}
.news-box .thumbnail .thumbnail {
	background-color: #fff;
	border: 0px;
	border-radius: 0px;
	display: block;
	padding:0px;
	height:auto;
}
.videosize iframe {
	width:100%;
}
.news-box .caption {
	height:80px;
	overflow:hidden;
}
/*========影音列表=======*/
.news-box .row {
	/*	float: right;
	width: 700px;*/
	padding:10px 0px;
}
.news-box .row .col-md-4 {
	width:50%;
	height:280px;
	position:relative;
}
.news-box .row .col-md-4 .thumbnail .caption {
	height:70px;
	overflow:hidden;
}


/*Responsive Navbar*/
@media (max-width: 767px) {
 .videosize iframe {
 width:100%;
 height:320px;
}
}
