.block_img:last-of-type {
    border-bottom: 0;
}
.block_img {
    display: flex;
    /* border-bottom: 1px solid #D3E1E2; */
    padding: 16px 16px;
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}
.news_list .block_img .news_image {
    width: 160px;
    height: 120px;
    margin-right: 20px;
}
.news_list .block_img h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.news_list .block_img .news_content {
    padding: 12px 0;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.news_list .block_img .news_content .play {
    width: 48px;
    height: 20px;
    background: #000000;
    border-radius: 2px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: 10px;
}
.news_list .block_img .news_content .play img{
    width: 10px;
    height: 11px;
}       
.news_list .block_img .news_content time {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.news_list .block_img .news_content .footer {
    display: flex;
    align-items: center;
}

.hotvideo_container {
    width: 420px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.hotvideo_title_container {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3E1E2;
    height: 58px;
    box-sizing: border-box;
}
.hotvideo_title_container .hotvideo_title {
    display: flex;
    align-items: center;
}
.hotvideo_title_container .hotvideo_title .title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
    margin-left: 6px;
}
.hotvideo_title_container .view_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.hotvideo_content_container {
    padding: 16px;
}
.hotvideo_content_container .hotvideo {
    margin-bottom: 20px;
}
.hotvideo_content_container .hotvideo:last-of-type {
    margin-bottom: 0;
}
.hotvideo_content_container .hot_video a {
    display: flex;
    align-items: flex-start;
}
.hot_video img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.hotvideo .long_text {
    width: 352px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin-left: 6px;
}

.block {
    background: white;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 420px;
    margin-bottom: 20px;
}
.block .block_title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 58px;
    box-sizing: border-box;
    border-bottom: 1px solid #D3E1E2;
}
.block .block_title_container .view_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.block .block_title {
    display: flex;
    align-items: center;
}
.block .block_title .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
}
.block .block_title img {
    margin-right: 5px;
}
.block .hot_video_con {
    padding: 16px;
}
.block .hot_video_con ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.block .hot_video_con ul li img {
    margin-right: 6px;
}
.block .hot_video_con ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}