@charset "UTF-8";
/*
含有的class
clearfix
inline
ie6fixedTL
ie6fixedTR
ie6fixedBL
ie6fixedBR
contentBar
fullBar
fl
fr

含有的id
header
footer
body

*/
body {
  font-size: 0;
}

* {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "SimSun", "宋体", "Arial Narrow";
  border: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
  transition: 1s color;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: bold;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #ec9e3a;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.inline {
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}

#header, #footer, #body {
  width: 100%;
  min-width: 1100px;
}

.contentBar {
  min-height: 1px;
  margin: 0px auto;
  width: 1100px;
  /*background: #cc0000;*/
}

.fullBar {
  min-height: 1px;
  width: 100%;
  margin: 0px auto;
  /*background: #cc0000;*/
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*
		from:
		http://www.cnblogs.com/hooray/archive/2011/05/20/2052269.html
		*/
html, html body {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}

html .ie6fixedTL {
  _position: absolute;
  _left: expression(eval(document.documentElement.scrollLeft));
  _top: expression(eval(document.documentElement.scrollTop));
}

html .ie6fixedTR {
  _position: absolute;
  _right: expression(eval(document.documentElement.scrollLeft));
  _top: expression(eval(document.documentElement.scrollTop));
}

html .ie6fixedBL {
  _position: absolute;
  _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

html .ie6fixedBR {
  _position: absolute;
  _right: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

/* *************************基本css到这里*************************  */
.centerBar {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

#header {
  width: 100%;
  position: relative;
  /*background: url("bg.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100% 100%;*/
  /*
  .contentBar {
    text-align: center !important;
    width: $contentWidth;
    img {
      height: 100%;
      text-align: center !important;;
      overflow: hidden;
    }
    p {
      height: 55px;
      line-height: 55px;
      font-size: 12px;
      float: right;
      color: $white;
      a {
        color: $white;
        text-decoration: none;
      }
    }
  }*/
}
#header img {
  width: 100%;
}

#hBorder {
  position: absolute;
  bottom: 0px;
  background: #404040;
}

#body {
  width: 100%;
  position: relative;
  min-height: 60vh;
  /*height: 100px;*/
}
#body .contentBar {
  margin-top: 70px;
}
#body .contentBar .content {
  float: left;
  width: 700px;
}
#body .contentBar .content li {
  list-style: none;
  padding: 0 0 60px 0;
  width: 700px;
  height: 161px;
}
#body .contentBar .content li div {
  float: left;
  width: 433px;
  height: 100%;
  margin-left: 20px;
  position: relative;
}
#body .contentBar .content li div h3 {
  list-style: none;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: left;
  text-decoration: none;
  z-index: 7;
}
#body .contentBar .content li div h3:hover {
  color: #ec9e3a;
}
#body .contentBar .content li div .textBox {
  margin: 13px 0 0 0;
  line-height: 24px;
  font-size: 13px;
  color: #666666;
}
#body .contentBar .content li div .textBox a {
  color: #999999;
  text-decoration: none;
}
#body .contentBar .content li div .textBox a:hover {
  color: #ec9e3a;
}
#body .contentBar .content li div .time {
  color: #999999;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
#body .contentBar .content li .img {
  float: left;
  width: 246px;
  height: 100%;
}
#body .contentBar .content .showMore {
  background-image: url("/images/2016zt/20160804rioOlympic/rio_18.png");
  width: 185px;
  height: 47px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  color: #ec9e3a;
}
#body .contentBar .side {
  float: left;
  width: 300px;
  margin-left: 100px;
}
#body .contentBar .side .logo {
  width: 300px;
  height: 55px;
  margin-bottom: 30px;
}
#body .contentBar .side .ayjpb {
  margin-bottom: 60px;
}
#body .contentBar .side .ayjpb table {
  width: 100%;
  text-align: center;
}
#body .contentBar .side .ayjpb table tr {
  height: 28px;
}
#body .contentBar .side .ayjpb table tr td {
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  background-repeat: no-repeat;
}
#body .contentBar .side .ayjpb table tr td.medal {
  font-size: 0;
  background-image: url("/images/2016zt/20160804rioOlympic/rio_07.png");
}
#body .contentBar .side .ayjpb table tr td.medal_1 {
  background-position: -19px 1px;
}
#body .contentBar .side .ayjpb table tr td.medal_2 {
  background-position: -60px 1px;
}
#body .contentBar .side .ayjpb table tr td.medal_3 {
  background-position: -101px 1px;
}
#body .contentBar .side .ayjpb table tr td.counter {
  font-size: 0;
  background-image: url("/images/2016zt/20160804rioOlympic/rio_10.png");
}
#body .contentBar .side .ayjpb table tr td.val_1 {
  background-position: 11px -7px;
}
#body .contentBar .side .ayjpb table tr td.val_2 {
  background-position: 11px -35px;
}
#body .contentBar .side .ayjpb table tr td.val_3 {
  background-position: 11px -63px;
}
#body .contentBar .side .ayjpb table tr td.val_4 {
  background-position: 11px -91px;
}
#body .contentBar .side .ayjpb table tr td.val_5 {
  background-position: 11px -119px;
}
#body .contentBar .side .ayjpb table tr td:nth-child(1) {
  width: 15%;
}
#body .contentBar .side .ayjpb table tr td:nth-child(2) {
  width: 30%;
}
#body .contentBar .side .jcscjj {
  margin-bottom: 60px;
}
#body .contentBar .side .jcscjj div {
  width: 100%;
  height: 168px;
}
#body .contentBar .side .jcscjj div table {
  width: 100%;
  text-align: center;
}
#body .contentBar .side .jcscjj div table tr {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
#body .contentBar .side .jcscjj div table tr th {
  color: #333333;
}
#body .contentBar .side .jcscjj div table tr td {
  color: #999999;
  white-space: nowrap;
  background-repeat: no-repeat;
}
#body .contentBar .side .jcscjj div table tr td.activ {
  color: #333333;
}
#body .contentBar .side .jcscjj div table tr td.activ.curr {
  color: #ec9e3a;
}
#body .contentBar .side .qay ul .img {
  width: 300px;
  height: 170px;
  position: relative;
}
#body .contentBar .side .qay ul .img img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#body .contentBar .side .qay ul .img h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 33px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
#body .contentBar .side .qay ul .txt {
  color: #ec9e3a;
  list-style: disc inside;
  font-size: 14px;
  margin-top: 20px;
}
#body .contentBar .side .qay ul .txt h3 {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}

/*"foot_style"*/
#foot {
  background: none repeat scroll 0 0 #342c2a;
  border-top: 9px solid #b61606;
  height: 222px;
  margin-top: 75px;
  position: relative;
  width: 100%;
  display: none;
}
#foot img {
  margin: 0 10px;
  display: inline;
}
#foot .foot_sub_cont {
  width: 1002px;
  margin: 23px auto 0;
  text-align: center !important;
  color: #999999;
  line-height: 30px;
  font-size: 14px;
}

#footer {
  height: 113px;
  background: #eeeeee;
  margin-top: 134px;
  padding-top: 60px;
}
#footer p {
  color: #666666;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
}

#go_back {
  display: none;
  position: fixed;
  top: 90%;
  right: 10px;
  width: 60px;
  height: 40px;
  z-index: 998;
  background: #CCCCCC url("http://www.rmzxb.com.cn/images/2015zt/0120qglh/orbittest/goback.png") no-repeat;
}

/*# sourceMappingURL=20160804rioOlympic.css.map */
