@import "./base.css";
@import "./header-wrap-index.css";
@import "./footer.css";
@import "./video-js.css";
@import "./video.css";

.content {
}

/*news*/
.content .news-container {
  height: 210px;
  background-color: #ffffff;
}
.content .news-container .news-wrap {
  padding-top: 24px;
  overflow: hidden;
}
.content .news-container .news-wrap .news-block {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.news-wrap-head {
  height: 30px;
  overflow: hidden;
}
.news-wrap-head .news-wrap-head-title {
  font-size: 20px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.news-wrap-head .news-wrap-head-more {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #439fe0;
  float: right;
}
.news-block ul {
  margin-top: 20px;
}
.news-block ul li {
  height: 30px;
  line-height: 30px;
}
.news-block ul li .list-item-name {
  float: left;
  color: #666666;
  font-size: 14px;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-block ul li .list-item-time {
  float: right;
  font-size: 12px;
  color: #b2b2b2;
}

/*product*/
.content .product-container {
  background-color: #f7f7f7;
}
.content .product-container .product-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
}
.product-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
}
.product-wrap ul {
  overflow: hidden;
  padding-bottom: 10px;
}
.product-wrap ul li {
  float: left;
  width: 227px;
  margin: 0 6.5px;
  padding: 0 16px;
  background-color: #ffffff;
}
.product-wrap ul li:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 10px #cccccc;
}
.product-wrap ul li .list-item-title {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
}
.product-wrap ul li .list-item-icon {
  width: 195px;
  height: 130px;
  margin: 0 auto;
}
.list-item-icon.gj {
  background: url("/images/index/icon-product-guanjia.png");
}
.list-item-icon.ydw {
  background: url("/images/index/icon-product-ydw.png");
}
.list-item-icon.yyw {
  background: url("/images/index/icon-product-yyw.png");
}
.list-item-icon.ha {
  background: url("/images/index/icon-product-ha.png");
}
.list-item-icon.itservice {
  background: url("/images/index/icon-product-itservice.png");
}
.product-wrap ul li .list-item-description {
  height: 80px;
  overflow: hidden;
  margin: 16px 0 20px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

/*friend*/
.friend {
  width: 100%;
  height: 40px;
  line-height: 30px;
  color: #999;
  text-align: center;
  font-size: 12px;
  background-color: #f7f7f7;
}
.friend a {
  color: #999;
  font-size: 12px;
}
