.global-pbl .text .more-icon {
    line-height: 1;
    color: #666;
    margin-top: 35px;
}
.global-pbl .list .item_first .con {
    display: flex;
    align-items: center;
    background: none;
}
.row-product2 .search2-left {
    height: 100%;
    
    width: 24%;
}
.row-product2 .search2-right { 
    margin-left: 4%;
}
.global-pbl .list .item_first .con .vid {
    width: 40%;
    margin-bottom: 0;
}
.global-pbl .text .tit {
    font-size: 28px;
    color: #222;
}
.global-pbl .text .txt { 
    font-size: 15px;
    line-height: 21px;
}
.global-pbl .list .item:nth-child(1) .tit {
    font-size: 1.6vw; 
    line-height: 33px;
}
.global-pbl .list .item_first .con .text {
    margin: 0 50px;
    width: 60%;
    margin-right: 0;
    margin-left: 38px;
}
.global-pbl .text:hover .tit {
    text-decoration: inherit;
}
.global-pbl .text .time {
    font-size: 0.8vw;
    font-weight: 600;
    color: #777777;
    line-height: 1;
}
@media screen and (max-width: 768px){
    .global-pbl .list .item_first .con {
        display: inherit !important;
    }
}
