
.drwp .news .more{
	display:block;
	border-radius:5px;
	margin:0 auto;
	width:160px;
	height:50px;
	background-color:#172a88;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:15px;
	}
.drwp .news .more:hover{
	background-color:#fff;
	color:#172a88;
	box-shadow:0 0 10px #ccc;
	transition:all 0.3s linear;
	}
.drwp .news .list{
	overflow:hidden;
	margin:60px 0;
	}
.drwp .news .list li{
	float:left;
	width:calc(100%/3 - 24px);
	margin-left:36px;
	overflow:hidden;
	}
.drwp .news .list li:first-child{
	margin-left:0;
	/*margin-top: 40px;*/
	}
.drwp .news .list li:first-child .img{
	display:block;
	}
.drwp .news .list li .img{
	/*display:none;*/
	width:100%;
	}
.drwp .news .list li .txt h1{
	font-size:18px;
	color:#666;
	margin:20px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-weight:normal;
	}	
.drwp .news .list li .txt .p{
	font-size:15px;
	line-height:26px;
	color:#999;
	height:48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}	
.drwp .news .list li .txt .bot{
	border-top:1px solid #999;
	margin-top:40px;
	padding-top:20px;
	overflow:hidden;
	}	
.drwp .news .list li .txt .bot span{
	font-size:15px;
	color:#666;
	float:left;
	}	
.drwp .news .list li .txt .bot p{
	font-size:15px;
	color:#999;
	float:right;
	}
.drwp .news .list li:nth-child(4){
	margin-top:47px;
	}
.drwp .news .list li:nth-child(5){
	margin-top:47px;
	}	
.drwp .news .list li:hover h1{
	color:#172a88;
	transition:all 0.3s linear;
	}	
.drwp .news .list li:hover .img{
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0.3s;
}	
.drwp .news .list li:hover .p{
	color:#cccccc;
	transition:all 0.3s linear;
	}		
.drwp .news .list li:hover .bot p{
	color:#172a88;
	transition:all 0.3s linear;
	}			
.drwp .news .list li:hover .bot span{
	color:#172a88;
	transition:all 0.3s linear;
	}	
