@media screen and (max-width: 576px) {
    .col-xs-6,
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    .search_list_max {
        text-align: left;
    }
    .paging {
        transform: scale(0.6);
    }
    .search_list {
        text-align: left;
    }
}

@media (max-width: 1200px) and (min-width: 884px) {
    .container-fluid>ul>li>a>.divimg {
        height: 205px !important;
    }
}

@media (min-width: 1400px) {
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 65.666667% !important;
    }
}

@media (max-width: 2700px) and (min-width: 1600px) {
    .container-fluid>ul>li>a>.divimg {
        /* height: 218px !important; */
    }
    .container-fluid>ul>li>a>.divimg {
        font-size: 1rem;
    }
    .container-fluid>ul>li>a>.wordage h3 {
        text-align: left;
        font-size: 1em !important;
    }
}

@media (max-width: 3200px) and (min-width: 2250px) {
    .container-fluid>ul>li>a>.divimg {
        height: 300px !important;
    }
    .container-fluid>ul>li>a>.divimg {
        margin: 10px 0 !important;
        font-size: 1.2rem !important;
    }
    .container-fluid>ul>li>a>.divimg h3 {
        text-align: left;
    }
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

#box_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.minHeight {
    padding-top: 1% !important;
    flex: 1 0 auto;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0px !important;
}


/*blank开始*/

.blank {
    width: 100%;
    height: 10px;
}


/*blank结束*/

.row {
    width: 100%;
}


/* search样式开始 */

.search {
    background-color: rgb(233, 236, 239);
}

.search_list {
    width: 100%;
    background-color: rgb(233, 236, 239);
    color: #434343;
    font-size: 15px;
    height: auto;
    justify-content: center;
}

.search_list button {
    border-radius: 2px;
}

.search_left {
    text-align: left;
}

.search_list_mia {
    margin: 10px 0 5px 0;
    text-align: left;
}

.search_list button {
    background-color: #e74c3c;
    color: rgb(255, 255, 255);
    border: none;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.search_list span {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
}


/* search样式结束 */


/* 列表样式开始 */

.container-fluid>ul>li>a>.divimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 136px;
    object-fit: contain;
    /* contain  保持原有尺寸比例 
     cover    保持其宽高比的同时填充元素的整个内容框
     fill     正好填充元素的内容框,不相匹配,被拉伸以适应内容框
     none     保持其原有的尺寸。
  */
}

.check-border {
    border: none;
}

.container-fluid>ul>li>a>.divimg>.img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.container-fluid>ul>li>a>.divimg>.img:hover {
    outline: 1px solid red;
}

.container-fluid>ul>li>a>.wordage {
    margin: 7px 0 25px 0;
    text-align: center;
}

.btnColor {
    background-color: #0074c2 !important;
}


/* 列表样式结束 */


.paging .pagination {
    justify-content: center;
}

.figure-caption {
    overflow: hidden;
    width: 70%;
    margin: auto;
    text-overflow: ellipsis;
}


/* 顶部登录开始 */

.container-fluid {
    padding: 0;
}

.bao {
    width: 100%;
    background-color: rgba(37, 118, 192);
}

@media screen and (max-width: 360px) {
    .a {
        font-size: 13px;
    }
}

.a:hover {
    text-decoration: none;
    color: #409eff;
}

.bao ul {
    display: flex;
    height: 48px;
    margin: 0;
    line-height: 48px;
}

.bao ul li {
    margin: 0 22px 0 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.admin {
    margin: 0 5px 0 0 !important;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.divimg {
    position: relative;
}

.play {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /* background-color: #f00; */
}

.play img {
    width: 100%;
    height: 50px;
}


/* 顶部登录结束 */


/* 底部样式开始 */

.footer {
    width: 100%;
    height: 50px;
    flex: 0 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
}

.footer p {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin: 5px 0;
    letter-spacing: 1px;
}


/* 底部样式结束 */

/*搜索 隔开*/
.separated{
    /* margin-left: 20px; */
}

.arr {
    display: inline-flex;
  }

.arrUp {
 
width: 0;
height: 0;
border: 5px solid transparent;
border-bottom-color: #ccc;
cursor: pointer;
}

.arrDown {
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: #ccc;
margin-top: 2px;
cursor: pointer;
}
.arr .active_asc{
    color: #0096fb;
    /* border-bottom-color: #0074c2; */
}
.arr .active_desc{
    color: #0096fb;
    /* border-top-color: #0074c2; */
}
.searchitem{
    display: flex;
    justify-content: center;
}

.searchitem a{
    color:black;
}

.searchitem label{
    cursor: pointer;
}

.searchitem .btn-primary{
    background-color: #0074c2;
    border-color: #0074c2;
}
.page-link{
    color: #0074c2;
}
.page-item.active .page-link{
    background-color: #0074c2;
    border-color: #0074c2;
}

.searchitem  input[type="radio"]:checked{background-color: #0074c2 !important;}