.articel {
    background-color: #e2e2e2;
    width: 100%;
    overflow: hidden;
    /*padding:0 0 90px;*/
}

.articel .art-rt{
    width:880px;
    float: right;
    margin:116px 0 0 0;
}

.articel .art-rt  .d-t{
    width:880px;
    height:450px;
    position: relative;
}

.articel .art-rt .d-t .d-time{
    position: absolute;
    width:70px;
    height:90px;
    background-color: #F7B400;
    color: #ffffff;
    top:0;
    text-align: center;
    left:20px;
}


.articel .art-rt .d-t .d-time h4{
    font-size:24px;

}

.articel .art-rt  .d-t .d-time h5{
    font-size:40px;

}

.articel .art-rt .d-t .s-img,.articel .art-rt .d-t .s-img img{
    display: block;
    width:100%;
    height:100%;
    transition: .5s;
    overflow: hidden;
}
.articel .art-rt  .d-t .s-img:hover img{
    transform: scale(1.2);
}
.articel .art-rt .d-b{
    border-bottom:1px solid rgba(100,100,100,.3);
    padding:0 0 25px;
}
.articel .art-rt .d-b h2{
    color: #707070;
    font-size:18px;
    margin:40px 0 30px;
}

.articel .art-rt .d-b p{
    text-align: justify;
    color: #979797;
    line-height:24px;
}
.articel .art-rt .a-more{
    width:110px;
    display: block;
    height:40px;
    color: #ffffff;
    font-family:"Arial";
    line-height:40px;
    text-align: center;
    background-color: #F7B400;
    margin:40px 0 50px;

    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
}


.articel .art-rt .a-more:hover, .articel .art-rt .a-more:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #F7B400;
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.pager_linkBox{
    text-align: left;
}






