.news-side-list .news-side-title {
  margin-top: 0.5em;
}

.news-side-list .news-side-title span {
  font-size: 16px;
  color: #2e942b;
}

.news-side-list .news-side-data-item {
  padding: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #ececec;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ececec;
}

.news-side-list .news-side-data-item-thumb {
  margin-right: 15px;
}

.news-side-list .news-side-data-item-thumb img {
  border-radius: 50%;
  max-width: 100%;
}

.news-side-list .news-side-data-item a {
  font-size: 14px;
  color: black;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
}

.news-side-list .news-side-data-item a:hover {
  color: green;
}

.product-side-list .product-side-title {
  margin-top: 0.5em;
}

.product-side-list .product-side-title span {
  font-size: 16px;
  color: #2e942b;
}

.product-side-list .product-side-data-item {
  padding: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #ececec;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ececec;
}

.product-side-list .product-side-data-item-thumb {
  margin-right: 15px;
  width: 50%;
}

.product-side-list .product-side-data-item-thumb img {
  max-width: 100%;
}

.product-side-list .product-side-data-item-price span {
  color: red;
}

.product-side-list .product-side-data-item a {
  font-size: 14px;
  color: black;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
}

.product-side-list .product-side-data-item a:hover {
  color: green;
}

.news-page {
  background-color: white;
}

.news-page .title h1 {
  color: #2e942b;
}

.news-page .news-list .news-item .thumb img {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin: 0 auto;
}

.news-page .news-list .news-item .box-text-right {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.news-page .news-list .news-item .box-text-right .title a {
  text-decoration: none;
}

.news-page .news-list .news-item .box-text-right .description p {
  font-size: 0.9em;
}

.news-page .intro-img img {
  max-width: 100%;
}

