body{
	margin:0;
	padding:0;
	/*background:#FEF2E6;*/
	font-family:"微软雅黑";
}

@media (min-width: 1700px){
	.container {
	    width: 1580px;
	    margin-top:50px;
	}
}


ul{
	list-style: none;
	margin:0;
	padding:0;
}

a{
	color:#333;
}

.container {
    padding-right: 0px;
    padding-left:0px;
    margin-right: auto;
    margin-left: auto;
}

p{
	margin:0px;
}



/*header*/
.header{
	width:100%;
	float: left;
	background: #4999d8;
}


.header_title{
	width:100%;
	height:40px;
	float: left;
}



.header_title p:nth-child(1){
	width:100%;
	height:40px;
	line-height: 40px;
	font-weight: 700;
	font-size:16px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
}


.houtui{
	width:40px;
	height:40px;
	font-weight: 700;
	font-size:40px;
	color: #c4c4c4;
	position: relative;
	left:0px;
	top: 0px;
	bottom:0px;
	right:0px;
}

/*列表*/
.success_list{
	width:100%;
	float:left;
}


.success_ul{
	width:80%;
	float:left;
	margin-left: 10%;
}

.success_ul li{
	width:100%;
	float:left;
	margin-top: 30px;
}

.success_ul_left{
	width:35%;
    height:0px;
    float: left;
    padding-bottom:35%;
    position:relative;

}

.success_ul_left img{
	width:100%;
    height:100%;
    position:absolute;
    border-radius:10px;
}

.zuixin{
	width:58px;
    height:58px;
    position:absolute;
    left:  10%;
}

.success_ul_right{
	width:60%;
    float: left;
    margin-left: 5%;
}

.success_title{
	width:100%;
    float: left;
   	font-weight: 700;
	font-size:16px;
	color: #000;
	padding-top:10px;
}

.success_ul_right>p{
	width:60%;
	height:2px;
	float: left;
	background:#488eca; 
	margin-top: 8px;
}

.success_des{
	width:100%;
    float: left;
	font-size:12px;
	color: #000;
	padding-top:8px;
}


/*分页*/
.page{
	width:100%; 
	margin-top: 30px;
	float: left;
	text-align: center;
}

.pagination{
	margin: 0px auto;
}

.pagination>.active{
	background: #5193c3;
}









