/*
 * @Author: chengh@ebs.org.cn 
 * @Date: 2018-09-07 10:25:11 
 * @Last Modified by: chengh@ebs.org.cn
 * @Last Modified time: 2018-09-07 11:11:06
 */

.cont {
  color: #333;
  position:relative;
  overflow:hidden;
}
.cont.credit-info {
  padding: 0;
}
.cont .main-title{
  text-align: center;
  font-size: 28px;
  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;
  padding-left: 2em;
}

.go-back {
  position: absolute;
  right: 20px;
  bottom: 30px;
  /* 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;
  padding: 0 10px;
}
.go-back a:active {
  background-color: #3c6db1;
}