html {
  background: rgb(222,236,249);
}

.main-bg{
  width: 100%;
  padding-top: 2%;
  /*height: 2999px;*/
  background-image: linear-gradient(bottom, rgb(222,236,249) 90%, rgb(165,208,244) 100%);
  background-image: -o-linear-gradient(bottom, rgb(222,236,249) 90%, rgb(165,208,244) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(222,236,249) 90%, rgb(165,208,244) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(222,236,249) 90%, rgb(165,208,244) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(222,236,249) 90%, rgb(165,208,244) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.9, rgb(222,236,249)),
    color-stop(1, rgb(165,208,244))
  );
}

.footer-info{
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #5c636a;
}

.main-title-container{
  width: 100%;
  margin: 0 auto;
  color: #005288;
  margin-bottom: 10px;
}
.main-title-container .main-back{
  font-size: 16px;
  text-indent: 30px;
  color: #005288;
  background: url(../images/title_left_arrow.png) left no-repeat;
}
.main-title-container .main-back:hover{
  text-decoration: none;
}
.main-title-container .main-title{
  font-size: 24px;
  text-align: center;
}
.main-title-container .main-info{
  text-align: right;
}

.main-title-container .main-info .hotphone{
  color: #004389;
  font-size: 14px;
}
.main-title-container .main-info .hotphone a{
  color: #004389;
  font-size: 14px;
}

.main-title-container .main-info .time{
  color: #5c636a;
  font-size: 12px;
}
