
/*演讲嘉宾*/
.main{
	margin:0 auto;
}
.yjjb{
	max-width:1100px;
	margin:0 auto;
	margin-top:15px;
	overflow:hidden;

}
.yjjb{
	width: 100%;
	overflow: hidden;
	background: url(yjjb.png) no-repeat center 0;
}
.yjjb ul{
	width: 100%;
}
.yjjb ul li{
	float:left;
	width:17.8%;
	text-align:center;
	padding:1% 1%;
}
.yjjb ul li h1{
	font-size:16px;
	background: none;
}
.yjjb ul li img{
	width:100%;
	border-radius:50%;
}
.yjjb ul li p{
	color:#767676;
	height:60px;
}
.richeng{
	max-width:1100px;
	width: 92%;
	margin:0 auto;
	overflow:hidden;
}
.richeng .rctit{
	height:80px;
	background: url(agenda.png) no-repeat center 0;
}
.richeng ul{
	width: 100%;
}
.richeng ul li{
	float:left;
	width:14%;
	min-height:60px;
	text-align:center;
	padding:5px;
	margin-left: 1%;
	display:block;
	overflow:hidden;
	font-size: 14px;
}
.richeng ul li:nth-child(1){
	background-color:#eeeeee;
	margin-left: 0;
}
.richeng ul li:nth-child(2){
	background-color:#acc6ff;
}
.richeng ul li:nth-child(3){
	background-color:#cbd5ed;
}
.richeng ul li:nth-child(4){
	background-color:#cbede5;
}
.richeng ul li:nth-child(5){
	background-color:#eddccb;
}
.richeng ul li:nth-child(6){
	background-color:#d6cbed;
}
.richeng ul li:nth-child(7){
	background-color:#edcbcb;
}
.richeng ul li:nth-child(8){
	background-color:#e9edcb;
}

.richeng ul li span{
	font-size:16px;
	display:block;
	line-height:40px;
	background-color:#002494;
	color:#ffffff;
	font-weight:bold;
}
.richeng ul li p{
	color:#767676;
	padding:5px;
	text-align:left;
	text-align:justify;
}

