* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, SimSun, sans-serif;
  
  margin: 0 auto;
}
.clearfix {
  display: block;
  *display: inline-block;
  _height: 1%;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.banner img {
  display: block;
}
.main {
  /* background: linear-gradient(to bottom, #fff 0%,#04e8ff 5%); */
  background: url(../images/uga-bg.png);
  padding-top: 30px;
}
.main_no_bg {
  background: linear-gradient(to bottom, #fff 0%,#04e8ff 5%);
  padding-top: 30px;
}
.content {
  background-color: #fff;
  border-radius: 30px;
  min-height: 518px;
  margin: 30px auto 136px;
  text-align: center;
  width: 765px;
}
.content p{
  font-size: 18px;
  line-height: 42px;
}
.btn-enter,
.btn-search,
.btn-register {
  border:0;
  border-radius: 30px;
  font-size: 25px;
  font-weight: bold;
  margin: 90px 24px 0;
  padding: 13px 35px;
  cursor: pointer;
}
.btn-enter {
  color: #fff;
  background-color: #fc5e39;
}
.btn-search {
  color: #fff;
  background-color: #004f9b;
}
.btn-register{
  color: #919191;
  background-color: #ccf4bb;
}
.draw-creche{
    max-width: 375px;
    min-width: 305px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline;
    text-align: left;
    margin-left: 45px;
}

.draw-creche a {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.draw-creche a:hover {
    color: #AF262D;
    text-decoration: underline;
}
.draw-creche a:visited {
    color: #AF262D;
}
.draw-creche a:link {
    color: #AF262D;
}
.draw-creche a:hover {
    text-decoration: underline;
}

.draw-brochure{
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline;
    text-align: center;
    margin-left: 40px;
    font-size: 18px;
}

.draw-brochure a {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.draw-brochure a:hover {
    color: #AF262D;
    text-decoration: underline;
}
.draw-brochure a:visited {
    color: #AF262D;
}
.draw-brochure a:link {
    color: #AF262D;
}
.draw-brochure a:hover {
    text-decoration: underline;
}

.main-cont {
  margin: 40px 30px 0;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  padding-bottom: 20px;
}

.con-title-1{
  background: url(../images/reg-title-1-uga.png) no-repeat;
  display: block;
  height: 47px;
  left: 53px;
  position: absolute;
  top: -28px;
  width: 260px;
}

.con-conts{
  margin: 50px;
  font-size: 16px;
  padding-top: 46px;
}
.con-conts ol {
  margin-left: 30px;
}
.con-conts > ol li {
  padding-left: 15px;
}