.wrap {
    width: 1200px;
    margin: 0 auto;
}

.section .top {
    padding: 184px 0 94px;
    background: #F8F8F8;
}

.section .top .wrap {
    position: relative;
}

.section .top .wrap .back {
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: absolute;
    right: -26px;
    transform: translateX(100%);
    top: 6px;
}

.section .top .wrap .back p {
    font-weight: 400;
    font-size: 16px;
    color: #0F208A;
}

.section .top .wrap .back .iconfont {
    width: 40px;
    height: 40px;
    background: #0F208A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
}

.section .top .time {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin: 25px 0 0;
}

.section .content {
    padding: 44px 0 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section .content p {
    font-weight: normal;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
}

.section .news_page {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 50px 0 90px;
}

.section .news_page a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
    max-width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .news_page a:hover {
    color: #0B4BA2;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
  .wrap{
    width: 62.5vw;
  }
  .section .top{
    padding: 9.5833333333vw 0px 4.8958333333vw;
  }
  .section .top .wrap .back{
    gap: 0px 0.4166666667vw;
    right: -1.3541666667vw;
    top: 0.3125vw;
  }
  .section .top .wrap .back p{
    font-size: 0.8333333333vw;
  }
  .section .top .wrap .back .iconfont{
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .section .top .time{
    font-size: 0.8333333333vw;
    margin: 1.3020833333vw 0px 0px;
  }
  .section .content{
    padding: 2.2916666667vw 0px 3.125vw;
  }
  .section .content p{
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }
  .section .news_page{
    padding: 2.6041666667vw 0px 4.6875vw;
  }
  .section .news_page a{
    font-size: 0.8333333333vw;
    max-width: 30.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
    .section .top {
        padding: 150px 0 40px;
    }
    .section .top .wrap .back {
        right: unset;
        left: 0;
        transform: unset;
        top: -60px;
        gap: 0 6px;
    }
    .section .top .wrap .back p {
        font-size: 15px;
    }
    .section .top .wrap .back .iconfont {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .wrap {
        width: 90%;
    }
    .section .top .time {
        font-size: 15px;
        margin: 25px 0 0;
    }
    .section .content {
        padding: 40px 0 ;
    }
    .section .content p {
        font-size: 15px;
        line-height: 2;
    }
    .section .content p img {
        height: unset !important;
    }
    .section .news_page {
        padding: 30px 0 60px;
        display: block;
    }
    .section .news_page a {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
        line-height: 2;
    }
}
