﻿/*整体布局*/
/*行业资讯*/
#sider
{
	float: right;
	width: 200px;
}
#container
{
	float: left;
	width: 555px;
}
.leftdiv
{
	float: left;
	width: 250px;
}
/*相关设备*/
#EngineryTable
{
	text-align: center;
	border: solid 1px #b0bec7;
}
#EngineryTable span
{
	color: #069;
	font-weight: bold;
}
#EngineryTable img
{
	width: 150px;
	height: 130px;
}
#vouchTable
{
	text-align: center;
	border: solid 1px #b0bec7;
}
#vouchTable img
{
	width: 120px;
	height: 90px;
}
#listTable
{
	text-align: left;
	border-bottom: solid 1px #b0bec7;
	border-left: solid 1px #b0bec7;
	border-right: solid 1px #b0bec7;
	margin-bottom: 10px;
}
#listTable a
{
	color: #000000;
}
#listTable span
{
	color: #069;
	font-weight: bold;
}
/*logolink*/
#table1
{
	border: solid 1px #b0bec7;
	margin-bottom: 5px;
	text-align: left;
	float: left;
}
#table1 img
{
	width: 100px;
	height: 45px;
}
#table1 a
{
	color: #069;
}
/*征稿*/
#zhengao
{
	clear: both;
	height: 75px;
	border: solid 1px #e8781a;
	text-align: left;
	font-size: 12px;
	line-height:13px;
}
#zhengao #td1
{
	color: #336295;
}
#zhengao #td2
{
	width: 60px;
}
#zhengao #td3
{
	text-align:center;
}
#zhengao img
{
	width: 80px;
	height:40px;
}
