.head-page .item:nth-child(5) span::after {
    width: 100%;
}

.head-page .item:nth-child(5) span {
    color: #2F639D;
}

.news-page01 .list {
    width: 32%;
    margin-right: 2%;
}

.news-page01 .list:nth-child(3n) {
    margin-right: 0;
}

.news-page01 .img {
    height: 256px;
    display: block;
}

.news-page01 .texts {
    padding: 20px 0 23px;
}

.news-page01 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-page01 .time {
    color: #999999;
    margin-top: 15px;
}

.news-page01 .time::before {
    content: "";
    display: block;
    width: 19px;
    height: 17px;
    background: url("../../img/news-time.png") no-repeat center/cover;
    margin-right: 10px;
}

.news-page02 {
    margin-top: 60px;
}

.news-page02 .list {
    align-items: flex-start;
    border-bottom: 1px solid #DCDCDC;
    padding: 30px;
    /*margin-bottom: 30px;*/
}

.news-page02 .list:last-child {
    margin-bottom: 0;
}

.news-page02 .item-l {
   /* width: 106px;*/
    height: 26px;
  /*  background: #E7E9EB;*/
  /*  flex-direction: column;
    justify-content: center;*/
    transition: all .4s;
}

.news-page02 .item-l .day {
    color: #2F639D;
    line-height: 1;
}

.news-page02 .item-l .line {
    width: 24px;
    height: 1px;
    background: #A0A0A0;
    margin: 7px 0 14px;
}
.news-page02 .item-m img{
    width: 159px;
    height: 106px;
}
.news-page02 .item-l .year {
    color: #333333;
}

.news-page02 .item-r {
    width: calc(100% - 265px);
    padding-left: 10px;
    box-sizing: border-box;
}

.news-page02 .item-r .tit {
    color: #333333;
    display: block;
    margin: 5px 0 5px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
}

.news-page02 .item-r .con {
    color: #666666;
    line-height: 1.72;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .4s;
}

/* 产品详情开始 */

.newsDe .lists {
    align-items: flex-start;
}

.newsDe .item-l {
    width: 70.5%;
}

.newsDe .title {
    border-bottom: 1px solid #D2D2D2;
    text-align: center;
}

.newsDe .title-tit {
    color: #333333;
}

.newsDe .title-desc {
    color: #666666;
    padding: 11px 0 17px;
}

.newsDe .con {
    color: #666666;
    line-height: 2.15;
    margin: 42px 0 50px;
}

.page-num {
    border-top: 1px solid #D2D2D2;
    justify-content: space-between;
    padding: 28px 0;
}

.page-num .item {
    max-width: 347px;
}

.page-num .item span {
    width: 100px;
    height: 32px;
    border: 1px solid #DCDCDC;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.page-num .item .text {
    color: #666666;
    max-width: calc(347px - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    box-sizing: border-box;
}

.newsDe .item-r {
    width: 24.75%;
    margin-left: auto;
}

.newsDe .item-r .item-rtit {
    height: 46px;
    background: #F2F2F2;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.newsDe .item-r .item-time {
    color: #999999;
}

.newsDe .item-r .item-tit {
    color: #666666;
    margin-top: 2px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsDe .item-r .item-rtext {
    border: 1px solid #E5E5E5;
    height: 327px;
    padding: 15px 10px;
    box-sizing: border-box;
}

.newsDe .item-r .item {
    padding: 5px 0;
}

@media only screen and (min-width: 960px) {
    .news-page01 .list:hover img {
        height: 110%;
    }
    .news-page01 .list:hover .tit {
        color: #2F639D;
        transform: translateX(5px);
    }
    .news-page02 .list:hover .item-r .tit {
        color: #2F639D;
        transform: translateX(5px);
    }
    .news-page02 .list:hover .item-l {
        /*background: #2F639D;*/
      /*  color: #2F639D;*/
        transform: translateX(5px);
    }
    .news-page02 .list:hover .day {
        color: #2F639D;
    }
    .news-page02 .list:hover .item-l .line {
        color: #2F639D;
    }
    .news-page02 .list:hover .con {
        color: #2F639D;
        transform: translateX(5px);
    }
    /* 新闻详情开始 */
    .page-num .item:hover .text {
        color: #2F639D;
    }
    .page-num .item:hover span {
        color: #2F639D;
        border: 1px solid #2F639D;
    }
    .news-page02 .list:hover{
        box-shadow: -3px 3px 10px 0px #dcdada;;
    }
}

@media only screen and (max-width: 960px) {
    .newsDe .item-r {
        display: none;
    }
    .newsDe .item-l {
        width: 100%;
    }
    .newsDe .title-desc {
        padding: 5px 0 10px;
    }
    .newsDe .con {
        margin: 20px 0 20px;
    }
    .page-num .item {
        max-width: 100%;
        width: 100%;
    }
    .page-num .item span {
        border: none;
        width: auto;
    }
    .page-num .item .text {
        max-width: calc(100% - 45px);
    }
    .page-num {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .news-page02 .item-m{
        display: none;
    }
    .news-page01 .list {
        width: 100%;
        margin-right: 0;
    }
    .news-page01 .time {
        margin-top: 5px;
    }
    .news-page01 .texts {
        padding: 15px 0 20px;
    }
    .news-page02 {
        margin-top: 10px;
    }
    /*.news-page02 .item-l {
        width: 80px;
        height: 80px;
    }*/
    .news-page02 .item-r .tit {
        margin: 0 0 5px;
        font-weight: 800;
    }
    .news-page02 .item-r {
        width: 100%;
        padding-left: 0;
    }
    .news-page02 .list {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news-page02 .item-l .line {
        margin: 6px 0 8px;
    }
}