body {
  font-size: 16px;
  background-image: url("../img/bg.png"); }

.clearfix {
  clear: both;
  zoom: 1; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .swiper-slide > a > p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .swiper-slide > a > p > span {
      padding-left: 20px; }

.top-menu {
  width: 100%;
  height: 71px;
  min-width: 976px;
  background-color: #fff; }
  .top-menu .inner-content {
    width: 976px;
    height: 71px;
    margin: 0 auto; }
    .top-menu .inner-content .logo-box {
      float: left;
      width: 247px;
      height: 57px;
      margin-top: 7px; }
      .top-menu .inner-content .logo-box > img {
        width: 100%; }
    .top-menu .inner-content .top-list {
      float: right; }
      .top-menu .inner-content .top-list > li {
        float: left;
        margin: 0 15px; }
        .top-menu .inner-content .top-list > li > a {
          font-size: 20px;
          line-height: 71px;
          color: #2158e3;
          font-weight: bold; }

.header {
  width: 100%;
  height: 443px;
  background: url(../img/header.png) no-repeat center;
  min-width: 976px; }

.container {
  margin: 0 auto;
  width: 976px;
  background-color: #fff; }
  .container .intro {
    width: 976px; }
    .container .intro > img {
      display: block;
      width: 645px;
      height: 47px;
      margin: 60px auto; }
  .container .agenda {
    width: 976px;
    height: 684px;
    border: 1px solid #2158e3; }
    .container .agenda .label-block {
      width: 976px;
      height: 54px; }
      .container .agenda .label-block > img {
        width: 100%; }
    .container .agenda .label-menu {
      height: 40px;
      border: 1px solid #2158e3;
      border-right: 0;
      border-left: 0; }
      .container .agenda .label-menu .label-menu-item {
        float: left;
        width: 324px;
        height: 40px;
        border-right: 1px solid #2158e3;
        background-color: #2158e3; }
        .container .agenda .label-menu .label-menu-item > a {
          display: block;
          font-size: 20px;
          color: #2158e3;
          line-height: 40px;
          text-align: center;
          background-color: #fff; }
          .container .agenda .label-menu .label-menu-item > a.active {
            height: 36px;
            line-height: 36px; }
          .container .agenda .label-menu .label-menu-item > a > span {
            display: inline-block;
            line-height: 36px;
            color: #555;
            font-size: 16px; }
        .container .agenda .label-menu .label-menu-item:last-child {
          border-right: 0; }
    .container .agenda .agenda-content {
      padding-top: 20px;
      height: 566px;
      text-align: center;
      overflow: hidden;
      overflow-y: scroll; }
  .container .user-block {
    padding: 20px 0; }
    .container .user-block .swiper-container .swiper-wrapper .swiper-slide {
      width: 976px; }
    .container .user-block .user-list {
      min-height: 200px; }
      .container .user-block .user-list .user-item {
        margin: 20px 20px 20px 0;
        float: left;
        width: 478px;
        height: 76px; }
        .container .user-block .user-list .user-item:nth-child(even) {
          margin-right: 0; }
        .container .user-block .user-list .user-item > a {
          display: block;
          width: 478px;
          height: 76px; }
          .container .user-block .user-list .user-item > a .user-name {
            float: left;
            width: 180px;
            height: 74px;
            line-height: 74px;
            text-align: center;
            border: 1px solid #2158e3;
            border-left-width: 10px;
            color: #555;
            font-size: 18px;
            font-weight: bold; }
          .container .user-block .user-list .user-item > a .user-desc {
            float: left;
            width: 287px;
            height: 76px;
            background-color: #eef0f8; }
            .container .user-block .user-list .user-item > a .user-desc > p {
              color: #555;
              text-align: justify;
              padding: 10px;
              line-height: 1.25;
              font-size: 16px; }
  .container .option {
    width: 976px;
    height: 100px;
    border-bottom: 1px solid #eee; }
    .container .option .inner-option {
      padding-top: 36px;
      width: 240px;
      height: 34px;
      margin: 0 auto; }
      .container .option .inner-option .left-op {
        width: 12px;
        height: 21px;
        float: left; }
        .container .option .inner-option .left-op > img {
          width: 100%; }
      .container .option .inner-option .right-op {
        width: 12px;
        height: 21px;
        float: right; }
        .container .option .inner-option .right-op > img {
          width: 100%; }
      .container .option .inner-option .circle-box {
        width: 60px;
        margin: 0 auto; }
        .container .option .inner-option .circle-box .circle {
          float: left;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #e4e8f2;
          margin: 6px 10px 1px; }
          .container .option .inner-option .circle-box .circle.active {
            background-color: #a5a9b0; }
  .container .news-block .inner-label {
    margin: 20px 0;
    position: relative; }
    .container .news-block .inner-label > .more {
      position: absolute;
      right: 0;
      top: 11px;
      margin-right: 15px;
      color: #555; }
  .container .news-block .news-content .left-content {
    float: left;
    width: 566px;
    height: 393px; }
    .container .news-block .news-content .left-content .swiper-container .swiper-wrapper .swiper-slide {
      position: relative;
      overflow: hidden; }
      .container .news-block .news-content .left-content .swiper-container .swiper-wrapper .swiper-slide > a {
        overflow: hidden;
        display: block; }
        .container .news-block .news-content .left-content .swiper-container .swiper-wrapper .swiper-slide > a > img {
          display: block;
          width: 100%; }
      .container .news-block .news-content .left-content .swiper-container .swiper-wrapper .swiper-slide > p {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding-left: 20px;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .container .news-block .news-content .right-content {
    float: right;
    width: 369px;
    height: 393px; }
    .container .news-block .news-content .right-content .news-lists > li {
      margin: 0 0 20px 0; }
      .container .news-block .news-content .right-content .news-lists > li > a > p {
        text-align: justify;
        color: #555;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
  .container .video-block {
    padding: 40px 0;
    border-bottom: 2px solid #eee; }
    .container .video-block .label-block {
      margin-bottom: 20px;
      position: relative; }
      .container .video-block .label-block .more {
        position: absolute;
        margin-right: 15px;
        color: #fff;
        right: 0;
        top: 20px; }
    .container .video-block .video-content {
      width: 976px; }
      .container .video-block .video-content .video-list .video-item {
        float: left;
        width: 306px;
        height: 260px;
        margin: 0 19px 10px 0; }
        .container .video-block .video-content .video-list .video-item > .video-item-box {
          width: 306px;
          height: 215px;
          background-color: #caced4; }
        .container .video-block .video-content .video-list .video-item > p {
          z-index: 99999;
          width: 305px;
          height: 45px;
          text-align: justify;
          color: #555;
          line-height: 1.25;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
  .container .footer {
    width: 976px;
    padding: 40px 0; }
    .container .footer > img {
      display: block;
      width: 328px;
      height: 142px;
      margin: 20px auto; }

.news-page .news-lists > li {
  margin: 0 0 20px 0; }
  .news-page .news-lists > li > a > p {
    text-align: justify;
    color: #555;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

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