body {
  background: #fff; }

.showImgWrapper {
  display: table;
  width: 100%;
  background: url(../img/img-01.jpg) 50%; }

.header {
  width: 100%;
  height: 555px;
  background: url(../img/header-bg.jpg) center no-repeat; }

.layout {
  width: 1200px;
  margin: 0 auto; }

.column-one {
  margin-top: 22px; }
  .column-one h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 46px;
    margin-bottom: 33px; }
  .column-one .item-wrapper .left-item {
    float: left;
    width: 745px;
    height: 421px; }
  .column-one .item-wrapper .right-item {
    position: relative;
    height: 421px;
    float: right;
    width: 420px; }
    .column-one .item-wrapper .right-item .info {
      font-size: 16px;
      color: #555;
      line-height: 30px; }

.column .title-wrapper {
  position: relative;
  width: 100%; }
  .column .title-wrapper .ico {
    float: left;
    width: 96px;
    height: 60px; }
    .column .title-wrapper .ico i {
      position: absolute;
      left: -8px;
      top: -9px;
      display: inline-block;
      width: 104px;
      height: 83px;
      background: url(../img/ico-one.jpg) no-repeat; }
  .column .title-wrapper .title {
    float: right;
    width: 1100px;
    height: 60px;
    border-bottom: 3px solid #ff0306; }
    .column .title-wrapper .title span {
      display: inline-block;
      height: 57px;
      line-height: 57px;
      padding: 0 17px;
      background-color: #ff0306;
      font-size: 24px;
      color: #f3e628; }
.column .content-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 28px 0 23px 0; }
  .column .content-wrapper .content {
    width: 1231px; }
    .column .content-wrapper .content .item {
      float: left;
      display: block;
      width: 215px;
      margin: 0 31px 21px 0; }
      .column .content-wrapper .content .item .img-wrapper {
        width: 215px;
        height: 122px; }
        .column .content-wrapper .content .item .img-wrapper img {
          width: 215px;
          height: 122px; }
      .column .content-wrapper .content .item .info-wrapper .title {
        font-size: 18px;
        color: #000;
        line-height: 28px;
        margin: 15px 0 6px 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .column .content-wrapper .content .item .info-wrapper .info {
        font-size: 15px;
        color: #555;
        line-height: 30px; }

.column-two {
  margin: 77px 0 0 0; }

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 150px; }
  .sidebar .ico {
    width: 150px;
    height: 55px;
    background: url(../img/ico-two.png) no-repeat; }
  .sidebar .list-item {
    background-color: #d92a2d;
    font-size: 12px;
    color: #f3e628;
    line-height: 22px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer; }
    .sidebar .list-item:last-child {
      border-bottom: none; }
    .sidebar .list-item.on {
      color: #fff;
      font-weight: bold; }

/*# sourceMappingURL=index.css.map */
