.news-short-list{
	margin: 15px 2px 0px;
	position: relative;
	height: 242px;
}

.news-short-list .items{
	font-size: 0px;
	white-space: nowrap;
	z-index: 2;
	position: relative;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.news-short-list .items .item{
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	background: #0066cc;
	color: #fff;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	padding: 55px 10px 10px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.news-short-list .items .item .text{
	display: block;
	font-size: 23px;
	font-family: "Circe-Light";
	line-height: 1.1;
}

.news-short-list .items .item .large{
	font-family: "Circe-Bold";
	font-size: 30px;
	line-height: 46px;
	display: block;
	margin: 15px 0px 40px;
}

.news-short-list .items .item .large.l2{
	font-size: 46px;
}

.news-short-list .items .item .more{
	display: block;
	font-size: 13px;
	font-family: "Circe-Light";
	line-height: 1.2;
	text-align: right;
}

.news-short-list .items .item .more::after{
	display: inline-block;
	content:"";
	/*background:url('images/spritesheet.png') no-repeat;*/
	width: 14px;
	height: 25px;
	background-position: -226px -200px;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

.news-short-list .banners{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.news-short-list .banners .item{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0px;
	line-height: 0;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.news-short-list .banners .item .i{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-size: 890px;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-0-transform-origin: 50% 50%;
}
.news-short-list .banners .item .i:nth-child(1){
	background-position: 0px 0px;
}
.news-short-list .banners .item .i:nth-child(2){
	background-position: -222px 0px;
}
.news-short-list .banners .item .i:nth-child(3){
	background-position: -444px 0px;
}
.news-short-list .banners .item .i:nth-child(4){
	background-position: -666px 0px;
}

.news-short-list .items .item,
.news-short-list .banners .item .i{
	transition: transform 1000ms ;
	-webkit-transition: transform 1000ms;
	-moz-transition: transform 1000ms;
	-o-transition: transform 1000ms;
}

.news-short-list.a1 .items .item:nth-child(1),
.news-short-list.a2 .items .item:nth-child(2),
.news-short-list.a3 .items .item:nth-child(3),
.news-short-list.a4 .items .item:nth-child(4){
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

.news-short-list.a1 .items .item:nth-child(2),
.news-short-list.a1 .items .item:nth-child(3),
.news-short-list.a1 .items .item:nth-child(4),
.news-short-list.a2 .items .item:nth-child(1),
.news-short-list.a2 .items .item:nth-child(3),
.news-short-list.a2 .items .item:nth-child(4),
.news-short-list.a3 .items .item:nth-child(1),
.news-short-list.a3 .items .item:nth-child(2),
.news-short-list.a3 .items .item:nth-child(4),
.news-short-list.a4 .items .item:nth-child(1),
.news-short-list.a4 .items .item:nth-child(2),
.news-short-list.a4 .items .item:nth-child(3){
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.news-short-list .banners .item .i{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	opacity:0;
}

.news-short-list.a1 .banners .item .i:nth-child(1),
.news-short-list.a2 .banners .item .i:nth-child(2),
.news-short-list.a3 .banners .item .i:nth-child(3),
.news-short-list.a4 .banners .item .i:nth-child(4){
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.news-short-list:hover .items .item:nth-child(1),
.news-short-list:hover .items .item:nth-child(2),
.news-short-list:hover .items .item:nth-child(3),
.news-short-list:hover .items .item:nth-child(4){
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.news-short-list:hover .banners .i{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.news-short-list.b1.a1 .banners .item:nth-child(1) .i:nth-child(1),
.news-short-list.b1.a1 .banners .item:nth-child(1) .i:nth-child(2),
.news-short-list.b1.a1 .banners .item:nth-child(1) .i:nth-child(3),
.news-short-list.b1.a1 .banners .item:nth-child(1) .i:nth-child(4),

.news-short-list.b1.a2 .banners .item:nth-child(2) .i:nth-child(1),
.news-short-list.b1.a2 .banners .item:nth-child(1) .i:nth-child(2),
.news-short-list.b1.a2 .banners .item:nth-child(1) .i:nth-child(3),
.news-short-list.b1.a2 .banners .item:nth-child(1) .i:nth-child(4),

.news-short-list.b1.a3 .banners .item:nth-child(2) .i:nth-child(1),
.news-short-list.b1.a3 .banners .item:nth-child(2) .i:nth-child(2),
.news-short-list.b1.a3 .banners .item:nth-child(1) .i:nth-child(3),
.news-short-list.b1.a3 .banners .item:nth-child(1) .i:nth-child(4),

.news-short-list.b1.a4 .banners .item:nth-child(2) .i:nth-child(1),
.news-short-list.b1.a4 .banners .item:nth-child(2) .i:nth-child(2),
.news-short-list.b1.a4 .banners .item:nth-child(2) .i:nth-child(3),
.news-short-list.b1.a4 .banners .item:nth-child(1) .i:nth-child(4),


.news-short-list.b2.a1 .banners .item:nth-child(2) .i:nth-child(1),
.news-short-list.b2.a1 .banners .item:nth-child(2) .i:nth-child(2),
.news-short-list.b2.a1 .banners .item:nth-child(2) .i:nth-child(3),
.news-short-list.b2.a1 .banners .item:nth-child(2) .i:nth-child(4),

.news-short-list.b2.a2 .banners .item:nth-child(3) .i:nth-child(1),
.news-short-list.b2.a2 .banners .item:nth-child(2) .i:nth-child(2),
.news-short-list.b2.a2 .banners .item:nth-child(2) .i:nth-child(3),
.news-short-list.b2.a2 .banners .item:nth-child(2) .i:nth-child(4),

.news-short-list.b2.a3 .banners .item:nth-child(3) .i:nth-child(1),
.news-short-list.b2.a3 .banners .item:nth-child(3) .i:nth-child(2),
.news-short-list.b2.a3 .banners .item:nth-child(2) .i:nth-child(3),
.news-short-list.b2.a3 .banners .item:nth-child(2) .i:nth-child(4),

.news-short-list.b2.a4 .banners .item:nth-child(3) .i:nth-child(1),
.news-short-list.b2.a4 .banners .item:nth-child(3) .i:nth-child(2),
.news-short-list.b2.a4 .banners .item:nth-child(3) .i:nth-child(3),
.news-short-list.b2.a4 .banners .item:nth-child(2) .i:nth-child(4),


.news-short-list.b3.a1 .banners .item:nth-child(3) .i:nth-child(1),
.news-short-list.b3.a1 .banners .item:nth-child(3) .i:nth-child(2),
.news-short-list.b3.a1 .banners .item:nth-child(3) .i:nth-child(3),
.news-short-list.b3.a1 .banners .item:nth-child(3) .i:nth-child(4),

.news-short-list.b3.a2 .banners .item:nth-child(1) .i:nth-child(1),
.news-short-list.b3.a2 .banners .item:nth-child(3) .i:nth-child(2),
.news-short-list.b3.a2 .banners .item:nth-child(3) .i:nth-child(3),
.news-short-list.b3.a2 .banners .item:nth-child(3) .i:nth-child(4),

.news-short-list.b3.a3 .banners .item:nth-child(1) .i:nth-child(1),
.news-short-list.b3.a3 .banners .item:nth-child(1) .i:nth-child(2),
.news-short-list.b3.a3 .banners .item:nth-child(3) .i:nth-child(3),
.news-short-list.b3.a3 .banners .item:nth-child(3) .i:nth-child(4),

.news-short-list.b3.a4 .banners .item:nth-child(1) .i:nth-child(1),
.news-short-list.b3.a4 .banners .item:nth-child(1) .i:nth-child(2),
.news-short-list.b3.a4 .banners .item:nth-child(1) .i:nth-child(3),
.news-short-list.b3.a4 .banners .item:nth-child(3) .i:nth-child(4){
	opacity:1;
}