#list {
	clear: both;
	overflow: hidden;
	width: 430px;
        float:left
}
.lists {
	height: 25px; background: url(../img/tab_bg.gif) repeat-x;
}
.lists li {
	float: left;
	text-align: center;
	border-right: 1px #B0C4CE solid;
	margin-right: 2px;
}
.lists li a.tabpane {
	background: #fff url(../img/tab_pane.gif) repeat-x;
	display: block;
	position: relative;
	width: 140px;
	color: #7D8E9E;
	line-height: 24px;
	border-bottom: 1px #B0C4CE solid;
}
.lists li a.select {
	background: #fff url(../img/tab_select.gif) repeat-x;
	position: relative;
	display: block;
	font-weight: bold;
	color: #003366;
	width: 143px;
	line-height: 25px;
}
.lists li a:hover {
	text-decoration: none;
}
.listsub {
	clear: both;
	background: #fff;
	border: 1px #B0C4CE solid;
	padding: 2px;
                    padding-top:6px;
                     padding-bottom:7px;
	border-top: 0;
}

.listsub ul li {
	padding-left: 8px;
	background: url(http://www.3eit.com.cn0/images/bluesmall_li.gif) no-repeat left 6px;
	width: 250px;
	white-space: nowrap;
	word-break:keep-all;
	overflow: hidden;
}
.listsub .newslist {
	float: right;
	width: 290px;
}
.listsub .newslist h1 {
	height: 30px;
	line-height:30px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	word-break:keep-all;
	width: 290px;
	font-size: 16px;
	font-family:Î¢ÈíÑÅºÚ,ËÎÌå,ºÚÌå;
}
.listsub .newslist h1 a {
	width: 100%;
	height: 100%;
	display: block;
}
.listsub .newslist ul {
	margin: 0 5px;
	line-height: 1.5em;
}
.listsub .newslist ul li {
	width: 270px;
}
.listsub .newslist ul li a {
	color: #003399;
}
.listsub .newslist ul li a:hover {
	color: #f60;
}