@charset "utf-8";


.head-page .item:nth-child(4) span {
    color: #028DD6;
    border: 1px solid #028DD6;
}

.news-page01 {
    align-items: flex-start;
    padding-bottom: 27px;
}

.news-page01 .img {
    width: 43.85%;
    height: 420px;
}

.news-page01 .bg-advice {
    width: 100%;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7.5px 20px;
    box-sizing: border-box;
    transition: all .3S;
}

.news-page01 .lists {
    width: 56.15%;
    padding-left: 40px;
    box-sizing: border-box;
}

.news-page01 .list {
    border-bottom: 1px solid #E5E5E5;
    padding: 24px 0;
}

.news-page01 .list:first-child {
    padding-top: 0;
}

.news-page01 .list:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.news-page01 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.news-page01 .desc {
    color: #666666;
    line-height: 1.72;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 9px 0;
}

.news-page01 .con {
    align-items: baseline;
}

.news-page01 .time {
    color: #666666;
}

.watch-detal {
    color: #666666;
    margin-left: auto;
    transition: all .3s;
}

.watch-detal::after {
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    background: url(../img/watch-detal.png) no-repeat center/cover;
    margin-left: 8px;
    transition: all .3s;
}

.news-page02 .item {
    width: 106px;
    height: 106px;
    background: #E7E9EB;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s;
}

.news-page02 .item .day {
    color: #00A2E9;
    line-height: 1;
    transition: all .3s;
}

.news-page02 .item .line {
    width: 24px;
    height: 1px;
    background: #A0A0A0;
    margin: 8px 0;
    transition: all .3s;
}

.news-page02 .item .year {
    font-size: 16px;
    color: #333333;
    transition: all .3s;
}

.news-page02 .content {
    width: calc(100% - 106px);
    padding-left: 30px;
    box-sizing: border-box;
}

.news-page02 .list {
    padding: 30px 0;
    border-bottom: 1px solid#DCDCDC;
    transition: all .3s;
}

.news-page02 .list:last-child {
    border-bottom: none;
}

.news-page02 .list .tit {
    color: #333333;
    transition: all .3s;
}

.news-page02 .list .con {
    color: #666666;
    line-height: 1.72;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

/* 新闻详情开始 */

.page-content .width1400 {
    align-items: flex-start;
}

.newsDe .item-l {
    width: 150px;
}

.newsDe .item-l .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: 10px;
}

.newsDe .desc {
    margin-top: 14px;
}

.newsDe .texts {
    color: #5E5E5E;
    line-height: 2.25;
}

.newsDe .texts img {
    margin: 30px 0;
}

@media only screen and (min-width: 960px) {
    .news-page01 .list:hover .tit {
        color: #028DD6;
    }

    .news-page01 .list:hover .watch-detal {
        color: #028DD6;
    }

    .news-page01 .list:hover .watch-detal::after {
        background: url(../img/watch-hdetal.png) no-repeat center/cover;
    }

    .news-page02 .list:hover .item {
        background: #028DD6;
    }

    .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: #028DD6;
    }

    /* 新闻详情开始 */
    .newsDe .item-l .item:hover {
        transform: translateY(-3px);
        color: #028DD6;
    }
}

@media only screen and (max-width: 768px) {
    .news-page01 {
        padding-bottom: 10px;
    }

    .news-page01 .list {
        border-bottom: 1px solid #E5E5E5;
        padding: 20px 0;
    }

    .news-page01 .list:first-child {
        padding-top: 20px;
    }

    .news-page01 .img {
        width: 100%;
        height: auto;
    }

    .news-page01 .lists {
        width: 100%;
        padding-left: 0;
    }

    .news-page02 .list {
        padding: 20px 0;
    }

    .news-page02 .item {
        width: 80px;
        height: 80px;
    }

    .news-page02 .item .line {
        display: none;
    }

    .news-page02 .content {
        width: calc(100% - 80px);
        padding-left: 15px;
    }

    .news-page02 .list .con {
        margin-top: 10px;
    }

    .news-page02 .item .year {
        font-size: 15px;
    }

    /* 新闻详情开始 */
    .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: 0;
    }

    .newsDe .item-l .item {
        margin-bottom: 0;
    }

    .newsDe .item-l .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;
    }

    .newsDe .page-content .width1440 {
        flex-direction: column-reverse;
    }
}