/* news show */

.news-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -3.125rem;
    margin-right: -3.125rem;
}

.news-cont .img-box {
    width: 48%;
}
.news-cont .img-box img:nth-child(3) {
    margin-bottom: 70px;
}

.news-cont .text-box {
    width: 48%;
    padding-right: 5.5%;
}

.news-cont .text-box {
    position: relative;
}

.news-cont .img-box img {
    display: block;
    margin-bottom: 1.25rem;
}

.news-cont .pagination-imgSlider {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}

.news-cont .pagination-imgSlider span.swiper-pagination-bullet {
    margin-right: 7px;
    margin-left: 7px;
    border: 2px solid #1e1e1e;
    background-color: #1e1e1e;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}

.news-cont .title {
    font-weight: 700;
    margin-bottom: 3.75rem;
    font-size: 36px;
    line-height: 45px;
}

.news-cont .cont {
    margin-bottom: 70px;
    color: #191f23;
    font-size: 14px;
    border-bottom: 1px solid #e5e4e4;
    padding-bottom: 30px;
}

.news-cont .cont,
.news-cont .cont * {
    line-height: 2.1;
    text-align: justify;
}

.news-cont .cont p {
    margin-bottom: 3.5rem;
    letter-spacing: 0px;
}

.news-cont .button {
    margin-bottom: 5rem;
}

.news-next-wrapper {
    margin-top: 1.875rem;
}

.news-next {
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    color: #000;
    border-bottom: 1px solid #7d7d7d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.news-next .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.news-next .text-title {
    font-size: 1.875rem;
    font-weight: 700;
}

.news-next .text {
    margin-left: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
    white-space: nowrap;
}

.news-next:focus,
.news-next:hover {
    padding: 1.25rem;
    border-radius: 5px;
}


/* // */

.news-info {
    margin-bottom: 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #191f23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-info .icon-box {
    position: relative;
    margin-right: 1.25rem;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #72795f;
}

.news-info .icon-box i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #fefefe;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-top {
    position: relative;
    margin-bottom: 3.125rem;
    border-radius: 3px;
}

.news-next-wrapper {
    margin-top: 1.875rem;
    width: 48%;
    padding-right: 5.5%;
}


/* RWD */

@media only screen and (min-width: 100px) {
    .news-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        margin: 0;
    }
}

@media only screen and (min-width: 100px) {
    .news-cont .text-box {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 100px) {
    .news-cont .title {
        margin-bottom: 60px;
    }
}

.news-cont .news-info-main {
    margin-bottom: 3.75rem;
}

@media only screen and (min-width: 100px) {
    .news-cont .news-info-main {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 100px) {
    .news-cont .button {
        margin-top: 65px;
        /* margin-bottom: 35px; */
    }
}

@media only screen and (min-width: 1000px) {
    .news-cont {
        /* display: block; */
    }
}

@media only screen and (min-width: 1000px) {
    .news-cont .text-box {
        float: left;
    }
}

@media only screen and (min-width: 1000px) {
    .news-cont .img-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .news-cont .img-box#scrollingPanel {
        display: block;
        padding-left: 0;
        float: right;
        margin-left: 4%;
    }
    .news-cont .img-box#imgSlider {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .news-cont .pagination-imgSlider {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .news-cont .button {
        width: 265px;
        margin-top: 65px;
    }
}


/* 我的RWD */

@media screen and (min-width: 1600px) {}

@media (max-width: 1600px) and (min-width: 1300px) {
    .grid-container {
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media (max-width: 1300px) and (min-width: 1000px) {
    .grid-container {
        margin-bottom: 90px;
        margin-left: 3.5%;
        margin-right: 3.5%;
    }
    .news-cont .text-box {
        padding-right: 5.5%;
    }
}

@media (max-width: 1000px) and (min-width: 700px) {
    .grid-container {
        margin-bottom: 90px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    .news-cont .text-box {
        width: 100%;
        padding-right: 0;
    }
    .news-cont .img-box {
        width: 100%;
    }
    .news-cont .img-box img {
        width: 100%;
    }
    .news-next-wrapper {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .breadcrumbs {
        margin-bottom: 50px;
    }
    .grid-container {
        margin-bottom: 50px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .news-cont .text-box {
        width: 100%;
        padding-right: 0;
    }
    .news-cont .cont,
    .news-cont .cont * {
        line-height: 1.5;
    }
    .news-cont .img-box img {
        max-height: 450px;
    }
    .news-cont .img-box {
        width: 100%;
    }
    .news-cont .img-box img {
        width: 100%;
    }
    .news-next-wrapper {
        width: 100%;
        padding-right: 0;
    }
}
#News_show .editor_block table{
    width: 100%  !important;
}