 .wrap-main .new-main
        {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
        .wrap-main .new-main .wd-page-main
        {
            padding: 20px 0;
        }
        .wrap-main .new-main .wd-page-main .new-time
        {
           padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 20px;
        }
        .wd-page-main  .new-detail
        {
            margin-top: 20px!important;
        }
        .new-detail .item-item
        {
position: relative;
            border-top: 1px solid #d9d9d9;
            border-bottom: 1px solid #d9d9d9;
           padding-top: 33px;
            padding-bottom: 10px;
        }
        .new-detail .item-item .pic-img
        {
            width: 23.38%;
        }
        .new-detail .item-item .pic-img img
        {
            border-radius: 2%;
            -webkit-border-radius:2%;
            -moz-border-radius: 2%;
            /*-ms-border-radius:2%;
            -o-border-radius:2%;*/
        }
        .new-detail .item-item .pic-article
        {
            /*position: absolute;
            top: 50%;
            left: 26%;*/
            /*right: 0px;*/
            line-height:50px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform:translateY(-50%) ;
            -o-transform:translateY(-50%);
            transform:translateY(-50%) ;
        }
        .new-detail .item-item .pic-article a
        {
            font-size: 16px;
            display: block;
            color: #666666;
        }
        .new-detail .item-item .pic-article .pad-detail
        {
            padding: 15px !important;
            padding-bottom: 1px !important;
        }
        .new-detail .load-more
        {
          padding: 20px!important;
            text-align: center;
        }
        .new-detail .load-more a:hover
        {
            text-decoration: none;
        }
            .new-detail .load-more small {
                display: block;
            }
        .onload
        {
            padding: 20px!important;
            text-align: center;
        }
        .time-border .suos
        {
            border: none;
            outline: none;
            box-shadow: none;
            resize: none;
            color: #FFFFFF;
            background: #000000;
        }
        .time-border:nth-of-type(3)
        {
            margin-left: 10px;
        }
        /*后续修改部分*/
          .item-item .pic-img img {
        height:270px;
        width:315px;
        }
        .pad-detail p {
        text-indent:2em;
        max-height:80px;
        text-overflow:ellipsis;     
        }
        .item-item .pic-article .small span {
        display:block;
        float:right;
        margin-right:50px;
        }