@charset "utf-8";
.leader .text-content {
    text-align: center;
}

@font-face {
    font-family: '百度综艺简体';
    src: url('../font/百度综艺简体.ttf');
}


.background_bar {
    font-family: '百度综艺简体';
}


.leader .text {
    width: 100%;
    /*! min-height: 1100px; */
    /*! display: flex; */
    /*! justify-content: center; */
    /*! align-items: center; */
}

.leader .text .text-p *,.complex *{
    font-size:16px !important;
    line-height:26px; !important;


}

.leader .text	.text-p p,.complex p{
    margin:8px 0 !important;


}
.leader .img_box_list li  .remark{
    font-size: 0.9rem;
}


.leader .text .text-p img{
    width:800px !important;
    margin: 30px 0 !important;
}
.complex img {
    width:100% !important;
    margin: 50px 0 !important;
}






.video_box_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    margin: 0% auto;
}

.video_box_list li {
    width: 42%;
    margin: 4% 2%;
}

.video_box_list p {
    text-align: left;
    font-size: 19px;
}

.leader .img_box_list {

    display: flex;
    flex-wrap: wrap;
    width: 76.52rem;
    justify-content: left;
    margin: auto;

}

.leader .img_box_list li {
    position: relative;
    width: 22.13rem;
    height: 12.34rem;
    margin: 1rem;
    overflow: hidden;

}
/*.leader .text-content img{*/
/*margin:8px 0;*/
/*}*/

.leader .video_box_list li {
    position: relative;

    /*! border-radius: 19%; */
    /*! overflow: hidden; */
}

.leader .img_box_list li img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
.leader .img_box_list li div{
    border-radius:0.5rem;

    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
}

.文字 {
    position: absolute;
    bottom: -18%;
    left: 0%;
}

.leader .img_box_list div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 61, 81, 0.9);
}

.leader .img_box_list div, .video_box_list .黑色盒子 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    animation: 渐黑 .3s;
    border-radius: 0.9rem;
}

@keyframes 渐黑 {
    from {
        background-color: rgba(0, 0,0,.1);
    }
    to {
        background-color: rgba(0, 0, 0,0.8);
    }

}

.leader .img_box_list p {
    color: #cccccc;
    text-align: center;
    font-size: 1.041rem;
    padding: 0 1rem;
    line-height: 1rem;
}

.leader .img_box_list a {
    display: block;
    height: 35px;
    width: 86px;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    background-color: rgb(216, 99, 51);
    color: white;
    font-size: 16px;
    animation: a标签上移 .3s;
    /*! position: absolute; */
    left: 0;
    right: 0;
    /*! margin: auto; */
    bottom: 2.265rem;
}

@keyframes a标签上移 {
    0% {
        margin: 10% auto 0;
    }
    25% {
        margin: 9% auto 0;
    }
    50% {
        margin: 8% auto 0;
    }
    100% {
        margin:0;
    }
}

@keyframes videoa标签上移 {
    0% {
        margin-top: 42%;
    }
    25% {
        margin-top: 38%;
    }
    50% {
        margin-top: 33%;
    }
    100% {
        margin-top: 28%;
    }
}

.leader .page {
    align-items: center;
    display: flex;
}

.leader .page ul {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    /*! align-items: center; */
}

.leader .page ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgb(202, 208, 223);
    border-radius: 71px;
    color: white;

    margin: 1%;
    line-height: 30px;
}
.leader .page ul li a {
    color: white;
}

.leader .page .active {
    background-color: rgb(212, 31, 38);
}

.video_box_list li img {

    width: 100%;

    border-radius: 0.9rem;
}

.video_box_list p {
    margin-top: 1%;
    text-align: left;
    font-size: 18px;
}

.video_box_list a {
    height: 35px;
    width: 86px;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    background-color: rgb(216, 99, 51);
    color: white;
    margin: 8% auto 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 28%;
    animation: videoa标签上移 .3s;
}
