@charset "utf-8";
/* CSS Document for footer*/
.ml-15{margin-left: 15px;}
.is-footer{max-width: 1920px;margin: 0 auto;padding-top: 136px;background: url(../images/index/footer-bg-blue.png) left top / cover no-repeat;}
.is-footer .container{position: relative;}
.website-footer{margin-left: 87px;margin-top: 20px;line-height:33px;color:#fff;}
.website-footer>p{padding-left: 19px;position: relative;}
.website-footer>p::before{display: block;content: "";width: 9px;height:9px;border-radius: 50%;background-color: white;position: absolute;left: 0;top: 13px;}
.website-footer .content{margin-right: 4px;}
.gov-info{height: 115px;line-height: 98px;color: white;margin-top: 34px;}
.gov-ga{vertical-align: -3px;}
.gov-img .sydw-link{position: absolute;right: 0;top: 6px;}

/* job-footer */
.job-footer{padding: 44px 0;background-color:#47474e;}
.job-copyright{text-align: center;line-height: 42px;}
.job-link-text{margin-left: 10px;}

/* admissions-footer */
.admissions-footer{padding: 38px 0;background-color:#337ab7;}
.admissions-copyright{text-align: center;line-height: 42px;}
.admissions-footer .gov-sydw{right: 0; top: 22px;}
.admissions-footer a:hover{color: white;text-shadow: #fff 0 0 10px;}

/* search-footer */
.search-footer{padding: 40px 0;}
.search-copyright,.search-copyright a{color: #333333;}

/* 主题切换 */
.theme-red .is-footer{background: url(../images/index/footer-bg.png) left top / cover no-repeat;}
/*pad md*/
@media screen and (max-width: 1280px){
  .is-footer{background-size: 100% 100%;}
  .gov-info{line-height: 36px;}
}
/*pad md*/
@media screen and (max-width: 991px){
  .footer-logo img{width: 100%;}
  .is-footer{background: #1f61af}
  .is-footer{padding-top: 25px;background-image: none;background-color: #3973B7;}
  .website-footer{margin-left: 0;}
  .gov-info{line-height: 36px;height: auto;}
  .f-group{display: block;line-height: 24px;margin-bottom: 10px;}
  .gov-info .f-group{text-align: center;}
  .website-footer>p::before{top: 8px;}

  .admissions-footer .gov-sydw{position: static;display: block;text-align: center;}
  .gov-img .sydw-link{position: static;display: block;text-align: center;margin-top: 10px;}

  .theme-red .is-footer{background: #9a0813}

}