.VR_main{
	max-width:700px;
	margin:0 auto;
	background-color: #eee;
}
.VR_main .caseList-list {
    margin-top: 10px;
}
.VR_main .caseList-list ul li>a {
	height: 245.7px;
    overflow: hidden;
}
.VR_main .styleListFor>li {
    width: 100%;
    margin-top: 10px;
}
.VR_main .caseList-list a {
    display: block;
}

.VR_main .styleListFor>li img {
    vertical-align: top;
    width:100%;
}
.VR_main .styleListFor>li>div {
    padding: 10px;
    background: #fff;
    overflow:hidden;
}
.VR_main .case-list-info{
    width:60%;
    display: inline-block;
}
.VR_main .case-list-info p{
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.VR_main .styleListFor>li .font-bigger {
    margin-bottom: 5px;
}
.VR_main .color32 {
    color: #323232;
    font-size:14px;
}
.VR_main .fr {
    float: right;
}
.VR_main .arrowBtn, .dright {
    text-align: center;
    width: 90px;
}
.VR_main .arrowBtn {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-radius:25px;
    background: #6dc243;
    color: #fff;
    font-size:13px;
}