@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.zt_container{
    width: 1200px;
    margin: 0 auto;
}
.zt_content{
    padding: 50px 0;
}
.top_show{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
}
.top_show_left{
    float: left;
    width: 820px;
    height: 472px;
    position: relative;
}
.top_show_left img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_show_left .btn_play{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("icon_play.png") no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.top_show_right{
    float: left;
    width: 380px;
    height: 472px;
    padding: 30px;
}
.h3_title{
    text-align: left;
}
.h3_title a{
    font-weight: 700;
    font-size: 26px;
    line-height: 52px;
}
.p_abstract{
    margin-top: 30px;
}
.p_abstract p{
    color: #999999;
    font-size: 16px;
    line-height: 25px;
}
.p_abstract p a{
    color: #216ed6;
    font-size: 16px;
}
.list_show .col_title{
    margin-top: 50px;
}
.list_show .col_title .title_left{
    float: left;
    line-height: 45px;
}
.list_show .col_title a{
    font-size: 32px;
    font-weight: 700;
    display: block;
}
.information_list{
    margin-left: -30px;
}
.information_list .list_sub{
    width: 380px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}
.information_list .list_sub .information_image{
    width: 380px;
    height: 213px;
    border-radius: 8px 8px 0 0;
}
.information_list .list_sub .information_image a,
.information_list .list_sub .information_image img{
    display: block;
    width: 100%;
    height: 100%;
}
.information_list .list_sub .information_image img{
    object-fit: cover;
}
.information_text{
    padding: 20px;
    border-radius: 0 0 8px 8px;
    height: 140px;
    display: flex;
    flex-direction: column;
}
.information_text .text_link a{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.information_text .text_about{
    margin-top: 16px;
    display: flex;
    align-items: center;
    margin-top: auto;
}
.information_text .text_about span{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    white-space: nowrap;
}
.information_text .text_about span.source{
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.information_list .list_sub:hover .information_text{
    background: #0061E9;
}
.information_list .list_sub:hover .information_text .text_link a,
.information_list .list_sub:hover .information_text .text_about span{
    color: #fff;
}