


.head-page .item:nth-child(3) span{
    background: linear-gradient(0deg, #D80C1E 0%, #F33344 100%);
    color: #fff;
}
.news_lists .list{
    border: 1px solid #E2E2E2;
    padding: 20px 26px;
    box-sizing: border-box;
    margin: 40px 0;
}
.news_lists .img{
    width: 280px;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_lists .img img{
    max-height: 100%;
    transition: all .4s;
}
.news_lists .text{
    width: calc(100% - 280px);
    padding: 0 20px 0 45px;
    box-sizing: border-box;
}
.news_lists .time {
    margin: 11px 0 18px;
}
.news_lists .tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_lists .desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_lists .watch_detail{
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.news_lists .watch_detail::after{
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../img/watch_detail.png) no-repeat center/cover;
    margin-left: 10px;
}
.news_detail .page_content {
    background: #f5f7f8;
}
.page_lists {
    width: calc(100% - 370px);
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(3, 12, 26, 0.04);
    padding: 60px 62px;
    box-sizing: border-box;
}
.page_lists .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.page_lists .title .desc p{
    padding-right: 10px;
    display: unset;
}
.page_lists .title .desc p:last-child{
    padding-right: 0;
}
.page_lists .line {
    width: 24px;
    height: 2px;
    background: #E23A1A;
    margin: 15px 0 20px;
}
.page_lists .con {
    text-indent: 2em;
}
.page_lists .con img{
    display: initial;
}
.page_lists .con p{
    margin-bottom: 26px;
}
.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: #D80C1E;
    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: #D80C1E;
}
.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;
    line-height: 1.72;
    max-height: 54px;
}
.nav_lists .item:hover {
    transform: translateX(5px);
   
}
.nav_lists .item:hover .tit{
    color: #D80C1E;
}
@media only screen and (min-width: 960px) {
    .news_lists .list:hover img{
        transform: scale(1.08);
    }
    .news_lists .list:hover{
        border: 1px solid #D80C1E;
    }
    .news_lists .list:hover .tit{
        color: #D80C1E;
    }
    .news_lists .list:hover .watch_detail {
        color: #D80C1E;
    }
    .news_lists .list:hover .watch_detail::after{
        background: url(../img/watch_hdetail.png) no-repeat center/cover;
    }
    .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: 1366px) {
    .news_lists .text {
        padding: 0 20px 0 35px;
    }
    .news_lists .list{
        margin: 30px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .page_lists {
        width: calc(100% - 363px);
        padding: 50px 32px;
    }    
}
@media only screen and (max-width: 1200px) {
    .news_lists .img {
        width: 248px;
        height: 166px;
    }
    .news_lists .text {
        width: calc(100% - 248px);
    }
    .newsDe-page{
        margin-top: 60px;
    }
    .newsDe_list{
        width: 152px;
        height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .news_lists .img {
        width: 228px;
        height: 153px;
    }
    .news_lists .text {
        width: calc(100% - 228px);
        padding: 0 0 0 25px;
    }
    .nav_lists {
        width: 248px;
    }
    .page_lists {
        width: calc(100% - 288px);
    }
}
@media only screen and (max-width: 960px) {
    .news_lists .time {
        margin: 8px 0 12px;
    }
    .news_lists .watch_detail{
        margin-top: 10px;
    }
    .news_lists .img {
        width: 212px;
        height: 143px;
    }
    .news_lists .text {
        width: calc(100% - 212px);
    }
    .nav_lists{
        display: none;
    }
    .page_lists{
        width: 100%;
    }
    .newsDe_list {
        width: 128px;
        height: 45px;
    }
    .newsDe_list::before{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .news_lists .list {
        margin: 20px 0;
        padding: 20px 15px;
    }
    .news_lists .list:last-child{
        margin-bottom: 0;
    }
    .news_lists .img {
        width: 40%;
        height: 84px;
    }
    .news_lists .text {
        width: 60%;
        padding-left: 20px;
    }
    .news .list .desc {
        display: none;
    }
    .page_lists{
        padding: 25px 20px;
    }
    .newsDe-page {
        margin-top: 30px;
        padding-top: 20px;
    }
    .newsDe_iteml{
        width: 100%;
        padding-right: 0;
    }
    .newsDe_list{
        margin: 20px auto 0;
    }
    .page_lists .title{
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .page_lists .title .desc p{
        padding-right: 0;
    }
    .page_lists .title .desc p:last-child{
        display: none;
    }
    .page_lists .line{
        margin: 15px auto 20px;
    }
    .page_lists .con p {
        margin-bottom: 15px;
    }
}