.news .wrap {
    width: 1600px;
    margin: 118px auto 96px;
}

.news .wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 89px;
}

.news .wrap .content .item {
    padding: 0 0 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
}

.news .wrap .content .item:not(:last-child) {
    margin: 0 0 66px;
}

.news .wrap .content .item .img {
    width: 400px;
    margin: 0 42px 0 0;
    overflow: hidden;
    border-radius: 11px;
}

.news .wrap .content .item .img img {
    width: 100%;
    transition: 2s;
}

.news .wrap .content .item .text {
    width: 1156px;
}

.news .wrap .content .item .text h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 28px;
    transition: 0.7s;
}

.news .wrap .content .item .text p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin: 0 0 59px;
}

.news .wrap .content .item .text .time {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.news .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

.news .wrap .content .item:hover .text h1 {
    color: #CF000D;
}

.news .wrap .paging {
    display: flex;
    justify-content: center;
    margin: 70px auto 0;
}

.news .wrap .paging a {
    height: 56px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.1);
    color: #9A9C9E;
    font-size: 16px;
    border-radius: 11px;
    transition: 0.7s;
}

.news .wrap .paging a:not(:last-child) {
    margin: 0 20px 0 0;
}

.news .wrap .paging a.on, .news .wrap .paging a:hover {
    color: #fff;
    background: #CF000D;
}

.page .wrap {
    margin: 150px auto 138px;
}

.page .wrap .bread_line {
    position: relative;
    left: 61px;
    display: flex;
    align-items: center;
}

.page .wrap .bread_line a, .page .wrap .bread_line p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.page .wrap .bread_line p {
    margin: 0 7px;
}

.page .wrap .bread_line a:last-child {
    font-weight: bold;
}

.page .wrap .content {
    width: 1142px;
    margin: 126px auto 0;
}

.page .wrap .content .headline {
    text-align: center;
    margin: 0 0 89px;
}

.page .wrap .content .headline h1 {
    font-size: 50px;
    font-weight: bold;
    color: #CF000D;
    line-height: 60px;
    margin: 0 0 32px;
}

.page .wrap .content .headline .time {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.page .wrap .content .matter p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.page .wrap .content .matter p img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1920px) {
    .news .wrap {
        width: 83.3333333333vw;
        margin: 6.1458333333vw auto 5vw;
    }

    .news .wrap .title {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #333333;
        margin: 0 0 4.6354166667vw;
    }

    .news .wrap .content .item {
        padding: 0 0 2.9166666667vw;
        display: flex;
        align-items: center;
        border-bottom: 0.0520833333vw solid #E6E6E6;
    }

    .news .wrap .content .item:not(:last-child) {
        margin: 0 0 3.4375vw;
    }

    .news .wrap .content .item .img {
        width: 20.8333333333vw;
        margin: 0 2.1875vw 0 0;
        overflow: hidden;
        border-radius: 0.5729166667vw;
    }

    .news .wrap .content .item .img img {
        width: 100%;
        transition: 2s;
    }

    .news .wrap .content .item .text {
        width: 60.2083333333vw;
    }

    .news .wrap .content .item .text h1 {
        font-size: 1.3541666667vw;
        font-weight: bold;
        color: #333333;
        margin: 0 0 1.4583333333vw;
        transition: 0.7s;
    }

    .news .wrap .content .item .text p {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.3541666667vw;
        margin: 0 0 3.0729166667vw;
    }

    .news .wrap .content .item .text .time {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333;
    }

    .news .wrap .content .item:hover .img img {
        transform: scale(1.1);
    }

    .news .wrap .content .item:hover .text h1 {
        color: #CF000D;
    }

    .news .wrap .paging {
        display: flex;
        justify-content: center;
        margin: 3.6458333333vw auto 0;
    }

    .news .wrap .paging a {
        height: 2.9166666667vw;
        padding: 0 1.1979166667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.1);
        color: #9A9C9E;
        font-size: 0.8333333333vw;
        border-radius: 0.5729166667vw;
        transition: 0.7s;
    }

    .news .wrap .paging a:not(:last-child) {
        margin: 0 1.0416666667vw 0 0;
    }

    .news .wrap .paging a.on, .news .wrap .paging a:hover {
        color: #fff;
        background: #CF000D;
    }

    .page .wrap {
        margin: 7.8125vw auto 7.1875vw;
    }

    .page .wrap .bread_line {
        position: relative;
        left: 3.1770833333vw;
        display: flex;
        align-items: center;
    }

    .page .wrap .bread_line a, .page .wrap .bread_line p {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333;
    }

    .page .wrap .bread_line p {
        margin: 0 0.3645833333vw;
    }

    .page .wrap .bread_line a:last-child {
        font-weight: bold;
    }

    .page .wrap .content {
        width: 59.4791666667vw;
        margin: 6.5625vw auto 0;
    }

    .page .wrap .content .headline {
        text-align: center;
        margin: 0 0 4.6354166667vw;
    }

    .page .wrap .content .headline h1 {
        font-size: 2.6041666667vw;
        font-weight: bold;
        color: #CF000D;
        line-height: 3.125vw;
        margin: 0 0 1.6666666667vw;
    }

    .page .wrap .content .headline .time {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333;
    }

    .page .wrap .content .matter p {
        font-size: 1.1458333333vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.6666666667vw;
    }

    .page .wrap .content .matter p img {
        width: 100%;
    }
}

