@charset "utf-8";
/* css document */
body,h1,h2,h3,h4,h5,p,a,img,input,div,ul,li{
	padding:0;
	margin:0;
	font-family:'微软雅黑';
}
	li{ list-style:none}
	a{ text-decoration:none;}
	/**/
.view{
	width:100%;
	overflow:hidden;
	background: #f3f7f9;
}
.view .container{
	width:1200px;
	margin:0 auto;
	background: #f3f7f9;
}
.view .container .main{
	width:100%;
	float:right;}
.view .container .main ul{
	width:100%;
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}
.view .container .main ul li{
	position:relative;
	margin-bottom:36px;
	background:#fcfcfc;
	width:380px;
	border-radius: 3px;
}
/*.view .container .main ul li .pic{

	position:absolute;
	top:0;
	left:0;

}*/
.view .container .main ul li a{
	display: block;
}
.view .container .main ul li a img{
	width: 380px;
	height: 253px;
	opacity:.9;
	border-radius: 3px 3px 0 0;
}
.view .container .main ul li:hover img{
	opacity:1;
}
.view .container .main ul li .mask{
	width: 280px;
	height: 280px;
	position:absolute;
	left:1px;
	top:1px;
	background:  no-repeat ;
	display:none;
}
.view .container .main ul li .mask>p{
	width: 132px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: url(/uploads/image/phimg/jux.png) no-repeat;
	font-size: 21px;
	color: #f3f3f3;
	position: absolute;
	top:130px;
	left:70px;
}
.view .container .main ul li:hover .mask{
	display:block;}
.view .container .main ul li:hover{
	background: #fff;
	transform: scale(1.08);
    z-index: 99;
    transition: all .5s ease;
    box-shadow: 0 3px 20px 0 rgba(26,26,26,.15);
}
.view .container .main ul li:hover .news_tit p{
	color: #1b9fe0;
	font-weight: bold;
}
.view .container .main ul li:hover .news_more:hover p{
	color: #1b9fe0;
}