.container {background-color: #F5F5F5;}
.news_list_warp .right{flex: 1; width: calc(100% - 52px - 320px);}
.news_list_warp .right .item{display: flex;justify-content: space-between;align-items: center;padding: 40px 0;border-bottom: 1px solid #d9d9d9;}
.news_list_warp .right .item:first-child{padding-top: 0;}
.news_list_warp .right .item .img_warp{width: 27%;padding-bottom: 17%;}
.news_list_warp .right .item .info{width: 70%;}
.news_list_warp .right .item .title{font-size: 24px;color: #101010;}
.news_list_warp .right .item .title:hover{color: #006DB8;}
.news_list_warp .right .item .desc{font-size: 16px;line-height: 2;margin: 10px 0;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;}
.news_list_warp .right .item .time{font-size: 16px;color: #666;}

.recommend_product{margin-bottom: 6%;}


@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {

} 

@media only screen and (max-width: 950px) {
	.news_list_warp .right .item{flex-direction: column;}
	.news_list_warp .right .item .img_warp{width: 100%;padding-bottom: 63%;}
	.news_list_warp .right .item .info{width: 100%;margin-top: 2%;}
	.news_list_warp .right .item .title{font-size: 20px;}
	.news_list_warp .right .item .desc{line-height: 1.8;}
}
@media only screen and (max-width: 480px) {

}


