@media screen and (min-width: 50px) {
  .newsdetail {
    width: 100%;
    text-align: center;
  }
  .newsdetail .newsdetail-con {
    width: 100%;
    margin: 0 auto;
    padding: 1.75rem .5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newsdetail .newsdetail-con .newsdetail-tit {
    margin-bottom: .7rem;
    font-size: .75rem;
    font-weight: 700;
    color: #043d97;
  }
  .newsdetail .newsdetail-con .newsdetail-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: .5rem;
  }
  .newsdetail .newsdetail-con .newsdetail-desc span {
    font-size: .5rem;
    font-weight: 300;
    color: #666666;
  }
  .newsdetail .newsdetail-con .newsdetail-desc span div {
    white-space: nowrap;
  }
  .newsdetail .newsdetail-con .newsdetail-desc span strong {
    width: 2.5rem;
    text-align: left;
    font-weight: 300;
    color: #666666;
  }
  .newsdetail .newsdetail-con .newsdetail-body {
    text-align: left;
    font-size: .5rem;
    font-weight: 300;
    color: #333333;
    line-height: .73rem;
    padding-bottom: .96rem;
    border-bottom: 1px solid #eeeeee;
  }
  .newsdetail .newsdetail-con .newsdetail-body img {
    max-width: 100%;
  }
  .newsdetail .newsdetail-con .newsdetail-opr {
    padding-top: .73rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left {
    text-align: left;
    font-size: .5rem;
    color: #333333;
    max-width: 70%;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left div {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left .newsdetail-prev {
    margin-bottom: .165rem;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-right {
    cursor: pointer;
    width: 2.67rem;
    height: .92rem;
    background: #023b96;
    border-radius: .46rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .5rem;
    color: #ffffff;
  }
}

@media screen and (min-width: 50px) and (max-width: 450px) {
  .newsdetail .newsdetail-con .newsdetail-tit {
    font-size: 17px;
  }
  .newsdetail .newsdetail-con .newsdetail-desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsdetail .newsdetail-con .newsdetail-desc span {
    font-size: 12px;
  }
  .newsdetail .newsdetail-con .newsdetail-body {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdetail .newsdetail-con .newsdetail-body p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 24px;
  }
  .newsdetail .newsdetail-con .newsdetail-opr {
    font-size: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-right {
    width: 70px;
    height: 25px;
    font-size: 12px;
  }
}

@media screen and (min-width: 980px) {
  .newsdetail {
    width: 100%;
    text-align: center;
    padding: .96rem 0 1.44rem 0;
  }
  .newsdetail .newsdetail-con {
    width: 100%;
    margin: 0 auto;
    padding: 0 .5rem;
  }
  .newsdetail .newsdetail-con .newsdetail-tit {
    margin-bottom: .45rem;
    font-size: .45rem;
    font-weight: 700;
    color: #043d97;
  }
  .newsdetail .newsdetail-con .newsdetail-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsdetail .newsdetail-con .newsdetail-desc span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .225rem;
    font-weight: 300;
    color: #666666;
    margin: 0 .48rem;
  }
  .newsdetail .newsdetail-con .newsdetail-body {
    text-align: left;
    font-size: .225rem;
    font-weight: 300;
    color: #333333;
    line-height: .48rem;
    padding-bottom: .96rem;
    border-bottom: 1px solid #eeeeee;
  }
  .newsdetail .newsdetail-con .newsdetail-opr {
    padding-top: .48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left {
    text-align: left;
    font-size: .226rem;
    color: #333333;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left div {
    cursor: pointer;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left .newsdetail-prev {
    margin-bottom: .165rem;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-right {
    cursor: pointer;
    width: 1.92rem;
    height: .67rem;
    background: #023b96;
    border-radius: .335rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .225rem;
    color: #ffffff;
  }
}

@media screen and (min-width: 1200px) {
  .newsdetail {
    width: 100%;
    text-align: center;
    padding: 60px 0 90px 0;
  }
  .newsdetail .newsdetail-con {
    width: 1200px;
    margin: 0 auto;
  }
  .newsdetail .newsdetail-con .newsdetail-tit {
    margin-bottom: 28px;
    font-size: 28px;
    font-weight: 700;
    color: #043d97;
  }
  .newsdetail .newsdetail-con .newsdetail-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsdetail .newsdetail-con .newsdetail-desc span {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin: 0 30px;
  }
  .newsdetail .newsdetail-con .newsdetail-body {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
  }
  .newsdetail .newsdetail-con .newsdetail-opr {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left {
    text-align: left;
    font-size: 14px;
    color: #333333;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left div {
    cursor: pointer;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-left .newsdetail-prev {
    margin-bottom: 10px;
  }
  .newsdetail .newsdetail-con .newsdetail-opr .newsdetail-opr-right {
    cursor: pointer;
    width: 120px;
    height: 42px;
    background: #023b96;
    border-radius: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #ffffff;
  }
}
/*# sourceMappingURL=index.css.map */