.newsList li:first-of-type h5 a {
    letter-spacing: 0px;
}

.newsList li:nth-of-type(2) h5 a {
    letter-spacing: 0px;
}
.newsList li:nth-of-type(3) h5 a {
    letter-spacing: 0px;
}

.newsList li:last-of-type h5 a {
    letter-spacing: 0px;
}

normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li,
dl,
dt,
dd {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #0054a8;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width:1161px) {

    html,
    body {
        width: 1160px;
    }
}

.section {
    width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
}

.section .title {
    position: relative;
    margin-bottom: 20px;
}

.section .title::before {
    position: absolute;
    top: 50px;
    left: 230px;
    content: '文明网络空间';
    width: 130px;
    height: 20px;
    color: #999;
    font-size: 16px;
    letter-spacing: 2px;
    animation: lightSpeedInLeft 6s ease-out infinite;
    -webkit-animation: lightSpeedInLeft 6s ease-out infinite;
}

.section .title::after {
    position: absolute;
    top: 38px;
    left: 743px;
    content: '昂扬奋进力量';
    width: 130px;
    height: 20px;
    color: #999;
    font-size: 16px;
    letter-spacing: 2px;
    animation: lightSpeedInRight 6s 1s ease-out infinite;
    -webkit-animation: lightSpeedInRight 6s 1s ease-out infinite;
}

.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 100px;
    background: url(../images/bg-title.jpg) center center no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    text-align: center;
}

.section .title h3 a img {
    margin: 0 auto;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg.jpg) center top no-repeat;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1160px;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}


/* 头条 */
.main {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}

.headline {
    margin: 0 auto;
    padding: 36px 0;
}

.headline h2 a {
    color: #0054a8;
    font-size: 36px;
    line-height: 56px;
}

.headline .jade_hot {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.headline .jade_hot a {
    margin: 0 5px;
}

/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 420px;
    /* margin: 0 20px 20px 0; */
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    height: 60px;
    background: #0054a8;
}

.picList .title h5 a {
    display: inline-block;
    margin: 10px 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.picInfo {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.picInfo .prevStop,
.picInfo .nextStop {
    color: #999;
}

.picInfo ul {
    float: right;
    margin-top: 16px;
    overflow: hidden;
}

.picInfo ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/bg-dot.png") no-repeat;
    margin-right: 5px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

.picInfo ul li.on {
    width: 25px;
    background: url("../images/bg-active.png") no-repeat;
}

.control-button {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 40px;
    height: 80px;
}

.control-button .prev,
.control-button .next {
    display: none;
    position: absolute;
    width: 40px;
    height: 80px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.pic-content:hover .control-button .prev,
.pic-content:hover .control-button .next {
    display: block;
}

.control-button .prev {
    left: 0px;
    background: url(../images/button-left.png) no-repeat;
}

.control-button .prev:hover {
    /* left: 0px; */
    background: url(../images/button-left-active.png) no-repeat;
}

.control-button .next {
    right: -600px;
    background: url(../images/button-right.png) no-repeat;
}

.control-button .next:hover {
    /* right: 0px; */
    background: url(../images/button-right-active.png) no-repeat;
}


/* 要闻 */
.news-content {
    width: 450px;
    height: 420px;
    text-align: left;
    /* border-top: 1px dashed #cdcdcd; */
}

.news-content .news-list ul {
    list-style: none;
}

.news-content .newsList ul li {
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    height: 90px;
    *height: 89px;
    /* IE7 */
    line-height: 89px;
    /* border-bottom: 1px dashed #cdcdcd; */
}

.news-content .newsList ul li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news-content .newsList ul li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
    text-align: left;
}

.news-content .newsList ul li h5 a {
    display: inline;
    vertical-align: middle;
    /* margin-right: 6px; */
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    /* text-align: left; */
}

.news-content .newsList ul li:nth-of-type(even) {
    background: #e1f9ff;
}

.news-content .newsList ul li h5 a:hover {
    color: #0054a8;
}

.news-content .newsList .more {
    width: 100%;
    /* margin-top: 12px; */
    text-align: right;
}

.news-content .newsList .more a {
    display: block;
    width: 450px;
    color: #0054a8;
    font-size: 16px;
    line-height: 60px;
}

/* 视频 */
.section-video {
    height: 750px;
    overflow: hidden;
}

.video-content {
    box-sizing: border-box;
    position: relative;
    width: 1100px;
    height: 660px;
    margin: 50px auto 70px;
    padding: 25px;
    border: 2px solid #0054a8;
    
}

.videoList {
    width: 1100px;
    height: 660px;
}

.videoList li {
    position: relative;
    width: 1050px;
    height: 610px;
}

.video-content .pic {
    position: relative;
    width: 1050px;
    height: 610px;
    overflow: hidden;
}

.video-content video {
    width: 100%;
    height: 100%;
}

video:focus-visible {
    outline: none;
}

.video-content .cover,
.video-content .cover img {
    width: 100%;
    height: 100%;
}

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1050px;
    height: 610px;
    cursor: pointer;
    z-index: 6;
}

.play {
    position: absolute;
    top: 270px;
    left: 490px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) center center no-repeat;
    cursor: pointer;
    z-index: 9;
}


