#news { width: 1000px; margin: 0 auto; padding: 30px 0; }

	#news .topic { width: 480px; margin: 0 10px 30px 10px; float: left; background: transparent url(../../../../../src/img/body_bg/bg.png) repeat; box-shadow: 0 0 5px #cfcfcf; border-radius: 5px; }
		#news .topic .title { display: block; height: 50px; width: 460px; padding: 0 0 0 20px; background: transparent url(../../../../../src/img/body_bg/bg_title.jpg) repeat-x; border-radius: 5px 5px 0 0; }
		#news .topic .title h2 { display: block; float: left; padding: 17px; color: #ffffff; text-decoration: none; font-weight: bold; text-shadow: 1px 1px 3px #000000; border-right: 1px solid #ff8523; border-left: 1px solid #ff7233; }
		#news .topic .content { display: block; width: 440px; padding: 30px 20px; border-radius: 0 0 5px 5px; }
		#news .topic .content a { display: block; font-size: 13px; font-weight: bold; color: #393a39; line-height: 30px; text-decoration: none; }
		#news .topic .content a:hover { text-decoration: underline; }