@import url("menuStyle.css");

body{
	line-height: 1.4;
}

.clearBoth{
	clear: both;
}

.clearfix:after{

	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

/* ========================================== */

.main_Wrapper{
	width: 90%;
	margin: 0 auto;
}


.content_Wrapper{
	float: left;
}


.content_Wrapper.Left_Column{
	width: 70%;
	padding: 20px;
	padding-top: 0px;
	box-sizing: border-box;
	min-width: 800px;
	margin-bottom: 50px;
}



.content_Wrapper .content_Header{
	width: 100%;
	margin-bottom: 15px;
}

.content_Wrapper .content_Header .titleImg{
	float: left;
}

.content_Wrapper .content_Header a{
	float: right;
}


.content_Wrapper .content_Header .titleImg{
	width: 96%;
	text-align: center;
}

.content_Wrapper .content_Header a{
	width: 4%;
	text-align: right;
}

.content_Wrapper.event_Page{
	background: #fff;
}

.content_Wrapper.event_Page .content_TextBox{
	margin-bottom: 20px;
}


.content_Wrapper.event_Page .content_TextBox .content_Text{
	width: 100%;	
	margin-bottom: 30px;
}


.content_Wrapper.event_Page .content_TextBox .content_Text .titleText{
	background-color: #EBE7E4; 
	/* border-bottom:solid 12px #FFFFFF;  */
	padding:2 4 0 4;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 300;
}

.content_Wrapper.event_Page .content_TextBox .content_Text .articleText font{
	line-height: 1.6;
}

.content_Wrapper.event_Page .content_TextBox .content_Text .articleText span{
	line-height: 1.6;
}




/* right column ========================================== */

.content_Wrapper.event_Page.Right_Column{
	background: none;
}


.content_Wrapper.Right_Column{
	width: 30%;
	max-width: 180px;
	margin-left: 1%;
}

.content_Wrapper.Right_Column .content_Right{
	width: 100%;
	background: #000;
	padding: 10px;
	padding-top: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.content_Wrapper.Right_Column .content_Right .contentRight_Header{
	width: 100%;
	display: flex;
	justify-content:space-between;
}

.content_Wrapper.Right_Column .content_Right .contentRight_Header .contentRight_Header_Img{
	width: 95%;
	text-align: center;
	
}

.content_Wrapper.Right_Column .pastBanner{
	width: 100%;
}



.content_Wrapper.Right_Column .pastBanner img{
	width: 100%;
	height: auto;
}


.content_Wrapper.Right_Column .pastVideo{
	width: 100%;
}

.content_Wrapper.Right_Column .pastVideo a{
	width: 100%;
	height:120px;
	position: relative;
	display: block;
}


.content_Wrapper.Right_Column .pastVideo img{
	width: 100%;
	height: auto;
}



.content_Wrapper.Right_Column .pastVideo img.youtubePlayBtn{
	position: absolute;
	width: 30%;
	height: auto;
	top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}


.content_Wrapper.Right_Column a.pastDownLoadBtn{
	width: 100%;
}

.content_Wrapper.Right_Column a.pastDownLoadBtn img{
	width: 100%;
	height: auto;
}


/* light Box */

#html5-close{
	width: 32px;
	height: 32px;
}

#html5-close img{
	width: 100%;
	height: auto;
}
