.wrap .main .newscenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e4e4e4;
    border-bottom: 1px solid #cfcfcf
}

.wrap .main .newscenter .news-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 525px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("./../images/newsback.png");
    padding: 60px 0 0 0;
}

.wrap .main .newscenter .news-top .left-content {
    width: 810px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-height: 440px;
    margin-right: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 4px
}

.wrap .main .newscenter .news-top .left-content a {
    width: 100%;
    max-height: 100%;
    display: block;
    position: relative
}

.wrap .main .newscenter .news-top .left-content a img {
    width: 100%;
    max-height: 100%
}

.wrap .main .newscenter .news-top .left-content a .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    box-shadow: 0 -88px 62px -51px rgba(0, 0, 0, .5) inset;
}

.wrap .main .newscenter .news-top .left-content a .title span {
    font-size: 18px;
    color: #fff
}

.wrap .main .newscenter .news-top .right-content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 384px;
    max-height: 517px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrap .main .newscenter .news-top .right-content a {
    position: relative;
    border-radius: 4px;
    border: 2px solid #fff;
    margin-bottom: 11px;
    width: 384px;
    max-height: 214px;
    overflow: hidden
}

.wrap .main .newscenter .news-top .right-content a img {
    width: 100%;
    height: 100%
}

.wrap .main .newscenter .news-top .right-content a .title {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    box-shadow: 0 -80px 58px -51px rgba(0, 0, 0, .5) inset;
}

.wrap .main .newscenter .news-top .right-content a .title span {
    font-size: 14px;
    color: #fff
}

.wrap .main .newscenter .news-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    width: 1200px;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap .main .newscenter .news-bottom ul {
    padding: 0 30px
}

.wrap .main .newscenter .news-bottom ul li {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* padding: 0 175px 55px 175px;
     */
     padding-bottom: 55px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb
}

.wrap .main .newscenter .news-bottom ul li .pic {
    -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
    width: 380px;
    height: 210px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wrap .main .newscenter .news-bottom ul li .pic img {
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
    height: 100%
}

.wrap .main .newscenter .news-bottom ul li .pic img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s;
    transition: all .8s
}

.wrap .main .newscenter .news-bottom ul li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap .main .newscenter .news-bottom ul li .text .title {
    width: 645px;
    padding-right: 10px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px dashed #a0a0a0;
    justify-content: space-between
}

.wrap .main .newscenter .news-bottom ul li .text .title span {
    color: #35323C;
    font-size: 16px;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
    margin-left: 45px;
    -webkit-transition: all .8s;
    transition: all .8s;
   
}

.wrap .main .newscenter .news-bottom ul li .text .title span:hover {
    color: #331212;
    -webkit-transition: all .8s;
    transition: all .8s
}

.wrap .main .newscenter .news-bottom ul li .text .title .time span {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #35323C;
    font-weight: 100
}

.wrap .main .newscenter .news-bottom ul li .text p {
    padding-top: 35px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #35323C;
    margin-left: 45px;
    width: 550px
}

.wrap .main .newscenter .news-bottom ul li:last-child {
    border-bottom: none
}

.wrap .main .newscenter .news-bottom .pagination {
    width: 100%;
    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;
    margin-bottom: 100px
}

.wrap .main .newscenter .news-bottom .pagination .prev,
.wrap .main .newscenter .news-bottom .pagination .next,
.wrap .main .newscenter .news-bottom .pagination span {
    font-size: 14px;
    color: #74757A;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 6px;
    border: 1px solid #74757A
}

