@media screen and (max-width: 2800px) {
    .white_bg{
        background: #fff;
    }

    .pagination_box{
        width: 62.5vw;
        height: 60px;
        text-align: center;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 2vw 0 0 28vw;
        border-radius: 4px;
    }
    .pagination > li {
        display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #2a6496;
        background-color: #eee;
        border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
    .mid_row .new_lists{
        padding: 20px;
        width: 75%;
        height: auto;
        vertical-align: top;
    }
    .mid_row .new_lists .new_item{
        height: 100px;
        padding: 10px;
        border-bottom: 1px solid #DCDCDC;
        border-radius: 4px;
    }
    .mid_row .new_lists .new_item:hover{
        background: #F1F1F1;
        border-bottom: 1px solid #F1F1F1;
    }
    .mid_row .new_lists .new_item .new-date{
        display: inline-block;
        width:65px;
    }
    .mid_row .new_lists .new_item .new-date .new-data-d{
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 24px;
        font-weight: bold;
        color: #2A2A2A;
        text-align: center;
        border-bottom: 1px solid #DCDCDC;
        padding: 0 0 10px 0;
    }
    .mid_row .new_lists .new_item .new-date .new-data-ym{
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #404040;
        text-align: center;
        padding: 10px 0 0 0;
    }
    .mid_row .new_lists .new_item .new-title{
        display: inline-block;
        width: 60%;
        height: 100%;
        text-align: left;
        vertical-align: middle;
    }
    .mid_row .new_lists .new_item .new-title a{
        color: #2A2A2A;
        text-decoration: none;
        font-size: 14px;
    }
    .mid_row .new_lists .new_item .new-detail{
        display: inline-block;
        width: 88px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #DCDCDC;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        color: #2A2A2A;
        vertical-align: top;
        margin-top: 20px;
    }

    .article1_lists{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .article1_lists .article1{
        display: inline-block;
        width: 20%;
        height: 360px;
        border: 1px solid #DCDCDC;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 30px;
    }
    .article1_lists .article1 .thumb{
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
    .article1_lists .article1 .thumb img{
        width: 100%;
        height: auto;
    }
    .article1_lists .article1 .title{
        display: inline-block;
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color:#404040;
    }

    .mid_row .column_detail{
        display: inline-block;
        width: 75%;
        height: auto;
        vertical-align: top;
    }
    .mid_row .son_list{
        display: inline-block;
        width: 22%;
        height: auto;
        vertical-align: top;
        margin-top: 20px;
        margin-right:2%;
    }
    .mid_row .son_list .son_items{
        display: inline-block;
        width: 100%;
        height:auto;
        line-height: 28px;
        font-size:16px;
        color:#0068DC ;
        background:#F4F4F4 ;
        margin-bottom: 10px;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        color: #0068DC;
    }

    .mid_row .lists .articles .new_title{
        font-size: 24px;
        text-align: center;
        padding:60px 0 0px 0;
        font-weight: bold;
    }
    .mid_row .lists .articles .new_time{
        text-align: center;
        font-size: 14px;
    }
    .mid_row .lists .articles .new_content{
        padding:0 30px;
        color: #404040;
        font-size: 14px;
    }
}

@media screen and (max-width: 960px){
    .white_bg{
        background: #fff;
    }

    .pagination_box{
        width: 62.5vw;
        height: 60px;
        text-align: center;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 2vw 0 0 28vw;
        border-radius: 4px;
    }
    .pagination > li {
        display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #2a6496;
        background-color: #eee;
        border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
    .mid_row .new_lists{
        padding: 4px;
        width: 98%;
        height: auto;
        vertical-align: top;
    }
    .mid_row .new_lists .new_item{
        height: auto;
        padding: 10px;
        border-bottom: 1px solid #DCDCDC;
        border-radius: 4px;
    }
    .mid_row .new_lists .new_item:hover{
        background: #F1F1F1;
        border-bottom: 1px solid #F1F1F1;
    }
    .mid_row .new_lists .new_item .new-date{
        display: inline-block;
        width:18%;
    }
    .mid_row .new_lists .new_item .new-date .new-data-d{
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 24px;
        font-weight: bold;
        color: #2A2A2A;
        text-align: center;
        border-bottom: 1px solid #DCDCDC;
        padding: 0 0 10px 0;
    }
    .mid_row .new_lists .new_item .new-date .new-data-ym{
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #404040;
        text-align: center;
        padding: 10px 0 0 0;
    }
    .mid_row .new_lists .new_item .new-title{
        display: inline-block;
        width: 80%;
        height: 100%;
        text-align: left;
        vertical-align: top;
        padding: 20px 0;
    }
    .mid_row .new_lists .new_item .new-title a{
        color: #2A2A2A;
        text-decoration: none;
        font-size: 14px;
    }
    .mid_row .new_lists .new_item .new-detail{
        display: inline-block;
        width: 88px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #DCDCDC;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        color: #2A2A2A;
        vertical-align: top;
        margin-top: 20px;
    }

    .article1_lists{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .article1_lists .article1{
        display: inline-block;
        width: 20%;
        height: 360px;
        border: 1px solid #DCDCDC;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 30px;
    }
    .article1_lists .article1 .thumb{
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
    .article1_lists .article1 .thumb img{
        width: 100%;
        height: auto;
    }
    .article1_lists .article1 .title{
        display: inline-block;
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color:#404040;
    }

    .mid_row .column_detail{
        display: inline-block;
        width: 75%;
        height: auto;
        vertical-align: top;
    }
    .mid_row .son_list{
        display: inline-block;
        width: 22%;
        height: auto;
        vertical-align: top;
        margin-top: 20px;
        margin-right:2%;
    }
    .mid_row .son_list .son_items{
        display: inline-block;
        width: 100%;
        height:auto;
        line-height: 28px;
        font-size:16px;
        color:#0068DC ;
        background:#F4F4F4 ;
        margin-bottom: 10px;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        color: #0068DC;
    }

    .mid_row .lists .articles .new_title{
        font-size: 18px;
        text-align: center;
        padding:60px 0 0px 0;
        font-weight: bold;
    }
    .mid_row .lists .articles .new_time{
        text-align: center;
        font-size: 12px;
    }
    .mid_row .lists .articles .new_content{
        padding:0 30px;
        color: #404040;
        font-size: 12px;
    }
    .mid_row .lists .articles .new_content img{
        width: 100%;
    }
}