*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000;
	line-height: 25px;
	margin: 0 auto;
	background-color: #fff;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}
img{
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
p{
	line-height: 30px;
}

/*全局*/
.cb{
	clear: both;
}
/*左浮动*/
.f-l{
	float: left;
}
/*右浮动*/
.f-r{
	float: right;
}

.container-fluid{
	width: 100%;
	background-color: #fff;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 60px;
}
.mt-100{
	margin-top: 100px;
}

/*导航*/
.nav-logo{
	height: 60px;
}
.nav-logo>img{
	height: 40px;
	margin-top: 10px;
}
.nav-tabs{
	list-style: none;
	height: 60px;
	position: relative;
	padding-right: 85px;
}
.nav-tabs>li{
	height: 60px;
	padding: 0 10px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.nav-tabs>li>a{
	font-size: 18px;
	color: #000000;
	letter-spacing: 1px;
}

/*标题*/
.tittle-01{
	width: 347px;
	height: 62px;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
	font-size: 34px;
}
.tittle-01 > strong{
	border-bottom: 2px solid #19195a;
}

/*大会议程*/
.agenda-01{
	height: 60px;
}
.agenda-02{
	height: 80px;
}
.agenda-date{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	width: 11%;	
	vertical-align: top;
	padding-top: 15px;
}
.agenda-date > span{
	background-color: #7368ae;
	padding: 2px 10px;
	border-radius: 5px;
}
.agenda-text{
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px dashed #949494;
	width: 35%;
	color: #333333;
	line-height: 30px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 10px;
}
