
.mian{
	width: 100%;
	overflow: hidden;
}

.img{
	width:100%;
	min-width: 1150px;
	overflow: hidden;
}

.img img{
	height: 100%;
	width:100%;
}

.main .list{
	height: 1000px;
	width:85%;
	margin: 0 auto;
	padding-top: 100px;
    padding-bottom: 100px;
    min-width: 1000px;
}

.list ul{
	width:100%;
}

.list ul li{
	width:30%;
	float: left;
	list-style: none;
	margin-left: 2.5%;
	margin-top: 30px;
	box-sizing: border-box;
}

.list ul li:hover{
	box-shadow: 0px 10px 30px 10px lightgrey;
}


.list ul li a{
	width:95%;
	text-decoration: none;
	
}



.list ul li a img{
	width:100%;
	border: 1px solid #4ba3ea;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	vertical-align:bottom;
}

.list ul li a .cont{
	width: 100%;
	padding: 26px 0;
	background: #fff;
	margin: 0;
}

.list ul li a .cont h3{
	display: block;
    padding-bottom: 10px;
    font-size: 16px;
    color: #464a53;
}

.list ul li a .cont p {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #85888e;
}

.list ul li a .cont span{
    display: inline-block;
    width: 65px;
    height: 22px;
    color: #dbdbdb;
    border-radius: 22px;
    border: 1px solid #dbdbdb;
    position: relative;
 	float:right;
 	top:-30px;
 	background: url(../img/next1.png) no-repeat center center;
}

.list ul li a .cont i{
	display: inline-block;
    width: 65px;
    height: 22px;
    color: #dbdbdb;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    position:relative;
 	float:right;
 	top:-30px;
 	background: url(../img/next2.png) no-repeat center center;
 	background-color: #FFFFFF;
 	
}
