.newswrap{
	background: #f6f7f9;
	padding-top: 40px;
}
.newswrap .newscon{
	padding-bottom: 80px;
}
.newswrap .newscon .item{
	margin-bottom: 30px;
	background: #fff;
	height: 256px;
	transition: 0.36s linear;
}
.newswrap .newscon .item:hover{
	box-shadow: 2px 2px 10px #dadbdd;
}
.newswrap .newscon .item .col-xs-4{
	padding: 0;
}
.newswrap .newscon .item .pic img{
	width:100%;
	height: 256px;
}
.newswrap .newscon .item .text{
	padding: 40px 36px;
}
.newswrap .newscon .item .text p.time{
	font-size:14px;
	color:#999;
	margin-bottom: 15px;
	height: 20px;
}
.newswrap .newscon .item .text h3{
	font-size:16px;
	margin-bottom: 15px;
}
.newswrap .newscon .item .text p{
	height: 48px;
	overflow: hidden;
}
.newswrap .newscon .item .text p a{
	color:#999;
	line-height: 24px;
}
.newswrap .newscon .item .text p a:hover{

}
.newswrap .newscon .item .more{
	width:100%;
	height:20px;
	
	margin-top: 25px;
}
.newswrap .newscon .item .more a{
	border:1px solid #e7e7e7;
	border-radius: 30px;
	display: inline-block;
	padding: 3px 30px;
}
.newswrap .newscon .item .more a:hover{
	background: #0762cb;
	border:1px solid #0762cb;
	color:#fff;
}
/*手机样式*/
@media (max-width:768px){
	.newswrap .newscon{
		padding: 0 20px;
	}
		.newswrap .newscon .item{
			height: 120px;
			overflow: hidden;
		}
		.newswrap .newscon .item:last-child{
			margin-bottom: 0px;
		}
		.newswrap .newscon .item .text{
			padding: 10px;
		}
		.newswrap .newscon .item .text h3{
			margin-bottom: 5px;
		}
		
		.newswrap .newscon .item .text p{
			height: 42px;
			overflow: hidden;
		}
		.newswrap .newscon .item .text p.time{
			margin-bottom: 5px;
			height: 20px;
		}
		.newswrap .newscon .item .pic img{
			height: 120px;
		}
		.newswrap .newscon .item .more{
			display: none;
		}
	
}