.articleList{}
.articleList li{ display:flex; padding:25px 0; flex-wrap: wrap;}
.articleList div{}
.articleList div:nth-child(2){}
.articleList div:nth-child(3){background-color:#eafeff;flex-grow:1; padding: 20px 30px;}


.articleList .preview{ width:140px; height:140px; margin:0 25px;}
.articleList .preview{}
.articleList p{ line-height:30px;}

.viewButton{ width:90px; height:30px; text-align:center; line-height:30px; background-color:#00adbc; display:block; border-radius:5px; color:#fff;}
.codeName strong{ font-size: 24px; color: #00adbc;}
.name strong{ font-size: 16px; color: #00adbc;}
.rootColumn_2 .searchContent{ display: flex;}



@media only screen and (max-width:480px) {
	.articleList .preview{ width:100px; height:100px;}
	.articleList div:nth-child(2){padding:0px; padding-bottom: 10px;}
	.codeName strong{ font-size: 18px;}
	.viewButton{ margin-top: 10px;}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.articleList div:nth-child(2){ width: 300px; padding: 0 10px;}
	.codeName strong{ font-size: 18px;}
	.viewButton{ margin-top: 10px;}
}
@media only screen and (min-width:1025px) {
	.articleList div:nth-child(2){ width: 300px; padding: 0 10px;}
	.codeName strong{ font-size: 18px;}
	.viewButton{ margin-top: 10px;}
}

.price0{ text-decoration:line-through; font-size: 14px;}
.price{ font-size: 18px;color:#f60; font-weight: bold;}
.priceTips{color:#f60; padding-left: 5px;}