@media (min-width:1001px) {
    .news {
        /*width: 16.2rem;*/
        min-height: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: 0.2rem;
    }


    .news .newsitem {
        /*width: 3.65rem;*/
        height: 4rem;
        /*margin-right:0.4rem ;*/
        margin-bottom: 0.4rem;
        border: 1px solid #d9d9d9;
        /*cursor: pointer;*/
        position: relative;
        background: #dddddd1c;
    }

    .news .newsitem:hover {
        border-color: #ccc;
        background-color: #f2f2f2;
    }

    .news .newsitem .title {
        color: #000;
        font-size: 0.16rem;
        padding: 0.07rem 0;
        height: 60%;
        max-height: 60%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }

    .news .newsitem .content {
        color: #000;
        font-size: 0.14rem;
        padding: 0.05rem 0;
        width: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 20%;
    }

    .news .newsitem img {
        width: 100%;
    }

    .news .imgContainer {
        height: 2.3rem;
        width: 100%;
        overflow: hidden;
    }

    .news .imgContainer .new_div {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 50px;
        border-radius: 4px;
        overflow: hidden;
        background: #ecac22;
        color: #fff;
        text-align: center;
        font-size: 0.2rem;
    }

    .news .imgContainer img {
        height: 100%;
        width: 100%;
        /*object-fit: cover;*/
    }

    .news .newsContainer {
        padding: 0.1rem;
        height: 1.5rem;
    }

    .news .newsContainer1 .title {
        color: #000;
        font-size: 0.16rem;
        padding: 0.05rem 0;
        height: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news .newsitem1 {
        height: 5rem;
        margin-bottom: 0.4rem;
        border: 1px solid #d9d9d9;
        position: relative;
        background: #dddddd1c;
    }

    .news .imgContainer1 {
        height: 4rem;
        width: 100%;
    }

    .news .imgContainer1 img {
        width: 100%;
        height: 100%;
    }

    .news .newsContainer1 {
        padding: 0.1rem;
        height: 1rem;
    }

    .news .newsitem .rightArrow {
        width: 0.35rem;
        height: 0.35rem;
        background-color: #015c92;
        font-size: 0.18rem;
        color: #fff;
        line-height: 0.35rem;
        position: absolute;
        right: 0.2rem;
        bottom: 0.2rem;
        text-align: center;
        border-radius: 5px;
    }

    .news .newsitem .endArrow {
        width: 1.3rem;
        height: 0.35rem;
        background-color: #ddd;
        font-size: 0.15rem;
        color: #080808;
        line-height: 0.17rem;
        position: absolute;
        right: 0.1rem;
        bottom: 0.2rem;
        text-align: center;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news .newsitem .blueArrow {
        width: 1rem;
        height: 0.35rem;
        background-color: #015c92;
        font-size: 0.12rem;
        color: #ffffff;
        line-height: 0.35rem;
        position: absolute;
        right: 0.2rem;
        bottom: 0.2rem;
        text-align: center;
        border-radius: 5px;
    }

    .news .newsitem:hover .rightArrow {
        border-color: #ccc;
        background-color: rgba(33, 104, 166, 0.8);
    }

    .fixed-table-body {
        height: 0 !important;
    }

    .news .newsitem a {
        text-decoration: none;
    }


    .btnContainer {
        text-align: right;
        /*height: 0.7rem;*/
        padding: 0.1rem 0.2rem;
        position: absolute;
        bottom: 0.05rem;
        right: 0.05rem;
    }


    .news .deptitem {
        width: 3.05rem;
        /*height: 5rem;*/
        /*margin-right: 0.4rem;*/
        /*margin-bottom: 0.4rem;*/
        margin:auto;
        border: 1px solid #d9d9d9;
        /*cursor: pointer;*/
        position: relative;
        background: #dddddd1c;
    }

    .news .titleContainer {
        padding: 0.2rem;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        color: #ffffff;
        width: 100%;
    }


    .article {
        min-height: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: 0.2rem;
    }

    .article .articleitem {
        height: 4rem;
        margin-bottom: 0.4rem;
        border: 1px solid #d9d9d9;
        /*cursor: pointer;*/
        position: relative;
        background: #dddddd1c;
    }

    .article .articleitem:hover {
        border-color: #ccc;
        background-color: #f2f2f2;
    }

    .article .articleitem .title {
        color: #2d82b5;
        font-size: 0.15rem;
        padding: 0.05rem 0;
        height: 60%;
    }

    .article .articleitem .content {
        color: #666;
        font-size: 0.15rem;
        padding: 0.05rem 0;
    }

    .article .articleitem img {
        width: 100%;
    }

    .article .imgContainer {
        height: 2.3rem;
        width: 100%;
    }

    .article .imgContainer img {
        width: 100%;
        height: 100%;
    }

    .article .newsContainer {
        padding: 0.1rem 0.2rem;
        height: 1.7rem;
    }

    .news .newsitem .time {
        position: absolute;
        bottom: 0.2rem;
        color: #000;
        font-size: 0.14rem;
        padding: 0.05rem 0;
    }
}
@media (max-width:1000px) {
    .news {
        /*width: 16.2rem;*/
        min-height: 300px;
        margin: 0 auto;
        /*display: flex;*/
        /*justify-content: flex-start;*/
        /*flex-wrap: wrap;*/
        padding-top: 0.2rem;
    }

    .col-sm-3,.col-sm-12{
        width: 100%;
    }

    .news .newsitem {
        display: inline-flex;
        height: 5rem;
        margin-bottom: 0.4rem;
        border: 1px solid #d9d9d9;
        position: relative;
        background: #dddddd1c;
        width: 100%;
    }

    .news .newsitem:hover {
        border-color: #ccc;
        background-color: #f2f2f2;
    }

    .news .newsitem .title {

        color: #000;
        font-size: 0.5rem;
        padding: 0.1rem 0;
        height: 3rem;
        display: flex;
        align-items: center;
    }

    .news .newsitem .content {
        color: #000;
        font-size: 0.5rem;
        padding: 0.1rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news .newsitem img {
        width: 100%;
    }

    .news .imgContainer {
        width: 6rem;
    }

    .news .deptitem .imgContainer {
        width: 100%;
        height: 8rem;
    }

    .news .imgContainer .new_div {
        position: absolute;
        top: 6px;
        left: 5px;
        width: 30px;
        border-radius: 4px;
        overflow: hidden;
        background: #ecac22;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .news .imgContainer img {
        width: 100%;
        height: 100%;
    }

    .news .newsContainer {
        padding: 0.1rem 0.3rem;
        width: calc(100% - 6rem);
    }

    .news .newsContainer1 .title {
        color: #000;
        font-size: 0.6rem;
        padding: 0.05rem 0;
        height: 80%;
        /*white-space: nowrap;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
    }
    .news .newsContainer1 .content {
        font-size: 0.5rem;
    }
    .news .newsitem1 {
        height: 5rem;
        margin-bottom: 0.4rem;
        border: 1px solid #d9d9d9;
        position: relative;
        background: #dddddd1c;
        display: flex;
    }

    .news .imgContainer1 {
       height: 100%;
        width: 40%;
    }

    .news .imgContainer1 img {
        width: 100%;
        height: 100%;
    }

    .news .newsContainer1 {
        padding: 0.1rem;
        height: 4rem;
        width: 60%;
    }

    .news .newsitem .rightArrow {
        width: 0.8rem;
        height: 0.8rem;
        background-color: #015c92;
        font-size: 0.5rem;
        color: #fff;
        line-height: 0.8rem;
        position: absolute;
        right: 0.4rem;
        bottom: 0.4rem;
        text-align: center;
        border-radius: 5px;
        border-radius: 5px;
    }

    .news .newsitem .endArrow {
        width: 3rem;
        height: 0.8rem;
        background-color: #ddd;
        font-size: 0.5rem;
        color: #080808;
        line-height: 0.8rem;
        position: absolute;
        right: 0.1rem;
        bottom: 0.2rem;
        text-align: center;
        border-radius: 5px;
    }

    .news .newsitem .blueArrow {
        width: 3rem;
        height: 0.8rem;
        background-color: #015c92;
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.8rem;
        position: absolute;
        right: 0.1rem;
        bottom: 0.2rem;
        text-align: center;
        border-radius: 5px;
    }

    .news .newsitem:hover .rightArrow {
        border-color: #ccc;
        background-color: rgba(33, 104, 166, 0.8);
    }

    .fixed-table-body {
        height: 0 !important;
    }

    .news .newsitem a {
        text-decoration: none;
    }


    .btnContainer {
        text-align: right;
        /*height: 0.7rem;*/
        padding: 0.1rem 0.2rem;
        position: absolute;
        bottom: 0.05rem;
        right: 0.05rem;
    }


    .news .deptitem {
        /*width: 3.05rem;*/
        /*height: 5rem;*/
        margin:auto;
        border: 1px solid #d9d9d9;
        /*cursor: pointer;*/
        position: relative;
        background: #dddddd1c;
    }

    .news .titleContainer {
        padding: 0.2rem;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        color: #ffffff;
        width: 100%;
    }


    .article {
        min-height: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: 0.2rem;
    }

    .article .articleitem {
        height: 4rem;
        margin-bottom: 0.4rem;
        border: 1px solid #d9d9d9;
        /*cursor: pointer;*/
        position: relative;
        background: #dddddd1c;
    }

    .article .articleitem:hover {
        border-color: #ccc;
        background-color: #f2f2f2;
    }

    .article .articleitem .title {
        color: #2d82b5;
        font-size: 0.15rem;
        padding: 0.05rem 0;
        height: 60%;
    }

    .article .articleitem .content {
        color: #666;
        font-size: 0.15rem;
        padding: 0.05rem 0;
    }

    .article .articleitem img {
        width: 100%;
    }

    .article .imgContainer {
        height: 2.3rem;
        width: 100%;
    }

    .article .imgContainer img {
        width: 100%;
        height: 100%;
    }

    .article .newsContainer {
        padding: 0.1rem 0.2rem;
        height: 1.7rem;
    }
    .news .newsitem .time {
        position: absolute;
        bottom: 0.2rem;
        color: #000;
        font-size: 0.5rem;
        padding: 0.05rem 0;
    }
}
