/*︻▓▇▇◤全局样式︻▓▇▇◤ */
*{margin: 0;padding: 0;}
a:link,a:visited{color: #5A5A5A;text-decoration: none;}
a:hover {color: #0F4689;}
a:active {}
h3{font-size: 18px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
ul,ol,li {list-style:none;}
em { font-style:normal; }
input.radio, input.checkbox {width: auto;}
.longTitle{/* 长标截断 */
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
	}
.fl {float:left;}
.fr {float:right;}
.clearf,.cf,.clear-both {
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.transparent{  
      filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
}

/*︻▓▇▇◤公共样式︻▓▇▇◤ */
html{background-color: #FFFFFF;}
body {font-family:"Microsoft Yahei";
	text-align:center;	
	font-size:16px;
	color: #5A5A5A;
}

#banner {
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 610px;
}
.wapper {	
	margin:0px auto;
	text-align:left;
	width:1150px;	
}
.newsUL{}
.newsUL li{height:47px;}
.newsUL li span{float:right;}
/*************************main1********************************/
#main1{
	background-color: #DD9D17;padding-bottom:40px;
}
#m1L{float:left;
	width:540px;
	margin-right:70px;
	
}
#m1R{float:left;
	width:540px;
	height:352px;
	overflow: hidden;
}
#m1L .newsUL li a,#m1L .newsUL li span{color:#fff;}
/*************************main1********************************/

#main2{}
#m2L{float:left;
	width:540px;
	margin-right:70px;height:352px;	
}
#m2R{float:left;
	width:540px;	
	overflow: hidden;
}
#main2 h3{margin-bottom:50px;}
#m2L h3 a,#m2R h3 a{
	font-size: 40px;
	color: #D89D15;	
}




