* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    width: 100%;
    /* min-height: 984px; */
    background-image: url(/images/newsCBg.png);
}

.container-box {
    width: 100%;
    /* height: 100%; */
    /* background-color: red; */
}

.container-header {
    width: 100%;
    display: flex;
    /* position: relative; */
    /* margin-bottom: 65px; */
}


/* 
.headerName {
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 24px;
    color: #373fa4;
    padding-bottom: 20px;
    padding-right: 20px;
    border-bottom: 3px solid #373fa4;
} */

.headerJugde {
    /* position: absolute; */
    /* justify-content: center; */
    display: flex;
    font-size: 22px;
    /* background-color: red; */
}

.jugdeOne {
    margin-right: 20px;
    cursor: pointer;
}
.jugdeTwo{
    cursor: pointer;
}

.jugdeOne:hover {
    color: #373fa4;
}

.jugdeTwo:hover {
    color: #373fa4;
}

.container-middle {
    width: 100%;
    /* margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: blue; */
}

.middle-div {
    width: 49%;
    min-height: 300px;
    background-color: #fff;
    /* margin-right: 25px; */
    margin-bottom: 15px;
    padding: 20px 0px;
    /* position: relative; */
}
.middle-div:hover{
    box-shadow: 0px 5px 10px 5px rgb(55 63 164 / 50%);
}
.div-div {
    width: 90%;
    margin: auto;
    /* padding: 10px; */
}

.middle-text {
    color: #252525;
    font-size: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    word-break: break-all;
    margin-bottom: 20px;
}

.middle-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* margin-top: 30px; */
}

.newsimg {
    width: 189px;
    height: 203px;
    /* background-color: red; */
}

.newsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-text {
    width: calc(100% - 200px);
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-text {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    white-space: normal;
    word-break: break-all;
}

.text-yue {
    width: 100%;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

.yue-more {
    display: flex;
    color: #373fa4;
    font-size: 18px;
    align-items: center;
}

.yue-more img {
    width: 35px;
    height: 35px;
}

.yue-date {
    /* position: absolute; */
    /* right: 10px; */
    /* margin-top: -20px; */
    font-size: 14px;
    color: #666666;
}

.container-footer {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-ul {
    width: 300px;
    height: 60px;
    /* background-color: red; */
    /* margin: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-ul li {
    margin-left: 30px;
    color: #999999;
}

.footer-ul li:hover {
    color: #000;
}

@media screen and ( max-width: 1000px) {
    .middle-div {
        width: 100%;
        min-height: 300px;
        margin-bottom: 15px;
    }
}

@media screen and ( max-width: 500px) {
    .headerJugde {
        font-size: 14px;
    }
    .middle-container {
        display: block;
        font-size: 12px;
    }
    .middle-div {
        width: 100%;
        /* background-color: red; */
        display: flex;
        justify-content: center;
    }
    .div-div {
        width: 90%;
        /* background-color: #fff; */
    }
    .middle-container {
        width: 100%;
        margin: auto;
        /* background-color: green; */
    }
    .newsimg {
        width: 100%;
        height: 200px;
        margin: 20px auto;
    }
    .container-text {
        width: 90%;
        margin: auto;
    }
    .text-text {
        font-size: 12px;
        min-height: 64px;
        -webkit-line-clamp: 4;
    }
    .yue-more {
        font-size: 12px;
    }
    .yue-date {
        font-size: 12px;
    }
}