#owl-acts .owl-carousel {
position: relative;
}
#owl-acts .owl-prev,
#owl-acts .owl-next {
position: absolute;
top: 50%;
margin-top: -69px; // Half of the prev/next buttons height here in negatives to center them perfectly
}
#owl-acts .owl-prev {
	background-color:transparent;
	left: -6em;
}
#owl-acts .owl-next {
	background-color:transparent;	
	right: -6em;
}

.actsBlock{
	background:#fff;
	margin:0 0 2em 0;
	}
	
.acts_photo{
	}
	
.acts_Date{
	font-size:1em;
	font-family:"微軟正黑體";
	color:#555;
  /*color:#4c4c4c;*/
	padding:1em 0em 1.2em 0em;
	margin:0 1em;
	border-bottom:1px #b9d5e9 solid;
	}

.acts_content{
	font-size:1em;
	font-family:"微軟正黑體";
	color:#555;
  /*color:#4c4c4c;*/
	padding:1em 0em 1.2em 0em;
	margin:0 1em;
	border-bottom:1px #b9d5e9 solid;
	}

.acts_location{
	font-size:1em;
	font-family:"微軟正黑體";
	color:#555;
  /*color:#4c4c4c;*/
	padding:1em ;
	}

.acts_content a {
	color:#f5b939;
	text-decoration:none;
	}

.acts_point {
	text-align: right;
	padding: 0 0 0.5em 0;
	line-height: 28px;
	color:#555;
}

.acts_dept {
	margin-right: 0.1em;
	margin-left: 0.3em;
	color: #555;
}
.acts_point_txt_type1 {
	font-size: 0.9em;
	font-family: "微軟正黑體";
	color: #fff;
	padding: 0.3em 0.4em;
	border-radius: 5em;
	background: #ea6464;
}

.acts_point_num_type1{
	margin:0 0 0 0.2em;
	color:#ea6464;
	}

.acts_point_txt_type2 {
	font-size: 0.9em;
	font-family: "微軟正黑體";
	color: #fff;
	padding: 0.3em 0.4em;
	border-radius: 5em;
	background: #74c9e7;
}

.acts_point_num_type2{
	margin:0 0 0 0.2em;
	color:#74c9e7;
	}

.acts_point_txt_type3 {
	font-size: 0.9em;
	font-family: "微軟正黑體";
	color: #fff;
	padding: 0.3em 0.4em;
	border-radius: 5em;
	background: #a3cd64;
}

.acts_point_num_type3{
	margin:0 0 0 0.2em;
	color:#a3cd64;
	}		
	
.acts_point_txt_type4{
	font-size:0.9em;
	font-family:"微軟正黑體";	
	color:#fff;
	padding:0.3em 0.4em;
	border-radius: 5em;
	background:#ffba00;	
	}

.acts_point_num_type4{
	margin:0 0 0 0.2em;
	color:#ffba00;
	}
	
.acts_point_txt_type5{
	font-size:0.9em;
	font-family:"微軟正黑體";	
	color:#fff;
	padding:0.3em 0.4em;
	border-radius: 5em;
	background:#946dac;	
	}

.acts_point_num_type5{
	margin:0 0 0 0.2em;
	color:#946dac;
	}

.acts_point_txt_micro {
	font-size: 1em;
	font-family: "微軟正黑體";
	color: #fff;
	padding: 0.3em 0.4em;
	border-radius: 0.5em;	
	background: #C0C0C0;
}

.acts_point_num_micro {
	margin: 0 0 0 0.2em;
	color: #C0C0C0;
}

/*活動平台(毛)*/

.eventPoints {
	color: #000;
	text-align: center;
	margin-top: .8rem;
}

.eventPoints .points {
	padding-bottom: .35rem;
}

.micro {
	color: #000;
    border-bottom: 5px solid  #717171;
}

.micro span {
	font-weight: 700;
	margin-right: .2rem;
	}

.eventPoints .style01  {
	border-bottom: 5px solid #ea6464;
}

.eventPoints .style02  {
	border-bottom: 5px solid #74c9e7;
}

.eventPoints .style03  {
	border-bottom: 5px solid #a3cd64;
}

.eventPoints .style04  {
	border-bottom: 5px solid #ffba00;
}

.eventPoints .style05  {
	border-bottom: 5px solid #C03DD1;
}


/*a .eventPoints{
	color: #000;
	display: inline-block;
	margin: 0 1rem .8rem 0;
	line-height: 32px;
}

a .eventPoints span{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #cecece;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-right: .2rem;
}

a .micro{
	color: #717171;
	margin: 0 .5rem .8rem 0;
	height: 34px;
	padding: .0rem .5rem;
	line-height: 32px;
	border: 1px #E6E6E6 solid;
	border-radius: 50px;
	font-size: 0.5rem;
}

a .micro span{
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: .2rem;
}

.style01 .eventPoints, .style01 .micro{ color: #ea6464;}
.style01 .eventPoints span{background: #ea6464;}
.style02 .eventPoints, .style02 .micro{ color: #74c9e7;}
.style02 .eventPoints span{background: #74c9e7;}
.style03 .eventPoints, .style03 .micro{ color: #a3cd64;}
.style03 .eventPoints span{background: #a3cd64;}
.style04 .eventPoints, .style04 .micro{ color: #ffba00;}
.style04 .eventPoints span{background: #ffba00;}
.style05 .eventPoints, .style05 .micro{ color: #946dac;}
.style05 .eventPoints span{background: #946dac;}*/