.input_search {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.input_search a {
    position: absolute;
    right: 25px;
    top: 15px;
}

.input_search input {
    border: none;
    background-color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
    width: 360px;
    font-size: 18px;
}

.input_search input::placeholder {
    font-size: 18px;
    color: #000;
    /* 或者你想要的任何大小 */
}

.mkBox1 {
    background-color: #164F8F;
    padding: 75px 0;
}

.select_t {
    color: #fff;
}

.select_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_s select {
    border: none;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;
    width: 240px;
    margin-left: 20px;
    font-size: 18px;
    color: rgb(136, 136, 136);
}

.select_s select {
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* 适用于所有现代浏览器 */
    background-image: url('../images/NewList/icon_img1.png');
    /* 自定义箭头图片 */
    background-repeat: no-repeat;
    background-position: 215px center;
    /* 根据需要调整位置 */
    padding-right: 20px;
    /* 确保有足够的空间显示自定义箭头 */
}

.tab_t {
    color: #777;
    margin: 0 45px;
    cursor: pointer;

}

.tab_title {
    display: flex;
    justify-content: center;
    align-items: end;
}

.mkBox2 {
    padding: 90px 0 100px 0;
    background-image: url(../images/NewList/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tab_list ul li .image {
    overflow: hidden;
    transition: all .3s;
}

.tab_bq {
    color: rgb(136, 136, 136);
    margin-top: 30px;
    padding: 0 40px;
    display: flex;
}

.tab_m {
	text-align:justify;
    color: #222;
    margin-top: 25px;
    padding: 0 40px;
}

.tab_j {
	text-align: justify;
    color: rgb(136, 136, 136);
    margin-top: 20px;
    padding: 0 40px;
}

.tab_list ul li {
    background-color: #fff;
}

.tab_content {
    margin-top: 50px;
}

.tab_bq span {
    border: 1px solid rgb(136, 136, 136);
    padding: 1px 0;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    margin-right: 10px;
}

.tab_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab_list ul li {
    flex: 0 0 30%;
    margin-bottom: 30px;
    padding-bottom: 50px;
    cursor: pointer;
}

.tab_list ul li:hover .tab_m {
    color: #164F8F;
	text-align:justify;
}

.tab_list ul li:hover img {
    transform: scale(1.05);
}

.p_page {
    margin-top: 75px;
    display: flex;
    justify-content: center;
}

.p_page a {
    color: rgb(153, 153, 153);
    margin-right: 8px;
}

.page_num {
    display: inline-block;
    width: 45px;
    height: 42px;
    background: #fff;
    text-align: center;
    line-height: 42px;
}

.page_prev {
    display: inline-block;
    width: 90px;
    height: 42px;
    background: #fff;
    text-align: center;
    line-height: 42px;
}

.page_next {
    display: inline-block;
    width: 90px;
    height: 42px;
    background: #fff;
    text-align: center;
    line-height: 42px;
}


.current {
    background-color: #164F8F;
    color: #fff !important;
}

.tab_active {
    color: #000;
    font-size: 48px;
}






@media screen and (max-width: 1750px) {
    .tab_list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .tab_bq {
        padding: 0 20px;
    }

    .tab_m {
        padding: 0 20px;
    }

    .tab_bq span {
        margin-bottom: 10px;
    }

    .tab_j {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1600px) {
    .tab_list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .tab_bq {
        padding: 0 20px;
    }

    .tab_m {
        padding: 0 20px;
    }

    .tab_bq span {
        margin-bottom: 10px;
    }

    .tab_j {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1440px) {
    .tab_list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 217px;
    }


}

@media screen and (max-width: 1024px) {
    .tab_list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 204px;
    }

    .tab_list ul li{
        /* width: 280px; */
    }

    .tab_bq{
        flex-wrap: wrap;
    }


    .tab_list ul li{
        flex: 0 0 32%;
    }
    .select_top{
        flex-direction: column;
        align-items: start;
    }
    .input_search{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .tab_list ul li .image{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .page_prev {
        width: 55px;
        height: 32px;
        line-height: 32px;
    }
    .page_num{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .page_next{
        width: 55px;
        height: 32px;
        line-height: 32px;
    }
    .shouye{
        display: none;
    }
    .weiye{
        display: none;
    }
    .tab_list img{
        width: 100%;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }
    .tab_list ul li{
        width: 100%;
    }
    .tab_bq{
        padding: 0 10px;
    }
    .tab_m{
        padding: 0 10px;
    }
    .tab_j{
        padding: 0 10px;
    }
    .select_top {
        flex-direction: column;
        align-items: start;
    }
    .select_s{
        width: 100%;
    }

    .select_s select {
        margin-left: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .select_s span{
        margin-bottom: 15px;
    }
    .input_search input{
        width: 240px;
        width: 100%;
    }
    .input_search a{
        top: 15px;
    }
    .input_search{
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .select_s select{
        background-position: 92% center;
        width: 60%;
    }
    .select_t{
        display: block;
        margin-bottom: 10px;
    }
    .tab_t{
        margin: 0 20px;
    }
    .tab_list ul{
        flex-direction: column;
    }
    .page_con{
        display: flex;
        flex-wrap: wrap;
    }
    .page_con a{
        margin-bottom: 10px;
    }
    .tab_active{
        font-size: 22px;
    }
    .mkBox2{
        padding: 50px 0;
    }
    .mkBox1{
        padding: 30px 0;
    }
    .p_page{
        margin-top: 30px;
    }
    .tab_content{
        margin-top: 30px;
    }

    .tab_m{
        margin-top: 10px;
    }
    .tab_j{
        margin-top: 10px;
    }

    .tab_list ul li{
        padding-bottom: 30px;
    }

    .input_search input{
        padding: 10px 20px;
        width: 60%;
    }
    .input_search a{
        right: 44%;
    }
}