﻿@charset "utf-8";
/* CSS Document */


/********************************************************************************
                            西藏频道版权
********************************************************************************/
#footerBody {
    width: 1020px;
    margin: 10px auto;
    border-top: 1px solid #E2F3FE;
    height: 120px;
    text-align: center;
}
#footerBody .links {
    width: 1020px;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #E2F3FE;
}
#footerBody .copyright {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}
#footerBody .copyright p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}
#footerBody .copyright p a {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    margin: 0px 10px;
}

@media screen and (max-width: 767px) and (min-width: 0px)
#footerBody {
    display: none;
}






.foot {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  border-top: 1px solid #d9d9d9;
  margin: 30px auto 0;
  padding-top: 30px;
}
.foot a {
  margin: 0 10px;
  color: #666;
}
.foot i {
  color: #00499e;
  font-style: normal;
}

/*# sourceMappingURL=foot.css.map */