.banner {
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
    position: relative;
}

.detail {
    width: 90%;
    max-width: 1440px;
    animation: donghua1 0.8s ease-out forwards;
    margin: 61px auto 0;
    padding-bottom: 32px;
}

.time {
    display: flex;
    margin-right: 88px;
    align-items: center;
}

.time img {
    width: 30px;
    margin-right: 10px;
}

.time span {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.detailTitle {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 60px;
    margin-bottom: 24px;
}

.author {
    display: flex;
    align-items: center;
}

.author img {
    width: 26px;
    margin-right: 10px;
}

.author span {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.informationLeft {
    display: flex;
    align-items: center;
}

.informationRight {
    width: 195px;
    height: 37px;
    background: #FFEFD4;
    border-radius: 19px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F39800;
    border: 1px solid #F39800;
}

.informationRight img {
    width: 23px;
    margin-left: 10px;
}

.information {
    padding-bottom: 24px;
    display: flex;
    border-bottom: 3px solid #F39800;
    justify-content: space-between;
}

.paging a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 419px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}

.paging span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F39800;
}

.paging {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.detailItem {
    margin-top: 19px;
    line-height: 36px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
}

.detailItem * {
	
    text-wrap: wrap !important;
}
.detailItem img{
	display:inline
}

.recommend {
    width: 100%;
    padding-bottom: 60px;
    background: #F8F8F8;
}

.recommend .swiper-container {
    width: 90%;
    padding-top: 115px;
    max-width: 1440px;
    margin: auto;
}

.message {
    margin-left: 23px;
    margin-right: 22px;
    padding-top: 16px;
    margin-bottom: 13px;
    font-size: 20px;
    height: 180px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 36px;
    display: -webkit-box;
    /* 3. 控制行数*/
    -webkit-line-clamp: 5;
    /* 4. 设置子元素的排列方式  垂直排列*/
    -webkit-box-orient: vertical;
    /* 5.溢出隐藏 */
    overflow: hidden;
    color: #222222;
}

.recommend .swiper-slide {
    height: 259px;
    background: #fff;
}

.recommend .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.recommend .swiper-slide a::after {
    bottom: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: #F39800;
}

.more {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    transition: .5s;
    display: flex;
    margin-left: 23px;
    align-items: center;
}

.more img {
    margin-right: 10px;
    width: 18px;
}

.swiper-button-prev,
.swiper-button-next {
    top: 32px;
    margin-top: 0;
}

.swiper-button-next {
    left: 102px;
    width: 76px;
    height: 75px;
    background: url(../images/next1.png) center center / 100% 100%;
}

.swiper-button-prev {
    left: 31px;
    width: 76px;
    height: 75px;
    background: url(../images/prev1.png) center center / 100% 100%;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
}

.bannerItem>* {
    margin-left: 28px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.bannerItem::after {
    content: "";
    position: absolute;
    background: #F39800;
    top: 5px;
    left: 0;
    width: 8px;
    height: 60px;
}

.next {
    text-align: right;
}

.swiper-slide:hover .more {
    color: #F39800;
}


@media (max-width:1000px) {
    .detailTitle {
        font-size: 20px;
        line-height: 40px;
    }

    .detailItem img {
        width: 100% !important;
        height: unset !important;
    }

    .paging a {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .paging {
        display: block;
    }

    .information {
        display: block;
    }

    .informationLeft {
        display: block;
    }

    .time {
        width: 100%;
        margin-bottom: 20px;
    }

    .time span,
    .author span {
        font-size: 16px;
    }

    .informationRight {
        margin-top: 20px;
        font-size: 16px;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        left: 70px;
    }

    .detail {
        margin-top: 40px;
    }
}