@charset "utf-8";


.head-page .item:nth-child(3)>a span {
    color: #009DE0;
}
.head-page .item:nth-child(3)>a::after {
    background: url(../img/head-hnext.png) no-repeat center/cover;
}



.nav-lists .width1400 {
    position: relative;
}
.nav-lists .width1400::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/nav-lists-line.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav-lists .item {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 55px;
    transition: all .4s;
    position: relative;
    z-index: 3;
}
.nav-lists .item:last-child {
    margin-right: 0;
}
.nav-lists .item.active {
    background: #009DE0;
    color: #ffffff;
}


.news-page01 {
    align-items: flex-start;
    padding-bottom: 27px;
}
.news-page01 .img {
    width: 45.14%;
    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;
    transform: translateY(100%);
    transition: all .4s;
}
.news-page01 .lists {
    width: 52.15%;
}
.news-page01 .list {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0 10px;
}
.news-page01 .list:first-child {
    padding-top: 0;
}
.news-page01 .list:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.news-page01 .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.news-page01 .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0;height: 46px;
}
.news-page01 .con {
    align-items: baseline;
}
.news-page01 .time {
    color: #666666;
}
.watch-detal {
    margin-left: auto;
    transition: all .4s;
}


.news-page02 .item {
    width: 106px;
    height: 106px;
    background: #E7E9EB;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s;
}
.news-page02 .item .day {
    color: #009DE0;
    line-height: 1;
    transition: all .4s;
}
.news-page02 .item .line {
    width: 24px;
    height: 1px;
    background: #A0A0A0;
    margin: 8px 0;
    transition: all .4s;
}
.news-page02 .item .year {
    transition: all .4s;
}
.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 .4s;
}
.news-page02 .list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.news-page02 .list .tit {
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-page02 .list .con {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px
}
.pagers {
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}
.pagers a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin: 0 10px !important;
}
.pagers a:hover {
    background: #009DE0;
    border: 1px #009DE0 solid;
    color: #fff;
}
.pagers span {
    background: #009DE0;
    border: 1px #009DE0 solid;
    color: #fff !important;
    font-weight: normal !important;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 10px !important;
}
.ajax_pagers {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ajax_pagers .ajax_a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin: 0 10px !important;
}
.ajax_pagers .ajax_a:hover {
    background: #009DE0;
    border: 1px #009DE0 solid;
    color: #fff;
}
.ajax_pagers .ajax_span {
    background: #009DE0;
    border: 1px #009DE0 solid;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px !important;
}


.newsDe-top {
    text-align: center;
    border-bottom: 1px solid #D2D2D2;

}
.newsDe-top .title {
    line-height: 1.5;
}
.newsDe-top .time {
    margin: 15px 0 10px;
}
.newsDe-con {
    padding: 30px 0 60px;
}
.newsDe-con p:first-child {
    margin-top: 0;
}
.newsDe-con img {
    display: block;
    margin: 0 auto;
}
.newsDe-page {
    border-top: 1px solid #D2D2D2;
    padding-top: 38px;
}
.newsDe-list {
    width: 140px;
    height: 40px;
    border: 1px solid #009DE0;
    color: #009DE0;
    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;
    margin-right: 8px;
    transition: all .4s;
}
.newsDe-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #009DE0;
    transition: all .4s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe-iteml {
    width: calc(100% - 140px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe-iteml span {
    width: 72px;
    text-align: center;
}
.newsDe-iteml .item {
    margin-bottom: 12px;
    color: #666666;
}
.newsDe-iteml .item:last-child {
    margin-bottom: 0;
}
.descc {
    width: calc(100% - 72px);
    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) {
    .nav-lists .item:hover {
        background: #009DE0;
        color: #ffffff;
        border: 1px solid #009DE0;
    }

    .news-page01 .img:hover .bg-advice {
        transform: translateY(0);
    }

    .news-page01 .list:hover .tit {
        color: #009DE0;
    }

    .news-page01 .list:hover .watch-detal {
        color: #009DE0;
    }

    .news-page01 .list:hover .watch-detal::after {
        background: url(../img/watch-hdetal.png) no-repeat center/cover;
    }

    .news-page02 .list:hover .item {
        background: #009DE0;
    }

    .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: #009DE0;
    }



    .newsDe-iteml .item:hover .descc {
        color: #009DE0;
    }

    .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: 768px) {
    .nav-lists .width1400 {
        justify-content: space-between;
    }

    .nav-lists .item {
        width: auto;
        height: auto;
        border: none;
        margin-right: 0;
    }

    .nav-lists .width1400::after {
        display: none;
    }

    .nav-lists .item.active {
        background: transparent;
        color: #009DE0;
    }

    .news-page01 {
        padding-bottom: 10px;
    }

    .news-page01 .list {
        border-bottom: 1px solid #E5E5E5;
        padding: 20px 0;
    }

    .news-page01 .desc {
        margin: 6px 0 8px;
    }

    .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 .content {
        width: calc(100% - 80px);
        padding-left: 15px;
    }

    .news-page02 .list .con {
        margin-top: 6px;
    }

    .newsDe-con {
        padding: 20px 0 30px;
    }

    .newsDe-page {
        padding-top: 30px;
    }

    .newsDe-iteml {
        width: 100%;
        padding-right: 0;
    }

    .newsDe-list {
        margin: 25px auto 0;
        width: 120px;
    }

    .newsDe-iteml span {
        width: 80px;
    }

    .descc {
        width: calc(100% - 80px);
        padding-left: 15px;
    }

    .ajax_pagers .ajax_span {
        width: 30px;
        height: 30px;
    }

    .ajax_pagers .ajax_a {
        width: 30px;
        height: 30px;
    }

    .newsDe-top .time {
        margin: 3px 0 10px;
    }
}