.head-page .item:nth-child(5)>a span {
    color: #FF964E;
}

.head-page .item:nth-child(5)>a::after {
    transform: scaleX(1);
    opacity: 1;
}

.crumbs .item {
    width: 25%;
}

.news-page01 .img {
    width: 40.85%;
    height: 368px;
}

.news-page01 .texts {
    width: 55.2%;
}

.news-page01 .time {
    margin: 18px 0;
}

.news-page01 .time img {
    margin-right: 10px;
}

.news-page01 .texts .con {
    max-height: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-page02 .list {
    background: #FFFFFF;
    width: 30.78%;
    margin-right: 3.83%;
    padding: 34px 33px 47px;
    box-sizing: border-box;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}

.news-page02 .list::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF964E;
    z-index: -1;
    transition: all .4s;
}

.news-page02 .list:nth-child(3n) {
    margin-right: 0;
}

.news-page02 .list .title {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.news-page02 .list .tit {
    transition: all .4s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-page02 .list .con {
    margin: 16px 0 38px;
    transition: all .4s;
    max-height: 72px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-page02 .list .name-btn {
    height: 26px;
    border: 1px solid #DCDCDC;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    transition: all .4s;
}

.news-page02 .list .day {
    transition: all .4s;
}

.news-page02 .list .time {
    transition: all .4s;
}

.news-page02 .list .time .detail {
    width: 26px;
    height: 8px;
    background: url(../img/detail.png) no-repeat center/cover;
    transition: all .4s;
}


/* 新闻详情页开始 */
.news-detail .page-content .width1400 {
    align-items: flex-start;
}

.news-detail .item-l {
    width: 150px;
}

.news-detail .page-content .item {
    margin-bottom: 38px;
    transition: all .3s;
}

.news-detail .icon {
    margin-right: 10px;
}

.news-detail .page-content .item-r {
    width: calc(100% - 150px);
    padding-left: 7.5%;
    box-sizing: border-box;
}

.news-detail .title {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.news-detail .desc {
    margin-top: 14px;
}

.news-detail .texts {
    color: #5E5E5E;
}
.news-detail .texts a {
    color: #5E5E5E;
}
.news-detail .texts p {
    margin: 20px 0;
}

.news-detail .texts img {
    margin-top: 30px;
}

@media only screen and (min-width: 960px) {
    .news-page01 .img:hover img {
        height: 105%;
    }

    .news-page02 .list:hover::after {
        top: 0;
    }

    .news-page02 .list:hover .day {
        color: #fff;
    }

    .news-page02 .list:hover .time {
        color: #fff;
    }

    .news-page02 .list:hover .tit {
        color: #fff;
    }

    .news-page02 .list:hover .con {
        color: #fff;
    }

    .news-page02 .list:hover .name-btn {
        color: #fff;
        border: 1px solid #fff;
    }

    .news-page02 .list:hover .time .detail {
        background: url(../img/h-detail.png) no-repeat center/cover;
    }

    /* 新闻详情开始 */
    .news-detail .page-content .item:hover {
        transform: translateY(-3px);
        color: #FF964E;
    }
}

@media only screen and (max-width: 1200px) {

    .news-page02 .list {
        margin-bottom: 40px;
    }

    .news-page02 .list .con {
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .news-page01 .img {
        height: 325px;

    }

    .news-page01 .texts .con {
        -webkit-line-clamp: 3;
        max-height: 72px;
    }

}

@media only screen and (max-width: 1043px) {
    .news-page02 .list {
        padding: 30px 25px;
    }

    .news-page02 .list .con {
        margin: 10px 0 25px;
    }

    .news-detail .page-content .item-r {
        padding-left: 0;
    }
}

@media only screen and (max-width: 960px) {
    .news-page01 .img {
        height: 295px;
    }

    .news-page01 .texts .con {
        -webkit-line-clamp: 2;
        max-height: 48px;
    }
}

@media only screen and (max-width: 750px) {
    .news-page01 .img {
        width: 100%;
        height: auto;
    }

    .news-page01 .img .bg-img {
        position: initial;
        width: 100%;
        height: auto;
        transform: translate(0);
        max-width: 100%;
    }

    .news-page01 .texts {
        width: 100%;
        padding-top: 20px;
    }

    .news-page02 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .news-page02 .list:last-child {
        margin-bottom: 0;
    }

    .news-page01 .time {
        display: none;
    }

    .news-page01 .texts .con {
        margin-top: 12px;
    }

    .watch-btn {
        margin: 30px auto 0;
    }

    .news-detail .page-content .item-r {
        width: 100%;
    }

    .news-detail .item-l {
        width: 100%;
    }

    .news-detail .page-content .width1400 {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    /* 新闻详情开始 */
    .news-detail .title {
        text-align: center;
    }

    .news-detail .texts img {
        margin-top: 10px;
    }

    .news-detail .item-l {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .news-detail .page-content .item {
        width: 32%;
        margin-bottom: 0;
        justify-content: center;
    }

    .news-detail .icon {
        width: 28px;
    }
}