/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover{
	color:#F00;
}

.clearfix {
	*zoom: 1;
} 
.hylb{ width:90%; margin:0 auto; padding:100px 0; overflow:hidden;}
.hylb li{ width:31%; margin:1%; height:60px; text-align:center; line-height:60px; font-size:24px; font-weight:bold; float:left;background:#f1f1f1;}
.blank20{ clear:both; height:20px;}
.hylb li a{ color:#333}
.hylb li:hover{ background:#EAFAFF;}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
}

/* 主题样式 */
.main-body {
	position: relative;
	width: 100%;
	height: 100%;
background:url(hybj.jpg) no-repeat #f5f5f5;
}

.container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.top-title {
	width: 100%;
	position: relative;
	text-align: center;
	font-size:4em;
	 font-weight:bold;
	color: #fff;
	padding-top:2em;
}

/* 近期会议 */
.recent-meet {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	margin-top: 100px;
	border-radius: 5px;
	box-shadow:-3px 3px  3px #eee;
}

.meet-name {font-weight:bold;
	font-size: 18px;
	color: #000000;
	padding: 10px 20px 0 20px;
	box-sizing: border-box;
}

.meet-area {
	width: 100%;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
}

.meet-area .detainfo {
	width: 50%;
	position: relative;
	float: left;
	border-right: 1px solid #4972B0;
	box-sizing: border-box;
	padding: 10px 20px 10px 0;
}

.area {
	position: relative;
}

.title {
	width: 100%;
	font-size: 16px; font-weight:bold;
}

.title a {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.regiona {
	position: relative;
	margin: 5px auto;
	line-height: 28px;
}

.meet-area .meet-list {
	width: 50%;
	position: relative;
	float: left;
}

.ColumnList {
	position: relative;
	width: 100%;
}

/* 内容区域 */
.list__item {
	position: relative;
	display: block;
	width: 98%;
	padding: 5px 5px;
}

.list__item .list__item-tag {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #1a6cbd;
	border-radius: 50%;
	font-size: 0;
	margin-right: 5px;
}

.list__item .list__item-title {
	text-decoration: none;
	font-size: 16px;
	line-height: 32px;
}

.list__item .list__item-time {
	position: absolute;
	right: 0;
	color: #999999;
}

.floor2{
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.scheme{
	width: 590px;
	box-sizing: border-box;
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	padding-bottom: 15px;
	box-shadow:-3px 3px  3px #eee;
}

.media-report{
	position: relative;
	width: 590px;
	background-color: #ffffff;
	border-radius: 5px;
	padding-bottom: 15px;
	box-shadow:-3px 3px  3px #eee;
}

.botter{
	width: 100%;
	height: 200px;
	margin-top: 50px;
	background-color: #000000;
}