.newul{
    width: 100%;
    padding: 60px 10px 20px;
}
.newul li{
    width: 100%;
    height: 230px;
    overflow: hidden;
    border:1px solid #e6e6e6; 
    position: relative;
    margin-top: 40px;
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
	border-radius: 5px;
}
.newul li:hover{
    border: none;
    box-shadow: darkgrey -5px -5px 30px -5px ;
}
.newul li:hover .newtext p:nth-child(1){
 color: #2982bc;
}
.newul li:hover .newtext p:nth-child(2){
    color: #4c4c4c;
   }
   .newul li:hover .newtext a{
    color: #4c4c4c;
   }
.time{
    width: 135px;
    height: 100%;
    position: relative;
    text-align: center;
    float: left;
}
.timebox{
    width: 100%;
    position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
}
.timebox h1{
    font-size: 38px;
    line-height: 55px;
    color: #4c4c4c;
    
}
.timebox h3{
    font-size: 18px;
    /* line-height: 24px; */
    color: #4c4c4c;
}
.newimg{
    float: left;
    padding: 25px 0;
    width: 265px;
}
.newimg img{
    width: 100%;
	border-radius: 5px;
}
.newtext{
    margin: 25px 0;
    padding: 20px 20px;
    width: 50%;
    float: left;
}
.newtext p:nth-child(1){
    color: #4c4c4c;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.newtext p:nth-child(2){
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0;
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.newtext a{
    color: #999999;
    font-size: 14px;
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}

@media screen and (max-width: 700px) {
    .newul {
        width: 100%;
        padding: 0.1rem 0.2rem 20px;
    }

    .newul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        position: relative;
        margin-top: 0.4rem;
        padding: 0 0.1rem;
 
    }
    .time{
        width: 20%;
        display: none;
    }
    .timebox h1{
    font-size: 0.5rem;
    line-height: 0.7rem
    }
    .timebox h3{
        font-size: 0.3rem;
    }
    .newimg{
        width: 40%;
        padding: 0.1rem 0;
    }
    .newtext{
        margin: 0;
        width: 60%;
        font-size: 0rem;
        padding: 0.1rem 0.2rem;
    }
    .newtext p:nth-child(1){
        font-size: 0.24rem;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .newtext p:nth-child(2) {
        color: #999999;
        font-size: 0.24rem;
        line-height: 0.4rem;
        margin: 0.1rem 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    overflow: hidden;
    }
    .newtext a{
        font-size: 0.24rem;
        
    }
    .newtext a:nth-child(2){
        display: none;
    }
    .content{
        min-height: 7.6rem;
    }
}