@media screen and (min-width: 768px) and (max-width: 1279px){


/*------------內容區塊--------------*/

	.content{
		width: 90%;
		margin: 80px auto 130px;
	}

	.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: 24px;
		font-style: normal;
		letter-spacing: 1px;
		display: inline-block;
		margin: 0 5px;
	}

	.content .item{
		width: 100%;
	}

	.content .item .choose{
		width: 100%;
		height: 36px;
		font-size: 0;
	}

	.content .item .choose select{
		width: 145px;
		height: 100%;
		background: #eee;
		font-size:16px;
		border: 0;
		padding-left:30px;
		box-sizing: border-box;
		margin-right:32px;
		vertical-align: middle;
		cursor: pointer;
	}

	select:focus, input:focus{
		outline: 0;
	}

	.content .item .choose div{
		width: 200px;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		background: #eee;
	}

	.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%;
		height: 60px;
		font-size: 0;
		position: relative;
		border-bottom:1px solid #ac2a39; 
	}

	.content .item .detail > div + div{
		border-bottom:1px solid rgba(180, 180, 180, 1); 
	}

	.content .item .detail > div:before{
		content: '';
		width: 0;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.content .item .detail > div img{
		width: 9px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 24px;
		margin: auto;
		transition: .4s;
	}

	.content .item .detail > div:hover img{
		right: 0;
	}

	.content .item .detail > div div{
		display: inline-block;
		vertical-align: middle;
	}

	.content .item .detail > div  div:nth-child(1){
		width: 12%;
	}

	.content .item .detail > div  div:nth-child(2){
		width: 8%;
		text-align: center;
	}

	.content .item .detail > div  div:nth-child(3){
		width: 78%;
		padding-left:16px;
		box-sizing: border-box; 
		
	}

	.content .item .detail > div > div h4{
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 50px;
		color: #ac2a39;
	}

	.content .item .detail > div  div p{
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 24px;
		display: inline-block;
		vertical-align: middle;
	}

	

/*---------頁碼--------*/

	.content .item .page_show{
		width: 100%;
		height: 40px;
		margin-top:32px; 
	}

	.content .item .page_show ol{
		width: 350px;
		margin: 0 auto;
		font-size: 0;
	}

	.content .item .page_show ol li{
		display: inline-block;
		width: 12.5%;
	}

	.content .item .page_show ol li a{
		font-size: 16px;
		line-height: 40px;
		font-weight: 600;
	}

	.content .item .page_show ol li.active a{
		color: #ac2a39;
		font-size: 20px;
	}

	}