.rycontent section{
	width:100%;
	background: #fff;
	/*float:left;*/
	border-radius: .3vw;
	/*border:1px solid red;*/
	box-shadow:0 0 1.5vw rgba(0, 0, 0, 0.2);
}
.rycontent section .aside_top{
	width:100%;
	margin:auto;
	/*padding:.2vw 0;*/
	border-bottom:1px solid #c9caca;
}
.rycontent section .aside_top p{
	color:#777;
	font-size:.8vw;
	height:3vw;
	line-height:3vw;
	/*font-family:"宋体";*/
	margin-left:2%;
}
.rycontent section .rice_producte{
	width:60%;
	margin:auto;
	padding:1vw 0 3vw;
}
.rycontent section .rice_producte .producte_list{
	width:100%;
	margin-top:1vw;
}
.rycontent section .rice_producte .producte_list div{
	width:80%;
	margin:auto;
}
.rycontent section .rice_producte .producte_list div img{
	width:100%;
}
.rycontent section .rice_producte .producte_list p{
	font-size:1.2vw;
	line-height: 1.5;
	font-family: "宋体";
	text-align: center;
}
