/* + newsList
*----------------------------------------------------------------------------*/
#newsList ul li {
	overflow: hidden;
	padding: 20px 25px;
	border-bottom: 1px #ccc solid;
}

#newsList ul li > div {
	float: left;
	width: 30%;
}

#newsList ul li .info {
	float: right;
	width: 65%;
}
#newsList ul li .info p {
    color: #41a39a;
    line-height: 120%;
    font-size: 12px;
}
#newsList ul li .info p b{
    margin-right: 5px;
}
#newsList ul li .info h4 a ,
#newsList ul li .info article {
	overflow: hidden;
	height: 27px;
	font-size: 18px;
	color: #333;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}

#newsList ul li .info article {
	margin-top: 20px;
	height: 72px;
	line-height: 180%;
	font-size: 14px;
	color: #777;
	-webkit-line-clamp: 3;
}
.detail-data{
    font-size: 13px;
    text-align: right;
}
.detail-data em{
    color: #898989;
    font-style: inherit;
}
.detail-data p{
    color: #686868;
    text-align: right;
}
.detail-data p b{
    vertical-align: baseline;
}
.detail-data p a{
    color: #686868;
    font-size: 12px;
}

/************ = 適應性 = ************/
/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#newsList ul li > div ,
	#newsList ul li .info {
		float: none;
		width: 100%;
	}
	#newsList ul li .info {
		margin-top: 15px;
	}
}