.content-of-view {width: 1200px;margin: 0 auto;}

.list-box-5 .marquee {width:1199px;height:520px;overflow:hidden;}
.list-box-5 {position: relative;}
.list-box-5 li {float:left;width: 308px;}
.list-box-5 li a {display: block;width: 275px;padding: 20px 0;}
.list-box-5 li a img {display: block;
	transition: all .1s ease 0s;
	-ms-transition: all .1s ease 0s;	
	-moz-transition: all .1s ease 0s;
	-webkit-transition: all .1s ease 0s;
	-o-transition: all .1s ease 0s;	
	transform: rotate(0deg) scale(.95,.95);
	-ms-transform: rotate(0deg) scale(.95,.95);
	-moz-transform: rotate(0deg) scale(.95,.95);
	-webkit-transform: rotate(0deg) scale(.95,.95);
	-o-transform: rotate(0deg) scale(.95,.95);
}
.list-box-5 .goL,.list-box-5 .goR {display: block;width: 36px;height: 70px;position: absolute;top:50%;margin-top: -35px;}
.list-box-5 .goL:hover,.list-box-5 .goR:hover {opacity: .6;}  
.list-box-5 .goL {left: -63px;background: url(https://v2.cri.cn/M00/25/98/rBABCmBuX1iAK8L4AAAAAAAAAAA6042560.icon-l_15.png) no-repeat center center;}
.list-box-5 .goR {right: -63px;background: url(https://v2.cri.cn/M00/25/98/rBABCmBuX1iAK8L4AAAAAAAAAAA6042560.icon-r_15.png) no-repeat center center;}
.list-box-5 li a:hover img {
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	transform: rotate(0deg) scale(1,1);
	-ms-transform: rotate(0deg) scale(1,1);
	-moz-transform: rotate(0deg) scale(1,1);
	-webkit-transform: rotate(0deg) scale(1,1);
	-o-transform: rotate(0deg) scale(1,1);
}