.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
}

.ne-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}

.ne-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ne-box li{
    width: 100%;
    float: left;
    margin-right: 2%;
    \: 0 2px 8px 0 rgba(0, 0, 0, .08);
    margin-bottom: 0%;
    border-bottom: 1px dashed#cccccc;
}
.ne-box li:nth-child(3n) {
    margin-right: 0;
}
.nbl-top{
    width: 100%;
    overflow: hidden;
    height: 269px;
}
.nbl-top img{
    width: 100%;
    filter: brightness(0.9);
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
}
.nbl-top:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter: brightness(1);
    width: 110%;
}
.nb-left li:hover{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}


.nbl-bottom{
    width: 98%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    padding: 0 1%;
    padding-bottom: 1%;
}
.nbl-bottom h3{
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 1%;
    margin-top: -4px;
    width: 68%;
    color: #666666;
    font-weight: normal;
    float: left;
}
.nbl-bottom span{
    color: #999;
    font-size: 15px;
    display: inline-block;
    float: right;
}
.nbl-bottom p{
    color: #666;
    font-size: calc(var(--fontRatio, 1) * 14px);
    line-height: 1.7;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nbl-bottom i{
    color: #666;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    float: right;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12%;
}
.nbl-bottom span {
    color: #999;
    font-size: 15px;
    display: inline-block;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 1%;
    margin-top: -4px;
    width: 23%;
}
.nbl-bottom h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 1%;
    margin-top: -4px;
    width: 68%;
    color: #666666;
    font-weight: normal;
    float: left;
}
.nbl-bottom {
    width: 98%;
    height: auto;
    display: inline-block;
    margin-top: 6%;
    padding: 0 1%;
    padding-bottom: 4%;
}
}