.frontierTechnology_block {
    width: 1210px;margin: 15px auto;position: relative;box-sizing: border-box;
    overflow: hidden;
}
.frontierTechnology_block .frontierTechnology_block_top {
    width: 1180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1F528A;
}
.frontierTechnology_block .frontierTechnology_block_top .title {
    /*width: 124px;display: flex;align-items: center;justify-content: space-between;*/
}
.frontierTechnology_block .frontierTechnology_block_top .title img {width: 40px;height: 36px;}
.frontierTechnology_block .frontierTechnology_block_top .title span {
    color: #1f528a;
    font-size: 20px;
    padding: 8px 0;
}
.frontierTechnology_block .frontierTechnology_block_top .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.frontierTechnology_block .frontierTechnology_block_top .more span {
    font-size: 14px;
    color: #1F528A;
    margin-right: 6px;
}
.frontierTechnology_block .frontierTechnology_block_main {
    float:left;
    display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item {
    width: 284px;
    height: 100%;
    /*border: 1px solid #E4E6E8;*/
    /*border-radius: 10px;*/
    transition: all .2s ease-in-out;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item a {
    display: inline-block;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_title {
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(31, 82, 138, 0.15);
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #1F528A;
    margin-bottom: 11px;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_image {
    width: 100%;
    /*border-radius: 8px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_image img {
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_image .cover {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_name {
    width: 100%;
    max-height: 56px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_supplier {
    width: 100%;
    color: #666666;
    line-height: 22px;
    max-height: 44px;
    font-size: 14px !important;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_message {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 15px;
    overflow: hidden;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_message .video_message_box {
    height: 22px;
    line-height: 22px;
    margin-right: 56px;
    float: left;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_message .video_message_box span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    color: #666666;
    font-size: 14px;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .more span {
    display: inline-block;
    vertical-align: middle;
    color: #1F528A;
}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item:hover {box-shadow:0 1px 2px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.07),0 4px 8px rgba(0,0,0,0.07),0 8px 16px rgba(0,0,0,0.07);}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item:hover .video_image .cover {display: block;}

.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_message .video_message_box .on {display: none;}
.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item .video_message .video_message_box .gray {display: inline-block;}
/*.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item:hover .video_message .video_message_box .on {display: inline-block;}*/
/*.frontierTechnology_block .frontierTechnology_block_main .frontierTechnology_block_item:hover .video_message .video_message_box .gray {display: none;}*/