
@media screen and (max-width: 767px) {
		

/*------------內容區塊--------------*/

	.content{
		width: 90%;
		min-width: 300px;
		max-width: 640px;
		margin: 30px auto 80px;
	}

	.content .title{
		width: 100%;
		height: 50px;
		border-bottom:2px solid #ac2a39; 
		margin-bottom:10px; 
	}

	.content .title h3{
		font-size: 32px;
		font-style: italic;
		line-height: 50px;
		letter-spacing: 1px;
	}

	.content .title h3 span{
		font-size: 18px;
		font-style: normal;
		letter-spacing: 1px;
		display: inline-block;
		margin: 0 5px;
	}

	.content .item .choose{
		width: 100%;
		font-size: 0;
		
		border-bottom:1px solid #ac2a39;
		padding-bottom:10px;
	}

	.content .item .choose select{
		width: 49.5%;
		height: 100%;
		background: #eee;
		font-size:16px;
		height: 36px;
		line-height: 36px;
		border: 0;
		padding-left:30px;
		box-sizing: border-box;
		vertical-align: middle;
		cursor: pointer;
	}

	.content .item .choose select + select{
		margin-left:1%; 
	}

	select:focus, input:focus{
		outline: 0;
	}

	.content .item .choose div{
		width: 100%;
		height: 36px;
		line-height: 36px;
		display: inline-block;
		vertical-align: middle;
		background: #eee;
		margin-top:8px; 
	}

	.content .item .choose div input[type=text]{
		width: 80%;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 1px;
		border: 0;
		padding-left:16px; 
		box-sizing: border-box;
		background: transparent;
	}

	.content .item .choose div input[type=submit]{
		width: 20%;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		background: url(../image/news/icon_search.png) no-repeat 50% 50%;
		border: 0;
		cursor: pointer;
	}



/*-----------列表-----------*/

	.content .item .detail{
		width: 100%;
	}

	.content .item .detail > div{
		width: 100%;
		font-size: 0;
		padding: 12px 0;
	}

	.content .item .detail > div.desktop_show{
		display: none;
	}

	.content .item .detail > div + div{
		border-bottom:1px solid rgba(180, 180, 180, 1); 
	}

	.content .item .detail > div img{
		display: none;
	}

	.content .item .detail > div div{
		display: inline-block;
		vertical-align: middle;
	}

	.content .item .detail > div  div:nth-child(1){
		width: 50%;
	}

	.content .item .detail > div  div:nth-child(2){
		width: 40%;
		text-align: center;
	}

	.content .item .detail > div  div:nth-child(3){
		width: 100%;
		margin-top:8px;
	}

	.content .item .detail > div  div p{
		font-size: 16px;
		letter-spacing: 1px;
		line-height:24px;
		display: inline-block;
	}

	.content .item .detail > div  div:nth-child(3) p{
		font-size: 13px;
	}

	.content .item .detail > div  div .moible_show{
		font-size: 16px;
		letter-spacing: 1px;
		line-height:24px;
		color: #ac2a39;
		font-weight: 600;
		margin-right:8px; 
	}

	

/*---------頁碼--------*/

	.content .item .page_show{
		width: 100%;
		height: 40px;
		margin-top:32px; 
	}

	.content .item .page_show ol{
		width: 100%;
		font-size: 0;
	}

	.content .item .page_show ol li{
		display: inline-block;
		width: 14.2%;
		text-align: center;
	}

	.content .item .page_show ol li a{
		font-size: 18px;
		line-height: 40px;
		font-weight: 600;
	}

	.content .item .page_show ol li.active a{
		color: #ac2a39;
		font-size: 22px;
	}

}