/*menu  begin*/
.wrap{
	width:1280px;
	height:720px;
	background:url("../img/landing_main.jpg") no-repeat;
	margin:0 auto;
	border:1px solid red;
}
.menu-wrap-left-top{
	width:235px;
	height:420px;
	margin-top:150px;
	margin-left:30px;
	margin-right:10px;
	position:absolute;
	border:1px solid red;
}
.menu-wrap-left-bottom{
	width:235px;
	height:100px;
	margin-top:610px;
	margin-left:30px;
	margin-right:10px;
	position:absolute;
	border:1px solid red;
}
.menu-wrap-right{
	width:1005px;
	height:720px;
	margin-left:275px;
	position:absolute;
	background-image:url("../img/ottawa1.jpg");
	background-repeat:no-repeat;
	border:1px solid red;
}
.container-first{
	width: 1005px;
	height: 580px;
	margin-left:0px;
	border:1px solid red;
}

.container-bar{
	width: 1005px;
	height: 80px;	
	background-image:url("../img/landing_bar1.png");
	background-repeat:no-repeat;
	border:1px solid red;
}

.container-bar li{
	display: inline-block;
	padding-right:15px;
	float:right;
}

.time-item{
	font-family: 'Montserrat-Bold Montserrat-Regular';
	font-size: 16px;
	color:#ffffff;
	padding-top:50px;
}

.news-pic-item{
	margin-top:10px;
	position:relative;
}

.news-img-item{
	width:204px;
	height:136px;
}

.news-title-item{
	height:14px;
	font-family: 'Montserrat-Bold Montserrat-Regular';
	font-size: 14px;
	color:#3f3f3f;
	over-flow:hidden;
	word-break: break-all;
	word-wrap:break-word;
}

.news-content-item{
	height:50px;
	font-family: 'Montserrat-Bold Montserrat-Regular';
	font-size: 12px;
	color:#3f3f3f;
	over-flow:hidden;
	word-break: break-all;
	word-wrap:break-word;
}

.notice-content-item{
	height:35px;
	font-family: 'Montserrat-Bold Montserrat-Regular';
	font-size: 12px;
	color:#3f3f3f;
	over-flow:hidden;
}
/*menu  end*/

