/* + newsList
*----------------------------------------------------------------------------*/
#newsList ul li {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px #ccc solid;
}
#newsList ul li:hover{
    background-color: #383737;
}
#newsList ul li .newPhoto{}
#newsList ul li .newPhoto h3{
    color: #888888;
    font-size: 18px;
    font-weight: normal;
}
#newsList ul li:hover .newPhoto h3{color:#fff;}
#newsList ul li .newPhoto h3 b{
    font-size: 60px;
    display: block;
    line-height: 60px;
} 
#newsList ul li > div {
	float: left;
	width: auto;
}

#newsList ul li .info {
	float: right;
	width: 90%;
}
#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;
	font-weight: bold;
}
#newsList ul li:hover .info h4 a ,
#newsList ul li:hover .info article {
    color:#fff
}
#newsList ul li .info article {
	margin-top: 5px;
	height: 55px;
	line-height: 180%;
	font-size: 14px;
	color: #777;
	-webkit-line-clamp: 2;
	font-weight: normal;
}
.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:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#newsList ul li .info {
		float: right;
		width: 85%;
	}
}
/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#newsList ul li .info {
		width: 75%;
	}
}
/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#newsList ul li .info {
		/* float: none; */
		/* width: 100%; */
		width: 70%;
	}
	#newsList ul li .info {
		margin-top: 5px;
	}
}
