/*内容区域*/
.mianbox{
    background: url(../img/othrebg.png) repeat center #f6f6f6;
}

.newlistul li{
    display: block;
    margin: 0 0 10px 0;
}
.newlistul li a{
    overflow: hidden;
    background: #ffffff;
    padding: 20px 20px;
}
.newlistul li a span{
    font-size: 16px;
    
    line-height: 16px;
    text-align: left;
    letter-spacing: -0.5px;
    width: 124px;
    margin: 0 18px 0 0;
    color: #999999;
    border-right: 1px #d3d3d3 solid;
}
.newlistul li a p{
    font-size: 18px;
    
    line-height: 27px;
    text-align: left;
    flex: 1;
    color: #333333;
    padding: 0 80px 0 0;
    letter-spacing: 0;
    background: url("../img/newright.png") no-repeat right center;
    background-size: 32px;
}

.newlistul li a:hover{
    box-shadow: 0px 0px 3px #e7e7e7;
}
.newlistul li a:hover span{
    color: #217B62;
}
.newlistul li a:hover p{
    color: #217B62;
    background: url("../img/newrighth.png") no-repeat right center;
    background-size: 32px;
}






/*响应式*/
@media (max-width: 1400px) {
    .newlistul li a p {
        font-size: 16px;
        line-height: 26px;
    }


}

@media (max-width: 1200px) {
    .newlistul li a p {
        font-size: 15px;
        line-height: 24px;
    }
    .newlistul li a span {
        font-size: 14px;
        line-height: 16px;
        width: 90px;
        margin: 0 16px 0 0;
    }
    .newlistul li a p {
        padding: 0 36px 0 0;
        background-size: 22px !important;
    }

}

@media (max-width: 768px) {
    .newlistul  {
        margin: 6px 0 0 0 ;
    }
    .newlistul li {
        margin: 0 0 8px 0;
    }
    .newlistul li a {
        padding: 12px 14px;
        display: block;
        border: 1px #e7e7e7 solid;
    }
    .newlistul li a p {
        font-size: 14px;
        line-height: 20px;
        display: block;
        letter-spacing: 0.5px;

        padding: 0 0 0 0;
        background: none !important;

        white-space: normal;
        overflow: auto;
        text-overflow: unset;

    }
    .newlistul li a span {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        margin: 3px 0 0 0;
        border: none;
    }
    .newlistul li a span em{
        width: 13px;
        height: 13px;
        display: inline-block;
        vertical-align: text-top;
        background: url(../img/time.png) no-repeat center;
        background-size: 100%;
        opacity: 0.9;
        margin: 2px 1px 0 0;
    }
    .newlistul li a:hover span {
        color: #999999;
    }

}









