.news{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news .w-1640{
    width: 16.4rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news .new-head{
    width: 2.55rem;
    height: 0.7rem;
    background: url(../images/news.png) no-repeat center center / 100% 100%;
    position: relative;
    margin: 0.5rem auto 0;
}
.new-head .new-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.new-title .new-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.new-span span{
    color: #0094fe;
}
.new-title .new-line{
    /*width: 0.27rem;*/
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.54rem;
    left: 1.14rem;
}
.news .new-con{
    width: 5.86rem;
    height: 0.44rem;
    float: right;
    margin-top: 0.58rem;
    display: flex;
    margin-right: 0.2rem;
    justify-content: space-between;
}
.new-con .new-item{
    width: 1.82rem;
    height: 0.44rem;
    border: 0.01rem solid #eeeeee;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    color: #999999;
    text-align: center;
    line-height: 0.44rem;
    cursor:pointer;
    transition:all 1s ease-out;
}
.new-item:hover{
    background: #0094fe;
    color: #ffffff;
}
.new-item.active{
    background: #0094fe;
    color: #ffffff;
}
.news .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
    display: none;
}
.new-box.active{
    display: block;
}
.new-box .new-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.42rem 0.2rem 0;
    box-sizing: border-box;

}
.new-ul .new-li{
    width: 5.24rem;
    height: 4.86rem;
    overflow: hidden;
    float: left;
    margin-right: 0.14rem;
    padding: 0.28rem 0.25rem 0;
    box-sizing: border-box;
    transition:box-shadow 1s;
    cursor:pointer;
}
.new-li a{
    display: block;
    width: 100%;
    height: 100%;
}
.new-li:last-child{
    margin-bottom: 0.8rem;
}
.new-li:nth-of-type(3n){
    margin-right: 0;
}
.new-li .new-img{
    width: 100%;
    height: 2.59rem;
}
.new-li  .new-top{
    width: 100%;
    height: 0.28rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.new-top .new-name{
    width: 3.8rem;
    height: 0.28rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.new-top .new-num{
    width: auto;
    height: 0.28rem;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.28rem;
    display: flex;
}
.new-num .num-img{
    width: 0.16rem;
    height: 0.1rem;
    margin-top: 0.09rem;
    margin-right: 0.1rem;
}
.new-li .new-text{
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.15rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-li .new-bottom{
    width: 100%;
    height: 0.28rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.new-bottom .new-key{
    width: 6.6rem;
    height: 0.28rem;
    display: flex;
}
.new-key .key-li{
    width: auto;
    height: 0.28rem;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.28rem;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
}

.new-bottom .new-add{
    width: 0.23rem;
    height: 0.11rem;
    margin-top: 0.08rem;
    display: none;
}


.new-li:hover{
    box-shadow: 0px 0px 10px #cccccc;
}
.new-li:hover .new-add{
    display: block;
}
.new-li:hover .new-name{
    color: #0094fe;
}
