.newlist {
    width: 4.5rem;
    border-right: 1px solid #999999;
    margin-top: 0.58rem;
    margin-right: .8rem;
    /* height: 6.85rem; */
}

.tt1 {
    width: 4.4rem;
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #141D27;
    line-height: .3rem;
    height: 0.6rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tt2 {
    width: 4.4rem;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #36404B;
    line-height: .28rem;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 1.4rem;
}

.toptext {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #999999;
}

.bimg>.ii {
    width: 4.4rem;
    margin-top: 0.3rem;
    overflow: hidden;
}

.ii img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.ck {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.38rem;
}

.ck .gg {
    margin: 0;
    margin-right: .38rem;
    display: none;
}

.date {
    font-size: .16rem;
    color: #333;
}

.newlist:nth-child(3n+3) {
    margin-right: 0;
}

.nulist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.newlist:hover .ii img {
    transform: scale(1.1);
}

.newlist:hover .tt1 {
    color: #E80115;
    transition: all 1s;
}

.newlist:hover .ck {
    justify-content: space-between;
}

.newlist:hover .ck .gg {
    display: block;
}

.gg {
    width: 2rem;
    height: 0.6rem;
    background: #E80115;
    margin: auto;
    cursor: pointer;
}

.gg .ggcon {
    width: 100%;
    height: 93%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.ggcon img {
    width: .11rem;
    height: 0.18rem;
}

.rad {
    width: 0;
    height: 7%;
    background: #E80115;
    transition: all 1s;
}

.gg:hover .rad {
    width: 100%;
}

.dynamic {
    width: 100%;
    height: auto;
    padding-bottom: 1.21rem;
}

.dynamicon {
    width: 16rem;
    margin: auto;
}

.newtitle {
    font-size: .38rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #161616;
    line-height: 30px;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    text-align: center;
}

.nulist a {
    opacity: 0;
    position: relative;
    top: -.5rem;
}

.bimg {
    margin-bottom: 0.5rem;
}