.imgPlay div p:first-child{
    font-size: 36px;
}
.imgPlay div p:last-child{
    font-size: 28px;
}
.tab{
    margin:0;
    padding:0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #adadad;
}
.tab li{
    height: 60px;
    line-height: 60px;
    color: #222437;
    margin-right: 30px;
}
.tab li:hover{
    color: #1d59e3;
    cursor: pointer;
}

.active{

    border-bottom: 2px solid #1d59e3;
    color: #1d59e3 !important;
}

.title{
    text-align: center;
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 25px;
}
.sp{
    width: 40px;
    height: 2px;
    display: block;
    background: #2e3034;
    margin: 0 auto;
    margin-bottom: 40px;
}

.boxList{
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}
.boxList .imgBox{
    margin: 0;
    padding: 15px;
}
.imgleft{
    width:100%;
    height: 273px;
}
.boxList .imgBox p{
    color: #666666;
    font-size: 14px;
}



@media screen and (max-width: 1024px) {
    .imgPlay div p:first-child{
        font-size: 16px;
    }
    .imgPlay div p:last-child{
        font-size: 10px;
    }
    .title{
        font-size: 18px;
    }
    .tab li{
        margin-right: 10px;
    }
    .boxList{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        /*align-items: center;*/
    }
}