body {
  font-size: .24rem; }

.wbox {
  width: 7.5rem; }

.mbox {
  width: 7.1rem;
  margin: 0 auto; }

.header .logo {
  padding: .3rem 0; }
  .header .logo img {
    width: 2.15rem;
    height: .7rem;
    object-fit: cover; }
.header .nav {
  background: #2A6EC9; }
  .header .nav .cont ul {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem 0; }
    .header .nav .cont ul li {
      width: 25%;
      margin-bottom: .1rem;
      font-size: .3rem; }
      .header .nav .cont ul li a {
        color: #ffffff; }

.index-box-1 .swiper {
  width: 100%;
  overflow: hidden; }
  .index-box-1 .swiper .swiper-slide {
    width: 100%;
    height: 3.75rem; }
    .index-box-1 .swiper .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover; }

.box-cont {
  background: #f1f1f1; }
  .box-cont .c-title {
    height: .75rem;
    line-height: .75rem; }
    .box-cont .c-title > div {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .box-cont .c-title > div h3 {
        position: relative; }
        .box-cont .c-title > div h3:after {
          content: '';
          height: 2px;
          line-height: 2px;
          width: 100%;
          background: #2A6EC9;
          position: absolute;
          left: 0;
          bottom: -2px; }
      .box-cont .c-title > div em {
        font-style: normal; }
  .box-cont .cont .item {
    background: #ffffff;
    padding: .2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: .2rem; }
    .box-cont .cont .item:last-child {
      margin-bottom: initial; }
    .box-cont .cont .item .c-l {
      width: 2.2rem;
      height: 1.65rem;
      overflow: hidden;
      margin-right: .2rem; }
      .box-cont .cont .item .c-l img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .box-cont .cont .item .c-r {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      min-height: 1.2rem; }
      .box-cont .cont .item .c-r .tt {
        font-size: .28rem; }

.box-footer {
  background: #333333;
  padding: .2rem 0;
  margin-top: .3rem; }
  .box-footer .copyright {
    color: #999999; }

/*# sourceMappingURL=basic.css.map */
