.new_cont>ul>li{
    padding: 3% 0px;
    font-size: 0;
    border-bottom: 1px solid #e6e6e6;
}
.newimg{ 
    width: 45.455%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.newimg>img{
    width: 100%;
}
.i_new{
    display: block;
    width: 60px;
    height: 60px;
    background: #1b9139;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.i_new::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.new_tex{
    width: 54.545%;
    padding-left: 30px;
}
.newimg,
.new_tex{
    display: inline-block;
    vertical-align: top;
}
.new_ttp span,
.new_ttp>i{
    display: inline-block;
    font-size: 16px;
    color: #545454;
    line-height: 24px;
    margin: 10px 0px;
    vertical-align: middle;
}
.new_ttp>i{
    margin: 0px 10px;
}
.new_tit{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 32px;
    margin: 10px 0px;
}
.new_sub{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}
.new_tit:hover{
    color: #1b9139;
}
.newimg:hover .i_new{
    display: block;
    transition: all .6s;
}

/* aside */
.new_aso .new_sear,
.new_aso select{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: rgb( 255, 255, 255 );
    padding: 0px 10px;
    font-size: 14px;
    color: #999999;
}
.new_aso>li{
    margin-bottom: 20px;
}
.new_butt{
    width: 90px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    background: #1b9139;
}
.new_aso select>option{
    height: 60px;
}

/* 

.new_tex{
    padding-left: 0rem;
}
.new_ttp span, .new_ttp>i{
    font-size: .16rem;
    line-height: .24rem;
    margin: .1rem 0rem;
}
.new_ttp>i{
    margin: 0 .1rem;
}
.new_tit{
    font-size: .22rem;
    line-height: .32rem;
    margin: .1rem 0rem;
}
.new_sub{
    font-size: .16rem;
    line-height: .24rem;
}
.newimg,
.new_tex{
    display: block;
    width: 100%;
}
.new_aso>li{
    margin-bottom: .2rem;
}
.new_aso .new_sear, .new_aso select{
    height: .5rem;
    border-radius: .05rem;
    padding: 0 .1rem;
    font-size: .14rem;
}
.new_butt{
    width: .9rem;
    height: .42rem;
    line-height: .42rem;
    font-size: .14rem;
    border-radius: .03rem;
} */