@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);


/*========================================================
                      	 影音介紹
=========================================================*/

.video-list {
    background: url(../../images/video_bg.jpg) no-repeat center top;
    background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	padding-bottom: 100px;
}
.video-list .sect-title {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
	padding-top: 30px;
}
.video-list .sect-title b {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.video-list .sect-title b span {
    color: #0053b2;
}
.video-list .sect-title b:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: -webkit-gradient(linear,right top, left top,color-stop(0, #ad41ec) , to(#3F5FE9));
    background: linear-gradient(to left,#ad41ec 0 , #3F5FE9 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.video-list .sect-title:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.video-list .more a {
    padding: 6px 80px;
    border: 1px solid #fff;
    color: #fff;
}

.video-list .more a:hover {
    border-color: transparent;
    background-color: rgba(0,0,0,0.50);
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    /*padding: 0;*/
    overflow: hidden;
}
@media (min-width: 768px) {	
.video-list .sect-title b {
    font-size: 50px;
}
.video-list .sect-title {
    font-size: 26px;
}

}
.container_r:after {
    content: '';
    background: url(../../images/banner_cover.png) 50% 100% no-repeat;
    height: 106px;
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.container_r {
    position: relative;
}

/*========================================================
                      	 最新消息
=========================================================*/

.news-list {
    background: url(../../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 90px;
	position: relative;
}
.news-list .sect-title {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
	padding-top: 30px;
}
.news-list .sect-title b {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #8c8c8c;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.news-list .sect-title b span {
    color: #C2A254;
}
.news-list .sect-title b:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: -webkit-gradient(linear,right top, left top,color-stop(0, #ad41ec) , to(#3F5FE9));
    background: linear-gradient(to left,#ad41ec 0 , #3F5FE9 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.news-list .sect-title:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(117, 117, 117, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.post  {
overflow: hidden;
padding: 0 0 15px;
}
.post img {
    width: 100%;
    vertical-align: bottom;
	transform:scale(1,1);
	transition: all 1s ease-out;
   /* padding-top: 5%;
	padding-bottom: 5%;
     padding:0 0 15px 0; 
	 transition: all 0.6s ease;*/
}
.news-list .news_box:hover .post img{
	transform:scale(1.2,1.2);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .6;
	}
.news-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-list dl{
	background-color:#fff;
	height: 435px;
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.news-list dl:hover {
	transform: translate(-5px, -5px);
	box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.1);
	transition: 0.9s;
}
.news-list dl dt {
	margin: 0 15px;
    float: left;
    width: 84px;
    height: 84px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .news_box:hover .date {
     background: #85B200;
    color: #fff;
}
.news-list dl dt small {
    display: block;
    font-size: 12px;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	padding: 0 10px 5px 0;
}
.news-list dl dd:hover{
	color: #0C3;
	}
@media (min-width: 468px) {
	.news-list dl{
		height: 454px;
	}
}
@media (min-width: 576px) {
	.news-list dl{
		height: 320px;
	}
}
@media (min-width: 640px) {
	.news-list dl{
		height: 380px;
	}
}
@media (min-width: 768px) {
	.news-list dl{
		height: 382px;
	}
}
@media (min-width: 992px) {
	.news-list dl{
		height: 332px;
	}
}
@media (min-width: 1200px) {
	.news-list dl{
		height: 395px;
	}
}
@media (min-width: 1600px) {
	.news-list dl{
		height: 495px;
	}
}

.news-list .news_box .name {
	color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 29px;*/
}
.news-list .news_box:hover .name {
    color: #85B200;
    text-decoration: underline;
	text-decoration:none;
}
.news-list dl dd p {
	color: #888;
    letter-spacing: 0;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
@media (min-width: 768px) {
	.news-list h1 {
		font-size: 36px;
	}
	.news-list .sect-title b {
    font-size: 50px;
	}
	.news-list .sect-title {
		font-size: 26px;
	}
	.news-list {
    padding-bottom: 160px;
	}
}
@media (min-width: 1200px) {
	.news-list h1 {
		font-size: 40px;
	}

}
/*========================================================
                      	 活動紀錄
=========================================================*/


.activity-list {
	background: url(../../images/activity_bg.jpg) no-repeat center top;
    background-size: cover;
	padding-bottom: 80px;
}
.activity-list > div {
	padding: 0 30px 40px 30px;
}
.activity-list .sect-title {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
	padding-top: 30px;
}
.activity-list .sect-title b {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #8c8c8c;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.activity-list .sect-title b span {
    color: #C2A254;
}
.activity-list .sect-title b:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: -webkit-gradient(linear,right top, left top,color-stop(0, #ad41ec) , to(#3F5FE9));
    background: linear-gradient(to left,#ad41ec 0 , #3F5FE9 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.activity-list .sect-title:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.activity-list dl dt img {
	max-width: 100%;
	vertical-align: bottom;
}
.activity-list dl dd {
	color:#fff;
	letter-spacing: 0;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.post-meta{
	color: #fff;
}

.activity-top{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.activity-top img {
    width: 100%;
    vertical-align: bottom;
}
.activity-top{
		display: block;
		}
@media (min-width: 768px) {
	.activity-list .sect-title b {
    font-size: 50px;
	}
	.activity-list .sect-title {
		font-size: 26px;
	}
	
		
}

/*========================================================
                        圖片效果
=========================================================*/

a.figure {
	/*display: block;
	position: relative;*/
	position: relative;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 4px solid transparent;
    -o-border-image: linear-gradient(to right, #ad41ec 0 , #3F5FE9 100%);
    border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ad41ec) , to(#3F5FE9));
    border-image: linear-gradient(to right, #ad41ec 0 , #3F5FE9 100%);
    border-image-slice: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
   position: absolute;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
    content: 'Read More';
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,1);
    color: #fff;
    padding-top: 38%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
