.head-page .item:nth-child(5)>a span {
    color: #303096;
}

.head-page .item:nth-child(5)>a::after {
    transform: scaleX(1);
    opacity: 1;
}

.news-page .list {
    margin-right: 4.175%;
    width: 30.55%;
    border: 1px solid #E5E5E5;
    height: 440px;
    margin-bottom: 60px;
    position: relative;
    transition: all .3s;
    padding: 48px 30px;
    box-sizing: border-box;
}

.news-page .list::before {
    content: "";
    display: block;
    width: 4px;
    height: 35px;
    background: #0F2D76;
    position: absolute;
    left: 0;
    top: 53px;
}

.news-page .list:nth-child(3n) {
    margin-right: 0;
}

.news-page .list .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news-page .list .desc {
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.news-page .list .con {
    margin-top: 75px;
    justify-content: space-between;
}

.news-page .list .con .time::before {
    content: "";
    display: block;
    width: 19px;
    height: 17px;
    background: url(../img/news-time.png) no-repeat center/cover;
    margin-right: 8px;
}

.news-page .list .con .view-num::before {
    content: "";
    display: block;
    width: 21px;
    height: 12px;
    background: url(../img/view-num.png) no-repeat center/cover;
    margin-right: 8px;
}



.news-page .list .add-deta {
    width: 62px;
    height: 62px;
    border: 1px solid #A0A0A0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}


/* 新闻详情开始 */
.news-detail .title {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 18px;
}

.news-detail .desc {
    margin-top: 11px;
}

.news-detail .con p {
    text-indent: 2em;
}

.newsDe-page {
    border-top: 1px solid #D2D2D2;
    padding-top: 38px;
}

.newsDe-list {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DCDCDC;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsDe-list::before {
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background: url(../img/newsDe-list.png) no-repeat center/cover;
    transition: all .4s;
    margin-right: 8px;
}

.newsDe-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0F2D76;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}

.newsDe-iteml {
    width: calc(100% - 140px);
    padding-right: 5%;
    box-sizing: border-box;
}

.newsDe-iteml span {
    width: 60px;
    transition: all .4s;
}

.newsDe-iteml .item {
    margin-bottom: 16px;

}

.newsDe-iteml .item:last-child {
    margin-bottom: 0;
}

.descc {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}

@media only screen and (min-width: 960px) {
    .news-page .list:hover {
        border: 1px solid #2F639D;
    }

    .news-page .list:hover .tit {
        color: #0F2D76;
    }

    .news-page .list:hover .add-deta {
        background: #0F2D76;
        color: #FFFFFF;
        border: 1px solid #0F2D76;
    }

    /* 新闻详情开始 */
    .newsDe-iteml .item:hover span {
        color: #0F2D76;
    }

    .newsDe-iteml .item:hover .descc {
        color: #0F2D76;
    }

    .newsDe-list:hover {
        color: #ffffff;
    }

    .newsDe-list:hover::after {
        width: 100%;
    }

    .newsDe-list:hover::before {
        background: url(../img/newsDe-hlist.png) no-repeat center/cover;
    }
}

@media only screen and (max-width: 1440px) {
    .news-page .list {
        height: 390px;
    }

    .news-page .list .con {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    .pation-list img {
        height: 55px;
    }

    .news-page .list .con {
        margin-top: 35px;
    }

    .news-page .list {
        height: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    .news-page .list .con {
        margin-top: 25px;
    }

    .news-page .list {
        height: 285px;
        padding: 30px 20px;
    }

    .news-page .list .add-deta {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .news-page .list .add-deta {
        width: 50px;
        height: 50px;
    }

    .news-page .list::before {
        top: 35px;
        height: 28px;
    }
}

@media only screen and (max-width: 960px) {
    .news-page .lists {
        padding-top: 0;

    }
}

@media only screen and (max-width: 768px) {
    .news-page .list {
        height: auto;
        margin-right: 0;
        padding: 25px 20px 60px;
        width: 100%;
    }

    .news-page .list .desc {
        margin-top: 10px;
    }

    .news-page .list .con {
        margin-top: 10px;
    }

    .news-page .list .add-deta {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .news-page .list::before {
        width: 3px;
        height: 20px;
        top: 29px;
    }

    .news-page .list:first-child {
        margin-top: 0;
    }

    .news-page .list {
        margin-bottom: 20px;
    }

    .newsDe-iteml {
        width: 100%;
        padding-right: 0;
    }

    .newsDe-list {
        width: 115px;
        margin: 25px auto 0;
    }
}