@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444444; }

html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/ }

ol, li, ul {
  list-style: none; }

input, textarea {
  outline: 0;
  resize: none; }

a {
  text-decoration: none;
  color: #444444; }

img {
  display: block;
  outline: none;
  border: 0; }

.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.clearFloat {
  zoom: 1; }
  .clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden; }

.allW {
  width: 100%;
  overflow: hidden; }
  .allW > img {
    display: block;
    width: 100%; }

.img img {
  display: block;
  width: 100%;
  height: 100%; }

.margin {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.g-line {
  height: 0.5rem;
  background-color: #f0f0f0; }

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%; }

.pagination-line .swiper-container {
  padding-bottom: 1.2rem; }
.pagination-line .swiper-pagination-bullet {
  width: 1.375rem;
  height: 0.2125rem;
  border-radius: 0.1rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.pagination-circle .swiper-container {
  padding-bottom: 1.35rem; }
.pagination-circle .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0); }
.pagination-circle .swiper-pagination-bullet-active {
  border: 1px #007aff solid; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.coverflow {
  margin-bottom: 1.2rem; }
  .coverflow .swiper-slide {
    width: 60%; }
    .coverflow .swiper-slide span {
      display: block;
      width: 100%;
      font-size: 0rem;
      text-align: center; }
  .coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem; }

.pub-p p {
  font-size: 0.75rem;
  line-height: 1.6;
  text-indent: 2em; }
  .pub-p p b {
    font-weight: bold; }

