.head_banner {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
}
.head_banner img {
    height: 100%;
    margin-left: -6.4rem;
}

.content_list {
    padding: 0.32rem;
    box-sizing: border-box;
    background-color: #fff;
}

.content_list .middle {
    padding-bottom: 0.48rem;
    margin-bottom: 0.48rem;
    border-bottom: 0.02667rem solid #f5f5f5;
}

.content_list .middle:last-child{
    border-bottom:none;
}
.content_list .portrait {
    margin-bottom: 0.21333rem;
}

.content_list .title {
    font-size: 0.45333rem;
    line-height: 1.6;
    color: #212121;
    font-weight: 500;
    margin-bottom: 0.16rem;
}

.content_list .conetent_name {
    font-size: 0.37333rem;
}

.content_list .conetent_name p {
    margin-bottom: 0.16rem;
    color: #898989;
}

.content_list .conetent_name span {
    color: #898989;
}


.content_list .video_btn {
    margin-top: 0.16rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_list .video_btn a {
    color: #ba050e;
    font-size: 0.4rem;
}

.content_list .video_load {
    background: #ba050e;
    border-radius: 2.66667rem;
    color: #fff;
    font-size: 0.4rem;
    padding: 0.16rem 0.32rem;
}

.content_list .portrait .head_img {
    width: 100%;
    height: 5.06667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.10667rem;
}

.content_list .video_read {
    background: #565656;
}

.content_list .video_box {
    width: 100%;
    height: 5.6rem;
    position: relative;
}

.content_list .video_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}   

.content_list .video_box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}

.content_list .video_box i {
    position: absolute;
    top: 1.86667rem;
    left: 50%;
    margin-left: -0.53333rem;
    color: rgb(255, 255, 255);
    font-size: 1.0667rem;
    z-index: 2;
    -webkit-box-shadow: 0 0.05333rem 0.16rem rgb(0 0 0 / 30%);
    box-shadow: 0 0.05333rem 0.16rem rgb(0 0 0 / 30%);
    border-radius: 50%;
    pointer-events: none;
}

.content_list .video_title {
    padding: 0.32rem;
    font-size: 0.45333rem;
    font-weight: 500;
    line-height: 1.68;
}

.content_list .video_time {
    padding: 0 0.32rem 0.32rem;
    font-size: 0.37333rem;
    color: #666;
    border-bottom: 0.02667rem solid #f5f5f5;
}
.content_list .video_null {
    background: #212121;
    color: #fff;
    height: 5.6rem;
    font-size: 0.45333rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.86667rem;
}
.content_list .video_null p {
    opacity: 0.7;
    font-size: 0.37333rem;
    margin-top: 0.16rem;
}

.content_list .videoList .head_img {
    width: 3.2rem;
    height: 2rem;
    margin-right: 0.32rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.10667rem;
}

.content_list .videoList .head_img img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

.content_list .videoList .title {
    font-size: 0.4rem;
}

.content_list .videoList .conetent_name span {
    color: #898989;
}

.content_list .videoList .conetent_name i {
    font-size: .3733rem;
}

.video_box2 img, .video_box2 i
{
    display: none;
}

.content_list .video_box2 video
{
    display: block;
}


.search
{
    font-size: .4rem;
    border: .0267rem solid #ba050e;
    border-radius: .5333rem;
    padding: 0 .08rem 0 .32rem;
    margin: .48rem .32rem;
    height: 1.0667rem;
    box-sizing: border-box;
    position: relative;
}

.search input
{
    width: 6.88rem;
    height: 1.0667rem;
    line-height: 1.0667rem;
    color: #212121;
    background: none;
    border: none;
    font-size: inherit;
}

.search button
{
    border: none;
    padding: 0.16rem 0.5333rem;
    margin-left: auto;
    background: #ba050e;
    border-radius: 0.4533rem;
    color: #fff;
    font-size: 0.4rem;
}

.search input:focus
{
    border: none;
    outline: none;
}

.search input::-webkit-input-placeholder
{
    height: 1.0667rem;
    line-height: 1.0667rem;
    font-size: 0.37333rem !important;
}

.search input:-moz-placeholder
{
    height: 1.0667rem;
    line-height: 1.0667rem;
    font-size: 0.37333rem !important;
}

.search input:-ms-input-placeholder
{
    height: 1.0667rem;
    line-height: 1.0667rem;
    font-size: 0.37333rem !important;
}