.wrap .main .newscenter .news-bottom .pagination .prev img {
    max-width: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrap .main .newscenter .news-bottom .pagination .next img {
    max-width: 10px
}

.wrap .main .newscenter .news-bottom .pagination p {
    margin-right: 6px
}

.wrap .main .newscenter .news-bottom .pagination .active {
    background: #D1D1D1
}

.wrap .main .newscenter .news-bottom .go-top {
    position: fixed;
    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;
    bottom: 220px;
    height: 1px;
    border-radius: 0px
}

.wrap .main .newscenter .news-bottom .go-top .img-box {
    width: 1200px;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wrap .main .newscenter .news-bottom .go-top .img-box a {
    margin-right: 20px;
    width: 44px;
    height: 44px
}

.wrap .main .newscenter .news-bottom .go-top .img-box a img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .wrap .main .newscenter .news-bottom ul li .text .title span {
        margin-left: 0;
    }
    .wrap .main .newscenter .news-bottom ul li .text .title .time {
        margin-left: 40px;
    }
    .wrap .main .newscenter .news-bottom ul li .text p {
        width: 100%;
        margin-left: 0;
    }
    .wrap .main .newscenter .news-top {
        max-height: 1000px;
    }
}

@media screen and (max-width: 540px) {
    .wrap .main .newscenter .news-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .4rem 0.4rem
    }

    .wrap .main .newscenter .news-top .left-content {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: .266667rem
    }

    .wrap .main .newscenter .news-top .left-content a .title span {
        font-size: 10px
    }

    .wrap .main .newscenter .news-top .right-content {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .wrap .main .newscenter .news-top .right-content a {
        width: 49%;
        margin: 0
    }

    .wrap .main .newscenter .news-top .right-content a .title span {
        font-size: 10px
    }

    .wrap .main .newscenter .news-bottom {
        width: 100%
    }

    .wrap .main .newscenter .news-bottom ul {
        padding: 0 .4rem
    }

    .wrap .main .newscenter .news-bottom ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: .4rem;
        width: 100%;
        padding: 0 0 .866667rem 0
    }

    .wrap .main .newscenter .news-bottom ul li .pic {
        width: 100%;
        height: auto
    }

    .wrap .main .newscenter .news-bottom ul li .pic img {
        display: block
    }

    .wrap .main .newscenter .news-bottom ul li .text {
        width: 100%
    }

    .wrap .main .newscenter .news-bottom ul li .text .title {
        width: 100%;
        margin: .266667rem 0 .35rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .wrap .main .newscenter .news-bottom ul li .text .title span {
        font-size: .346667rem;
        margin-left: 0px;
        margin-right: 0px !important;
    }

    .wrap .main .newscenter .news-bottom ul li .text .title .time {
        /* margin: .3rem 0 0rem 0 */
        margin-top: .3rem;
        margin-left: 0px;
    }

    .wrap .main .newscenter .news-bottom ul li .text .title .time span {
        font-weight: 100;
        color: #74757a;
        font-size: .293333rem
    }

    .wrap .main .newscenter .news-bottom ul li .text p {
        font-size: .32rem;
        border-top: none;
        padding-top: 0;
        width: 100%;
        margin-left: 0;
        color: #74757a
    }

    .wrap .main .newscenter .news-bottom .go-top {
        display: none
    }
}

@media screen and (max-width: 768px) and (min-width: 541px) {
    .wrap .main .newscenter .news-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .533333rem 0.4rem;
        max-height: 1000px;
    }

    .wrap .main .newscenter .news-top .left-content {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: .4rem
    }

    .wrap .main .newscenter .news-top .left-content a .title {
        font-size: 12px
    }

    .wrap .main .newscenter .news-top .right-content {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .wrap .main .newscenter .news-top .right-content a {
        width: 49%
    }

    .wrap .main .newscenter .news-top .right-content a .title {
        font-size: 12px
    }

    .wrap .main .newscenter .news-bottom {
        width: 100%
    }

    .wrap .main .newscenter .news-bottom ul {
        padding: 0 .4rem
    }

    .wrap .main .newscenter .news-bottom ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: .4rem;
        width: 100%;
        padding: 0 0 .266667rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .wrap .main .newscenter .news-bottom ul li .pic {
        margin-right: .266667rem;
        width: 180px;
        height: auto
    }

    .wrap .main .newscenter .news-bottom ul li .pic img {
        display: block
    }

    .wrap .main .newscenter .news-bottom ul li .text {
        width: 5.866667rem
    }

    .wrap .main .newscenter .news-bottom ul li .text .title {
        width: 100%;
        /* margin-bottom: .266667rem */
    }
    .wrap .main .newscenter .news-bottom ul li .text .title span {
        margin-left: 0;
    }
    .wrap .main .newscenter .news-bottom ul li .text .title .time {
        margin-left: 40px;
    }
    .wrap .main .newscenter .news-bottom ul li .text p {
        width: 100%;
        margin-left: 0;
    }
}
/*# sourceMappingURL=huijienews.css.map */