/* 精彩定格 */
.Waterfallbox1 img {
    width: 100%;
}

.Waterfallbox2 {
    margin: 0.3rem auto 1rem;
    width: 6.96rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.Waterfallbox2 li {
    width: 3.38rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.Waterfallbox2 li:nth-child(2n) {
    margin-right: 0;
}

.Waterfallbox2 li a {
    width: 100%;
}

.Waterfallbox2 li img {
    width: 100%;
}

/*精彩定格详情  */
.Waterfallbox3>img {
    width: 100%;
}

.Waterfallbox3H1 {
    width: 6.4rem;
    margin: 0.5rem auto;
    font-size: 0.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.6rem;
}

.Waterfallbox3P {
    width: 6.4rem;
    margin: 0 auto 1rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.5rem;
}

.Waterfallbox3 p {
    width: 6.4rem;
    margin: 0 auto 1rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.5rem;
    display: block;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 影音记录 */
.Waterfallbox4 {
    margin: 0.3rem auto 1rem;
    width: 6.96rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.Waterfallbox4 li {
    width: 3.38rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
    /* background: rgba(0, 0, 0, 0.6); */
}

.Waterfallbox4 li:nth-child(2n) {
    margin-right: 0;
}

.Waterfallbox4 a {
    width: 100%;
}

.Waterfallbox4T {
    width: 100%;
    height: 1.9rem;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.Waterfallbox4 li a>img {
    display: block;
    width: 100%;
    height: 1.9rem;
}

.Waterfallbox4T .Waterfallbox4img {
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Waterfallbox4 li a>h1 {
    width: 100%;
    font-size: 0.26rem;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.2rem;
}

/* 影音记录详情 */
.Waterfallbox5 {
    box-sizing: border-box;
    padding-bottom: 0.76rem;
}
.Waterfallbox5video{
    width: 100%;
    height: 4.22rem;
}
.Waterfallbox5 h2 {
    width: 6.4rem;
    margin: 0.5rem auto;
    font-size: 0.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.6rem;
}

.Waterfallbox5 span {
    display: block;
    width: 6.4rem;
    margin: 0.5rem auto;
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}
.Waterfallbox6{
    box-sizing: border-box;
    padding: 0.52rem 0 0.5rem;
background: #F7F7F7;
}
#Waterfallbox6Ul{
    margin: 0.5rem auto 0;
}