* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 16px;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}
img {
    border: 0!important;
}
a,li,button,img:hover {
    cursor: pointer;
}


/*header*/
.header{
	height: 540px;
	width: 100%;
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	background-position: center;
	min-width: 1090px;
}
.clearfix{
	clear: both;
	zoom: 1;
}

/*内容*/
.content{
	width: 1100px;
	margin: 50px auto 0;
}
.content-left{
	width: 734px;
	float: left;
}
.content-right{
	width: 334px;
	float: left;
	margin-left: 32px;
}

.action-label{margin: 0 0 15px 0;}
.action-label img{width: 100%;}
.c-content{
	padding-left: 20px;
	margin-bottom: 60px;
}
/*背景及目的*/
.beijing .c-content p{line-height: 28px;}


/*新闻*/
.title-desc{
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #dedede;
}

.title-desc img,
.title-desc div abbr{display: none;}
.title-desc div{margin-bottom: 10px;}
.title-desc div p{
	margin-bottom: 5px;
	font-weight: bold;
  color: #020202;
}
.title-desc div span{
	font-size: 14px;
  color: #6d6d6d;
}


.more-info{
	height:20px;
  text-align: right;
}
.more-info a{
	width: 60px;
	height: 20px;
	display: block;
	float: right;
	color: #636363;
}

/*会议表格*/
.table td{background-color: #e9e9e9;}
.table-bordered>tbody>tr>td {border: 2px solid #fff;}

/*议程*/
#agenda .table-bordered>tbody>tr:first-child>td{
	background-color: #1574b6;
	color: #fff;
}
#agenda .table-bordered>tbody>tr:first-child>td:first-child{background-color: #fbaf3f;}

/*拟会嘉宾*/
#nihuijiabin .table-bordered>tbody>tr:first-child>td{
	background-color: #fbaf3f;
	color: #fff;
	text-align: center;
}

/*底部页脚*/
.footer {
	min-width: 1100px;
    padding: 20px 0;
    background:#1a417b;
    text-align: center;
    box-shadow:0px 40px 40px #1a417b inset;
}
.footer ul  {
    width: 480px;
    margin: 0 auto 30px;
}
.footer ul a{
    display: block;
    padding-right: 26px;
    float: left;
    border-right: 2px solid white;
    color: #edf3f5;
    margin-left: 22px;
}
#imgBox li{
  width: 250px;
  height: 187px;
  float: left;
margin: 0 17px 16px 0;
}
#imgBox li img {
    width: 250px;
  height: 187px;
}