﻿.con_title {
    margin: 0 auto;
}
.activeArea {
    margin:0 auto;
    margin-right: 10px;
    padding-right: 10px;
    width: 660px;
    position: relative;
}

.activity_title {
    font-size: 1.188em;
    color:#fff;
    font-weight: 600;
    top:10px;
    margin: 5px;
    padding: 5px 0px 5px 0px;
    width: 640px;
    font-family: "微軟正黑體"
}


.activity_title  span {
    width: 185px;
    padding:5px 20px 5px 20px;
    border-radius: 8px 8px 0px 0px ;
}
    
.activeGroup {
    margin: 0px auto;
    min-width: 270px;
}

.activeGroup > li {
    width: 305px;
    display: inline-block;
    background: #fff none repeat scroll 0% 0%;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgb(203, 197, 199);
    margin: 6px;
    padding: 5px;
    height: 380px;
}

.banner_it > img {
    width: 300px;
    padding-left: 3px;
    text-align: center;
}

.activeGroup em { 
	background: transparent url('../images/300x250/li_act.png') repeat scroll 0% 0%; 
	width: 72px; 
	height: 63px;
	position: absolute;
	text-indent: -9999px;
	top: -4px;
	left: -10px;
	z-index: 5;
	}

/*.activeGroup i {
    background: transparent url('../images/300x250/li_act.png') repeat scroll 72px 0%; 
	width: 72px; 
	height: 63px;
	position: absolute;
	text-indent: -9999px;
	top: -4px;
	left: -10px;
	z-index: 5;
	}*/

.activeBanner {
    display: block;
    position:relative;
}

.activeBanner item {
    display: block;
    position:relative;
    background-color: #fbffbc;
}

.activeGroup .acting,  .activeGroup .actEnd{
    background: transparent url('../images/banner/li_act.png') no-repeat;
    width: 72px;
    height: 63px;
    position:absolute;
    top: -4px;
    left: -10px;
    z-index: 5;
}
.activeGroup .acting {
    background-position: 0 0;
}
.activeGroup .actEnd {
    background-position: 100% 0;
}

.activeGroup .m1 em {
    background-position: 0px 0px;
}

.activeGroup .m2 em {
    background-position: 0px 0px;
}

.search > ul .m2.no a {
    background-position: -71px -129px;
}

.activeGroup h3 {
    font-size: 1.13846em;
    font-weight: bolder;
    font-family: "微軟正黑體";
    padding: 10px;
    border-bottom: 1px dashed #eee;
    margin: 0px auto;
}

.activeBanner h3 {
    color: #971e23;
}
    .activeGroup li.h3 {
        padding-left: 10px;
        color: #000;
        border-bottom: 1px dotted rgb(255, 255, 255);
    }

.activeBanner section, .endBanner section {
    padding: 0px 0px;
    height: 120px;
}

.activeBanner:hover section {
    background: #971E23 none repeat scroll 0% 0%;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.endBanner:hover section {
    background: #aaa none repeat scroll 0% 0%;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.activeGroup li:hover h3 {
    color: #fff;
}

.activeGroup ul {
    padding: 5px 0px;
}

.activeGroup li li {
    margin-bottom: 5px;
    font-weight: bolder;
    list-style:none;
    overflow: hidden;
}

.activeGroup li:hover strong, .activeGroup li:hover span {
    color: #fff;
}

.activeGroup strong {
    width: 80px;
    padding-left: 10px;
    color: #006;
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 1.5;
}

.activeGroup span {
    width: 140px;
    padding-left: 10px;
    display: block;
    float: left;
    line-height: 1.5;
}

.shareIcon {
    display: inline-block;
}

.shareIcon > * {
    display: inline-block;
}


.image-container-2 {
    position: relative;
    padding-bottom: 83.3%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

    .image-container-2 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rib::before{
    z-index: 1;
}

.rib > span {
    display: inline-block;
    width: 100%;
    background-color: inherit;
    z-index: 1;
    position: relative;
}