/*
 * @Author: chengh@ebs.org.cn 
 * @Date: 2018-08-09 18:07:07 
 * @Last Modified by: chengh@ebs.org.cn
 * @Last Modified time: 2018-08-16 11:44:05
 */

.cont {
  color: #333;
  padding-bottom: 160px;
  position: relative;
}
.cont.credit-info {
  padding: 0;
}
.cont .main-title, 
.cont .img {
  text-align: center;
}
.cont .main-title {
  font-size: 30px;
  line-height: 150px;
}
.cont .main-title h3 {
  font-weight: normal;
}
.cont .second-title {
  font-size: 22px;
  margin-bottom: 45px;
}
.cont .third-title {
  font-size: 18px;
  color: #154fa0;
  margin-bottom: 26px;
  font-weight: 600;
}
.cont .desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.cont .img {
  margin-bottom: 40px;
}
.go-back {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 136px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.go-back a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #154fa0;
  color: #fff;
  border-radius: 3px;
}
.go-back a:active {
  background-color: #3c6db1;
}