﻿@charset "utf-8";


.news-page01 .list {
    width: 31.78%;
    margin-right: 2.33%;
    box-shadow: 0px 1px 1px 0px rgba(184, 184, 184, 0.75);
    margin-bottom: 40px;
    transition: all .4s;
    position: relative;
}

.news-page01 .list:nth-child(3n) {
    margin-right: 0;
}

.news-page01 .list::after {
    content: "";
    width: 0;
    height: 1px;
    background: #18347D;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}

.news-page01 .img {
    height: 276px;
}

.news-page01 .text {
    padding: 32px 16px 32px;
    box-sizing: border-box;
    transition: all .4s;
}

.news-page01 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-page01 .desc {
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
    margin: 22px 0 20px;
}

.news-page01 .time::before {
    content: "";
    display: block;
    width: 18px;
    height: 17px;
    background: url(../img/news-time.png) no-repeat center/cover;
    margin-right: 15px;
}

/* 新闻2 */

.news-page02 .list {
    padding: 30px 0;
    border-bottom: 1px solid#DCDCDC;
    transition: all .4s;
    position: relative;
}

.news-page02 .list::after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #18347D;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}

.news-page02 .list:last-child {
    border-bottom: none;
}

.news-page02 .list .tit {
    transition: all .4s;
}

.news-page02 .list .con {
    line-height: 1.785;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}

.news-page02 .item {
    width: 88px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s;
    border: 1px solid #999999;
}

.news-page02 .item .day {
    line-height: 1;
    transition: all .4s;
}

.news-page02 .item .year {
    transition: all .4s;
}

.news-page02 .content {
    width: calc(100% - 88px);
    padding-left: 30px;
    box-sizing: border-box;
}

/* 资讯详细开始 */

.page-content .width1400 {
    align-items: flex-start;
}

.newsDe .item-l {
    width: 150px;
}

.newsDe .item {
    margin-bottom: 38px;
    transition: all .3s;
}

.newsDe .icon {
    margin-right: 10px;
}

.newsDe .page-content .item-r {
    width: calc(100% - 150px);
    padding-left: 7.5%;
    box-sizing: border-box;
}

.newsDe .title {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.newsDe .desc {
    margin-top: 14px;
}

.newsDe .texts {
    color: #5E5E5E;
    /*line-height: 1.875;*/
    line-height: 2.25;
}
.newsDe .texts img{
    margin: 30px 0;
}
@media only screen and (min-width:960px) {
    .newsDe .item:hover{
        transform: translateY(-3px);
        color: #13337A;
    }
    .news-page01 .list:hover .tit {
        font-weight: bold;
        color: #18347D;
    }
    .news-page01 .list:hover img {
        height: 110%;
    }
    .news-page01 .list:hover::after {
        width: 100%;
    }
    .news-page02 .list:hover::after {
        width: 100%;
    }
    .news-page02 .list:hover .item {
        background: #18347D;
        border: 1px solid #18347D;
    }
    .news-page02 .list:hover .item .day {
        color: #ffffff;
    }
    .news-page02 .list:hover .item .line {
        background: #ffffff;
    }
    .news-page02 .list:hover .item .year {
        color: #ffffff;
    }
    .news-page02 .list:hover .tit {
        color: #18347D;
    }
}

@media only screen and (max-width:768px) {
    .news-page01 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news-page01 .text {
        padding: 25px 16px 25px;
    }
    .news-page01 .desc {
        margin: 5px 0 15px;
        height: auto;
        -webkit-line-clamp: 2;
    }
    .news-page02 .list {
        padding: 20px 0;
        flex-direction: column-reverse;
    }
    .news-page02 .list:last-child {
        padding-bottom: 0;
    }
    .news-page02 .item {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row-reverse;
        border: none;
    }
    .news-page02 .item .year {
        margin-right: 10px;
    }
    .news-page02 .item {
        margin-top: 15px;
    }
    .news-page02 .item .day {
        font-size: 14px;
    }
    .news-page02 .content {
        width: 100%;
        padding-left: 0;
    }
    /* 新闻详情开始 */
    .newsDe .crumbs-nav{
       display: none;
    }
    .newsDe .page-content .item-r {
        width: 100%;
        padding-left: 0;
    }
    .newsDe .item-l {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .newsDe .item {
        margin-bottom: 15px;
    }
    .newsDe .item:nth-child(2) {
        display: none;
    }
    .newsDe .page-content .width1400 {
        display: flex;
        flex-direction: column-reverse;
    }
    .newsDe .icon {
        width: 22px;
    }
    .newsDe .texts {
        line-height: 1.875;
    }
    .newsDe .title {
        text-align: center;
    }
    .newsDe .desc {
        margin-top: 10px;
    }
}
