* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

html,

body {

  height: 100%;

}

[class^="icon-"]:before,

[class*=" icon-"]:before {

  width: auto;

}

.wrapper {

  min-height: 100%;

  position: relative;

  background-size: 100% 100%;

}

/*会议通用样式 start*/

.swiper-container ul li a img {

  width: 100%;

}

.huiyi-list {

  width: 100%;

  max-width: 800px;

  margin: 0 auto;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  /* 09版 */

  -webkit-box-pack: center;

  /* 12版 */

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

  flex-grow: 1;

}

.huiyi-list ul {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: inline-flex;

  /* 09版 */

  -webkit-box-orient: horizontal;

  /* 12版 */

  -webkit-flex-direction: row;

  -moz-flex-direction: row;

  -ms-flex-direction: row;

  -o-flex-direction: row;

  flex-direction: row;

  /* 09版 */

  /*-webkit-box-lines: multiple;*/

  /* 12版 */

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  -o-flex-wrap: wrap;

  flex-wrap: wrap;

  /* 09版 */

  -webkit-box-pack: flex-start;

  /* 12版 */

  -webkit-justify-content: flex-start;

  -moz-justify-content: flex-start;

  -ms-justify-content: flex-start;

  -o-justify-content: flex-start;

  justify-content: flex-start;

  flex-grow: 1;

}

.huiyi-list ul li {

  display: -webkit-box;

  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box;

  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox;

  /* TWEENER - IE 10 */

  display: -webkit-flex;

  /* NEW - Chrome */

  display: flex;

  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  /* 09版 */

  -webkit-box-pack: center;

  /* 12版 */

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

  /* 09版 */

  -webkit-box-align: center;

  /* 12版 */

  -webkit-align-items: center;

  -moz-align-items: center;

  -ms-align-items: center;

  -o-align-items: center;

  align-items: center;

  /*flex-grow:1;

      flex-shrink:1;*/

}

.huiyi-list ul li a {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  /* 09版 */

  -webkit-box-orient: vertical;

  /* 12版 */

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  -o-flex-direction: column;

  flex-direction: column;

  /* 09版 */

  -webkit-box-pack: end;

  /* 12版 */

  -webkit-justify-content: flex-start;

  -moz-justify-content: flex-start;

  -ms-justify-content: flex-start;

  -o-justify-content: flex-start;

  justify-content: flex-start;

  /* 09版 */

  -webkit-box-align: center;

  /* 12版 */

  -webkit-align-items: center;

  -moz-align-items: center;

  -ms-align-items: center;

  -o-align-items: center;

  align-items: center;

  flex-grow: 1;

  height: 100%;

  overflow: hidden;

}

.huiyi-list ul li p {

  max-width: 100%;

  line-height: 1.2;

}

/*会议通用样式 end*/

