/* 除了头尾文件，整个页面被#main包含。 页面布局为：左中右，对应为 #left, #middle, #right */
/*-- main --*/
#main {
	width: 100%;
	/* min-height: 480px;	 这里决定了页面的高度 */
	overflow-x: hidden;
}

#main td {
	vertical-align: top;
}





/**************** #left 左边部分 开始 ************************/
 
/*-----整个左边部分，最外一层table----------------*/
.index_leftnav_home {
    vertical-align: top;
	width: 220px;
	background: #feafb0;
	padding: 0 3px 0 4px!important;
	padding: 0 4px 0 4px;
	text-align:center;
}

*+html .index_leftnav_home{ /*---IE7 IE8*/
	width:100%;
	padding:0 3px 0 0;
	text-align:center;

}
/*-----整个左边部分，最外一层table----------------*/
.index_leftnav {
    vertical-align: top;
	width: 195px;
	background: #feafb0;
	padding:0  0  0 4px;
	text-align:center;
}

*+html .index_leftnav{ /*---IE7 IE8*/
	text-align:center;

}
/*左边通用样式版块头部样式*/
.left_title_top{
	width: 190px;
	height:30px;
	color:#fff;
	background:url(../r2images/index_left_title_bg.gif);
	text-align:left;
	margin:5px 0 0 0;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:16px;
}
.left_title{
	width: 190px;
	height:30px;
	color:#fff;
	background:url(../r2images/index_left_title_bg.gif);
	text-align:left;
	margin:5px 0 0 0;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:16px;
}
.left_title img{
	margin:0 5px 0 0 ;
}


/*-----左边部分，组织(Organization) 样式---------------*/
.org_table{
	background:  repeat-x #f49697;
	width:190px;
}

/*--------Organization标题---------*/
 
 

.leftnav_bottom{
	background: url(../r2images/leftnav_bottom.gif) bottom left repeat-x;
	color:#3093a3;
	font-size: 12px;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}

/*--------Organization 下 的列表---------*/
 

.nav_list {
 	BORDER-BOTTOM: #aadee9 1px solid;
	height:30px;
}

.nav_list a {
	background:url(../r2images/nav_listpoint.gif) 12px 12px no-repeat ;
	padding: 7px 5px 5px 25px;
	display: block;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 158px;
	font-size:15px;
	font-style: italic ;
}

.nav_list a:hover {
	background:url(../r2images/nav_listpoint_ha.gif) 12px 12px no-repeat #fcf8cc;	
	padding: 7px 5px 5px 25px;
	text-decoration: none;
	color: #d51f1d;
}





/*---左边中间区域  用户登录  ---*/

.log_table {
	width:192px;
	margin-top: 5px;
	border-top: #3093a3 1px solid; 
	border-right: #3093a3 2px solid; 
	border-bottom: #3093a3 2px solid;
}



.login_title {
	background: url(../r2images/index_title.gif) top left repeat-x;
	width: 192px;
	line-height: 24px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #60a3b3;
}

.login_title span {
 	background: url(../r2images/key.gif) 8px 6px no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 35px;
	display: block;
}

.pw{
padding:8px 0 8px 0;
}
/*-----------登录过后的样式---------*/


.login_table{
	background:#f7f5f6;
	color:#0f5e6f;
	font-weight:bold;
	padding:3px 3px 0 1px;
	width:190px;
	font-size:13px;

}

.login_table a{ 
	color:#94612e;
	font-size:13px;
}



 

/*-----左边部分，紧急电话 （Emergency Call）样式---------------*/
.call_title {
	width: 192px;
	background: url(../r2images/index_title.gif) bottom left repeat-x;
	border-top:#3093a3 2px solid;
	border-right:2px solid #3093a3;
	border-bottom:#3093a3 2px solid;
	margin-top: 5px;
}

.call_title span {
 	background: url(../r2images/telephone.gif) 8px 6px no-repeat;
 	font-weight: bold;
 	font-size: 12px;
	font-weight:bold;
	text-align:left;
	line-height: 31px;
	text-decoration: none;	
	padding-left: 35px;
	display: block;
}

.call_list {	
	width: 190px;
	COLOR: #0f5d71; 
	line-height:23px;
	border-top:1px solid #3093a3;
	margin:0 0 5px 0;
}


