@charset "utf-8";


body {
    font-size: 14px;
    line-height: 1.42857143;
    font-family: arial,Microsoft YaHei,'微软雅黑','宋体';
    color: #666460;
    -webkit-text-size-adjust: none;
}

.lt { float: left;}
.rt { float: right;}
.pn_a { position: absolute;}
.pn_r { position: relative;}
a:hover {text-decoration: none;}
li { list-style: none;}

.time {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}

