*{
	margin: 0;
	padding: 0;
	word-break:break-all;
}
ul,li{
	list-style: none;
}
.rvcbao{
	width:100%;
	background: #fff;
}
.rvc{			
	width: 120rem;
	position: relative;
	padding: 3rem 0;
	background: #fff;
	margin:0 auto;
	overflow: hidden;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
	/*width:1000%;*/
}
.rvc .rvc-wrapper ul li{
	float: left;
	background: #fff;
	/*width:32%;
	height:33rem;
	border: 0.05rem solid #eee;
	border-radius: 0.5rem;*/
}

.rvc .rvc-wrapper ul li a{
	display: block;
	width: 99%;
	height: auto;
	text-decoration: none;
	border:0.05rem solid #eee;
	border-radius: 0.5rem;
}
.rvc .rvc-wrapper ul li a .img-wrapper{
	padding:1.2rem 1.2rem 1rem 1.2rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 20.6rem;
    overflow: hidden;
}
.rvc .rvc-wrapper ul li a .img-wrapper img{
	border-radius: 0.5rem;
}
.rvc .rvc-wrapper ul li a h2{
	margin-top: 10px;
}
.rvc .rvc-wrapper ul li a h2 .span1{
	color:#696969;
	font-size:1.6rem;
	font-size:1.3rem\9;
	font-weight:normal;
	margin-left:1.1rem;
	float:left;
	transition: 0.5s;
	width:60%;
	overflow: hidden;
	white-space: nowrap;text-overflow: ellipsis;
}
.rvc .rvc-wrapper ul li:hover .span1,.rvc .rvc-wrapper ul li:hover .span2{
	transition: 0.5s;
	color:#343434;
}
.rvc .rvc-wrapper ul li:hover p{
	transition: 0.5s;
	color:#343434;	
}
.rvc .rvc-wrapper ul li a h2 .span2{
	color:#999;
	font-size:1.3rem;
	font-size:1.1rem\9;
	font-weight:normal;
	margin-right:3.2%;
	margin-top: 1.25%;
	float:right;
	transition: 0.5s;
}

.rvc .rvc-wrapper ul li a p{
	transition: 0.5s;
	padding: 3.4%;
	height:4rem;
	font-size:1.4rem;
	font-size:1.1rem\9;
	color:#999;
	overflow: hidden;
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	width: 5.5% !important;
	background: #fff;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rvc-prv{						
	left: 0;			
}
.rvc-next{			
	right: 0;
	
}
@media only screen and (max-width: 64em) {
	.rvc .rvc-wrapper ul li a h2 .span2{display: none}
	.rvc .rvc-wrapper ul li a p {
    transition: 0.5s;
    padding: 3.4%;
    height: 6rem;
}
}

@media only screen and (max-width: 38.75em) {
    .rvc-prv, .rvc-next {
        width: 13.5% !important;
    } 
    .rvc .rvc-wrapper ul li a p {
    transition: 0.5s;
    padding: 3.4%;
    height: 8rem;
    font-size: 1.4rem;
    font-size: 1.1rem\9;
    color: #999;
    overflow: hidden;
	}
	.rvc .rvc-wrapper ul li a h2 .span1 {
	    color: #696969;
	    font-size: 1.4rem;
	    font-size: 1.1rem\9;
	    font-weight: normal;
	    margin-left: 0.5rem;
	    float: left;
	    transition: 0.5s;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.rvc .rvc-wrapper ul li a h2 {
    margin-top: 10px;
    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
}
}