/*# sourceMappingURL=news.css.map */

@media screen and (max-width: 1024px) {
    .news .wrap .paging p{
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px 0 0;
    }
  .news .wrap{
    width: 90%;
    margin: 70px auto;
  }
  .news .wrap .title{
    font-size: 24px;
    margin: 0 0 35px;
  }
  .news .wrap .content .item .text h1{
    font-size: 18px;
    line-height: 1.4;
  }
  .news .wrap .content .item .text p{
    font-size: 14px;
    line-height: 25px;
  }
  .news .wrap .content .item{
    padding: 0 0 30px;
    border-bottom: 1px solid #E6E6E6;
    justify-content: space-between;
  }
  .news .wrap .content .item:not(:last-child) {
    margin: 0 0 30px;
  }
  .news .wrap .content .item .text .time{
    font-size: 14px;
  }
  .news .wrap .content .item .img{
    width: 300px;
  }
  .news .wrap .content .item .text {
    width: 53%;
  }

  .news .wrap .paging a:not(:last-child){
    margin: 0 12px 0 0;
  }

  .news .wrap .paging a{
    font-size: 14px;
    height: auto;
    padding: 5px 10px;
  }
  .page .wrap .content{
    width: 90%;
    margin: 60px auto 0;
  }
  .page .wrap .content .headline h1{
    font-size: 24px;
    line-height: 32px;
  }
  .page .wrap .content .headline .time{
    font-size: 16px;
  }
  .page .wrap .content .matter p{
    font-size: 14px;
    line-height: 1.8;
  }
  .page .wrap .content .matter p img{
    height: auto;
  }
}
@media screen and (max-width: 767px) {
    .news .wrap {
        margin: 43px auto;
    }
    .news .wrap .content .item{
        flex-direction: column;
    }
    .news .wrap .content .item .img {
        width: 100%;
        margin: 0 0 20px;
    }
    .news .wrap .content .item .text {
        width: 100%;
    }
    .news .wrap .content .item .text h1 {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 15px;
    }
    .news .wrap .content .item .text .time{
        font-size: 12px;
    }
    .news .wrap .content .item .text p {
        font-size: 13px;
        line-height: 25px;
    }
    .news .wrap .title {
        margin: 0 0 26px;
    }
    .news .wrap .paging{
        margin: 35px 0 0 0;
    }
    .page .wrap .content .headline h1 {
        font-size: 16px;
        line-height: 27px;
    }
    .page .wrap .content .headline .time {
        font-size: 13px;
    }
    .page .wrap .content .matter p {
        font-size: 13px;
        line-height: 2;
    }
}
