.header .news_item .nav-yi{
    color: #C51C1F;
}
.header .news_item .nav-yi:after {
    transform: scale(1);
    opacity: 1;
}
.news .page_lists {
    width: calc(100% - 370px);
    background: #FFFFFF;
}
.news_lists .list{
    margin-bottom: 30px;
    box-shadow: 0px 0px 13px 1px rgba(25,27,35,0.12);
    position: relative;
    z-index: 1;
}
.news_lists .list::after{
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #C51C1F;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    z-index: -1;
}
.news_lists .list:last-child{
    margin-bottom: 0;
}
.news_lists .img{
    width: 31.36%;
    max-height: 241px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_lists .img img{
    transition: all .4s;
    display: block;
    max-height: 100%;
}
.news_lists .text{
    width: 68.64%;
    padding: 0 20px 0 45px;
    box-sizing: border-box;
}
.news_lists .tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_lists .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    margin: 10px 0 15px;
}
.news_detail .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.news_detail .title .desc {
    margin-top: 20px;
}
.news_detail .title .desc p{
    padding-right: 10px;
    display: unset;
}
.news_detail .title .desc p:last-child{
    padding-right: 0;
}
.page_lists .con {
    text-indent: 2em;
}
.page_lists .con img{
    display: initial;
}
.page_lists .con p{
    margin-bottom: 16px;
}
.page_lists .con p:last-child{
    margin-bottom: 0;
}
.newsDe-page {
    border-top: 1px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}

.newsDe_list {
    width: 175px;
    height: 55px;
    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(../img/newsDe_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #C51C1F;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.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;
}
.newsDe_iteml .item:hover .descc {
    color: #C51C1F;
}
.nav_lists {
    width: 313px;
}

.nav_lists .nav_texts {
    margin-top: 8px;
}
.nav_lists .item {
    display: block;
    position: relative;
    transition: all .4s;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0 15px;
    box-sizing: border-box;
}
.nav_lists .time{
    display: flex;
    align-items: center;
}
.nav_lists .time::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/nav_lists_next.png) no-repeat center/cover;
    margin-right: 15px;
}
.nav_lists .tit{
    margin-top: 14px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* max-height: 48px; */
    white-space: nowrap;
}
.nav_lists .item:hover {
    transform: translateX(5px);
   
}
.nav_lists .item:hover .tit{
    color: #C51C1F;
}
@media only screen and (min-width: 960px) {
    .news_lists .list:hover img{
        transform: scale(1.08);
    }
    .news_lists .list:hover::after{
        width: 100%;
    }
    .news_lists .list:hover .tit{
        color: #C51C1F;
    }
    .newsDe_list:hover::before {
        background: url(../img/newsDe_hlist.png) no-repeat center/cover;
    }
    .newsDe_list:hover::after {
        width: 100%;
    }
    .newsDe_list:hover {
        color: #fff;
    }
}
@media only screen and (max-width: 1280px) {
    .news_lists .text {
        padding: 0 20px 0 30px;
    }
    .news_lists .desc{
        margin: 5px 0 8px;
        height: 44px;
    }
}

@media only screen and (max-width: 1200px) {
    .newsDe-page{
        margin-top: 60px;
    }
    .newsDe_list{
        width: 152px;
        height: 50px;
    }
    .news_lists .desc {
        margin: 5px 0 8px;
        white-space: nowrap;
        height: auto;
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    .bread {
        display: block;
        box-shadow: inherit;
    }
    .bread .width1620 .item-r {
        display: none;
    }
    .bread .page_content {
        padding-top: 60px;
    }

    .nav_lists{
        display: none;
    }
    .news .page_lists {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .newsDe_list {
        width: 128px;
        height: 45px;
    }
    .newsDe_list::before{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .bread .width1620 {
        height: 60px;
    }
    .news .page_content {
        padding-top: 0;
    }
    .news_detail .page_content {
        padding-top: 0;
    }
    .bread_box .item::after{
        margin: 0 5px;
    }
    .news_lists .list {
        margin-bottom: 20px;
        padding: 15px;
        box-sizing: border-box;
    }
    .news_lists .img {
        width: 34%;
    }
    .news_lists .text {
        width: 66%;
        padding-left: 15px;
        padding-right: 0;
    }
    .news .list .desc {
        display: none;
    }
    .news_lists .time{
        margin-top: 10px;
    }
    .newsDe-page {
        margin-top: 30px;
        padding-top: 20px;
    }
    .newsDe_iteml{
        width: 100%;
        padding-right: 0;
    }
    .newsDe_list{
        margin: 20px auto 0;
    }
    .news_detail .title{
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .news_detail .title .desc p{
        padding-right: 0;
    }
    .news_detail .title .desc p:last-child{
        display: none;
    }
    .page_lists .con p {
        margin-bottom: 15px;
    }
    .news_detail .title .desc {
        margin-top: 10px;
    }
    .page_lists .con img {
        display: block;
    }
}