
	#news {
		display: block;
		float: left;
		border-right: 1px dashed #888888;
	}
	#news #news_title{
		font-size: 30px;
		line-height: 36px;
		color: #373a3f;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 2px dotted  #04495f;
		display: inline-block;
	}
	#news_title .news_tag {
		font-size: 22px;
		background-color: #3c589f;
		color: #fff;
		padding: 0px 12px 0px 12px;
		margin-right: 5px;
		display: inline-block;
		vertical-align:  top;
	}
	#news #news_date {
		text-align: right;
		margin: 20px;
		line-height: 26px;
		color: #6f8ca0;
	}
	#news #news_content {
		margin: 20px;
		line-height: 26px;
		max-width: 100%;
		overflow: hidden;
	}
	#news #news_content img {
		padding: 2px;
	}
	#news #news_back {
		margin-top: 60px;
		text-align: center;
	}
	#side {
		float: right;
		width: 300px;
	}
	#link {
		display: block;
		float: left;
		margin-left: 10px;
	}
	#link #link_title {
		display: inline-block;
		width: 275px;
		background-color: #0e8ab2;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#link #link_title div {
		float: right;
	}
	#link #link_title div a{
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	#link #link_title div a:hover{
		font-weight: normal;
		font-size: 14px;
		color: #ff5600;
		text-decoration: underline;
	}
	#link_item {
		display: inline-block;
		border-bottom: 1px dotted #e5e5e5;
		margin-left: 0px;
	}
	#link .link_row{
		display: inline-block;
		float: left;
		margin: 5px;
		line-height: 32px; 
		vertical-align: middle;
	}
	#link .link_point{
		display: inline-block;
		width: 10px;
		text-align: center;
		background-color: #53c9ef;
		color: #fff;
	}
	#link .link_title{
		width: 255px;
	}
	#link .link_title a{
		color: #586e75;
		font-size: 16px;
		text-decoration: none;
	}
	#link .link_title a:hover{
		text-decoration: underline;
	}
	#product {
		display: block;
		float: left;
		margin-left: 10px;
	}
	#product #product_title {
		display: inline-block;
		width: 275px;
		background-color: #0e8ab2;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#product #product_title div {
		float: right;
	}
	#product #product_title div a{
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	#product #product_title div a:hover{
		font-weight: normal;
		font-size: 14px;
		color: #ff5600;
		text-decoration: underline;
	}
	#product #product_item {
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		padding: 10px 0 20px 0;
	}
	#product .product_line {
		border-bottom: 1px dashed #888888;
	}
	#product .product_content {
		float: right;
		width: 178px;
	}
	#product .product_row {
		display: inline-block;
		width: 176px;
		float: left;
		margin-left: 3px;
	}
	#product .product_category a{
		text-decoration: none;
		font-size: 16px;
		line-height: 20px;
		color: #53c9ef;
		font-weight: bold;
	}
	#product .product_category a:hover{
		text-decoration: underline;
	}
	#product .product_name a{
		font-size: 22px;
		line-height: 32px;
		color: #373a3f;
		font-weight: bold;
		text-decoration: none;
	}
	#product .product_name a:hover{
		text-decoration: underline;
	}
	#product .product_pic *{
		vertical-align: middle;
	}
	#product .product_pic{
		float: left;
		border: 1px solid #666666;
		width: 99px;
		height: 75px;
		padding: 1px;
		text-align : center;
		vertical-align: middle;
		line-height : 71px;
	}
	#product .product_pic img{
		max-width: 97px;
		max-height: 74px;
	}
	#product .product_moneys {
		font-size: 14px;
		margin-left: 3px;
		color: #373a3f;
	}
	#product .product_money {
		color: #f00;
		text-decoration: line-through;
		display: inline-block;
		width: 90px;
		text-align: right;
		font-size: 20px;
	}
	#product .product_tips {
		color: #f00;
		display: inline-block;
		width: 170px;
		font-size: 20px;
	}

/* 大螢幕 */
@Media (min-width: 1080px) {
	#side {
		display: block;
	}
	#news {
		border-right: 1px dashed #888888;
		width: 640px;
		min-height: 950px;
	}
	#news #news_title{
		margin: 20px;
		width: 600px;
	}	
	#news #news_content img {
		max-width: 600px;
	}
}
 
/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 1079px) {
	#side {
		display: block;
	}
	#news {
		border-right: 1px dashed #888888;
		width: 640px;
		min-height: 950px;
	}
	#news #news_title{
		margin: 20px;
		width: 600px;
	}	
	#news #news_content img {
		max-width: 600px;
	}
}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) {
	#side {
		display: none;
	}
	#news {
		width: 100%;
	}
	#news #news_title{
		margin: 20px 0 20px 0;
		width: 100%;
	}	
	#news #news_content img {
		max-width: 100%;
	}
}
 
/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) {
	#side {
		display: none;
	}
	#news {
		width: 100%;
	}
	#news #news_title{
		margin: 20px 0 20px 0;
		width: 100%;
	}	
	#news #news_content img {
		max-width: 100%;
	}
}	

