﻿body { margin: 0; padding: 0 }
ul,li { margin: 0; padding: 0 }
/*清除float*/
.clear{ clear: both; font-size:1px; visibility: hidden; }

/*空格*/
.blank2{font-size: 1px;height: 2px;margin: 0 auto;width: 100%;}
.blank5{font-size: 1px;height: 5px;margin: 0 auto;width: 100%;}
.sblank2{font-size: 1px;height: 2px;margin: 0 auto;width: 100%;}
.sblank3{font-size: 1px;height: 3px;margin: 0 auto;width: 100%;}
.sblank5{font-size: 1px;height: 5px;margin: 0 auto;width: 100%;}
.sblank7{font-size: 1px;height: 7px;margin: 0 auto;width: 100%;}

#news_cnt,#tab_cnt{
  display: block;
  overflow:hidden;
}

/*新闻标签导航*/

.news_tabsnav{
	background:#ffffff url(../images/tab_bgs.gif) left -140px repeat-x;
	border: solid #B0BEC7;
	border-width: 0 1px 0 1px;
	height: 22px;
	margin: 0 auto;
	padding: 0;
	width: 630px;
}

.news_tabsnav .tabsmenu{
	height: 22px
}

.news_tabsnav .tab_sline {
	padding-top: 3px;
	width: 2px;
}

.news_tabsnav li{
	color: #18397C;
	float:left;
	display:inline;
	font: normal 12px Arial,sans-serif;
	list-style-type: none;
	margin:0;
	text-align: center;
}

.news_tabsnav li a{
display:block;
float:left;
padding:4px 32px 0 32px;/*链接左右补白宽度，若要固定宽度，些句可改为：padding-top:4px;width:100px;*/
padding-top:4px;
height:18px;
text-decoration: none;
background:url(../images/tab_bgs.gif) right -88px no-repeat; 
}

#news_mn li a{padding:4px 16px 0 16px;}/*news组标签链接左右补白宽度*/


/*导航菜单点击后的样式
border:1px #111 solid;*/
.news_tabsnav .tabactive1{
	background: url(../images/tab_bgs.gif);
	color: #F26400;
}
.news_tabsnav .tabactive1 a{background:url(../images/tab_bgs.gif) right -60px no-repeat;}
.news_tabsnav .tabactive2{
	background: url(../images/tab_bgs.gif) left -30px no-repeat;
	color: #F26400;
}

/*最新消息主体*/
.news_content{
	clear:both;
	border: solid #B0BEC7;
	border-width: 0 1px 1px 1px;
	margin: 0 auto;
	width: 630px;
}

.loading{
	margin:0 auto;
	padding-top:77px;
	padding-bottom:77px;
	width:630px;
	height:18px;
	text-align:center
}

/* item list */
.tab-item-list { float: left; clear: both; margin: 2px 0 5px 0; padding: 0 }
.tab-item-list li { display: inline; margin: 0; padding: 0 }
.tab-item-list li div { float: left; display: block; padding: 5px; width: 200px; border-bottom: 1px solid #EEE; text-align: left }
.tab-item-list li a { font-size: 11px; font-weight: bold }
.tab-item-list li div img { float: left; margin-right: 5px; border: 0; width: 100px; height: 100px }
.tab-item-list li div span { font-size: 8pt; font-weight: bold; color: #888 }

#tab { position: relative; clear: both; margin: 0 auto; width: 632px; height: 26px; }
#tab a {
	display: block;
	float: left;
	margin-right: 2px;
	height: 26px;
	line-height: 26px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	background: #F60;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none
	}
#tab a:hover { color: #FFEF00 }

.tab { margin: 0 auto; width: 650px; height: 415px; border: 1px solid #F60; background: #FFFBEF }
.item { position: relative; float: left; width: 200px; height: 120px; padding: 10px 5px 5px 0; overflow: hidden; font-size: 11px; border-bottom: 1px solid #EEE; }
.thumb { position: relative; float: left; }
.thumb img { position: relative; float: left; width: 100px; height: 100px; margin: 5px 5px 0 5px; }
.text { text-align: left; }
.text a { font-weight: bold; word-break: break-all; word-wrap: break-word; }
.text span { display: block; font-weight: bold; color: #888; }

#t2,#t3,#t4 { display: none }