.news-background {
    width: 100%;
    height: 688px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../static/xwzx.png');
    background-size: 100% 100%;
    background-position:center;
    background-repeat: no-repeat;
}

.news-container {
    padding: 100px 0;
}

.news-up {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.news-totie {
    font-size: 30px;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
}

.news-data {
    font-size: 15px;
    color: #d2d2d2;
    margin-top: 20px;
}

.news-content {
    padding-top: 60px;
}

.rich-p {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    line-height: 40px;
}
.news-img{
    display: block;
    margin: 60px auto;
}
.news-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-switch{
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
}
.news-switch:hover{
    background: #0d4da1;
    color: #FFF;
}
.switch-current{
    background: #0d4da1;
    color: #FFF !important;
}
.newscenter{
}
.newscentere-list{
    padding-top: 25px;
}
.newscentere-item{
    margin-top: 25px;
    background: #f9f9f9;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.newscentere-item:hover{
    background: #0d4da1;
}
.newscentere-item:hover .newscentere-right .newscentere-up .newscentere-totie{
    color: #FFF;
}
.newscentere-item:hover .newscentere-right .newscentere-up .newscentere-time{
    color: #FFF;
}
.newscentere-item:hover .newscentere-right .newscentere-botem .newscentere-text{
    color: #FFF;
}
.newscentere-item:hover .newscentere-right .newscentere-botem .newscentere-more{
    color: #FFF;
}
.newscentere-left{
    width: 32%;
    overflow: hidden;
}
.newscentere-view{
    width: 100%;
    height: 270px;
    transition: all .3s;
}
.newscentere-view:hover{
    transform: scale(1.2);
}
.newscentere-right{
    flex: 1;
    padding-left: 60px;
}
.newscentere-up{
    margin-bottom: 20px;
}
.newscentere-totie{
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 10px;
}
.newscentere-time{
    font-size: 15px;
    color: #333;
}
.newscentere-text{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.newscentere-more{
    font-size: 15px;
    color: #333;
    float: right;
    cursor: pointer;
}
