@charset "utf-8";
.head-page .item:nth-child(5)>a::after {
    transform: scale(1);
}
.next-de {
    width: 143px;
    height: 42px;
    background: #F7F7F7;
    border: 1px solid #AAAAAA;
    border-radius: 21px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.next-de::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0080cc;
    transition: all .4s;
}
.news-page {
    background: #f7f7f7;
}
.news-page01 .list {
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0px 6px 6px 0px rgba(239, 239, 239, 0.5);
}
.news-page01 .list:nth-child(4n) {
    margin-right: 0;
}
.news-page01 .list .img {
    height: 215px;
    display: block;
}
.news-page01 .list .text {
    padding: 25px 30px 22px;
    box-sizing: border-box;
    background: #FFFFFF;
    overflow: hidden;
}
.news-page01 .time {
    color: #555555;
}
.news-page01 .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    display: block;
    margin: 8px 0;
}
.news-page01 .con {
    color: #555555;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-page01 .detail{
    width: 35px;
    display: inline-block;
    float: right;
    margin-top: 15px;
}
.news-page01 .detail img{
    transition: all .4s;
}
.news-page02 .list {
    background: #FFFFFF;
    margin-bottom: 25px;
    padding: 20px 37px 20px 0;
    transition: all .4s;
}
.news-page02 .list:last-child {
    margin-bottom: 0;
}
.news-page02 .item-l {
    width: 116px;
    flex-direction: column;
}
.news-page02 .day {
    color: #555555;
    line-height: 1;
}
.news-page02 .time {
    color: #999999;
    margin-top: 4px;
}
.news-page02 .item-r {
    width: calc(100% - 116px);
    padding: 20px 0;
    border-left: 1px solid #BFBFBF;
    padding-left: 50px;
    box-sizing: border-box;
    align-items: flex-end;
}
.news-page02 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
    display: block;
    max-width: 620px;
}
.news-page02 .con {
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
    max-width: 720px;
}
.news-page02 .next-de {
    margin-left: auto;
}
/* 新闻详情开始 */
.newsDe-page {
    background: #f7f7f7;
}
.newsDe-page .width1400 {
    align-items: flex-start;
}
.newsDe-page .item-l {
    width: 64.57%;
}
.newsDe-page .title {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 17px;
}
.newsDe-page .title .tit {
    color: #333333;
}
.newsDe-page .title .desc {
    color: #666666;
    margin-top: 14px;
}
.newsDe-page .item-l .con {
    color: #555555;
    line-height: 2.15;
    padding-top: 34px;
}
.newsDe-page .page-num {
    border-top: 1px solid #DCDCDC;
}
.newsDe-page .page-num .item {
    color: #333333;
    transition: all .3s;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 25px;
    box-sizing: border-box;
}
.newsDe-page .page-num .item span {
    width: 45px;
    display: inline-block;
}
.newsDe-page .page-num .item .text {
    width: calc(100% - 45px);
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 356px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsDe-page .item-r {
    width: 32.15%;
    margin-left: auto;
}
.newsDe-page .item-r .tit {
    color: #333333;
}
.newsDe-page .item-r .lists {
    margin-top: 35px;
}
.newsDe-page .item-r .list {
    background: #FFFFFF;
    padding: 27px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all .4s;
}
.newsDe-page .item-r .list:last-child {
    margin-bottom: 0;
}
.newsDe-page .item-r .list .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newsDe-page .item-r .list .con {
    color: #555555;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
@media only screen and (min-width:960px) {
    .news-page01 .list:hover img {
        height: 110%;
    }
    .news-page01 .list:hover .tit {
        color: #0080CC;
    }
    .news-page01 .list:hover .detail img{
        transform: translateX(10px);
    }
    .news-page02 .list:hover {
        box-shadow: 0px 20px 20px 0px rgba(239, 239, 239, 1);
    }
    .news-page02 .list:hover .tit {
        color: #0080CC;
    }
    .news-page02 .list:hover .next-de {
        border: 1px solid #0080cc;
        color: #FFFFFF;
    }
    .news-page02 .list:hover .next-de::before {
        width: 100%;
    }
    /* 新闻详情开始 */
    .newsDe-page .page-num .item:hover {
        background: #0080CC;
        color: #FFFFFF;
    }
    .newsDe-page .item-r .list:hover {
        transform: translateY(-5px);
    }
    .newsDe-page .item-r .list:hover .tit {
        color: #0080CC;
    }
}
@media only screen and (max-width:1200px) {
    .news-page02 .item-r{
        padding-left: 30px;
    }
    .news-page02 .tit{
        max-width: 420px;
    }
    .news-page02 .con{
        max-width: 540px;
    }
}
@media only screen and (max-width:960px) {
    .next-de {
        width: 120px;
        height: 36px;
    }
    .news-page01 .list .img{
        height: 220px;
    }
    .news-page02 .tit {
        max-width: 310px;
    }
    .news-page02 .con {
        max-width: 390px;
    }

    /* 新闻详情开始 */
    .newsDe-page .item-l {
        width: 100%;
    }
    .newsDe-page .item-r {
        width: 100%;
    }
    .newsDe-page .item-r .list .con {
      
        -webkit-line-clamp: 1;
        height: auto;
    }
    .newsDe-page .item-r .lists{
        margin-top: 30px;
    }
}
@media only screen and (max-width:768px) {
    .next-de {
        width: 100px;
        height: 34px;
        font-size: 13px;
    }
    .news-page01 .detail{
        display: none;
    }
    .news-page01 .list {
        width: 100%;
        margin-right: 0;
    }
    .news-page01 .list .text {
        padding: 25px 15px 25px;
    }
    .news-page01 .list{
        margin-bottom: 20px;
    }
    .news-page01 .list:last-child{
        margin-bottom: 0;
    }
    .news-page02 .item-l {
        width: 80px;
    }
    .news-page02 .item-r {
        width: calc(100% - 80px);
        padding: 10px 0 10px 15px;
    }
    .news-page02 .item-r .text{
        width: 100%;
    }
    .news-page02 .tit {
        max-width: 100%;
    }
    .news-page02 .con {
        max-width: 100%;
    }
    .news-page02 .next-de {
        margin: 20px 0 0;
    }
    .news-page02 .list {
        margin-bottom: 15px;
        padding: 25px 0;
    }

    /* 新闻详情开始 */
    .newsDe-page .title .tit{
        text-align: center;
    }
    .newsDe-page .item-l .con{
        padding-top: 25px;
    }
    .newsDe-page .page-num .item {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .newsDe-page .page-num{
        padding: 25px 0 0;
    }
    .newsDe-page .page-num .item:last-child{
        margin-top: 10px;
    }
    .newsDe-page .item-r .list{
        padding: 20px 15px;
    }
    .newsDe-page .item-r .lists {
        margin-top: 20px;
    }
}