.new .newul{
    display: block;
    overflow: hidden;
}
.new .newul li{
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #ccc;
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
}
.new .newul li a.img{
    display: block;
    overflow: hidden;
}
.new .newul li a.img p{
   display: block;
    margin: 0 ;
    overflow: hidden;
}
.new .newul li a.img p img{
    width: 100%;
    display: inline-block;
    transition: all 0.3s;
}
.new .newul li a.img p img:hover{
    transform: scale(1.12);
}

.new .newul li .infotext a.titleh3{
    position: relative;
    display: block;
    padding: 40px 0 0 0;
}
.new .newul li .infotext a.titleh3 .time{
    font-size: 30px;
    color: #1e7b45;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: -1px;
    margin: 0 0 0 0;
}
.new .newul li .infotext a.titleh3 p{
    font-size: 24px;
    color: #333333;
    margin: 14px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new .newul li .infotext p.say{
    font-size: 14px;
    color: #4c4c4c;
    margin: 10px 0 ;
    line-height: 20px;
    height: 60px;
    display: block;
    overflow: hidden;
}


.new .newul li .infotext a.animBtn {

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    display: inline-block;
    padding: 8px 10px;
    width: 110px;
    text-align: center;

    border: none;
    border-radius: 0;
    background: #d0d0d0;
    color: #ffffff;
    position:relative;
    overflow: hidden;
}
.new .newul li .infotext a.animBtn em{
    font-style: normal;
    position:relative;
    z-index:10;
}
.new .newul li .infotext a.animBtn i {
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: text-top;
    background: url(../images/moreBtnBlock.png) no-repeat center;
    background-size: contain;
    margin: 6px 0 0 3px;
}
.new .newul li .infotext a.animBtn:hover {
    color: #ffffff;
    background: #d0d0d0;

}
.new .newul li .infotext a.animBtn:hover i {
    background: url(../images/moreBtnBlock.png) no-repeat center;
    background-size: contain;
}
.new .newul li .infotext a.animBtn:after{
    width:100%;
    height:100%;
    content: ' ';
    display: inline-block;
    position:absolute;
    top:0;
    left:-100%;
    z-index:1;
    background:#1e7b45;
    transition:all 0.3s;
}
.new .newul li .infotext a.animBtn:hover:after{
    left:00%;
}


@media screen and (max-width: 1200px) {
    .new .newul li .infotext a.titleh3 .time {
        font-size: 28px;
    }
    .new .newul li .infotext a.titleh3 p {
        font-size: 22px;
        margin: 0 0 0 0;
    }

}


@media screen and (max-width: 1000px) {
    .new .newul li {
        margin: 0 0 16px 0;
        padding: 0 0 8px 0;
    }
    .new .newul li a.img {
        padding: 0;
    }
    .new .newul li .infotext{
        padding: 0 0;
    }
    .new .newul li .infotext a.titleh3 .time{
        display: none;
    }
    .new .newul li .infotext a.titleh3 {
        padding: 0px 0 0 0;
    }
    .new .newul li .infotext a.titleh3 p {
        font-size: 15px;
        margin: 6px 0 0 0;
        line-height: 24px;
        font-weight: bold;
    }
    .new .newul li .infotext p.say {
        font-size: 13px;
        margin: 0 0 10px 0;
        line-height: 20px;
        height: 60px;
        letter-spacing: 0;
    }
    .new .newul li .infotext a.animBtn{
        font-size: 12px;
        line-height: 20px;
        padding: 2px 2px;
        width: 70px;
    }
    .new .newul li .infotext a.animBtn i {

        margin: 2px 0 0 2px;
    }
    .new .newul li .infotext a.animBtn span {
        line-height: 32px;
        font-size: 12px;
    }



}











