html {
  background: #ece8f0;
}

.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))
  );

  /*绱壊鑳屾櫙*/
/*  background-image: linear-gradient(top, rgb(168,161,203) 0%, rgb(219,214,231) 20%, rgb(236,232,240) 100%);
  background-image: -o-linear-gradient(top, rgb(168,161,203) 0%, rgb(219,214,231) 20%, rgb(236,232,240) 100%);
  background-image: -moz-linear-gradient(top, rgb(168,161,203) 0%, rgb(219,214,231) 20%, rgb(236,232,240) 100%);
  background-image: -webkit-linear-gradient(top, rgb(168,161,203) 0%, rgb(219,214,231) 20%, rgb(236,232,240) 100%);
  background-image: -ms-linear-gradient(top, rgb(168,161,203) 0%, rgb(219,214,231) 20%, rgb(236,232,240) 100%);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(168,161,203)),
    color-stop(0.2, rgb(219,214,231)),
    color-stop(1, rgb(236,232,240))
  );*/

}

.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;
}
