.container_con{ width: 100%; background: url(../images/VR_list_bg.png) repeat-y;}
.local{ width: 100%; height: 20px; margin: 20px 0;}
.local p{ height: 20px; line-height: 20px; background: url(../images/icon_home.png) no-repeat left 3px; color: #303030; padding-left: 20px;}
.local p a{ color: #303030;}
.local p a:hover{ color: #e9551e; text-decoration: underline;}

.vrLi_con{ width: 1200px; background: #fff; margin-bottom: 30px;}
.vrLi_con ul{ width: 1130px; padding: 35px 35px 0 35px; overflow: hidden;}
.vrLi_con ul li{ width: 348px; border: solid 1px #fff; float: left; margin-right: 40px; margin-bottom: 40px; background: #f5f5f5; transition:all ease .5s;}
.vrLi_con ul li:hover{ box-shadow:0 0 10px #888;}
.vrLi_con ul li:nth-child(3n){ margin-right: 0;}
.vr_video{ display: block; width: 348px; height: 262px; position: relative;} 
.vr_video img{ display: block; width: 100%;}
.vr_video .btn_play_w{ display: inline-block; width: 61px; height: 61px; background: url(../images/btn_play_w.png) no-repeat; position: absolute; left: 50%; margin-left: -30px; top: 50%; margin-top: -30px;}
.tit_vrLi{ width: 100%; text-align: center; padding: 10px 0; font-size: 16px;}
.s_line{ display: block; margin: 0 auto; width: 26px; height: 1px; background: #e9551e;}
.book_des{ display: block; width: 100px; height: 28px; border: solid 1px #303030; text-align: center; line-height: 28px; margin: 15px auto; color: #000;}
.vrLi_con ul li:hover .book_des{ border: solid 1px #e9551e; background: #e9551e; color: #fff;}

.pages{ width: 520px; height: 40px; margin: 10px auto 60px;}
.pages ul{ overflow: hidden;}
.pages dt,.pages dd{ float: left; margin-right: 10px;}
.pages dt a,.pages dd a{ display: inline-block; border: solid 1px #8e8e8e; color: #8e8e8e; height: 36px; line-height: 36px; text-align: center; background: #fff; border-radius: 2px;}
.pages dt a{ width: 95px;}
.pages dd a{ width: 36px;}
.pages dt a:hover,.pages dd a:hover{ background: #e9551e; border: solid 1px #e9551e; color: #fff;}
.pages dl a.active{ background: #e9551e; border: solid 1px #e9551e; color: #fff;}
