﻿.new{
    overflow: hidden;
}

.new_box{
    width: 13.52rem;
    margin: 0 auto;
    padding-top: .94rem;
}

.new_item{
    display: flex;
    width: 100%;
    height: 2.1rem;
    padding: .3rem 0;
    box-sizing: border-box;
    transition: all .3s;
}

.new_item:hover{
    padding-left: .3rem;
    background: #F5F5F5;
}

.new_item_l{
    display: flex;
    align-items: center;
    border-right: .01rem solid #D9D9D9;
    margin-right: .34rem;
}

.new_item_img{
    width: 2.3rem;
    height: 1.5rem;
    overflow: hidden;
    margin-right: .28rem;
}

.new_item_time{
    margin-right: .18rem;
}

.new_item_date{
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.new_item_year{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

.new_item_r{
    display: flex;
    align-items: center;
}

.new_item_text{
    width: 7.55rem;
    margin-right: .99rem;
    transition: all .3s;
}

.new_item:hover .new_item_text{
    margin-right: .69rem;
}

.new_item_tit{
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .16rem;
}

.new_item:hover .new_item_tit{
    color: #004098;
    font-weight: bold;
}

.new_item_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
}

.new_item_more{
    width: .4rem;
    height: .4rem;
    display: flex;
}

.new_item_more img:last-child{
    display: none;
}

.new2_box{
    width: 15rem;
    margin:  0 auto;
    padding-top: .45rem;
    display: flex;
    flex-wrap: wrap;
}

.new2_item{
    width: 4.84rem;
    height: 5.62rem;
    box-shadow: 0rem 0.02rem 0.23rem 0.01rem rgba(6,34,81,0.05);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin-right: .24rem;
    margin-top: .6rem;
}

.new2_item:nth-child(3n){
    margin-right: 0;
}

.new2_item_img{
    width: 100%;
    height: 4.48rem;
    overflow: hidden;
}

.new2_item_tit{
    width: 100%;
    height: 1.2rem;
    padding: 0 .55rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
    text-align: left;
}

.new_xq{
    width: 15rem;
    margin: 0 auto;
    padding-top: 1.15rem;
}

.new_xq_tit{
    font-size: 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: .4rem;
}

.new_xq_tiem{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #6A6A6A;
    text-align: center;
    padding-bottom: .22rem;
}

.new_xq_text{
    padding-top: .43rem;
    padding-bottom: .59rem;
    border-top: .01rem solid #C9C9C9;
    border-bottom: .01rem solid #C9C9C9;
}

.new_xq_text p{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
    text-indent: 2em;
}

.new_xq_text img{
    display: block;
    margin: .43rem auto;
    max-width: 100%;
    width: revert-layer;
    height: auto;
}

.new_xq_page{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: .32rem auto .68rem;
}

.new_xq_page a{
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin: .13rem 0;
}


@media only screen and (max-width:1024px){
    .new_box{
        width: 100%;
        padding: 15px;
        padding-right: 35px;
        box-sizing: border-box;
    }
    .new_item_img{
        margin-right: 10px;
    }
    .new_item_l{
        margin-right: 10px;
    }
    .new_item_img img{
        object-fit: contain!important;
    }
    .new_item_text{
        width: 2.7rem;
        margin: 0;
        transition: all .3s;
    }
    .new_item:hover .new_item_text{
        width: 2.2rem;
    }
    .new_item_date{
        font-size: 16px;
    }
    .new_item_tit{
        font-size: 13px;
        font-weight: 400;
        overflow:hidden;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        text-overflow:ellipsis;
        white-space: wrap;

    }
    .new_item_year{
        font-size: 14px;
    }
    .new_item_txt{
        display: none;
    }
    .page p,
    .jump_page,
    .page a{
        font-size: 14px;
    }
    .new2_box{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .new_xq{
        width: 100%;
        padding: 15px;
        padding-top: 1.15rem;
        box-sizing: border-box;
    }
    .new_xq_text p{
        font-size: 14px;
        line-height: 1.8;
    }
    .new_xq_page a{
        font-size: 14px;
    }
    .new2_item{
        width: 48%;
        height: auto;
        margin-right: 4%;
    }
    .new2_item:nth-child(3n){
         margin-right: 4%
    }
    .new2_item:nth-child(2n){
        margin-right: 0;
    }
    .new2_item_img{
        height: auto;
    }
    .new_item_more{
        display: none;
    }
}