.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}

.news-tab-box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.news-tab-box .news-tab a {
    color: #666666;
}

.new-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 44px;
    display: none;
}

.new-content.show {
    display: block;
}

.news-tab-box .news-tab a.tabs {
    font-weight: 500;
    color: #2EA0D3;
}

.news-tab-box .line {
    margin: 0 20px;
    color: #e5e5e5;
}

.news .news-top {
    display: flex;
        padding-bottom: 63px;
    border-bottom: 1px solid #dcdcdc;
}

.news .news-top .news-top-left {
    width: 680px;
    height: 414px;
    overflow: hidden;
    cursor: pointer;
}

.news .news-top .news-top-left img {
    transition: 1s;
}

.news .news-top .news-top-left img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.news .news-top .news-top-right {
    width: 500px;
    height: 414px;
    padding: 45px 30px 37px 42px;
    box-sizing: border-box;
}

.news .news-top .news-top-right .date {
    font-size: 14px;
    color: #999;
}

.news .news-top .news-top-right .title {
    font-size: 24px;
    margin-top: 30px;
    cursor: pointer;
}

.news .news-top .news-top-right .text {
    margin-top: 20px;
    color: #666666;
    text-align: justify;
    cursor: pointer;
}

.news .news-top .news-top-right .title a {
    font-weight: 500;
    opacity: 1;
    color: #333333;
}

.news .news-top .news-top-right .title a:hover {
    text-decoration: none;
    text-align: justify;
}

.news .news-top .news-top-right .text a,
a:hover {
    opacity: 1;
    color: #666666;
    text-decoration: none;
}

.news .news-top .news-top-right .details {
    width: 57px;
    height: 22px;
    font-size: 14px;
    /* color: #666666; */
    border-bottom: 1px solid #666666;
    margin-top: 35px;
}

