

* {
    padding: 0;
    margin: 0;
}

.container-title {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.container-title-background {
    padding-top: 1rem;
    font-size: 1.375rem;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #f0f4f9;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container-title-background span {
    padding-top: 0.3rem;
    font-size: 0.4rem;
    color: #728ec1;
}

.container-title-above {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.5rem;
    color: #144297;
    text-shadow: 0.053333rem 0.053333rem 0.08rem rgba(0,0,0,.2);
}



.container-main{
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    font-size: 16px;
}
.container-main p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.container-main p>img{
    max-width: 100%;
    height: auto;
}

.video_show{
    width: 14rem;
    margin:1rem auto 0;
    padding: 0.3rem 0 0.64rem;
    
}

.video_bread{
    font-family: Roboto, Roboto;
font-weight: 400;
font-size: 0.14rem;
color: #333333;
}
.video_bread>a{
    color: #333;
    display: inline;
}

.video_content{
    width: 100%;
    display: flex;
    margin-top: 0.23rem;
    gap:0.2rem;
    align-items: flex-start;
}

.video_left{
   width: 10.8rem;
    background: linear-gradient( 180deg, #F4F5F8 0%, #FDFDFD 100%);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.01rem solid #D9E3EF;
    padding:0.35rem 0.31rem 0.35rem 0.22rem;
}

.video_title{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.28rem;
color: #333333;
}

.video_time{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.16rem;
color: #333333;
margin-top: 0.05rem;
}

.video_left video{
    display: block;
    width: 100%;
    margin-top: 0.29rem;
}

.video_t1{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    margin-top: 0.29rem;
}
.video_t2{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.15rem;
    line-height: 0.28rem;
}
.video_right{
    width: 3rem;
    background: linear-gradient( 180deg, #F4F5F8 0%, #FDFDFD 100%);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.01rem solid #D9E3EF;
    padding:0.18rem 0.21rem 0.27rem;
}
.video_list{
    width: 100%;
}

.video_t3{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
}

.video_list{
    width: 100%;
    overflow: hidden;
}

.video_list>li{
    width: 100%;
    margin-top: 0.2rem;
    background: #FFFFFF;
border: 0.01rem solid #D9E3EF;
}
.video_list>li:hover .video_img_box>img:first-child{
    transform: scale(1.1);
}
.video_img_box{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 1.6rem;
}
.video_img_box>img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.video_img_box>img:last-child{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
}
.video_bottom{
    padding:0.15rem 0.19rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
      overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1042px) {
    
    .container-title-background{
        font-size: 1rem;
    }
    
    .container-title-background span {
        font-size: 25px !important;
    }
    .container-main,
    .container-title{
        width: 100%;
        padding: 0 0.4rem;
        box-sizing: border-box;
    }
    .container-title .container-title-above{
        text-align: center;
    }
    .container-main p{
        font-size: 14px;
    }
}


