

.new_itme{
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 30px 0px;
}
.new_itme:first-child{
    padding-top: 0px;
}
.new_img_w{
    width: 286px;
    height: 151px;
    
    overflow: hidden;
}
.new_img_w>img{
    width: 100%;
}
.new_text{
    width: calc(100% - 286px - 160px);
    padding: 0 86px 0 24px;
}
.new_tex_h1{
    font-size: 22px;
    color: #333333;
    margin-bottom: 24px;
}
.new_tex_p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}
.new_tex_time{
    font-size: 14px;
    color: #666666;
}
.new_tex_time>span{
    font-size: 18px;
    vertical-align: middle;
}
.lj_more_w{
    margin-top: 60px;
}
.lj_more{
    display: block;
    width: 159px;
    height: 39px;
    border-width: 1px;
    border-color: rgb( 102, 102, 102 );
    border-style: solid;
    border-radius: 3px;
    font-size: 14px;
    color: rgb( 102, 102, 102 );
    line-height: 39px;
    text-align: center;
}
.new_itme:hover .new_tex_h1{
    font-size: 22px;
    color: #1cb99e;
}
.new_itme:hover .lj_more{
    background-color: rgb( 28, 185, 158 );
    border-width: 1px;
    border-color: rgb( 28, 185, 158 );
    border-style: solid;
    color: #fff;
}
  