.call_list  td{
	background:#f7f5f6;
	text-align:left;
	padding-left:2px;
	border-top:1px solid #3093a3;
}

 /**************** #left 左边部分 结束 ************************/







 /**************** 中间部分  开始 ************************/

.middle{
	background:url(../r2images/center_bg.gif) repeat-y #fff;
	padding:5px 0 0 8px;
}
 

/*------通用新闻样式---------*/
.news_table{
	width:270px;
	text-align:left;
}
.news_table a{
	color:#C18B55;
}
.news_table td{
}
.news_table_title{
	background:#5a6da0;
	text-align:left;
	height:30px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	width:297px;
	margin:15px 0 0 0;
}
 
.news_table_title img{
}
.middle .normal_newstitle a{
	font-size:16px;
	color:#105e70;
	line-height:24px;
	font-weight:bold;
}



/*------热点新闻---------*/
.hot_table{
	width:500px;
	text-align:left;
	overflow: hidden;
	padding-left:5px;
}
.hot_table a{
	color:#C18B55;
}

.hot_table_title{
	background:#5a6da0;
	text-align:left;
	height:30px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	width:599px;

}
 
.middle .newstitle {
	font-size:10px;
	color:#3B7381;
	padding:0 0 0 10px;
	background: url(../r2images/newspoint.gif) 3px 5px no-repeat!important;
	background: url(../r2images/newspoint.gif) 3px 5px no-repeat;
}
.middle .newstitle a{
	font-size:14px;
	color:#105e70;
	margin:0 15px 0 4px ;
}




 
/*--------------infortable为中间个新闻列表模块----------------*/
#middle .infortable {
	width: 295px;
	float: left;
	padding-right: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
}

/*--------- 首页 所有新闻版快   标题文字 外的表格样式*/
.eportal_home_category_hot{
	background: url(../r2images/point.gif) top left  no-repeat;
	display: block;
	width: 420px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size:16px;
	padding-left: 18px;
}

.eportal_home_category{
	background: url(../r2images/point.gif)  top left   no-repeat;
	display: block;
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size:16px;
	padding-left: 18px;
}

/*--------- 首页导航条内容过长截取*/
.eportal_navibar{
	background: url(../r2images/icon_cross_blue.gif) 5px 3px  no-repeat;
	display: block;
	width: 650px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size:13px;
	padding-left: 22px;
}

/*-------------版块标题样式---------*/
#middle .title {
	color: #3090a0;
	background: url(../r2images/sub_icon.gif) 10px 8px no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	text-align: left;
	padding-left: 30px;
}

#middle .title a {
	color: #3090a0;
	text-decoration: none;
	background: url(../r2images/sub_icon.gif) 10px 8px no-repeat;
}
/*----------每个版块标题 下的 外表格样式-----------*/
#newsinhome2{
	overflow-x: hidden; 
	overflow-y: scroll; 
	height: 220px; 
	width: 295px; 
	border:1px solid #5a6da0;
	z-index: 1;
	margin:0 0 3px 0;
}

/*----------- hot event 标题下的 外表格样式 -----------------*/
#newsinhome{
	overflow-x: hidden; 
	overflow-y: scroll; 	
	height: 204px; 
	width: 597px; 
	z-index: 1;
	border:#5a6da0 1px solid;
	margin:0 0 3px 0;
	
}

/**************** #right 右边部分 开始 ************************/
.index_right{
	background:#fff;
	padding:0 0 4px 4px !important;
	width:270px !important;
	width:272px ;
}
/*-----------顶部 与  头部文件 间隙距离 ----*/
.right_space {
	  height:10px;
	  border:none;
}

/*-----右上角，时间样式---------------*/
.date{
	background:#fff;
	color:#014b88;
	font-size: 14px;
	margin:5px 0 0 0 ;
	padding:5px 0 8px 35px;
	text-align:left;	
	background:url(../r2images/data_titlr.gif) 5px 5px no-repeat  #fff;
	border-left:#014b88 1px solid;
	border-top:#014b88 1px solid;
}

/*---------右边天气部分----------*/
.weather .title {
	background: url(../r2images/index_title.gif) bottom left repeat-x;
	height: 31px;
	line-height: 26px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #014b88;
}

