html{
	font-size: 62.5%;
}
body{
	margin: 0;
	padding: 0;
}
.logo-wrap{
	padding: 0 1.5rem;
	height: 4rem;
	background: #fff;
}
.bank-logo,
.master-logo{
	float: left;
	height: 100%;
}
.bank-logo{
	width: 9.2rem;
	background:url(../img/event/BOC.jpg) 0 center no-repeat;
	background-size: 100% auto;
}
.master-logo{
	float: right;
	width: 10rem;
	background:url(../img/event/mastercardlogo.jpg) right center no-repeat;
	background-size: 100% auto;
}
.event-banner{
	width: 100%;
	height: auto;
}
.event-banner img{
	width: 100%;
	vertical-align: middle;
}
.event-content-wrap{
	padding: 1.2rem 1.3rem;
	background: #fff;
}
.event-content-box{
	margin-top: 0.8rem;
	padding: 1.3rem 1.4rem;
	background: #f2f2f2;
}
.event-title{
	position: relative;
	margin: 0;
	padding-left: 2.2rem;
	color: #eca43b;
	font-size: 1.4rem;
}
.event-title:after{
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	height: 1.2rem;
    width: 1.2rem;
}
.icon-clock:after{
	background: url(../img/event/icon/icon-clock.png) center center no-repeat;
	background-size: auto 98%;
}
.icon-content:after{
	background: url(../img/event/icon/icon-content.png) center center no-repeat;
	background-size: auto 98%;
}
.icon-tips:after{
	background: url(../img/event/icon/icon-tips.png) center center no-repeat;
	background-size: auto 98%;
}
.content-text{
	font-size: 1.3rem;
	padding: 0.3rem 2.2rem 0;
	line-height: 2rem;
	color: #191919;
}
.list-title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3rem;
	padding: 0.6rem 0;
}
.list-title span{
	display: inline-block;
	height: 1.8rem;
	line-height: 3rem;
	border-bottom: 3px solid #e7a73b;
}
.museum-list,
.tips-list{
	list-style: none;
	padding-left: 2.2rem;
}
.museum-list li,
.tips-list li{
	position: relative;
	padding: 0.6rem 0 0.6rem 2.2rem;
	font-size: 1.3rem;
	color: #191919;
}
.tips-list li{
	line-height: 1.8rem;
	padding: 0 2rem 0 2.2rem;
}
.museum-list li:after,
.tips-list li:after{
	position: absolute;
	top: 0.8rem;
	left: 0;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url(../img/event/icon/icon-li.png) center center;
	background-size: auto 98%;
}
.tips-list li:after{
	top: 0.2rem;
	background: url(../img/event/icon/icon-tips-list.png) center center;
	background-size: 100% auto;
}
.tips-list a{
	color: #e69d21;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}
.clearfix{
    zoom:1;
}