#banner a {
  height: 300px;
  background: url(../../images/project-banner.jpg) no-repeat top center;
}

.project-list {
  margin-top: 58px;
}
.project {
  position: relative;
  padding-left: 53px;
  padding-bottom: 20px;
  margin-bottom: 72px;
}
.project .left-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 1px;
  background-color: #ff6307;
}
.project .left-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: -17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ff6307 url(../../images/project/plane.png) no-repeat center center;
}
.project .left-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff6307;
}
.project .title {
  font-size: 24px;
  color: #ff6307;
  margin-bottom: 25px;
  font-weight: bold;
}
.project .img-text {
  height: 343px;
}
.project .img-text .img-b {
  float: left;
  width: 537px;
  height: 343px;
}
.project .img-text .detail {
  float: left;
  width: 354px;
  height: 293px;
  padding: 25px 22px;
  margin-left: 10px;
  background-color: #f7f7f7;
}
.project .img-text .detail h4 {
  border-bottom: 1px solid #e5e5e5;
}
.project .img-text .detail h4 span {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ff6307;
}
.project .img-text .detail p {
  height: 239px;
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  padding-top: 18px;
  text-indent: 18px;
  text-align: justify;
  overflow: hidden;
}
.project-news {
  padding-top: 28px;
}
.project-news dt {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
.project-news dt span {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ff6307;
}
.project-news dd {
  border-bottom: 1px solid #eeeeee;
}
.project-news dd a {
  display: block;
  padding: 21px 20px;
}
.project-news dd a p {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  width: 78%;
}
.project-news dd a span {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  width: 20%;
  text-align: right;
  float: right;
}
.project-news dd:hover a {
  background-color: #fff3ec;
}

.project-number-data {
  height: 282px;
}
.project-number-data > div {
  float: left;
  width: 461px;
  height: 246px;
  padding: 12px 19px 24px 17px;
  background: url(../../images/project/project-bottom-box-bg.png) no-repeat;
}
.project-number-data .left {
  margin-right: 6px;
}
.project-number-data .box {
  position: relative;
  padding: 80px 30px 80px 150px;
}
.project-number-data .box img {
  width: 96px;
  height: 96px;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -48px;
}
.project-number-data .box p {
  color: #333;
  font-size: 24px;
  text-align: right;
}
.project-number-data .box p span {
  color: #ff6307;
  font-size: 48px;
  margin-right: 5px;
}
.project-number-data .box h5 {
  text-align: right;
  font-size: 18px;
  color: #777777;
}

#content .read-more a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 28px;
  font-size: 14px;
  color: #ff6307;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#content .read-more a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../../images/read-more-icon.png) no-repeat;
  margin-left: 5px;
}
#content .read-more a img {
  margin-left: 5px;
}
#content .read-more a:hover {
  border-color: #ff6307;
  background-color: #ff6307;
  color: #fff;
}
#content .read-more a:hover:after {
  background: url(../../images/read-more-icon-white.png) no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}