body {
	background-color:#FFF;
}
section { padding: 25px 0;}
.greenTag {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    z-index: 0;
    position: relative;
    background-color: #94b706;
	padding: 3px 15px;
}
.greenTag a, .grayTag a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grayTag {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    z-index: 0;
    background-color: #ABABAB;
	padding: 3px 15px;
}
/* ==========================================================================
專題模組
========================================================================== */
.bigBanner {
	width: 100%;
	height: 260px;
	overflow: hidden;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
    background-repeat: no-repeat;
	position: relative;
	margin-top: 15px;
	background-image: url(../images/bigBanner.jpg);	
}
.bigBanner .txtWrap {
    background-image: url(../images/black2.png);
    width: 100%;
    height: 166px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}
.bigBanner .txtWrap .subWrap {
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.m-subWrap {
    position: relative;
	display: none;
	padding: 10px 0;
}
.m-subWrap h1 {
	font-size: 24px;
	color: #373737;
}
.m-subWrap h2 {
	font-size: 18px;
	line-height: 1.6;
	color: #626262;
	margin-top: 5px;
}
.bigBanner .txtWrap h1 {
    font-size: 24px;
}
.bigBanner .txtWrap h2 {
    font-size: 18px;
	line-height: 1.6;
    margin-top: 7px;
}
.featureList {
    margin-top: 15px;
}
.featureList .listItem {
    border: 1px solid #CBCBCB;
    position: relative;
    overflow: hidden;
}
.featureList .listItem .picWrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
	position: relative;
}
.coverPic {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.featureList .listItem .rBox,.featureList .listItem .lBox{
    padding: 0;
}
.featureList .listItem .rBox .linkList {
    padding: 0 15px;
}
.featureList .listItem .rBox .linkList li.listTitle {
    color: #7B9807;
    border: none;
    font-size: 21px;
    margin-top: 5px;
}
.featureList .listItem .rBox .linkList li.listTitle i {
    color: #7B9807;
	margin-left:0;
	margin-right: 5px;
}
.featureList .listItem .rBox .linkList li {
    border-bottom: 1px dotted #CBCBCB;
	line-height: 1.4;
    font-size: 16px;
    color: #e4007f;
	padding: 10px 0;
}
.featureList .listItem .rBox .linkList li a {
    color: #373737;
}
.featureList .listItem .rBox .linkList li i {
    color: #e4007f;
	margin: 0 5px;
}
.featureList .listItem .rBox .linkList li a:hover {
	color: #e4007f;
}
.featureList .listItem .rBox .linkList li:last-child {
    border: none;
}
.featureList .inside {
	padding: 10px 12px;
	height: 300px;
}
.featureList .listItem .insidePic {
    height: 145px;
	overflow: hidden;
	position: relative;
}
.insidePic .adtag {
	position: absolute;
	top:0;
	right:0;
	padding: 3px 8px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 14px;
}
.featureList .listItem .insideText h2 {
	font-size: 18px;
	line-height: 1.4;
	color: #373737;
	margin-top: 5px;
}
.featureList .listItem .insideText h2 a:hover {
	color: #e4007f;
}
.featureList .listItem .insideText p {
	font-size: 15px;
	line-height: 1.5;
	color: #626262;
	margin: 5px 0 8px;
}
.video {
	margin: 15px 0;
}
/* ==========================================================================
article
========================================================================== */
article  small{ 
	color: #757575;
	padding: 0 10px 10px 10px;
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
}	
article .picture-r {
	padding: 0 0 0 10px;
}
article .picture-l {
	padding: 0 10px 0 0;
}
article h2 {
	font-size: 36px;
	line-height: 1.4;
	color: #373737;
	font-weight: 500;
	margin: 15px 0 10px 0;
}
article h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #02205e;
	margin: 10px 0 5px;
}
article h4 i {
    display: inline-block;
	padding-right: 10px;
}
article h6 {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
	margin: 10px 0 5px;
}
article .Preface {
	color: #757575;	
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;	
}
article p {
	font-size: 17px;
	line-height: 1.8;
	margin: 10px 0 25px 0;	
}
article p a {
	color: #1860a8 !important;	
}
article p a:hover {
	text-decoration: underline;	
}
article>blockquote {
	box-sizing: border-box;
    padding: 0 10px 0 15px;
    margin: 25px 50px 25px 50px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #74afd4;
}
article>blockquote>p {
	margin: 0;
	font-size: 19px;
	line-height: 1.6;
	color: #373737;
	font-weight: bold;
}
article .InfoBox {
	display: inline-block;
    width: 100%;
	margin: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cecece;
	padding-bottom: 10px;
}
article .authorInfor {
	font-size: 14px;
	line-height: 1.6;
	color: #757575;
	text-align: left;
}
article .photography {
	font-size: 14px;
	line-height: 1.6;
	color: #757575;
	text-align: left;
}
article .socialshare {
	text-align: right;
}
article .peopleBox {
    margin: 5px 0;
    padding: 15px 15px;
    display: block;
    background-color: #e7ecf2;
	border-radius: 10px;
}
article .peopleBox span img {
	width: 25px;
	height: auto;
	margin-right: 8px;
}
article .peopleBox .ill img {
	margin-top:-50px;
	padding-left: 0px;
}
article .peopleBox h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #373737;
}
article .peopleBox p {
    margin: 5px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #373737;
}
article .peopleBox hr{
	border: 1px #02205e solid;
}
article .img-left {
	float: left;
	margin-right: 20px;
}
article .img-right {
    float: right;
    margin-left: 20px;
}
/* ==========================================================================
web_nav
========================================================================== */
.web_nav{
	width: 100%;
	background-color: #94b706;
	position: relative;
	z-index: 200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94b706;
}
.web_nav ul li {
    display: inline-block;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 2px 12px;
}
.web_nav ul li:hover, .web_nav ul li:visited, .web_nav ul li:active, .web_nav ul li.actived {
	color: #94b706;
}
.web_nav .s-logo {
	color: #FFF;
	background-color:#e4007f;
	border-radius: 0 0 5px 5px;
	height: 45px;
	z-index: 1;
	float: left;
	position: absolute;
	padding: 3px 10px;
}
.web_nav .s-logo img {
	width: 100px;
	padding-top: 3px;
}
/* ==========================================================================
social-icons 
========================================================================== */
.social-icons {
   margin:12px 20px 0 ;
   float: right;
}
.social-icons ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
   padding: 0 5px;
}
.social-icons li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.social-icons li a i{color: #fff; font-size: 20px;}
.social-icons li:nth-child(1){background-color: #3c5b9b;line-height: 45px;}
.social-icons li:nth-child(2){background-color: #3c5b9b; line-height: 45px;}
.social-icons li:nth-child(3){background-color: #00c300; line-height: 45px;}

.social-icons li:hover:nth-child(1),.social-icons li:hover:nth-child(2),.social-icons li:hover:nth-child(3){
	opacity: 0.8;
	text-decoration: none;
}
/* ==========================================================================
fotter
========================================================================== */
footer{
	padding: 25px 0 25px 0;
	text-align: center;
	background-color: #e4007f;
	color: #FFF;
	position: relative;
}
footer p{
	font-size: 14px; 
	margin: 5px;
}
/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 5;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;text-decoration: none;
	color: #bbb;-webkit-transition: 1s;
	-moz-transition: 1s;transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #F39;
	background-image: url(http://topic.cheers.com.tw/yleader/img/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #69A813;
}