@charset "utf-8";


.head-page .item:nth-child(5) span {
    color: #086ED5;
}
.head-page .item:nth-child(5) span::after {
    transform: scaleX(1);
    opacity: 1;
}

.crumbs {
    position: relative;
    margin-top: -40px;
    z-index: 99998;
}
.crumbs .box {
    box-shadow: 0px 5px 7px 1px rgba(219, 219, 219, 0.35);
    background: #fff;
}
.crumbs .item {
    width: 252px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.crumbs .item.active {
    background: #014DA1;
    color: #fff;
}
.news .list {
    padding: 60px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    transition: all .4s;
    position: relative;
}
.news .list::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #014DA1;
    transition: all .4s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news .list .contents {
    width: 71.88%;
    padding: 10px 5%;
    box-sizing: border-box;
}
.news .list .tit {
    transition: all .4s;
}
.news .list .detail_btn {
    transition: all .4s;
}
.news .list .detail_btn .line {
    transition: all .4s;
}
.news .list .img {
    width: 28.12%;
    height: 227px;
}
.news .list .con {
    margin: 10px 0 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .detail_btn .line {
    width: 105px;
    height: 1px;
    background: #E5E5E5;
    margin-right: 20px;
}
.news .img_texts {
    width: 128px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(79, 91, 100, .6);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news .n_time {
    line-height: 1;
    margin-bottom: 6px;
}
.news-detail .title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 18px;
}
.news-detail .desc {
    margin-top: 11px;
}
.news-detail .con p {
    margin-bottom: 10px;
    box-sizing: border-box;
}
.news-detail .con p:last-child {
    margin-bottom: 0;
}
.news-detail .con img {
    display: block;
    margin: 0 auto;
}
.newsDe-page {
    border-top: 1px solid #f5f5f5;
    padding-top: 50px;
}
.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: #014DA1;
    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: 70px;
    transition: all .4s;
}
.newsDe-iteml .item {
    margin-bottom: 16px;

}
.newsDe-iteml .item:last-child {
    margin-bottom: 0;
}
.descc {
    width: calc(100% - 70px);
    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 .list:hover::after {
        width: 100%;
    }
    .news .list:hover .img img {
        height: 105%;
    }
    .news .list:hover .tit {
        color: #014DA1;
    }
    .news .list:hover .detail_btn {
        color: #014DA1;
    }
    .news .list:hover .detail_btn .line {
        background: #014DA1;
    }
    .newsDe-iteml .item:hover span {
        color: #014DA1;
    }
    .newsDe-iteml .item:hover .descc {
        color: #014DA1;
    }
    .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: 750px) {
    .crumbs {
        display: none;
    }
    .news .list .img {
        width: 100%;
        height: 205px;
    }
    .news .list .contents {
        width: 100%;
        padding: 25px 0 0;
    }
    .news .list .con {
        margin: 10px 0 20px;
    }
    .news .list {
        padding: 30px 0;
    }
    .news .img_texts {
        width: 92px;
        height: 60px;
    }
    .news .page-content {
        margin-top: 0;
    }
    .news .list .detail_btn {
        justify-content: flex-end;
    }
    .news .detail_btn .line {
        width: 45px;
    }
    .newsDe-iteml {
        width: 100%;
        padding-right: 0;
    }
    .newsDe-list {
        width: 115px;
        margin: 30px auto 0;
    }
    .newsDe-page {
        padding-top: 30px;
    }
    .newsDe-iteml .item {
        margin-bottom: 8px;
    }
    .news-detail {
        padding-top: 30px;
    }
    .news-detail .title .tit {
        font-size: 16px;
    }
    .news .list .tit {
        font-weight: normal !important;
    }
}