/*走进正和*/
.itemWarp .warpTile{font-size: 36px;font-weight: bold;color: #282828;text-align: center;}
.itemWarp .warpTips {font-size: 16px;color: #999999;margin-top: 20px;text-align: center;}
.lcWarp{
    background-image: url('../../index/lcBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top:50px ;
}
.lcTop{
    height: 412px;
    /* background-image: url('../../index/lcBg2.png'); */
    background-repeat: no-repeat;
    background-size:100%;
    margin-top: 50px;
    position: relative;
}
.lcTop .cont{
    position: absolute;
    right: 21px;
    top: 37px;
    width: 635px;
    height: 286px;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
}
.videoCont{display: flex;flex-wrap: wrap;margin-top: 50px;}
.videoCont .videoItem {
    width: 380px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 2px rgba(217, 226, 237, 0.45);
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 30px;
}
.videoCont .videoItem:nth-child(3n) {
    margin-right: 0;
}
.videoCont .videoItem .videoPicBox {
    width: 100%;
    height: 228px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.videoTime{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #FFFFFF;
}
.videoCont .videoItem .videoPic {
    width: 100%;
    height: 228px;
    transition: all 0.6s; 
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.videoCont .videoItem .videoPic:hover{
    transform: scale(1.2,1.2); 
}
.videoCont .videoItem .videoInfo {
    padding: 20px 20px 35px 20px;
}
.videoCont .videoItem .videoInfo .title {
    font-size: 18px;
}
.videoCont .videoItem .videoInfo .videoLike {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    margin-top: 14px;
}
.videoCont .videoItem .videoInfo .videoLike img {
    width: 16px;
    height: 14px;
    margin-right: 8px;
}
.lcCont .more{
    margin-top: 40px;
}
.lcCont .more .moreBtnBox {
    width: 200px;
    height: 68px;
    background: #EAF1FD;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lcCont .more .moreBtnBox .btn {
    width: 190px;
    height: 56px;
    font-size: 16px;
    background: #2E80FB;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    line-height: 56px;
}