﻿.bg {
  width: 100%;
  height: 250px;
  background: url('../../images/news/g-crescoli-365898.png') no-repeat center center;
}
#news {
  padding-top: 50px;
  min-height: 374px;
}
#news .news {
  float: left;
  width: 900px;
  margin-left: 80px;
  margin-bottom: 40px;
  /* 新闻列表 */
  /* 点击切换 */
}
#news .news h2 {
  font-weight: 400;
}
#news .news h2 span {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #49b849;
  margin-top: 8px;
  margin-right: 20px;
}
#news .news h2 p {
  float: left;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
#news .news .line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  margin-top: 20px;
}
#news .news ul.newsList li {
  position: relative;
  padding-top: 35px;
  height: 297px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
#news .news ul.newsList li .date {
  float: left;
  width: 110px;
  height: 110px;
  background: url('../../images/news/ri.png') no-repeat;
  text-align: center;
}
#news .news ul.newsList li .date p:nth-child(1) {
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
#news .news ul.newsList li .date p:nth-child(2) {
  margin-top: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #666666;
}
#news .news ul.newsList li .newsInfo {
  float: left;
  margin-left: 74px;
  margin-top: 5px;
}
#news .news ul.newsList li .newsInfo h4 {
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  color: #333333;
  transition: .2s;
}
#news .news ul.newsList li .newsInfo h4:hover {
  color: #49b849;
}
#news .news ul.newsList li .newsInfo p.time {
  margin-top: 12px;
  font-style: 14px;
  line-height: 14px;
  color: #999999;
}
#news .news ul.newsList li .newsInfo p.information {
  position: relative;
  width: 426px;
  height: 52px;
  margin-top: 23px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  /* 省略部分 */
  overflow: hidden;
}
#news .news ul.newsList li .newsInfo p.information::after {
  content: '...';
  position: absolute;
  right: 6px;
  bottom: -4px;
  background: #fff;
  padding-left: 4px;
}
#news .news ul.newsList li .newsInfo a.read {
  font-size: 20px;
  line-height: 20px;
  color: #49b849;
}
#news .news ul.newsList li .newsInfo img {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 224px;
  height: 140px;
}
#news .news div.newsTab {
  margin-top: 80px;
  text-align: center;
}
#news .news div.newsTab section {
  display: inline-block;
}
#news .news div.newsTab div {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
#news .news div.newsTab div.prev li.prev{
  margin-right: 5px;
  background: url('../../images/news/shang.png') no-repeat center center;
}
#news .news div.newsTab div.next li.next{
  margin-left: 5px;
  background: url('../../images/news/xia.png') no-repeat center center;
}
#news .news div.newsTab ul {
  float: left;
}
#news .news div.newsTab ul li {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 5px 0;
  color: #666666;
  font-size: 20px;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
}
#news .news div.newsTab ul li.on {
  background: #49b849;
  color: #ffffff;
}
#news .news div.newsTab ul li:hover {
  background: #49b849;
  color: #ffffff;
}
/*左边点击部分*/
.leftList {
  float: left;
  width: 220px;
}
.leftList .title {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #49b849;
}
.leftList ul {
  margin-top: 20px;
}
.leftList ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
}
.leftList ul li a p {
  font-size: 18px;
  color: #333333;
  transition: .2s;
}
.leftList ul li a div {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 23px;
}
.leftList ul li a div.left {
  left: 50px;
  background: url('../../images/news/hui.png') no-repeat;
}
.leftList ul li a div.right {
  display: none;
  right: 26px;
  background: url('../../images/news/qian.png') no-repeat;
}
.leftList ul li.on {
  background-color: #49b849;
}
.leftList ul li.on p {
  color: #ffffff !important;
}
.leftList ul li.on div.left {
  display: none;
}
.leftList ul li.on div.right {
  display: block;
}
.leftList ul li:hover a p {
  color: #49b849;
}
#footer {
  height: 220px;
  padding-top: 64px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
#footer .topInfo ul {
  float: left;
}
#footer .topInfo ul li {
  float: left;
  box-sizing: border-box;
}
#footer .topInfo ul li p.title {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 25px;
}
#footer .topInfo ul li div {
  padding-right: 122px;
}
#footer .topInfo ul li div p {
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 14px;
}
#footer .topInfo ul li + li {
  border-left: 1px solid #c9c9c9;
  padding-left: 50px;
}
#footer .topInfo ul li:nth-last-child(1) div {
  padding-right: 28px;
}
#footer .topInfo .qrcode {
  float: left;
  margin-top: -22px;
}
#footer .topInfo .connect {
  float: left;
  margin-left: 120px;
}
#footer .topInfo .connect > p {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 22px;
}
#footer .topInfo .connect .phone p {
  float: left;
}
#footer .topInfo .connect .phone p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #494949;
}
#footer .topInfo .connect .phone p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  margin-top: 6px;
}
#footer .line {
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  margin-top: 23px;
}
#footer .bottomInfo {
  margin-top: 20px;
}
#footer .bottomInfo p {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  text-align: center;
}
