﻿@charset "utf-8";
/* 首页样式 */
/*
版权所有：Jack.lee工作室
作者：李健
MSN：lijazz2008@163.com
创建：@date
修改：@date
*/
/*--------------------基本设置--------------------*/
* {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size:12px;
	background-color:#1d81c7;
}
#contents {
	width:800px;
	margin:0 auto;
	padding:1px 10px;
	background-color:#ffffff;
	border-left:2px solid #0d72c0;
	border-right:2px solid #0d72c0;
}
a:hover {
	text-decoration:underline!important;
}
/*--------------------主题宣传广告--------------------*/
#banner_950x200_box {
	width:950px;
	height:190px;
	border:1px solid #d00000;
	text-align:center;
}
/*--------------------主内容--------------------*/
#main {
	width:800px;
	margin-top:10px;
}
.box {
	width:800px;
	margin-bottom:10px;
	overflow:hidden;
}
.box h4 {
	height:23px;
	line-height:23px;
	background:#67acdc url(../images/nav_ico.gif) no-repeat 10px center;
	padding:2px 0 0 22px;
	margin-bottom:10px;
	font-size:12px;
	color:#ffffff;
}
/*--1.论坛安排--*/
#anpai li {
	padding:0 0 3px 18px;
	line-height:18px;
}
#anpai label {
	color:#2255aa;
}
#anpai span {
	display:block;
	padding:0 0 5px 72px;
}
#anpai a {
	color:#0044dd;
	text-decoration:none;
	margin-left:15px;
}
/*--2.新闻中心--*/
#news ul {
	width:800px;
	padding-bottom:5px;
}
#news li {
	display:inline;
	float:left;
	width:372px;
	height:22px;
	line-height:22px;
	background:url(../images/new_ico.gif) no-repeat left 9px;
	padding-left:10px;
	margin-left:18px;
	overflow:hidden;
}
#news li a {
	color:#003278;
	text-decoration:none;
}
/*--3.论坛现场报道--*/
#baodao dl {
	display:inline;
	float:left;
	width:270px;
	height:100px;
	margin:0 0 15px 130px;
}
#baodao dt {
	width:260px;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
.imgbox {
	position:absolute;
	margin:-22px 0 0 -110px;
}
.btext {
	color:#333333;
	line-height:18px;
}
#baodao dt a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.btext a {
	color:0044dd;
	text-decoration:none;
	margin-left:5px;
}
/*--4.展会现场--*/
#picShow ul {
	width:800px;
	height:125px;
	margin-left:-2px;
}
#picShow li {
	display:inline;
	float:left;
	width:120px;
	height:120px;
	margin:0 0 10px 12px;
	overflow:hidden;
}
/*----------版权----------*/
#copyright {
	clear:both;
	padding:5px 0 2px 0;
	background-color:#000;
	margin-top:10px;
	color:#ffffff;
	text-align:center;
}
#copyright h3 {
	display:none;
}
