
.new-list{
    padding-top: 1px;
}

.new-item-link{
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.new-list-item{
    position: relative;
    height: 95px;
    padding: 10px;
    margin-bottom: 2px;
    background-color: #FFFFFF;
}

.new-item-right-img{
    float: right;
    width: 145px;
    height: 95px;
}

.new-item-right-img > img, .new-item-left-img > img{
    width: 100%;
    height: 100%;
}

.new-item-left-info{
    position: absolute;
    top: 12px;
    left: 10px;
    width: calc(100% - 165px);
    height: calc(100% - 20px);
}

.new-item-title{
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
}

.new-item-bottom{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    color: #AAAAAA;
}

.new-item-icon{
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.icon{
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.new-item-text{
    position: relative;
    width: 100%;
    height: 100%;
}

.load{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FF6A00;
    margin: 8px auto;
    width: 100%;
    max-width: 680px;
    font-size: 18px;
}


.new-detail-top{
    border-bottom: 1px solid #EEEEEE;
}

.new-detail-top img{
    width: 100%;
    height: auto;
}

.new-detail-title{
    padding: 10px 15px 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.icon-small-box{
    height: 19px;
    line-height: 18px;
    padding: 5px 0 10px 15px;
    color: #AAAAAA;
    font-size: 12px;
    border-bottom: 1px solid #EEEEEE;
}

.icon-small {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.icon-large-box {
    line-height: 18px;
    padding: 15px 15px 0 15px;
    font-size: 14px;
}

.icon-large-box .icon-large{
    color: #AAAAAA;
    float: left;
    font-size: 20px;
}

.icon-large-text{
    margin-left: 30px;
    padding-bottom: 13px;
    border-bottom: 1px solid #EEEEEE;
}

.new-detail-bottom{
    padding: 15px;
}

.new-detail-top .icon-large-box:last-child .icon-large-text{
    border: 0;
}

.detail-bg{
    width: 100%;
    height: auto;
}

.classify-list{
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.classify-list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
}

.classify-list .icon{
    display: block;
    text-align: center;
    margin: 6px 0 2px 0;
    font-size: 24px;
    line-height: 34px;
}

.tab-active{
    color: #FF6A00;
}

.new-item-left-img{
    position: relative;
    float: left;
    width: 145px;
    height: 95px;
    color: #FFFFFF;
    font-size: 12px;
}

.watermark-bottom{
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-indent: 0.2em;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.4),rgba(0,0,0,0.7));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.4),rgba(0,0,0,0.7));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.4),rgba(0,0,0,0.7));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4),rgba(0,0,0,0.7))
}

.new-item-right-info{
    position: absolute;
    top: 12px;
    right: 10px;
    width: calc(100% - 170px);
    height: calc(100% - 20px);
}

.new-list-item .end-icon{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: red;
    z-index: 1;
}
#pullDown .pullDownIcon{
    height:0!important;
}
