.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.xinwen .xinwen_list ul li  span.date {
    margin-bottom: 8px;
    position:relative;
 color: #666;
    font-size: 14px;
 
}
.xinwen img{width:100%}
.xinwen .xinwen_list li{height:50px;vertical-align:bottom;overflow:hidden;border-bottom:1px solid #e6e1e1;margin-left:10px;position:relative;padding:5px 0px 12px 0px}
.xinwen .xinwen_list ul li a{position:relative;display:block;height:60px;z-index:1}
.xinwen .xinwen_list ul li span {height:24px;width:99%;display:block;font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;    color: #666;}
.xinwen .xinwen_list ul li  .title{color:#333;height:24px;width:99%;display:block;font-size:16px;line-height:22px;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.xinwen .xinwen_list ul li:last-child{border:0}