.news-warp{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 0.5rem;
}
.nw-k{
	cursor: pointer;
	/*margin-top: 0.5rem;*/
	width: 6.7rem;
	margin-right: 0.6rem;
	display: flex;
	align-items: start;
	/*height: 2rem;*/
	margin-bottom: 1rem;
}
.nw-k:nth-child(3){
    /*background: red;*/
    /*margin-bottom:0;*/
}
.nw-k:nth-child(2n){
	margin-right: 0;
}
.nwk-left{
	width: 2.8rem;
	height: 1.58rem;
	overflow: hidden;
}
.nwk-left:hover>img{
    transform: scale(1.1);
}
.nwk-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:  .3s;
}
.nwk-rig{
	height: 100%;
	margin-left: 0.3rem;
	width: 3.6rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content:center;
}
.nwk-rig:hover .nwkr-one{
    /*background: red;*/
    color:  #008ff3;
    
}
.nwkr-one{
    width: 100%;
    height: 1rem;
	font-size: 0.2rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.3rem;
}
.nwkr-two{
    margin-top: 0.2rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nwkrt-left{
	font-size: 0.16rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #BBBBBB;
}
.nwkrt-rig{
	display: none;
	font-size: 0.16rem;
	font-family: Arial-Bold, Arial;
	font-weight: bold;
	color: #15559A;
	line-height: 0.3rem;
}
@media screen and (max-width:1024px){
    .news-warp{
        width: 90%;
    }
    .nw-k{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        flex-wrap: wrap;
    }
     .nw-k + .nw-k{
        margin-top: 0.4rem!important;
    }
    .nwk-left{
        width: 100%;
        height: 4rem!important;
    }
    .nwk-rig{
        width: 100%;
        margin: 0;
    }
    .nwkr-one{
        width: 100%;
        height: auto!important;
        margin: 0.15rem 0;
        font-size: 0.24rem;
        text-align: justify;
    }
   
    .nwkr-two{
        margin-top:0;
    }
    .nwkrt-left{
        font-size: 0.24rem!important;
    }
}