.video-content .title {
    position: absolute;
    bottom: -55px;
    left: 205px;
    width: 640px;
    height: 50px;
    background: #0054a8;
    transform: skewX(-15deg);
    z-index: 10;
}

.video-content .title h5 {
    transform: skewX(15deg);
}

.video-content .title h5 a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.video-content .control-button {
    top: 270px;
    z-index: 10;
}

.video-content .control-button .next {
    right: -1056px;
}

.video-content:hover .control-button .prev,
.video-content:hover .control-button .next {
    display: block;
}

#float-video {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 360px;
    height: 200px;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    z-index: 9999;
}

#float-video video {
    width: 100%;
    height: 100%;
}

/* 稿件 */
.news {
    width: 1160px;
    margin-bottom: 20px;
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 535px;
    height: 69px;
    margin: 0 30px 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/square-blue.jpg) 5px 32px no-repeat;
    float: left;
}

.news li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    text-align: left;
}

.news li h5 a {
    display: inline;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    /* text-align: left; */
}

.news li h5 a:hover {
    color: #0054a8;
}


/* 论坛之声 */
.forum-wrapper {
    width: 100%;
    text-align: center;
}

.forum {
    width: 1100px;
    /* height: 1000px; */
    /* background: url(../images/spirit.gif) center top no-repeat; */
    overflow: hidden;
}

.forum .title h3 a {
    /* background: url(../images/title01.jpg); */
}

#forum .news-normal-title {
    padding-left: 350px;
    margin-bottom: 30px;
    border-bottom: 2px solid #0054a8;
    border-image: linear-gradient(90deg, rgba(141,240,255,0) 0%, #8df0ff 10%, #0054a8, #8df0ff 90%, rgba(141,240,255,0) 100%) 20 20;
}

#forum .news-normal-title li {
    position: relative;
    float: left;
    width: 200px;
    padding-bottom: 15px;
    color: #999;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

#forum .news-normal-title li.on {
    color: #0054a8;
    font-size: 22px;
}

#forum .news-normal-title li.on::after {
    position: absolute;
    top: 39px;
    left: 87px;
    content: '';
    width: 20px;
    height: 20px;
    background: #0054a8;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.am-box,
.pm-box {
    position: relative;
}

.pm-box {
    border-top: 1px dashed #cdcdcd;
}

.am,
.pm {
    position: absolute;
    left: 0;
    color: #0054a8;
    font-size: 22px;
    font-weight: bold;
}

.pm {
    top: 20px;
}

.graphic-box {
    margin: 20px 0 0px 20px;
}

.graphic-box li {
    float: left;
    width: 490px;
    margin-left: 50px;
    padding-bottom: 20px;
    overflow: hidden;
}

.graphic-box li .scale-img {
    float: left;
    width: 235px;
    height: 135px;
    margin-right: 20px;
}

.graphic-box li .text {
    height: 135px;
    text-align: justify;
}

