﻿/*游戏资料*/
.gameInfoLYn{width:780px;}
.gameInfoLYn .topic_box a{ float:left;display:block;position:relative;overflow:hidden; width:260px;height:126px;
	background-image:url(../images/557150cdc0e50a98468b4b69.jpg);background-repeat:no-repeat;}
.gameInfoLYn .topic_box a.t01{ background-position:0px 0px;}
.gameInfoLYn .topic_box a.t02{ background-position:-260px 0px;}
.gameInfoLYn .topic_box a.t03{ background-position:-520px 0px;}
.gameInfoLYn .topic_box a .h3{ display:block; padding-left:20px;padding-top:30px; font-size:18px;font-weight:bold; line-height:26px; color:#ffd086;}
.gameInfoLYn .topic_box a .p{ display:block; padding-left:20px;font-size:14px; line-height:20px;color:#fcfeff;}
.gameInfoLYn .topic_box a .icon{ padding-left:20px;position:relative; display:block;width:40px;height:22px;line-height:22px;font-size:14px; color:#97b4c5;  }
.gameInfoLYn .topic_box a .icon i{ position:absolute; right:0px; top:4px; width:0; height:0; line-height:0; border-style:dashed; border-color:transparent; border-width:6px; border-left-style:solid; border-left-color:#fff;}
.gameInfoLYn .topic_box a:hover .icon i{
	animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
	-webkit-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
	-moz-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
	-o-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
	-ms-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
	}/*小图标来回跳动效果*/
@-webkit-keyframes stariconBeat{
	0%{-webkit-transform:translateX(-2px);}
	100%{-webkit-transform:translateX(2px);}
	}
@-moz-keyframes stariconBeat{
	0%{-moz-transform:translateX(-2px);}
	100%{-moz-transform:translateX(2px);}
	}
@-ms-keyframes stariconBeat{
	0%{-ms-transform:translateX(-2px);}
    100%{-ms-transform:translateX(2px);}
	}
@-o-keyframes stariconBeat{
	0%{-o-transform:translateX(-2px);}
    100%{-o-transform:translateX(2px);}
	}
@keyframes stariconBeat{
	0%{transform:translateX(-2px)}
    100%{transform:translateX(2px)}
	}

/*游戏资料：鼠标经过前后效果*/
.gameInfoLYn .topic_box a{filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;
	-webkit-transition: all 0.3s ease ;
	-moz-transition: all 0.3s ease ;
	-o-transition: all 0.3s ease ;
	-ms-transition: all 0.3s ease ;
	transition: all 0.3s ease ;}
.gameInfoLYn .topic_box a:hover{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
