.banner {
  margin-top: 80px;
  width: 100%;
  height: 550px;
  background: url("../images/xwlb-banner.png") no-repeat center center;
  background-size: 1920px 550px;
}

/* 新闻中心 */
.news {
  margin: 80px auto 0;
  width: 1200px;
}

.news .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.news .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.news .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}

.news .tit {
  margin-top: 32px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}

.news .tit li .active1 {
  color: #fff;
  background-color: #1F7F57;
}

.news .tit li {
  margin-left: 26px;
  display: inline-block;
}

.news .tit li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 33px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333;
}

.news .center {
  width: 100%;
}

.news .center li {
  padding: 30px 0;
  box-sizing: content-box;
}

.news .center>ul>p {
  width: 1200px;
  height: 1px;
  border: 1px solid #f1f1f1;
}

.news .center li .fl {
  width: 340px;
  height: 240px;
}

.news .center li .fl a {
  display: block;
  width: 340px;
  height: 240px;
  /* background-image: url("../images/xwlb-xwzx1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
  overflow: hidden;
}

.news .center li .fl a img {
  width: 100%;
  height: 100%;
}

.news .center li .fr {
  position: relative;
  margin: 0 30px;
  width: 800px;
  height: 240px;
}

.news .center li .fr h3 {
  transform: translateX(-10px);
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #333;
  overflow: hidden; 
}
.news .center li .fr h3 img {
  margin-bottom: 5px;
  margin-left: 5px;
}

.news .center li .fr h3 span {
  color: #F78001;
}

.news .center li .fr div {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #999;
}

.news .center li .fr div .fx {
  display: block;
  padding-left: 20px;
  height: 100%;
  float: right;
  background: url("../img/xwlb-fx.png") no-repeat center left;
  font-size: 14px;
  color: #F78001;
}

.news .center li .fr p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .center li .fr>a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #666;
}

.news .center li .fr:hover a {
  color: #F78001;
}

/* 分享 */
.center .social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 50%;
  line-height: 18px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  
}
.news .center li .fr .social-share {
  position: absolute;
  display: none;
  right: 40px;
  top: 0;
  width: 140px;
}



.news .center .page {
  margin: 50px 0 80px;
  text-align: center;
}

.news .center .page ul li {
  margin-right: 5px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.news .center .page ul li.thisclass {
    color: #fff;
    background-color: #1F7F57;
}


.product_center .page ul li

.news .center .page ul li a {
  display: block;

}
.news .center .page ul li .active {
  color: #fff;
  background-color: #1F7F57;
}
.news .center .page span {
  color: #999;
}