﻿.bg {
  width: 100%;
  height: 250px;
  background: url('../../images/news/g-crescoli-365898.png') no-repeat center center;
}
#news {
  padding-top: 50px;
}
#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 h2 div.back {
  float: right;
  margin-top: 2px;
  color: #49b848;
  font-size: 18px;
  line-height: 26px;
  text-indent: 20px;
  border-left: 1px solid #eeeeee;
  cursor: pointer;
}
#news .news .line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  margin-top: 20px;
}
#news .news section.details {
  margin-bottom: 22px;
}
#news .news section.details h3 {
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
#news .news section.details p.time {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-bottom: 40px;
  text-align: center;
}
#news .news section.details p.word {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  text-indent: 32px;
}
#news .news section.details div.pic {
  text-align: center;
  margin: 26px 0;
}
#news .news section.details div.pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
}
/*左边点击部分*/
.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;
}