.news .news-top .news-top-right .details a,
a:hover {
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

.card-deck {
    height: 100% !important;
}

/* 分页 */

.paging {
    text-align: center;
    margin-top: 40px;
}

.paging a {
    margin-left: 5px;
    color: #000;
    border: none;
    border-radius: 2px;
    text-align: center;
}



.current-base {
    text-align: center;
}


.paging>a {
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 5px;
}

.current-base>span {
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
}

.jp-first,
.jp-last {
    width: 60px !important;
}

.jp-previous,
.jp-next {
    width: 80px !important;
}

.jp-current.current {
    background-color: #2ea0d3;
    color: #fff;
}

.news .card-deck .card:nth-of-type(5n) {
    margin-left: 0 !important;
}


/*
.news .card-deck {
    margin-top: 63px;
    border-top: 1px solid #dcdcdc;
    display: flex;
}

.news .news-card {
    display: none;
}

.news .news-card.show {
    display: block;
}

.news .card-deck .card {
    flex: 0 0 280px;
    height: 421px;
    border-bottom: 3px solid #BB9962;
    margin: 0;
    margin-top: 56px;
    border-radius: 0;
    cursor: pointer;
}

.news .card-deck .card:hover {
    border: 1px solid transparent;
    border-bottom: 3px solid transparent;
}

.news .card-deck .card:hover .card-body {
    background-color: #FBFBFB;
}

.news .card-deck .card-footer {
    background-color: #FFFFFF;
}

.news .card-deck .card:hover .card-footer .text-muted span {
    color: #333333 !important;
}

.news .card-deck .card:hover .card-footer {
    background-color: #e9e9e9;
}

.news .card-deck .card .card-img {
    width: 278px;
    height: 199px;
    overflow: hidden;
}

.news .card-deck .card .card-img .card-img-top {
    width: 278px;
    height: 199px;
    transition: 1s;
}

.news .card-deck .card:hover .card-img .card-img-top {
    transition: 1s;
    transform: scale(1.1);
}

.news .card-deck .card .card-body {
    width: 280px;
}

.news .card-deck .card .card-title {
    font-size: 14px;
    color: #aaaaaa;
}

.news .card-deck .card .card-text {
    font-size: 18px;
    font-weight: 500;
    font-family: Source Han Sans CN;
    color: #333333;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .card-deck .card .text-muted {
    display: flex;
    justify-content: space-between;
}

.news .card-deck .card .text-muted span {
    font-size: 14px;
    color: #666666;
}
.news .card-deck .card+.card{
      margin-left: 30px;
}
.news .card-deck .card:nth-of-type(5){
      margin-left: 0;
}
*/
@media all and (max-width:1300px) and (min-width:990px) {
    .content {
        width: 100%;
    }

    .new-content {
        width: 93vw;
    }

    /*.news .card-deck .card {
        flex: 0 0 calc(280vw / 13);
    }
    .news .card-deck .card .card-img {
        width: calc(278vw / 13);
        height: calc(199vw / 13);
    }
    .news .card-deck .card .card-body{
        width: calc(280vw / 13);
    }
    .news .card-deck .card .card-img .card-img-top{
        width: 100%;
        height: 100%;
    }*/
}

@media all and (max-width:1000px) {
    .content {
        width: 93vw;
    }

    .banner {
        margin-top: calc(99vw / 7.5);
    }

    .new-content {
        width: 93vw;
    }

    .news .news-title {
        width: 90vw;
        margin: 0 auto;
        font-size: calc(36vw / 7.5);
        height: calc(36vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .news .news-tab .news-media {
        width: calc(100% / 2.2);
        text-align: center;
        font-size: calc(30vw / 7.5);
    }

    .new-dynamic {
        width: calc(100% / 2.2);
        text-align: center;
        font-size: calc(30vw / 7.5);
    }

    .news .more a {
        font-size: calc(26vw / 7.5);
    }

    .news {
        width: 100%;
        margin-top: calc(50vw / 7.5);
    }

    .news .news-tab {
        width: 100%;
        height: calc(90vw / 7.5);
        line-height: calc(90vw / 7.5);
        margin-top: calc(38vw / 7.5);
        background-color: #F7F7F7;
        justify-content: space-around;
    }

    /* .news .news-card {
        width: calc(690vw / 7.5);
        margin: 0 auto;
    }
    .news .news-top {
        flex-direction: column;
    }
    .news .card-deck {
        flex-direction: column;
        margin-top: calc(57vw / 7.5);
    }
    .news .news-top .news-top-right .title a {
        font-size: calc(30vw / 7.5);
    }
    .news .news-top .news-top-right .text a {
        font-size: calc(24vw / 7.5);
    }
    .news .card-deck .card {
        margin-top: calc(50vw / 7.5);
        border-top: none;
        border-left: none;
        border-right: none;
        background-color: #FBFBFB;
        height: calc(848vw / 7.5);
    }
    .news .card-deck .card+.card {
        margin-left: 0;
    }
    .news .card-deck .card .card-img {
        width: 100%;
        height: calc(489vw / 7.5);
    }
    .news .card-deck .card .card-img .card-img-top {
        width: 100%;
        height: 100%;
    }
    .news .card-deck .card .card-body {
        width: 100%;
        height: calc(257vw / 7.5);
    }
    .news .card-deck .card .card-title {
        font-size: calc(24vw / 7.5);
    }
    .news .card-deck .card .card-text {
        font-size: calc(30vw / 7.5);
    }
    .news .card-deck .card .text-muted span {
        font-size: calc(26vw / 7.5);
    }
    */
    .news .news-top .news-top-left {
        display: block;
        width: 100%;
        height: calc(421VW / 7.5);
    }

    .news .news-top .news-top-left img {
        /* width: 100%;
        height: 100%; */
        width: 100%;
        height: calc(421VW / 7.5);
    }

    .news .news-top .news-top-right .title {
        margin-top: calc(27vw / 7.5);
        font-size: calc(30vw / 7.5);
    }

    .news .news-top .news-top-right .details {
        display: none;
    }

    .news .news-top .news-top-right {
        width: calc(690vw / 7.5);
        padding: 0;
        margin-top: calc(25vw / 7.5);
        height: auto;
    }

    .news-tab-box {
        height: calc(99vw / 7.5);
        font-size: calc(24vw / 7.5);
    }

    .news-tab-box .news-tab a.tabs {
        font-weight: bold;
    }
}

