.news-page {display:flex;flex-wrap:wrap;justify-content:space-evenly;}.news-page .news-item {display:flex;flex-direction:column;background-color:White;margin-bottom:20px;cursor:pointer;width:30%;box-sizing:border-box;position:relative;padding-top:10px;}.news-page .news-item:hover {text-decoration:none;}.news-page .news-item .news-img {width:100%;height:150px;background-repeat:no-repeat;background-size:contain;background-position:center;}.news-page .news-item .news-data {width:100%;padding:40px;box-sizing:border-box;}.news-page .news-item .news-data .news-date {}.news-page .news-item .news-data .news-title {font-weight:700;font-size:16px;margin:4px 0 20px;}.news-page .news-item .news-data .news-desc {max-height:204px;overflow:hidden;font-size:14px;line-height:150%;}.news-page .news-item .news-arrow {background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAaCAYAAAA0R0VGAAAA1UlEQVR4AWKgNTggrmQDaL8ONBCGojiMp4AiEKC3CJEIQBgIBGsCEAQgQD1ID5BE0IsEiFIgKSihcfsgJrsG7H+w+IGGj9m952CLdsnSj6AOTnA4oGUhqowAZ7iEI7rquApWcCku6KkDm9h5Aq/oqwMb2HgCbwjUgXWsPYEPDNSBNSw9gU+E6sBqRmBk4ZiZ45US+MHk/+EhxohyEGKEPVyKGNNk3BsuZ3HGf7Nf3B3OoIXpOLOv1fIHYf8oKQ5h/fWlv/j1I5N+2NSP6cWCo18NJUv1F4ospUHRAmYMAAAAAElFTkSuQmCC);background-position:center center;background-repeat:no-repeat;background-size:28px auto;bottom:20px;height:30px;position:absolute;right:30px;width:28px;}.news-page-item {background-color:White;}.news-page-item .news-header {background-color:#03492f;height:150px;display:flex;justify-content:center;flex-direction:column;padding-left:150px;}.news-page-item .news-header div:nth-child(1) {font-size:14px;color:White;}.news-page-item .news-header div:nth-child(2) {font-size:16px;font-weight:700;color:White;margin-top:5px;}.news-page-item .news-content {padding:40px 150px 20px;}.news-page-item .news-content .news-text {font-size:14px;}.news-page-item .news-good {width:750px;margin:30px auto;display:flex;}.news-page-item .news-good .news-good-img {width:300px;min-height:300px;background-repeat:no-repeat;background-size:contain;background-position:center top;}.news-page-item .news-good .news-good-data {display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(100% - 300px);}.news-page-item .news-good .news-good-name {font-size:16px;font-weight:700;margin-bottom:20px;}.news-page-item .news-good .news-good-attr {font-size:14px;margin-bottom:20px;}.news-page-item .news-good .product-smell,.news-page-item .news-good .product-taste,.news-page-item .news-good .product-dish {font-size:14px;}.news-page-item .news-good .button-green {text-align:center;font-weight:700;font-size:15px;width:310px;}.news-tail {display:flex;justify-content:space-between;margin-top:30px;}.news-tail .news-tail-item {width:30%;background-color:White;box-sizing:border-box;display:flex;}.news-tail .news-tail-item:hover {text-decoration:none;}.news-tail .news-tail-item .news-tail-item-img {width:40%;height:150px;background-position:center top;background-size:contain;background-repeat:no-repeat;margin:10px 0;}.news-tail .news-tail-item .news-tail-item-data {width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f2f2f2;background-image:url('/img/default/button_green.png');background-repeat:no-repeat;background-size:35px;background-position:right bottom;}.news-tail .news-tail-item .news-tail-date {font-size:14px;margin-bottom:5px;}.news-tail .news-tail-item .news-tail-title {font-size:16px;font-weight:700;text-align:center;}