/* CSS Document */


/*最新签约，新闻中心*/
#newest{ width:100%; clear:both; margin-bottom:2%;}
	#newest .new_top{ box-shadow:0px 7px 10px #ccc; width:100%; height:70px; background:#f9f9f9;}
	#newest .new_top li{ color:#666; text-align:center; width:20%; font-size:16px; float:left; line-height:20px;
						 padding:25px 3%; position:relative;}
#newest .new_top li .round{ position:absolute; z-index:9; top:100%; left:40%; width:0; height:0; 
							border-left:10px solid transparent;
							border-right:10px solid transparent;
							border-top:10px solid #f9f9f9;}
#newest .new_top li.on{ color:#000;}

#newest .new_con{ width:90%; margin:0 auto; overflow:hidden;}
#newest .new_con li{ float:left; width:100%; line-height:40px; padding:5% 0; color:#000; overflow:hidden; border-bottom:1px solid #e0e0e0;}
#newest .new_con li .new_con_left{ color:#cfcece; width:18%; border-right:2px solid #bbb; float:left; text-align:center; font-size:20px;}
#newest .new_con li .new_con_right{ color:#cfcece; width:77.5%; float:left; height:40px; margin-left:3.5%;}
#newest .new_con li .new_con_right .new_c_t{ color:#000; width:100%; float:left; height:20px; font-size:14px; margin-top:-4%;}
#newest .new_con li .new_con_right .new_c_b{ color:#cfcece; width:100%; float:left; height:20px; font-size:12px; margin-top:2%;}


#page{ width:95%; margin:0 auto; margin-top:5%;margin-bottom:2%;overflow:hidden}
#page .page_left{ width:20%; background:#fff; text-align:center; border-radius:5px; border:1px solid #e0e0e0; float:left;}
#page .page_left img{ width:15%; padding:10% 0;}
#page .page_mid{ width:55%; background:#fff; text-align:center; border-radius:5px; border:1px solid #e0e0e0; 
                 float:left; margin-left:2%; padding:1.5% 0; font-size:16px;}
#page .page_mid img{ margin-left:3%; width:6%;}
#page .page_right{ width:20%; background:#c02a39; text-align:center; border-radius:5px; border:1px solid #e0e0e0; 
                   float:right;}
#page .page_right img{ width:15%; padding:10% 0;}


