@media (min-width: 1400px){
    .container {
        max-width: 1230px;
    }
}
.bannerImg{
    position: relative;
}
.news-model{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 366px){
    .news-model{
        margin-top: -38px;
        height: 38px;
    }
    .news-model-title{
        display: flex;
        align-items: center;
        margin-top: -1px;
        width: 540px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 576px){
    .news-model{
        margin-top: -38px;
        height: 38px;
    }
    .news-model-title{
        display: flex;
        align-items: center;
        margin-top: -1px;
        width: 540px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px){
    .news-model{
        margin-top: -40px;
        height: 40px;
    }
    .news-model-title{
        display: flex;
        align-items: center;
        margin-top: -1px;
        width: 720px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px){
    .news-model{
        margin-top: -42px;
        height: 42px;
    }
    .news-model-title{
        display: flex;
        align-items: center;
        margin-top: -1px;
        width: 960px;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px){
    .news-model{
        margin-top: -46px;
        height: 46px;
    }
    .news-model-title{
        display: flex;
        align-items: center;
        margin-top: -1px;
        width: 1140px;
        margin-top: 0px;
        height: 36px;
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1400px){
    .news-model{
        margin-top: -48px;
        height: 48px;
    }
    .news-model-title{
        display: flex;
        align-items: center;
        margin-top: -1px;
        width: 1230px;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.newBody{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.news-card{
    border-bottom: solid 1px #F4F7FC;
}
.news-link{
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.news-card:hover{
    background:#F2F6FB;
}
.news-card-main-title{
    color:#24272B;
    font-size: 24px;
    font-family: 思源黑体Bold;
    overflow: hidden;
    padding-bottom: 10px;
}
.news-card-main-info{
    color:#4E555F;
    font-size: 16px;
    font-family: 思源黑体Regular;
    overflow: hidden;
    margin-bottom: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-end-text{
    font-size: 12px;
    overflow: hidden;
    font-family: 思源黑体Regular;
    color:#B5C1D1;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
}
.news-eyes{
    margin-top: -2px;
}
.news-end-count{
    margin-left: 2rem;
}
.news-card:hover .news-card-main-title{
    color:#1AA3EC;
}
.news-card:hover .news-card-main-info{
    color:#24272B;
}
.news-card:hover .news-end-text{
    color:#24272B;
}

.new-detial-top{
    border-bottom: solid 1px #79818C;
    padding-bottom: 6px;
}
.new-detial-title{
    font-size: 24px;
    font-family: 思源黑体Bold;
}
.news-detial-end-text{
    font-size: 12px;
    overflow: hidden;
    font-family: 思源黑体Regular;
    color:#24272B;
    display: flex;
    align-items: center;
    margin-top: 23px;
}
.newsArr{
    width: 100%;
    background:#F4F6F8;
    padding: 32px 38px;
}
.newsArr-title{
    border-bottom:solid 2px #007AFF;
    padding-bottom: 6px;
    font-size:24px;
    font-family: 思源黑体Bold;
    display: flex;
    align-items: center;
}
.newsArr-card-deck{
    padding-top:38px;
    padding-bottom: 38px;
    border-bottom: solid 1px #979797;
}
.newsArr-panel-link{
    text-decoration: none;
}
.newsArr-art-title{
    font-size: 20px;
    color:#4E555F;
    font-family: 思源黑体Regular;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newsArr-time{
    font-size: 16px;
    margin-top: 16px;
    color:#4E555F;
    font-family: 思源黑体Regular;
}
.active-button{
    background: #013568;
    border-radius: 8px;
    font-family: 思源黑体Medium;
    color: #FFFFFF!important;
}
.newsBut{
    width: auto;
    font-family: 思源黑体Medium;
    font-size: 28px;
    color: #333333;
    display: flex;
    border-radius: 8px;
    align-items: center;
    border:none;
    justify-content: center;
    margin-right: 48px;
    padding-right: 20px;
    padding-left: 20px;
}
.list-text:hover{
    background: #013568;
    border-radius: 8px;
    font-family: 思源黑体Medium;
    color: #FFFFFF!important;
}
.news-msg-link{
    width: 100%;
}
.newsTop{
    width: 100%;
    max-height:392px;
    margin-bottom:70px;
    background: #E9EDF0;
    display: flex;
}
.news-msg-card-main-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 366px) {
    .el-pagination{
        white-space: normal;
    }
    .bannerImg{
        height:190px;
    }
    .bannerImg img{
        height: 100%;
        width: 100%;
    }
    .bannerImg-news{
        position: absolute;
        left: 22%;
        top:calc(50% - 46px);
    }
    .bannerImg-news-title{
        font-size: 36px;
        font-family: 思源黑体Bold;
        color: #ffffff;
    }
    .bannerImg-news-egli{
        font-size: 18px;
        font-family: 思源黑体Regular;
        color: #ffffff;
        margin-top: 10px;
    }
    .container-news-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 28px;
        margin-bottom: 24px;
    }
    .container-news-box::-webkit-scrollbar {
        display: none;
    }
    .news-container-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }
    .news-content{
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .newsBut{
        width: auto;
        font-family: 思源黑体Medium;
        font-size: 16px;
        color: #333333;
        border-radius: 8px;
        border:solid 1px #013568;
        display: inline-block;
        padding:10px 20px;
        margin-right: 14px;
        margin-bottom: 10px;
    }
    .newsTop-right{
        padding: 12px 12px 0px 0px;
    }
    .newsTop-time{
        font-family: 思源黑体Regular;
        color: #B5C1D1;
        font-size: 14px;
    }
    .newsTop-title{
        color:#000000;
        font-size: 16px;
        font-family: 思源黑体Bold;
        margin-top: 8px;
    }
    .newsTop-some{
        margin-top: 16px;
        display: flex;
        align-items: center;
        color:#8694A9;
        font-size: 10px;
        cursor: pointer;
        margin-bottom: 16px;
    }
    .news-msg-div{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #373F4A;
        font-family: 思源黑体Regular;
        border-top: solid 1px #DEDEDE;
    }
    .news-msg-div:hover{
        font-size:16px;
        font-family: 思源黑体Bold;
        background:#F2F6FB;
    }
    .news-card-main-info{
        -webkit-line-clamp: 2;
    }
}
@media(min-width: 990px){
    .bannerImg{
        width: 100%;
        height: 464px;
    }
    .bannerImg img{
        width: 100%;
    }
    .bannerImg-news{
        position: absolute;
        left: 22%;
        top: calc(50% - 46px);
    }
    .bannerImg-news-title{
        font-size: 48px;
        font-family: 思源黑体Bold;
        color: #ffffff;
    }
    .bannerImg-news-egli{
        font-size: 29px;
        font-family: 思源黑体Regular;
        color: #ffffff;
        margin-top: 16px;
    }
    .news-content{
        display: flex;
        align-items: center;
    }
    .container-news-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 38px;
        margin-bottom: 36px;
    }
    .news-container-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 112px;
    }
    .newsBut{
        width: auto;
        font-family: 思源黑体Medium;
        font-size: 20px;
        color: #333333;
        border:none;
        display: flex;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .newsTop-right{
        padding: 45px 45px 0px 0px;
    }
    .newsTop-time{
        font-family: 思源黑体Regular;
        color: #B5C1D1;
        font-size: 22px;
    }
    .newsTop-title{
        color:#000000;
        font-size: 26px;
        font-family: 思源黑体Bold;
        margin-top: 16px;
    }
    .newsTop-some{
        margin-top: 20px;
        display: flex;
        align-items: center;
        color:#8694A9;
        font-size: 14px;
        cursor: pointer;
        margin-bottom: 8px;
    }
    .news-msg-div{
        width: 100%;
        padding-left:38px;
        height:91px;
        display: flex;
        align-items: center;
        font-size:18px;
        color:#373F4A;
        font-family: 思源黑体Regular;
        border-top: solid 1px #DEDEDE;
    }
    .news-msg-div:hover{
        font-size:20px;
        font-family: 思源黑体Bold;
        background:#F2F6FB;
    }
    .news-card-main-info{
        -webkit-line-clamp: 3;
    }
}
@media(min-width: 1600px){
    .bannerImg{
        width: 100%;
        height: 456px;
    }
    .bannerImg img{
        width: 100%;
    }
    .bannerImg-news{
        position: absolute;
        left: 22%;
        top:181px
    }
    .bannerImg-news-title{
        font-size: 48px;
        font-family: 思源黑体Bold;
        color: #ffffff;
    }
    .bannerImg-news-egli{
        font-size: 29px;
        font-family: 思源黑体Regular;
        color: #ffffff;
        margin-top: 16px;
    }
    .news-content{
        display: flex;
        align-items: center;
    }
    .container-news-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 48px;
        margin-bottom: 46px;
    }
    .news-container-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 112px;
    }
    .newsBut{
        width: auto;
        font-family: 思源黑体Medium;
        font-size: 28px;
        color: #333333;
        border:none;
        display: flex;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        margin-right: 48px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .newsTop-right{
        padding: 61px 61px 0px 0px;

    }
    .newsTop-time{
        font-family: 思源黑体Regular;
        color: #B5C1D1;
        font-size: 28px;
    }
    .newsTop-title{
        color:#000000;
        font-size: 32px;
        font-family: 思源黑体Bold;
        margin-top: 16px;
    }
    .newsTop-some{
        margin-top: 32px;
        display: flex;
        align-items: center;
        color:#8694A9;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 6px;
    }
    .news-msg-div{
        width: 100%;
        padding-left:58px;
        height:91px;
        display: flex;
        align-items: center;
        font-size:22px;
        color:#373F4A;
        font-family: 思源黑体Regular;
        border-top: solid 1px #DEDEDE;
    }
    .news-msg-div:hover{
        font-size:24px;
        font-family: 思源黑体Bold;
        background:#F2F6FB;
    }
    .news-card-main-info{
        -webkit-line-clamp: 3;
    }
}

<!--0.00021791458129883-->