.container {
  margin: 0 auto;
  width: 1240px;
}

.banner-img {
  height: 486px;
  width: 100%;
}

.list {
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.floor-4 .fl,
.floor-4 .fr {
  padding: 0 15px;
  float: left;
}

.floor-4 .fl {
  width: 725px;
}

.floor-4 .fr {
  width: 515px;
}

.list .list-top {
  border-bottom: 2px solid #19b380;
}

.list h5 {
  float: left;
  padding: 25px 0 15px 0;
  color: #353940;
  font-size: 18px;
}
.list button.pull-btn{
  float: right;
  width: 82px;
  height: 34px;
  line-height: 34px;
  background: #00a971;
  color: #fff;
  margin: 20px 0 0 0;
  border: 0;
  cursor:pointer;
}
.list .more {
  float: right;
  padding-top: 32px;
  color: #6c737a;
  font-size: 12px;
}

.floor-4 tr:nth-child(odd) {
  background-color: #fff;
}

.floor-4 tr:nth-child(even) {
  background-color: #ebebeb;
}

.goods-list thead tr {
  height: 46px;
  background-color: #f8f8f8;
}

.goods-list a {
  color: #19b380;
}
img.spec-img-1{
  width:100%;
  height: auto;
}

.floor-1 tr {
  border-bottom: 1px solid #dce0e1;
  border-left: 1px solid #dce0e1;
  border-right: 1px solid #dce0e1;
  background-color: #ffffff;
}

.list td {
  padding: 10px 0;
  text-align: center;
}

/**
 * 公司动态
 */

.com-dynamic {
  padding: 22px 0 65px 0;
}
.com-dynamic-title{
  text-align: center;
  font-size:32px;
  font-weight:400;
  color:rgba(50,56,69,1);
  padding:0 0 45px 0;
}
.com-dynamic-box {
  width: 1200px;
  margin: 0 auto;
}

.com-dynamic-box li {
  float: left;
  width:576px;
  height: 146px;
  padding: 30px 20px;
  margin: 0 48px 40px 0;
}
.com-dynamic-box li a{
  display: block;
}
.com-dynamic-box li:nth-child(2n-2){
  margin-right: 0;
}

.com-dynamic-box li:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
}

.com-dynamic-box li .date-tips {
  float: left;
  width: 56px;
  height: 56px;
  padding: 6px 0 0 0;
  border: 1px solid #19B380;
}

.com-dynamic-box li strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.spec-img{
  display:block;
  height: 400px;
  width: 100%;
}
.com-dynamic-box li span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #333;
}

.com-dynamic-box li .com-dynamic-info {
  float: left;
  width: 480px;
  padding: 0 0 0 25px;
}


.com-dynamic-box li h3 {
  position: relative;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(51, 51, 51, 1);
}
.com-dynamic-box li h3 i.to-detail{
  position: absolute;
  top: 0px;
  right: -13px;
  display: block;
  width: 18px;
  height: 18px;
  background: #979797;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.com-dynamic-box li h3 i.under-line{
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 26px;
  height: 1px;
  background: #19B380;
}
.com-dynamic-box li p {
  height: 52px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(176, 176, 176, 1);
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.more-list {
  display: block;
  width: 64px;
  height: 18px;
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}
.container .deal-record{
  padding: 0 15px;
  height: 340px;
}
.container .deal-record table{
  width: 100%;
  overflow: hidden;
}
.container .deal-record table tr{
  height: 44px;
  border-bottom: 1px solid #ccc;
}
.container .deal-record ul{
  background: #fff;
}
.container .deal-record ul li{
  border-bottom: 1px solid #ccc;
}
.container .deal-record ul li span{
  display: inline-block;
  width: 198px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#record-list{
  position: relative;
  overflow: hidden;
  height: 240px;
}


