.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: 30px;
}

.boxList div {
    height: 260px;
    margin: 0;
    margin: 0 10px;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
}

.boxList div:first-child {
    border-bottom: none;
}

.boxList div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
}

.boxList div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #666666;
    line-height: 30px;
}

.boxList div:nth-child(2) span {
    width: 16px;
    height: 2px;
    background: #a0a0a0;
}

.boxList div img {
    width: 100%;
    height: 100%;
}

.name {
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}


/* //新闻详情 */

.newsInfo {
    display: none;
}

.newsInfo p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.newsInfo #title {
    font-size: 18px;
    margin-top: 70px;
}

.newsInfo p:last-child {
    margin-bottom: 87px;
}

.newsInfo img {
    margin: 18px 0;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .newsInfo #title {
        /* font-size: 18px; */
        margin-top: 20px;
    }
    .imgPlay div p:first-child {
        font-size: 16px;
    }
    .imgPlay div p:last-child {
        font-size: 10px;
    }
    .tab li {
        margin-right: 10px;
    }
    .boxList {
        display: block;
        /*flex-direction: column;*/
    }
    .boxList div {
        margin: 0;
        padding: 10px;
    }
    .title {
        font-size: 18px;
    }
}