/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.blank20{ clear:both; height:20px;}
.w1200{ width:1200px; margin:0 auto; color:#Fff;text-shadow: 0 0 20px #133b78;filter:shadow(Color=#0000ff,Direction=10,Strength=10); height:300px; line-height:300px; font-size:60px; font-weight:bold; text-align:center;}
.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 {
	width: 100%;
	position: relative;
	background-color: #eee;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.floor-top{
	position: relative;
	width: 100%;

}

.floor-down{
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.meet-name {
	font-size: 18px;
	color: #000000;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
}

.scheme{
	width: 588px;
	box-sizing: border-box;
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 2px 5px 2px #eee;
	height: 300px;
	border: 1px solid #eeeeee;
}

.media-report{
	position: relative;
	width: 588px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 2px 5px 2px #eee;
	height: 300px;
	border: 1px solid #eeeeee;
}

.area {
	width: 100%;
	position: relative;
}

.column-top{
	position: relative;
	padding: 13px 6px 9px;
	border-bottom: 1px dashed    #bbb;
	margin-bottom: 15px;
}

.column-top span{
	padding: 6px 25px;
	color: #ffffff;
	background-color: #1A6CBD;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
}

.column-top a{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background-color: #e7e7e7;
	float: right;
	margin-right: 20px;
}

.column-top a:hover{
	background-color: #d4d4d4;
}

.ColumnList {
	position: relative;
	width: 100%;
	padding: 0 0 20px 0;
}

/* 内容区域 */
.list__item {
	position: relative;
	display: block;
	width: 98%;
	padding: 5px 5px;
}

.list__item .list__item-tag {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #004488;
	border-radius: 50%;
	font-size: 0;
	margin-right: 5px;
}

.list__item a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	line-height: 32px;
}

.list__item a:hover{
	color: #C7301E;
}

.list__item .list__item-time {
	position: absolute;
	right: 0;
	color: #999999;
	line-height: 32px;
}

.image-text{
	position: relative;
	padding: 10px 0;
}

.item-images{
	float: left;
	position: relative;
	width: 25%;
}

.item-images>a{
	display: block;
	width: 290px;
	height: 180px;
	margin: 0 auto;
}

.item-images img{
	width: 100%;
	height: 100%;
}

.footer{
	width: 100%;
	height: 120px;
	background-color: #000000;
	margin-top: 30px;
}