* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-family: 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/shanghai_c.png');
	background-repeat: no-repeat;
	background-position: center;
	min-width: 1090px;
}
.clearfix{
	clear: both;
	zoom: 1;
}

/*内容*/
.content{
	width: 1090px;
	margin: 35px auto 0;
}
.content-left{
	width: 730px;
	float: left;
}
.content-right{
	width: 340px;
	float: left;
	padding-left: 20px;
}

.action-label{margin: 0 0 15px 0;}
.action-label img{width: 100%;}
.c-content{
	padding-left: 20px;
	margin-bottom: 60px;
}

/*议程*/
.agenda ul li {
	min-height: 70px;
	font-size: 18px;
	border-top: 1px solid #d5d5d6;
	margin-bottom: 4px;
}
.time{
	width: 18%;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color: #f0ebe4;
	color: #757678;
	text-align: center;
}
.detail{
	width: 80%;
	float: left;
	margin: 5px 0 10px 2%;
}
.detail .tent-main{
	width: 95%;
  float: left;
	line-height: 24px;
}
.detail .tent-img{
	width: 5%;
  float: left;
}
.detail .tent-main{color: #444345;}
.detail .tent-main h3{font-size: 18px;}
.detail .tent-main p{font-size: 16px;}
.detail img {vertical-align: middle;}

/*新闻*/
.title-time img,
.title-time div span{display: none;}
.title-time div p{
    display: inline-block;
    color: #636363;
    width: 70%;
    overflow: hidden;
    height: 20px;
    margin: 2px;
}
.title-time div abbr{
	float: right;
	color: #636363;
	margin-right: 20px;
}
.more-info{
	height:20px;
	margin-bottom: 10px;
}
.more-info a{
	width: 60px;
	height: 20px;
	display: block;
	float: right;
	color: #636363;
}
/*.return-btn{
	position: relative;
	top: -90px;
}*/
.return-btn a{color: #b39b77;}


/*支持*/
.support-list li{margin: 10px 0;}
.support-list li span{
	font-size: 18px;
	font-weight: bold;
}
.main-item{height: 50px;}
.main-item img{vertical-align: text-top;}

.matrix li {
	width: 33.333%;
	float: left;
}
.matrix li a img{
	display: block;
	margin: 10px auto;
}
.matrix li a p{
	color: #000;
	text-align: center;
}
.website p{margin: 5px 0;}
.website p a{
	display: inline-block;
	margin: 0 10px;
	color: #000;
}

/*活动视频*/
.video-list li{
	margin: 0 0 20px 20px;
  width: 298px;
}
.video-list li a .dec{
	width: 298px;
	height: 198px;
}
.video-list li div{margin-top: 10px;}
.co-video span{
	float: left;
	width: 10%;
}
.co-video p{
	float: left;
	width: 90%;
	color: #b39b77;
}

/*精彩瞬间*/
.pic-gallery li {
	width: 30%!important;
    height: 250px!important;
    position: relative;
    float: left;
    border: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.pic-gallery img {
    width: 98%!important;
    height: 180px!important;
}
.pic-gallery p {
	margin-top: 20px;
	font-size: 18px;
}

/*底部页脚*/
.footer {
	min-width: 1090px;
    padding: 20px 0;
    background:#b39b77;
    text-align: center;
    box-shadow:0px 40px 40px #b39b77 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;
}