@charset "utf-8";
/* css document */
	/**/

.banner .container a{
	height:498px;
	display:block;}
.view{
	width:100%;
	overflow:hidden;
	background: #f3f7f9;
}
.view .container{
	width: 1200px;
	margin:0 auto;}
.view .container .main{
	width: 1200px;}
.view .container .main ul{
	width:1200px;
}
.view .container .main ul li{
	height:200px;
	margin-bottom:30px;
	background: #fcfcfc;
	border-radius: 3px;
}
.view .container .main ul li:hover{
    transform: scale(1.05);
    z-index: 99;
    transition: all .5s ease;
    box-shadow: 0 3px 20px 0 rgba(26,26,26,.15);
}
.view .container .main ul li img{
	float:left;
	height: 200px;
    width: 300px;
	opacity:0.9;
	border-radius: 3px 3px 0 0;
}
.view .container .main ul li:hover img{
	opacity:1;
}
.view .container .main ul li .text{
	float:right;
	width:856px;
	padding: 0 12px;
}
.view .container .main ul li h1{
	padding: 12px 0;
}
.view .container .main ul li h1 a{
	font-size:18px;
	color:#666;
	font-weight:normal;
}
.view .container .main ul li p{
	font-size:14px;
	color:#999;
	line-height:22px;
	text-indent:2em;
	height: 120px;
	text-align: justify; 
}
.view .container .main ul li span{
	font-size:14px;
	color:#999;
}
.view .container .main ul li .text>a{
	font-size:14px;
	color:#999;
	display:block;
	float:right;
}
.view .container .main ul li:hover h1>a{
	color:#1b9fe0;
	font-weight:bold;
}
.container .main .page{
	margin-top:37px;}
