/*顏色主題1 CSS*/

.main-nav{
	background: #FFB200;
}

.default-btn, .top-article{
	background: #FFB200;
	color: #000 !important;
}

.default-btn.more-of-list{
	background: rgba(0,0,0,0.3);
	color: #999;
}

.tab-list li.active a{
	background: #197F00;
}

.tab-list li a{
	color: #fff;
	background: rgba(0,0,0,0.8);
}

.announcement-list li p{
	color: #197f00;
	//#197f00 <-#ffb200
}

footer{
	background: #D8D8D8;
}

.go-top{
	background: #FFB200;
	color: #000;
}

.page-number-list li.active a{
	color: #FFB200;
}

.photo-swiper-pagination .swiper-pagination-bullet-active{
	background: #FFB200;
}

.discussion-number{
	color: #FFB200;
}

.sitemap-list li a{
	background: #FFB200;
}














