body{
    background: #ffffff;
}
.banner-box{
    max-width: 1920px;
    height: 438px;
    background: url(../img/rank-banner1.png) no-repeat top center;
    position: relative;
    min-width: 1200px;
}
.banner-box div{
    width: 1200px;
    margin: 0 auto;
}
.banner-box div a{
    display: block;
    width: 158px;
    height: 98px;
    background: url(../img/rank-logo.png) no-repeat 0 0;
}
.banner-con{
    position: relative;
    width: 1200px;
    height: 100%;
}
.rank-tit1{
    width: 522px !important;
    height: 109px;
    background: url(../img/rank-tit1.png) no-repeat 0 0;
    position: absolute;
    top: 116px;
    left: 265px;
    opacity: 1;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.rank-tit2{
    width: 290px !important;
    height: 130px;
    background: url(../img/rank-tit2.png) no-repeat 0 0;
    position: absolute;
    top: 213px;
    left: 605px;
    -webkit-animation: bounce-up 2.4s linear infinite;
    animation: bounce-up 2.4s linear infinite;
}
.con-box{
    width: 1200px;
    margin: 35px auto 0;
}
.con-left{
    width: 290px;
    float: left;
}
.con-left ul li{
    width: 290px;
    height: 52px;
    background: url(../img/r-new-icons.png) no-repeat 0 0;
    margin-bottom: 30px;
    transition: all 0.2s;
}
.con-left ul li a{
    font-size: 18px;
    color: #666666;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    line-height: 52px;
}

.con-left ul li:hover,.l-active{
    background: url(../img/r-new-icons.png) no-repeat 0 -52px !important;
}
.con-left ul li:hover a,.l-active a{
    font-weight: bold;
    font-size: 18px;
    color: #fff !important;
}
.con-right{
    width: 884px;
    float: right;
    margin-bottom: 20px;
}
.con-tit{
    width: 884px;
    height: 56px;
    background: url(../img/r-new-line.png) no-repeat 0 0;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.m-star{
    width: 30px;
    height: 30px;
    background: url(../img/rank_star.png) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    animation: flash 1s alternate infinite;
}
.m-star2{
    right: 50px;
    transform: scale(1.2);
    animation-delay: 1.41606s;
    z-index: 999;
    top: 300px;
}
.m-star3{
    right: 150px;
    transform: scale(1.2);
    animation-delay: 1.1s;
    z-index: 999;
    top: 210px;
}
.m-star4{
    left: 350px;
    transform: scale(1.2);
    animation-delay: 1.2s;
    z-index: 999;
    top: 100px;
}
.m-star5{
    right: 610px;
    transform: scale(1.2);
    animation-delay: 1.3s;
    z-index: 999;
    top: 60px;
}
.m-star6{
    right: 780px;
    transform: scale(1.2);
    animation-delay: 1.5s;
    z-index: 999;
    top: 160px;
}
@keyframes flash {
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.con-list-item{
    background: #f5f5f5;
    border-bottom: 4px solid #e5e5e5;
    border-right:4px solid #e5e5e5;
    position: relative;
    padding: 30px 0 20px;
    margin-bottom: 15px;
    transition: all 0.2s;
}
.con-list-item:hover{
    box-shadow: 0 0 10px #cccccc;
    transform: translateY(-5px);
}
.con-list-num{
    position: absolute;
    top: 30px;
    left: 20px;
    width: 48px;
    height: 34px;
    background: url(../img/r-new-icons.png) no-repeat 0 -157px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    z-index: 999;
}
.con-list-img{
    display: block;
    width: 200px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}
.con-list-img img{
    width: 100%;
    height: 100%;
}
.con-list-info{
    float: right;
    width: 630px;
    margin-right: 14px;
    position: relative;
}
.con-list-tit{
    font-size: 20px;
    color: #121212;
    display: inline-block;
    max-width: 280px;
    height: 34px;
    line-height: 34px;
    margin-right: 20px;
}
.con-list-tit:hover{
    color: #59b9fd;
}
.con-l span{
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px;
    
}
.con-l{
    margin-bottom: 12px;
}
.con-l-type em{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    vertical-align: top;
    background: url(../img/r-new-icons.png) no-repeat -149px -110px;
}
.con-l-type span{
    color: #ff5252;
    font-size: 14px;
    margin-right: 15px;
    padding-left: 18px;
    position:relative;
    display:inline-block;
}
.con-l-type span:after{
    display:block;
    content:"";
    position:absolute;
    left:0;
    top:0;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    vertical-align: top;
    background: url(../img/r-new-icons.png) no-repeat -149px -110px;
}
.con-l-type strong:after{
    display:block;
    content:"";
    position:absolute;
    left:0;
    top:0px;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    background: url(../img/r-new-icons.png) no-repeat -149px -128px;
}
.con-l-type strong{
    color: #999999;
    position:relative;
    padding-left:18px;
    display:inline-block;
}

.con-l-txt{
    margin-top: 14px;
    color: #787878;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.con-l-btn{
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #59b9fd;
    font-size: 15px;
}
.con-list-1 .con-l-btn:hover,.con-list-2 .con-l-btn:hover,.con-list-3 .con-l-btn:hover{
    border: 1px solid #ff5252 !important;
    color: #ff5252 !important;
    background: #fff !important;
}
.con-l-btn:hover{
    border: 1px solid #59b9fd !important;
    background: #fff !important;
    color: #59b9fd !important;
}
.con-list-1{
    background: #fff2ed;
    border-bottom: 4px solid #ffe6dd;
    border-right: 4px solid #ffe6dd;
}
.con-list-2{
    background: #f1f3fe;
    border-bottom: 4px solid #e6ebff;
    border-right: 4px solid #e6ebff;
}
.con-list-3{
    background: #fff7e8;
    border-bottom: 4px solid #fff0d2;
    border-right: 4px solid #fff0d2;
}
.con-list-1 .con-l-btn,.con-list-2 .con-l-btn,.con-list-3 .con-l-btn{
    background: #ff5252;
}

.con-list-1 .con-list-tit,.con-list-2 .con-list-tit,.con-list-3 .con-list-tit{
    font-weight: bold;
}

.con-list-1 .con-list-num,.con-list-2 .con-list-num,.con-list-3 .con-list-num{
    width: 40px;
    height: 40px;
    left: 4px;
    top: 18px;
    text-indent: -999px;
}
.con-list-1 .con-list-num{
    background: url(../img/r-new-icons.png) no-repeat 0 -111px;
}
.con-list-2 .con-list-num{
    background: url(../img/r-new-icons.png) no-repeat -49px -111px;
}
.con-list-3 .con-list-num{
    background: url(../img/r-new-icons.png) no-repeat -100px -111px;
}



.more-btn{
    width: 480px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
    background: #e5e5e5;
    color: #888888;
    transition: all 0.2s;
    cursor: pointer;
}

.more-btn:hover{
    background: #59b9fd;
    color: #fff;
}



@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}



@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(5px);
    }

    50%, 100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-5px);
    }
}
@keyframes bounce-up {
    25% {
        transform: translateY(5px);
    }

    50%, 100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-5px);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}