.weather .title span {
	background: url(../r2images/weather.gif) 8px 6px no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding:2px 0 0 35px;
	display: block;
}
.weather .title img {
	margin: 0px 8px;
}

/*---------天气标题下面的一个表格，包含3个详细天气列表----------*/
.weather table {
	line-height: 22px;
	text-align: left;
	background: #fff;
	width: 100%;
	margin: 0px;
	border-bottom: #014b88 1px solid;
	border-left: #014b88 1px solid;
}
.weather table td{
	background:url(../r2images/tenkiBG.gif) ;
}
.weather table th {
	background: url(../r2images/logtop_bg.gif) bottom left repeat-x;
	border-top: #7b9bf2 1px solid;
	border-right: #7b9bf2 1px solid;
	border-bottom: #7b9bf2 1px solid;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.weather table td {
	color:#0f636f;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	
}

.weather .weather_td{
	BORDER-TOP: #7b9bf2 1px solid;
}

#newsinhome .padleft,#newsinhome2 .padleft{
	font-size: 14px;

	padding-left: 15px;
}

/*---------右边 金钱汇率部分  ----------*/
.money{
	margin-top:5px;
}
.money th{
	background: url(../r2images/money_listbg.gif) bottom left repeat-x;
	border-right: #bbe3ed 1px solid;
	border-bottom: #bbe3ed 1px solid;
	color:#0f636f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

}

.money_title {
	background: url(../r2images/index_title.gif) bottom left repeat-x;
	height: 31px;
	line-height: 26px;
	text-align: left;
	font-size:13px;
	color: #fff;
	font-weight: bold;
	margin-top:3px;
	border-top:#014b88 1px solid;
	border-left: #014b88 1px solid;
}
.money_list {
	background: url(../r2images/money_listbg.gif) bottom left repeat-x;
	border-right: #bbe3ed 1px solid;
	border-bottom: #bbe3ed 1px solid;
	color:#0f636f;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.money_title span {
	background: url(../r2images/money.gif) 8px 6px no-repeat;
	padding-bottom: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding:2px 0 0 35px;
	display: block;
}


/*---------右边最下部分广告----------*/
.ad{
	margin-top:5px;
	border-top: #60a3b3 2px solid;
	border-left: #60a3b3 2px solid;
}
.map {
	margin-top: 3px;
	background: #fff;
	text-align: center;
}

.map .img1 {
	height: 155px;
}

.map .img2 {
	height: 95px;
}





/**************** #right 右边部分 结束 ************************/




/**********新闻列表******************/
.news_leftnav{
	background:#abdee9;
}

.rice_middle{
	background:url(../r2images/center_bg.gif) repeat-y #fff;
	padding:0 5px 0 10px;
	text-align:left;
	width:800px;
	}



.youarenow{
	width:100%;
	background:#5a6da0;
	text-align:left;
	height:30px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin:5px 4px 0 1px ;
}
.youarenow a{
color:#fff;
}

.show_title{
	font-size:16px;
	font-weight:bold;
	color:#115e70;
	height:40px;
}
.fubiao{
	height:25px;
	color:#bbb;
	font-size:12px;
}
.content{
	font-size:13px;
	width:100%;
	line-height:22px;
	color:#575757;
}
.content td{
	padding:3px 10px;

}



.lao_show{ 
	border: 2px #5a6da0 solid;
 	text-align: left;
	width:378px;
}
.lao_show  .title{
	color: #5a6da0;
	background: url(../r2images/point.gif) 10px 8px no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 2px #5a6da0 solid;
}
.lao_show .text{
 	padding: 5px 5px 5px 10px;
	height:100px;
	vertical-align: top;
}



/*-----------------------新闻列表页面--------------*/
.news_table_item{
	width:780px;
	border-bottom:#d7e8fc 1px dotted;
	padding:5px;
	line-height:25px;
	margin:15px 0 5px 0;
}
.news_table_item a{
	color:#115e70;
}
.news_table_item_title{
	font-size:12px;
	font-weight:bold;
	color:#115e70;
}
.news_table_item_title a{
	font-size:16px;
	font-weight:bold;
	color:#115e70;
	margin:0 20px 0 0 ;
}

