.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url("../../images/news/nimg1920_7.jpg");
}

.pagecontent .pagenavpc li {
    width: 50%;
}

.cpnews-content{
    padding: 100px 0px 50px 0px;
}

.cpnews .list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cpnews .clearfix {
    transition: all 0.6s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 25px;
    padding: 28px ;
}

.cpnews .clearfix img {
    width: 210px;
    height: 145px;
    display: block;
    margin-right: 30px;
}
.cpnews .clearfix .fl {
    float: left;
}

.clearfix .item h3 {
    font-size: 20px;
    margin: 5px 0 15px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix .item .txt {
    color: #999;
    line-height: 24px;
    min-height: 71px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 72px;
}

.clearfix .item .date{
    margin-top: 0.7rem;
    margin-bottom: 0;
}

.clearfix .more{
    width: 130px;
    height: 145px;
    padding: 20px 0 20px 40px;
    border-left: 1px solid #eee;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.clearfix  a{
    text-decoration: none;
}

.clearfix .more a{
    font-size: 18px;
    color: #999;
}

.cpnews .clearfix .fr {
    float: right;
}

.cpnews .clearfix:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.cpnews .clearfix:hover .title{
    color: #ec6c21;
}
.cpnews .clearfix .more a:hover {
    color: #ec6c21;
}



@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url("../../images/news/nimg640_7.jpg");
        height: 220px;
    }
    .cpnews-content{
        padding: 20px 10px;
    }
    .cpnews .clearfix{
        padding: 5px;
        margin-bottom: 12px;
        height: 118px;
        border: 0px !important;
        border-bottom: 1px solid #f3f3f3 !important;
    }
    .cpnews .clearfix:hover {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
        margin-left: 0px !important;
    }

    .clearfix .item h3 {
        font-size: 15px;
        margin: 5px 0 5px;
        color: #ec6c21;
    }
    .cpnews .clearfix img{
        width: 110px;
        height: 80px;
        margin-right: 10px;
    }
    .clearfix .item .txt{
        height: 50px;
        min-height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .clearfix .more{
        display: none;
    }
    .clearfix .item .date {
        margin-top: 0rem;
        margin-right: 7px;
        text-align: right;
    }
}