.head-page .item:nth-child(4)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(4)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(4)>a span{
    color: #0065BD;
}
.nav{
    margin: 60px 0 45px;
}
.nav .search_result span {
    color: #0065BD;
    padding: 0 5px;
}
.nav .item {
    display: flex;
    align-items: center;
}
.nav .item .tit{
    width: 88px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.nav .item::after{
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #B3B3B3;
    margin: 0 22px;
}
.nav .item:last-child::after{
    display: none;
}

.nav .item:hover .tit{
    background: linear-gradient(45deg, #FFFFFF 0%, #026DCA 0%, #2992ED 100%);
    color: #fff;
}
.nav .item.active .tit{
    background: linear-gradient(45deg, #FFFFFF 0%, #026DCA 0%, #2992ED 100%);
    color: #fff;
}
.nav .search{
    max-width: 296px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 0px rgba(25,27,35,0.08), 0px 0px 4px 0px rgba(25,27,35,0.08);
    border-radius: 21px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav .search input{
    width: calc(100% - 42px);
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
    border: none;
    outline: none;
}
.nav .search_btn{
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 0px rgba(25,27,35,0.08), 0px 0px 4px 0px rgba(25,27,35,0.08);
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.news_nav{
    width: 310px;
}
.news_nav .item{
    line-height: 1.875;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    transition: all .4s;
}
.news_nav .item:last-child{
    border-bottom: 1px solid transparent;
}
.page_line{
    width: 50px;
    height: 2px;
    background: #0065BD;
    margin: 12px 0 20px;
}
.news_lists{
    width: calc(100% - 310px);
    padding-right: 7%;
    box-sizing: border-box;
}
.news_lists .list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.news_lists .img{
    width: 34.87%;
    height: 278px;
    box-shadow: 0px 0px 16px 0px rgba(25,27,35,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_lists .img img{
    transition: all .4s;
}
.news_lists .texts{
    width: 65.13%;
    padding-left: 40px;
    box-sizing: border-box;
}
.news_lists .texts .tit{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_lists .texts .tit span {
    background: #ffff00;
    color: #0065BD;
}
.news_lists .texts .time {
    margin-top: 10px;
}
.news_lists .texts .desc {
    margin: 18px 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}
.news_lists .texts .con_tip{
    display: flex;
    align-items: center;
}
.news_lists .texts .con_tip::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../fonts/icon_views.svg) no-repeat center/cover;
    margin-right: 5px;
}
.watch_more {
    display: flex;
    align-items: center;
    transition: all .4s;
}
.watch_more::after{
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    background: url(../images/watch_more_next.png) no-repeat center/cover;
    margin-left: 15px;
}
.page_lists .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.page_lists .desc {
    margin-top: 15px;
}
.page_lists .con {
    text-indent: 2em;
}
.page_lists .con p{
    margin-bottom: 7px;
}
.page_lists .con p:last-child{
    margin-bottom: 0;
}
.newsDe-page {
    border-top: 1px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
}
.newsDe_list {
    width: 135px;
    height: 45px;
    border: 1px solid #EEEEEE;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
}
.newsDe_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../images/newsde_list.png) no-repeat center/cover;
    margin-right: 10px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0068b7;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_list:hover::before {
    background: url(../images/newsde_hlist.png) no-repeat center/cover;
}

.newsDe_list:hover::after {
    width: 100%;
}
.newsDe_list:hover {
    color: #fff;
}
.newsDe_iteml {
    width: calc(100% - 175px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe_iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe_iteml .item {
    margin-bottom: 12px;
    transition: all .4s;
}
.newsDe_iteml .item:last-child {
    margin-bottom: 0;
}
.newsDe_iteml .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) {
    .newsDe_iteml .item:hover .descc {
        color: #0068b7;
    }
    .news_lists .list:hover .img img{
        transform: scale(1.08);
    }
    .news_lists .list:hover .tit{
        color: #0065BD;
    }
    .news_lists .list:hover .watch_more {
        transform: translateX(-10px);
    }
    .news_nav .item:hover{
        color: #0065BD;
        transform: translateX(5px);
    }
}

@media only screen and (max-width: 1366px) {
    .news_nav {
        width: 258px;
    }
    .news_lists {
        width: calc(100% - 258px);
        padding-right: 4%;
    }
    .news_lists .img{
        height: 228px;
    }
}
@media only screen and (max-width: 1280px) {
    .nav .item::after{
        margin: 0 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .news_nav{
        display: none;
    }
    .news_lists {
        width: 100%;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .news_lists .img {
        height: 198px;
    }
    .news_lists .list{
        margin-bottom: 30px;
    }
    .nav {
        margin: 60px 0 30px;
    }
}
@media only screen and (max-width: 960px) {
    .nav .item::after{
        display: none;
    }
    .nav .item .tit{
        width: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .nav_items{
        display: none;
    }
    .nav .search {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .nav {
        margin: 35px 0 30px;
    }
    .nav .width1724 {
        flex-direction: column-reverse;
    }
    .nav .search_result{
        margin-top: 25px;
    }
    .news_lists .img {
        height: auto;
        width: 100%;
    }
    .news_lists .texts {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .news_lists .list:last-child{
        margin-bottom: 0;
    }
    .news_lists .texts .desc {
        margin: 10px 0 15px;
        height: 53px;
    }

    .page_lists .title{
        margin-bottom: 25px;
    }
    .page_lists .title{
        padding-bottom: 20px;
    }
    .page_lists .desc {
        margin-top: 10px;
    }
    .newsDe_iteml {
        width: 100%;
        padding-right: 0;
    }
    .newsDe_list {
        width: 128px;
        height: 45px;
        margin-left: 0;
        margin: 25px auto 0;
    }
    .newsDe-page{
        padding-top: 30px;
    }
}