.graphic-box li .text h5 {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.graphic-box li .text p {
    font-size: 14px;
}

.graphic-box li .text .place {
    margin-top: 10px;
    color: #666;
}

.graphic-box li .text .place i,
.history .pic .info .date,
.history .pic .info .place {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-place.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.no-data {
    padding: 60px 0;
    color: #666;
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: bold;
    text-align: center;
}


/* 成果展示 */
.achievement .special {
    width: 1100px;
    height: 100px;
    margin-bottom: 20px;
}

.achievement .special img {
    width: 100%;
    height: 100%;
}


/* 现场直击 */
.media {
    width: 1100px;
    /* height: 850px; */
    overflow: hidden;
}

.media .title h3 a {
    /* background: url(../images/title03.png); */
}

.img-box {
    position: relative;
    width: 1130px;
    /* height: 350px; */
}

.img-box li {
    position: relative;
    width: 530px;
    height: 300px;
    margin: 0 35px 20px 0;
    float: left;
}

.img-box li a .scale-img {
    width: 530px;
    height: 300px;
    overflow: hidden;
}

.img-box li a img {
    width: 100%;
    height: 100%;
}

.img-box li a h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.img-box li a .picTitle {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 530px;
    height: 50px;
    background: rgba(6, 73, 173, .85);
    padding: 0 10px;
    color: #fff;
    /* line-height: 50px; */
}

.img-box li a .picTitle h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.img-box li a .picTitle i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
    text-indent: -999em;
}


/* 地方 */
.local {
    width: 1100px;
    height: 850px;
    overflow: hidden;
}

.section.local .title::before {
    left: 60px;
}

.section.local .title::after {
    left: 910px;
}

.section.local .title h3 a {
    background: url(../images/bg-title-local.jpg);
}

.local .pic {
    position: relative;
    float: left;
    width: 550px;
    height: 320px;
}

.local .pic li {
    position: absolute;
    width: 550px;
    height: 320px;
    float: left;
}

.local .pic li:nth-of-type(1)::after {
    position: absolute;
    left: 550px;
    top: 0;
    content: '';
    width: 590px;
    height: 320px;
}

.local .pic li:nth-of-type(2) {
    top: 360px;
    right: -550px;
}

.local .pic li:nth-of-type(2)::after {
    position: absolute;
    left: -590px;
    top: 0;
    content: '';
    width: 590px;
    height: 320px;
}

.local .pic li a .scale-img {
    width: 550px;
    height: 320px;
    overflow: hidden;
}

.local .pic li a img {
    width: 550px;
    height: 320px;
}

.local .pic li a .play {
    position: absolute;
    top: 115px;
    left: 232px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) center center no-repeat;
}

.local .pic li a h5 {
    margin-top: 10px;
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.local .pic li a .title {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 550px;
    height: 46px;
    background: rgba(0, 84, 168, .85);
    padding: 5px 5px 0;
    margin-bottom: 0;
    color: #fff;
    line-height: 50px;
}

.local .pic li a .title::before,
.local .pic li a .title::after {
    display: none;
    content: '';
    width: 0;
    height: 0;
}

.local .pic li a .title h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 550px;
    line-height: 34px;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.local .pic li a .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.local .news-box {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 520px;
    height: 380px;
    padding-top: 0px;
    padding-left: 30px;
}

.news-box li {
    box-sizing: border-box;
    width: 520px;
    height: 100px;
    *height: 99px;
    line-height: 99px;
    margin: 0 30px 10px 0;
    /* padding-left: 30px; */
    border-bottom: 1px dashed #ccc;
    /* background: url(../images/square-red.jpg) 5px 50px no-repeat; */
    text-align: left;
    overflow: hidden;
}

.news-box li:nth-of-type(4) {
    position: absolute;
    top: 370px;
    left: -550px;
}

.news-box li:nth-of-type(5) {
    position: absolute;
    top: 475px;
    left: -550px;
}

.news-box li:nth-of-type(6) {
    position: absolute;
    top: 580px;
    left: -550px;
}

.news-box li h5 {
    margin: 15px auto;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
}

.news-box li h5 a {
    display: inline;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.news-box li p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.news-box li p a {
    color: #0044d5;
}

.news-box li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}


/* 往届回顾 */
.history {
    width: 1100px;
    text-align: center;
}

.links {
    width: 1100px;
    margin-top: 0px;
    overflow: hidden;
}

.links .title h3 a {
    background: url(../images/title04.png);
}

.topic-content {
    position: relative;
    width: 1100px;
    height: 250px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.topic-content .control-button {
    top: 60px;
}

.topic-content .control-button .next {
    right: -1060px;
}

.topic-content:hover .control-button .prev,
.topic-content:hover .control-button .next {
    display: block;
}

.topic-box {
    width: 1125px;
    height: 250px;
    overflow: hidden;
}

.topic-box li {
    position: relative;
    float: left;
    width: 350px;
    height: 250px;
    margin-right: 25px;
    margin-bottom: 20px;
    background: #d8ebfa;
}

.topic-box li a .scale-img {
    width: 350px;
    height: 196px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.topic-box li:hover a img {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
}

.topic-box li a .mask {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 350px;
    height: 54px;
    background: #0054a8;
    line-height: 50px;
    overflow: hidden;
}

.topic-box li:hover a .mask {
    display: block;
}

.topic-box li a .mask h4 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-align: justify;
}

.topic-box .mask i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}


/* 图片放大效果 */
.scale-img {
    overflow: hidden;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    transition: .5s all linear;
    -ms-transition: .5s all linear;
    /* IE 9 */
    -moz-transition: .5s all linear;
    /* Firefox */
    -webkit-transition: .5s all linear;
    /* Safari å’Œ Chrome */
    -o-transition: .5s all linear;
    /* Opera */
}

.scale-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
}

/* 动画 */
@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
        0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}


