
.mkBox1 {
    background-image: url(../img/News/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.title {
    color: #222;
}

.tab {
    padding: 8px 30px;
    display: block;
    border: 1px solid #DDD;
    border-radius: 30px;
    width: 140px;
    text-align: center;
    margin-right: 20px;
}

.new_tab {
    margin-top: 23px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.new_b {
    display: flex;

}

.new_t {
    color: rgb(136, 136, 136);
}

.new_t span {
    margin: 0 15px;
}

.cc {
    color: #222;
    margin-top: 30px;
    line-height: 42px;
}

.new_neirong {
    margin-top: 40px;
    padding: 55px 0 130px 0;
    border-top: 1px solid #DDD;
}

.new_neirong .img1 {
    margin-top: 42px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_content {
    padding: 90px 65px 0px 0;
}

.new_detail {
    display: flex;
}

.new_more {
    border-left: 1px solid #DDD;
    padding-left: 65px;
    padding-top: 40px;
}

.img_title {
    color: #222;
    margin-top: 25px;
}

.image {
    margin-top: 30px;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
}

.image img:hover {
    transform: scale(1.05);
}

.new_b {
    color: #222;
    margin-bottom: 15px;
}

.new_t_title {
    margin-top: 50px;
    margin-bottom: 25px;
}

.new_more ul li {
    cursor: pointer;
}

.new_more ul li:hover {
    color: #164F8F;
}

.new_more ul li:hover p {
    color: #164F8F;
}

.new_ttt {
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_btn {
    background-color: #164F8F;
    color: #fff;
    padding: 16px 60px;
    border-radius: 30px;
}

.new_page {
    border-top: 1px solid #DDD;
    padding-top: 40px;
    padding-bottom: 100px;
}

.new_page li {
    cursor: pointer;
}

.new_page li:hover {
    color: #164F8F;
}

@media screen and (max-width: 1600px) {
    .tab {
        width: 100px;
        padding: 8px 10px;
    }

    .new_b {
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    /* .new_detail{
        flex-direction: column;
    }
    .new_more{
        border:none;
        padding: 0;

    }
    .new_more ul:nth-child(1){
        display: flex;
    } */
    .page_btn{

        white-space: nowrap;
    }
}


@media screen and (max-width: 768px) {
    .new_detail{
        display: flex;
        flex-direction: column;
    }
    .new_tab{
        flex-direction: column;
    }
    .new_content{
        padding-right: 0;
    }
    .new_more{
        padding-left: 0;
        border: none;
    }
    .image img{
        width: 100%;
    }
    .new_content{
        padding-top: 45px;
    }
    .new_neirong{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }
    .new_b{
        margin-bottom:10px;
    }
    .new_ttt{
        flex-direction: column;
    }
    .page_btn{
        margin: 10px 0;
    }
    .new_t span{
        margin: 0 5px;
    }
    .new_t_title{
        margin-bottom: 20px;
    }
}