h3{font-weight: normal;line-height: unset;}
.newWrap{
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 20px;
}
.newBanner, .newBanner img{
    width: 100%;
}

.newBox{
    width: 93%;
    margin: 0 auto;
    margin-top: 10px;
}
.wrapLcon{
    width: 100%;
}
.eveConTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background-color: #e5cd7a;
    border-radius: 5px;
}
.eveConTit span{
    font-size: 14px;
    color: #1E1F1F;
    font-weight: bold;
    border-left: 3px solid #EA2B37;
    padding-left: 7px;
}
.newPro{
    width: 100%;
    padding: 10px 12px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.newProO{
    width: 100%;
    border-radius: 0 0 5px 5px;
}
.newProO a img{
    width: 100%;
    border-radius: 5px;
}
.newProO h3{
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #595757;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newProO p{
    width: 100%;
    font-size: 13px;
    color: #9FA0A0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.newProO p i{
    display: block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newProT{
    width: 100%;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.newProT li{
    width: 48%;
}
.newProT li a.twoImg{
    display: block;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
}
.newProT li a img{
    width: 100%;
    border-radius: 5px;
}
.newProT li h3{
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #595757;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newProT li p{
    width: 100%;
    font-size: 13px;
    color: #9FA0A0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.newProT li p i{
    display: block;
    width: 56%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newProTh{
    width: 100%;
    margin-top: 13px;
}
.newProTh .item{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.newProTh .item-txt{
    width: 64%;
}
.newProTh .item-txt h3{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    min-height: 52px;
    max-height: 52px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newProTh .item-txt h3 a{
    font-size: 17px;
    color: #3E3A39;
}
.newProTh .item-txt p{
    width: 100%;
    font-size: 13px;
    color: #9FA0A0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newProTh .item-txt p i{
    display: block;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newProTh .item-img{
    width: 32%;
}
.newProTh .item-img a{
    display: block;
    height: 90px;
    overflow: hidden;
}
.newProTh .item-img a img{
    width: 100%;
    border-radius: 5px;
}
.newProTh .noPic .item-txt{
    width: 100%;
}
.newProTh .noPic .item-txt p{
    width: 64%;
}

.seeMore{
    width: 100%;
    text-align: center;
}
.seeMore a{
    font-size: 13px;
    color: #898989;
}
.seeMore a i{
    margin: 0 10px;
}

.imageTrends{
    margin-top: 15px;
}

@media (min-width: 320px) and (max-width: 367px){
    .newProT li p i{
        width: 47%;
    }
    .newProTh .item-txt p i{
        width: 58%;
    }

}