@charset "UTF-8";
/* 最新公告 信息模块 */
.line-hr {
  border-bottom: 1px solid #69b02f;
  padding: 36px 20px 20px 20px; }

.news {
  border-bottom: 1px solid #69b02f;
  padding: 45px 20px 20px; }

.news ul li {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 10px 0 15px;
  font-size: 14px;
  width: 560px;
  height: 180px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  padding-top: 0;
  box-sizing: border-box; }

.news ul li:nth-child(2n) {
  margin-right: 0; }

.news ul li a.img_a {
  float: left;
  width: 253px;
  height: 163px;
  border: 1px solid #dddddd;
  border-right: 0; }

.news ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.news ul li > a.bora {
  width: 305px;
  height: 100%;
  float: left;
  border: 1px solid #69b02f;
  border-left: none;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box; }

.news ul li > a.bora i.title {
  font-size: 15px;
  font-weight: bold;
  color: #69b02f;
  display: block;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal; }

.news ul li p {
  height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 18px;
  color: #333333; }

.news ul li i.datetime {
  position: relative;
  top: 6px;
  color: #bcbcbc;
  font-style: normal; }

.news ul li a.detail {
  color: #bcbcbc;
  position: absolute;
  right: 15px;
  bottom: 26px; }

.news ul li a.detail:hover {
  color: #1e7e17; }

/* 美图欣赏 信息模块*/
.photoInfoList {
  padding: 40px 30px 20px;
  border-bottom: 1px solid #69b02f; }

.photoInfoList .item {
  width: 260px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer; }

.photoInfoList .item:nth-child(4n) {
  margin-right: 0; }

.photoInfoList .item img {
  width: 100%;
  height: 170px;
  object-fit: cover; }

.photoInfoList .item p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #666666;
  color: #444444;
  border-top: 0; }

.photoInfoList .item p:hover {
  color: #69b02f; }

/* 信息详情 */
.info-detail {
  width: 870px;
  padding: 20px 20px 40px;
  border: 1px solid #333333;
  border-top: 6px solid #69b02f; }

.info-detail .my-title {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: 700; }

.info-detail .my-author {
  text-align: right;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #bcbcbc; }

/* 简介 */
.info-detail .short-introduction {
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #cccccc;
  color: #666666;
  text-indent: 2em;
  border-radius: 0 0 4px 4px; }

/* 详情 */
.info-detail .info-content {
  margin-top: 20px; }

/* 产品推荐 */
.info-detail-procuce {
  width: 260px;
  border: 1px solid #333333;
  border-top: 6px solid #69b02f; }

.info-detail-procuce .pro-tit {
  margin: 20px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border: 2px solid #69b02f;
  height: 28px;
  line-height: 28px; }

.recommend-span {
  display: block;
  text-align: center;
  height: 26px;
  line-height: 26px;
  width: 110px;
  background-color: #FFFFFF;
  font-size: 16px;
  margin: 0 auto;
  margin-top: -30px;
  color: #69b02f; }

.aside-bor {
  margin-top: 20px; }

.aside-bor .aside-bor-li:hover {
  cursor: pointer; }

.aside-bor .aside-bor-li .aside-bor-img {
  height: 152px;
  position: relative; }

.aside-bor .aside-bor-li .aside-bor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.aside-bor .aside-bor-li .aside-bor-img p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #444444;
  background: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.aside-bor .aside-bor-li .aside-bor-price {
  padding: 10px;
  color: #444444;
  line-height: 30px; }

.aside-bor .aside-bor-li .aside-bor-price span:first-child {
  font-size: 16px;
  color: #b63838;
  font-weight: 700; }

.aside-bor .aside-bor-li .aside-bor-price span:nth-child(2) {
  color: #bcbcbc;
  margin-left: 5px;
  font-size: 12px; }
