.container {background-color: #F5F5F5;}
.news_list .right{flex: 1; width: calc(100% - 52px - 320px);}
.news_details_warp h1.title{font-size: 24px;color: #000;text-align: center;}
.news_details_warp .time{font-size: 16px;color: #666;line-height: 2;text-align: center;margin: 1% 0;}
.news_details_warp .share{display: flex;justify-content: center;align-items: center;}
.news_details_warp .entry{margin-bottom: 2%;}
.news_details_warp .entry .warp{display: flex;justify-content: space-between;align-items: center;margin-bottom: 3%;}
.news_details_warp .entry .warp .img_warp{width: 49%;padding-bottom: 45%;}
.news_details_warp .entry .warp .img_warp img{width: 100%;height: 100%;margin-top: 0;}
.news_details_warp .entry .warp .info{width: 49%;display: flex;flex-direction: column;justify-content: start;align-items: start;}
.news_details_warp .entry .warp .info .title{font-size: 24px;text-align: left;}
.news_details_warp .entry .warp .info p{font-size: 16px;line-height: 1.8;}
.news_list{margin-bottom: 3%;}
.news_next{display: flex;justify-content: start;align-items: center;padding: 1% 0;max-width: 640px;}
.news_next:first-child{border-bottom: 1px solid #666;}
.news_next .tit{font-size: 24px;}
.news_next .con,.news_next .con a{font-size: 16px;color: #000;}
.news_next .con a:hover{color: #006DB8;}
.recommend_product{margin-bottom: 6%;}

/* .news_next .con span:hover{color: #006DB8;} */

@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_details_warp .entry .warp{flex-direction: column;}
	.news_details_warp .entry .warp .img_warp{width: 100%;padding-bottom: 90%;}
	.news_details_warp .entry .warp .info {width: 100%;}
	.entry .title{font-size: 24px;}
}
@media only screen and (max-width: 480px) {
}
