/*
 * iweb51-style04
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 6 / 30
 */

/* + news-wrap
*----------------------------------------------------------------------------*/
.wrapper #news-wrap {
	background: #1ccad1;
}

.wrapper #news-wrap section ul ,
.wrapper #news-wrap section ul li .info p {
	overflow: hidden;
}

.wrapper #news-wrap section ul li {
	padding: 10px 0;
	float: left;
	width: 25%;
}

.wrapper #news-wrap section ul li:hover {
	background: #374046;
}

.wrapper #news-wrap section ul li .info {
	padding: 35px 20px 56px 20px;	
}

.wrapper #news-wrap section ul li .info .photo {
	overflow: hidden;
	margin: 20px auto;
	width: 80%;
	height: 130px;
}

.wrapper #news-wrap section ul li .info .photo a img {
	width: 100%;
}

.wrapper #news-wrap section ul li .info h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}

.wrapper #news-wrap section ul li .info h3 a {
	color: #fff;
}

.wrapper #news-wrap section ul li .info p a {
	float: right;
	color: #fff;
}


/**********適應性**********/
/************************/
@media only screen and (min-width: 320px) {
	.wrapper #news-wrap section ul li {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) {
	.wrapper #news-wrap section ul li {
		width: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper #news-wrap section {
		width: 960px;
	}
	.wrapper #news-wrap section ul li {
		width: 25%;
	}
}