.ma {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.allW > video {
  display: block;
  width: 100%; }

.w600 {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.w620 {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.zt149-w {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.zt149-v {
  margin-top: 1rem; }
  .zt149-v video {
    display: block;
    width: 100%;
    margin-bottom: 1rem; }
  .zt149-v p {
    font-size: 0.75rem; }

.zt149-pro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1rem; }
  .zt149-pro .txt {
    flex: 1;
    background-color: #f2f2f2;
    border-bottom: 1px #1e6bbd solid; }
    .zt149-pro .txt > img {
      display: block;
      width: 100%; }
    .zt149-pro .txt p {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      border-bottom: 1px #ccc dashed; }
      .zt149-pro .txt p img {
        display: block;
        width: 0.375rem;
        height: 0.75rem;
        margin-left: 0.375rem; }
      .zt149-pro .txt p span {
        font-size: 0.75rem;
        line-height: 1.7rem;
        margin-left: 0.3rem; }
  .zt149-pro .pic {
    width: 11.625rem;
    background-color: #1e6bbd; }
    .zt149-pro .pic img {
      display: block;
      width: 100%; }
    .zt149-pro .pic p {
      font-size: 0.675rem;
      color: #fff;
      text-align: center;
      padding-top: 0.2rem;
      line-height: 2; }

.zt149-pub-t {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1rem; }
  .zt149-pub-t .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center; }
    .zt149-pub-t .main img {
      display: block;
      width: 7.2375rem;
      height: 1.4625rem; }
    .zt149-pub-t .main .w138 {
      width: 5.175rem; }
    .zt149-pub-t .main .txt {
      margin-left: 0.375rem; }
      .zt149-pub-t .main .txt h1 {
        font-size: 1.05rem;
        font-weight: bold;
        color: #029294;
        line-height: 1; }
      .zt149-pub-t .main .txt h6 {
        font-size: 0.45rem; }
  .zt149-pub-t .line-group .em1 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 0.4rem; }
  .zt149-pub-t .line-group .em2 {
    display: block;
    width: 3rem;
    height: 3px;
    background-color: #029294;
    margin: -2px auto 0; }

.zt149-s1 .main {
  position: relative; }
  .zt149-s1 .main img {
    display: block;
    width: 100%; }
  .zt149-s1 .main span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.825rem;
    position: absolute;
    line-height: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    border-radius: 0 0 0.5rem 0.5rem; }

.zt149-cq {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem; }
  .zt149-cq .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt149-cq .main img {
      display: block;
      width: 10.2375rem;
      height: 9.6rem; }
    .zt149-cq .main .v {
      width: 12rem;
      background-color: #e9ffff; }
      .zt149-cq .main .v video {
        display: block;
        width: 100%; }
      .zt149-cq .main .v p {
        font-size: 0.75rem;
        padding: 0.3rem 0.375rem 0; }
        .zt149-cq .main .v p b {
          font-weight: bold;
          color: #ff6402;
          display: block; }
  .zt149-cq ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt149-cq ul li {
      width: 5.25rem;
      height: 4.125rem;
      background: url(../images/zzggt_39.png) no-repeat;
      background-size: 100% 100%;
      font-size: 0.675rem;
      padding: 0.375rem 0.25rem 0;
      line-height: 1.5; }
      .zt149-cq ul li a {
        color: #1e6bbd; }
    .zt149-cq ul li:nth-of-type(even) {
      background: url(../images/zzggt_41.png) no-repeat;
      background-size: 100% 100%; }
      .zt149-cq ul li:nth-of-type(even) a {
        color: #fff; }

.zt149-swt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .zt149-swt span {
    display: block;
    font-size: 0.825rem;
    border: 1px #ccc solid;
    line-height: 2rem;
    border-radius: 0.3rem 0 0 0.3rem;
    padding: 0 0.375rem; }
  .zt149-swt a {
    font-size: 0.825rem;
    background-color: #f39900;
    color: #fff;
    line-height: 2rem;
    padding: 0 0.375rem;
    margin-left: 0.3rem;
    border-radius: 0 0.3rem 0.3rem 0; }

.zt149-imgs {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1rem; }

.zt149-span span {
  font-weight: bold;
  color: #029294; }

.zt149-tab .tab-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  padding: 1rem 1rem 1rem; }
  .zt149-tab .tab-btn li {
    width: 50%;
    background-color: #707070;
    color: #fff;
    line-height: 1.65rem;
    font-size: 0.825rem;
    font-weight: bold;
    text-align: center; }
  .zt149-tab .tab-btn li:first-child {
    border-radius: 1rem 0 0 1rem; }
  .zt149-tab .tab-btn li:last-child {
    border-radius: 0 1rem 1rem 0; }
  .zt149-tab .tab-btn .on {
    background-color: #1e6bbd; }
.zt149-tab .mix {
  width: 21.75rem;
  margin-left: 1.5rem;
  border: 1px #1e6bbd solid;
  background-color: #f2f2f2;
  padding: 0.5rem 0.375rem 0.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .zt149-tab .mix > img {
    display: block;
    width: 12.9rem;
    height: 8.625rem;
    margin-left: -0.6rem; }
  .zt149-tab .mix .txt {
    flex: 1;
    margin-left: 0.6rem; }
    .zt149-tab .mix .txt h2 {
      font-size: 0.825rem;
      color: #ff6402;
      font-weight: bold;
      margin-bottom: 0.3rem;
      line-height: 1; }
    .zt149-tab .mix .txt p {
      font-size: 0.75rem; }
      .zt149-tab .mix .txt p a {
        color: #ff6402; }
.zt149-tab .pic {
  width: 21.75rem;
  margin: 0.75rem auto 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between; }
  .zt149-tab .pic a {
    display: block;
    width: 10.5rem;
    height: 6.75rem; }
    .zt149-tab .pic a img {
      display: block;
      width: 100%; }

.add-p {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
  align-items: flex-end; }
  .add-p > img {
    display: block;
    width: 2.0625rem;
    height: 9.4125rem; }
  .add-p .s222 {
    flex: 1;
    margin-left: 0.6rem; }
    .add-p .s222 .main {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-box-pack: space-between;
      -webkit-moz-box-pack: space-between;
      box-pack: space-between; }
      .add-p .s222 .main .list {
        background-color: #f2f2f2;
        width: 9.75rem;
        height: 8.4rem;
        padding-left: 0.375rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .add-p .s222 .main .list img {
          display: block;
          width: 5.3625rem;
          height: 5.25rem;
          margin-top: 1.75rem; }
        .add-p .s222 .main .list .txt {
          padding-left: 0.3rem; }
        .add-p .s222 .main .list h2 {
          font-weight: bold;
          font-size: 0.825rem;
          margin-top: .85rem; }
        .add-p .s222 .main .list p {
          font-size: 0.675rem; }

.zt149-ms {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 0.6rem 0; }
  .zt149-ms ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit-moz-box-pack: space-around;
    box-pack: space-around; }
    .zt149-ms ul li {
      width: 31%;
      background-color: #fdede3; }
      .zt149-ms ul li h2 {
        background-color: #f39900;
        font-weight: bold;
        color: #fff;
        text-align: center;
        font-size: 0.75rem;
        white-space: nowrap;
        line-height: 1.5rem;
        border-radius: 0.3rem 0.3rem 0 0; }
      .zt149-ms ul li p {
        font-size: 0.675rem;
        border: 1px #f39900 dashed;
        border-top: none;
        padding: 0.5rem 0.375rem;
        border-radius: 0 0 0.3rem 0.3rem;
        height: 3.75rem; }
    .zt149-ms ul li:nth-of-type(2) {
      background-color: #d7feff; }
      .zt149-ms ul li:nth-of-type(2) h2 {
        background-color: #029294; }
      .zt149-ms ul li:nth-of-type(2) p {
        border-color: #029294; }

.zt149-swt2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center; }
  .zt149-swt2 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    background-color: #f39900;
    padding: 0 0.375rem;
    align-items: center;
    border-radius: 0.375rem; }
    .zt149-swt2 a img {
      display: block;
      width: 1.05rem;
      height: 1.05rem; }
    .zt149-swt2 a span {
      font-size: 0.825rem;
      line-height: 2.25rem;
      color: #fff;
      margin-left: 0.4rem; }

.zt149-p-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center; }
  .zt149-p-t h1 {
    border: 1px #1e6bbd solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .zt149-p-t h1 span {
      font-size: 0.9rem;
      padding: 0 0.6rem;
      line-height: 2rem; }
    .zt149-p-t h1 b {
      color: #1e6bbd;
      font-size: 0.75rem; }
    .zt149-p-t h1 .b1 {
      margin-left: -0.3rem;
      background-color: #fff; }
    .zt149-p-t h1 .b2 {
      margin-right: -0.3rem;
      background-color: #fff; }

.zt149-fr-mix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .zt149-fr-mix img {
    display: block;
    width: 10.875rem;
    height: 8.4rem; }
  .zt149-fr-mix .txt {
    flex: 1;
    margin-left: 0.6rem; }
    .zt149-fr-mix .txt p {
      font-size: 0.75rem;
      text-indent: 2em; }
    .zt149-fr-mix .txt a {
      display: block;
      width: 8.5rem;
      margin: 0 auto;
      background-color: #f39900;
      color: #fff;
      font-size: 0.75rem;
      line-height: 1.75rem;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-radius: 0.3rem;
      margin-top: 0.3rem;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-box-pack: center;
      -webkit-moz-box-pack: center;
      box-pack: center; }
      .zt149-fr-mix .txt a img {
        display: block;
        width: 0.9375rem;
        height: 0.7875rem;
        margin-right: 0.3rem; }

.zt149-la {
  background-color: #1e6bbd;
  color: #fff; }
  .zt149-la h1 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1.125rem;
    text-align: center;
    margin-bottom: 0.375rem; }
  .zt149-la h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center; }
    .zt149-la h4 span {
      font-size: 0.825rem;
      padding: 0 0.375rem; }
    .zt149-la h4 b {
      font-size: 0.75rem; }
  .zt149-la video {
    display: block;
    width: 21rem;
    margin: 1rem auto; }
  .zt149-la .pic {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.75rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt149-la .pic img {
      display: block;
      height: 4.5rem;
      width: 10.5rem; }
  .zt149-la p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 3rem;
    align-items: center; }
    .zt149-la p img {
      display: block;
      width: 0.8625rem;
      height: 0.825rem;
      margin-right: 0.3rem; }
    .zt149-la p span {
      font-size: 0.75rem;
      color: #fff;
      line-height: 2; }
  .zt149-la .bl {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    border-top: 1px #fff dashed;
    line-height: 1.8rem;
    margin-top: 0.75rem; }
    .zt149-la .bl span {
      display: inline-block;
      border-bottom: 1px #fff solid; }
  .zt149-la .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    margin-top: 0.375rem; }
    .zt149-la .btn a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      background-color: #f39900;
      color: #fff;
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      padding: 0 0.375rem;
      border-radius: 0.3rem; }
      .zt149-la .btn a img {
        display: block;
        width: 1.1625rem;
        height: 0.9375rem; }
      .zt149-la .btn a span {
        font-size: 0.75rem;
        line-height: 1.75; }
    .zt149-la .btn a:last-child {
      background-color: #fff;
      color: #1e6bbd; }
.nb-footer {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.nb-footer p {
  font-size: 0.825rem;
  text-align: center;
  line-height: 1.3rem;
  padding-top: 0.6rem;
}
.zw-nav li {
  float: left;
  width: 25%;
  border-right: 1px #ccc solid;
}
.zw-nav li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  background-color: #fff;
  text-align: center;
  line-height: 2.2rem;
  height: 2.2rem;
}
.zw-nav li:last-child {
  border-right: none;
}
.blue li {
  border-right: 1px #fff solid;
  border-bottom: 1px solid #fff;
}
.blue li a {
  background-color: #1f6aba;
  color: #fff;
}
		.sb1-add-swt {
  height: 2.6625rem;
  background: url(../images/bj1_19.jpg) no-repeat center center;
  background-size: 20.925rem 0.2625rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center; }
  .sb1-add-swt .main {
    background-color: #145ebf;
    border-radius: 2rem;
    padding: 0 1rem;
    text-align: center;
    color: #fff; }
    .sb1-add-swt .main h2 {
      padding-top: 0.2rem;
      font-size: 1.05rem; }
    .sb1-add-swt .main h6 {
      font-size: 0.45rem;
      line-height: 2; }
			.sb1-notice {
  margin-top: 1rem; }
  .sb1-notice .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.375rem; }
    .sb1-notice .list video {
      display: block;
      width: 12.6rem;
      height: 7.7625rem; }
    .sb1-notice .list .txt {
      flex: 1;
      height: 7.7625rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-content: center;
      border: 1px #ccc solid;
      border-left: none;
      -webkit-flex-wrap: wrap;
      -webkit-box-lines: multiple;
      -moz-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sb1-notice .list .txt h2 {
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
        font-weight: bold;
        margin-bottom: 0.375rem; }
      .sb1-notice .list .txt p {
        width: 100%;
        font-size: 0.825rem;
        padding: 0 0.5rem;
        line-height: 1.6; }
.sbM {
  margin-top: 1rem; }

.sbM li {
  float: left;
  width: 24.7%;
  margin-right: 0.4%;
  margin-bottom: 0.2rem; }

.sbM li a, .sbM li img {
  display: block;
  width: 100%; }

.sbM li:nth-of-type(4n) {
  margin-right: 0; }

/*# sourceMappingURL=main.css.map */
