/* CSS Document */


/*最新签约，新闻中心*/
#newest{ width:100%; clear:both; margin-bottom:2%;}
	#newest .new_top{ box-shadow:0px 2px 10px #999; 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;}

.word{ width:75%; margin:0 auto; text-align:center; margin-top:8%; font-size:18px; color:#c02a39; line-height:34px;
       border-bottom:1px solid #d9d9d9; padding:3% 5%;}
.word_1{ width:83%; text-align:center; font-size:14px; margin:0 auto; color:#666; padding:3% 0;}
.word_2{ width:86%; margin:0 auto; font-size:16px; color:#666; line-height:25px;}


