.new {
    overflow: hidden;
}

.new_box {
    width: 16rem;
    margin: 0 auto;
}

.new_bottom {
    width: 100%;
    margin: .57rem auto 1.26rem;
}

.new_item {
    width: 100%;
    height: 2.7rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding: .43rem 2rem;
    box-sizing: border-box;
    display: flex;
    border-bottom: .01rem dashed #EEEEEE;
}

.new_item:hover {
    box-shadow: 0rem 0.06rem 0.27rem 0.01rem rgba(0, 0, 0, 0.1);
}

.new_item_img {
    width: 3.17rem;
    height: 1.84rem;
    margin-right: .3rem;
    overflow: hidden;
    flex-shrink: 0;
}

.new_item_img img {
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.new_item:hover .new_item_img img {
    transform: scale(1.2);
}
.new_item_text{
    width: 100%;
}

.new_item_tit {
    font-size: 0.28rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_item_txt {
    height: 0.91rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    line-height: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.new_item_bottom {
    display: flex;
    justify-content: space-between;
}

.new_item_time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
}

.new_item_arrow {
    width: .39rem;
    height: .11rem;
    display: flex;
}

.new_item_arrow img:last-child,
.new_item:hover .new_item_arrow img:first-child {
    display: none;
}

.new_item:hover .new_item_arrow img:last-child {
    display: block;
}

.page {
    margin-bottom: 1.85rem;
}

.new_xq {
    overflow: hidden;
}

.new_box_xq {
    width: 12rem;
    margin: .56rem auto 0;
}

.new_box_xq_tit {
    font-size: 0.24rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    text-align: center;
    margin-bottom: .19rem;
}

.new_box_xq_time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    margin-bottom: .26rem;
    text-align: center;
}

.new_box_xq_txt {
    margin-top: .27rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    line-height: 0.3rem;
}

.xq_hr {
    width: 11.99rem;
    height: 0.2rem;
    background: #F5F5F5;
    margin-bottom: .5rem;
    margin-top: .36rem;
}

.new_xq_page {
    display: flex;
    justify-content: space-between;
    margin-bottom: .78rem;
}

.new_xq_page a {
    max-width: 50%;
    overflow: hidden;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #222222;
    display: flex;
}

.new_xq_page a:hover,
.new_xq_page a:hover span{
    color: #004CAE;
}

.xq_page_img {
    width: .21rem;
    height: .21rem;
    display: flex;
    margin-right: .19rem;
}
.new_xq_page a:last-child .xq_page_img{
    margin: 0;
    margin-left: .19rem;
}
.xq_page_img img{
    width: 100%;
    height: 100%;
}

.xq_page_img img:last-child,
.new_xq_page a:hover .xq_page_img img:first-child{
    display: none;
}

.new_xq_page a:hover .xq_page_img img:last-child{
    display: block;
}

.new_xq_page a span {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
}


@media only screen and (max-width: 1024px) {
    .new_box,.new_box_xq{
        width: 94%;
    }
    .new_item{
        padding: 0;
        display: block;
        height:auto;
    }
    .new_item_img{
        width: 100%;
        margin-right: 0;
    }
    .new_item_text{
        width: 100%;
        padding: 20px 0;
    }
    .new_item_tit,.new_box_xq_tit{
        font-size: 14px;
    }
    .new_item_txt,.new_item_time,.new_box_xq_time,.new_xq_page a span{
        font-size: 12px;
    }
    .new_item_bottom{
        margin-top: 10px;
    }
    .page{
        margin-bottom: 0.5rem;
    }
    .new_bottom{
        margin-bottom: 0.5rem;;
    }
    .new_box_xq_txt span,.new_box_xq_txt p{
        font-size: 14px !important;
        line-height: 24px;
    }
    .new_xq_page{
        display:block ;
    }
    .new_xq_page a{
        max-width: 100%;
        font-size: 12px;
    }
    .new_xq_page a:last-child div:first-child{
        order:2;
    }
    .new_xq_page a:last-child{
        margin-top: 10px;
    }
    .new_xq_page a:last-child .xq_page_img{
        margin-right: .19rem;
        margin-left: 0;
    }
}
