@charset "gb2312";

/* 航运在线 新版升级上线
   方案  航运在线首页方案5 
   首页的设计  董芳  
   DIV+CSS的制作  董芳
   制作时期：2009.3.31  */

/* 全局CSS */

body {
	text-align: center;
	font-family: Verdana, "宋体", arial;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #000000;		
}

div,form,img,ul,ol,li,dl,dt,dd {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

table,td,tr,th {
	font-size: 12px;
}

a:link, a:visited{ color:#000000; text-decoration:none;}
a:hover, a:active{ color:#FF3300; text-decoration:none;}

.top .solMobile {background:url(../images/phone.gif) no-repeat left;padding-left:25px;}

.marquees_huodai a:link, .marquees_huodai a:visited{ font-size:14px;}
#marquees_huodai a {
    color: #1E4CA3;
	text-align:left;
	word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
padding-bottom: 10px;
padding-left:5px;
}
#marquees_huodai a:hover{
	color:red;}	
#marquees_huodai table{
	table-layout:fixed;
	}
#marquees_huodai td{
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
padding-bottom: 20px;

} 
