@charset "utf-8";
body {
    background-color: #f4f4f4;
}

.hzfoot .foott {
    background-color: #f4f4f4;
}

.newslists .nylist_box_item {
    background-color: #fff;
    border: 0;
}

.newslist .newslist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    padding: 35px 40px;
    border-top: 1px solid #f4f4f4;
    position: relative;
    
}
.newslist .newslist_item::after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #0050a2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition:all .5s
}
.newslist .newslist_item:hover::after{
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

.newslist .newslist_item:first-child {
    border-top: none;
}

.newslist .newslist_item:hover .newslist_itemimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newslist .newslist_item:hover .newslist_itemtitleh {
    color: #0050a2;
}

.newslist_itemimg {
    width: 25%;
    overflow: hidden;
    padding-right: 50px;
}

.newslist_itemimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.newslist_itemtxt {
    
    flex: 1;
}

.newslist_itemtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}

.newslist_itemtitleh {
    width: 90%;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.newslist_itemtitlesj {
    padding-top: 5px;
    width: 10%;
    text-align: right;
    color: #000;
    color: #999999;
    font-size: 14px;
}

.newslist_itemtxtp {
    margin-top: 15px;
    color: #999999;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist_itemtxtbq {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newslist_itemtxtbqct {
    padding-top: 5px;
}

.newslist_itemtxtbqct span a{
    font-size: 12px;
    color: #666666;
    padding: 0 5px;
}
.newslist_itemtxtbqct span a:hover{
    color:  #ff7800;
}

.newslist_itemtxtbqct i {
    color: #d0d0d0;
}

.newslist_itemtxtbqbtn {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    line-height: 34px;
    border: 1px solid #bcbcbc;
    text-align: center;
}

.newslist_itemtxtbqbtn i {
    color: #bcbcbc;
}

.newslist_itemtxtbqbtn:hover{
    background-color: #ff7800;
    border-color: #ff7800;
}
.newslist_itemtxtbqbtn:hover i {
    color: #fff;
}

.newslistxc.nykhlb {
    margin-top: 55px;
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    .newslist_itemimg {
        width: 30%;
    }
    .newslist_itemtitleh {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newslist_itemtitlesj {
        width: 20%;
    }
}

@media screen and (max-width: 992px) {
    .newslist_itemimg {
        width: 36%;
    }
    .newslist_itemtxt {
        padding-left: 20px;
    }
    .newslist_itemtxtbq {
        margin-top: 10px;
    }
    .newslist .newslist_item {
        padding: 25px 30px;
    }
    .newslists .nylist_box {
        justify-content: flex-start;
    }
    .nylist_box .nylist_box_item {
        margin: 0;
        margin-right: 5%;
        margin-bottom: 10px;
    }
    .nylist_box .nylist_box_item:nth-child(2n) {
        margin-right: 0;
    }
    .newslistxc.nykhlb {
        margin-top: 30px;
    }
    .footlan {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .nylist.newslists {
        padding: 0 15px;
    }
    .newslist .newslist_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
    }
    .newslist_itemimg {
        width: 100%;
        padding-right: 0;
    }
    .newslist_itemtxt {
        width: 100%;
    }
    .newslist_itemtxt {
        padding-left: 0;
    }
    .newslist_itemtxtbqct {
        
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .newslist_itemtitleh {
        font-size: 16px;
        width: 100%;
    }
    .newslist_itemtitlesj {
        font-size: 12px;
        width: 25%;
        display: none;
    }
    .newslist_itemtitle {
        margin-top: 15px;
    }
    .newslist_itemtxtp {
        margin-top: 8px;
    }
    .newslist_itemtxtbq {
        -webkit-box-pack: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}