.whatcanwedo .title:before,
.whatcanwedo .title:after {
  content: " ";
  width: 50px;
  height: 3px;
  display: inline-block;
  background: #C69E59;
  margin: 0 10px 10px 0;
}
.whatcanwedo .title:after {
  margin: 0 0 10px 10px;
}
.whatcanwedo .row .iport-h3-title {
  font-size: 16px;
}
.whatcanwedo .row p.descript {
  color: #A7A7A7;
  margin: 0px;
}
#index-gl .divdesc {
  height: 120px;
  overflow: hidden;
  display: inline-block;
}
#index-gl .imgtitle {
  max-width: 420px;
}
h3 {
  font-size: 24px;
  font-weight: bold;
}
#download {
  width: 460px;
  margin: 0 auto;
  margin-bottom: 46px;
}
#download a {
  box-shadow: 0 2px 10px rgba(13, 169, 78, 0.4);
  text-decoration: none;
  cursor: pointer;
  margin-top: 46px;
  display: block;
  text-align: center;
  width: 340px;
  height: 64px;
  background: #2A8FEB;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 64px;
  letter-spacing: 1px;
  padding: 0 10px;
  float: left;
}
#download a img {
  vertical-align: top;
  margin-top: 20px;
  width: 20.5px;
}
#download span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: gray;
  float: left;
}
