
.history-box{
    padding: 60px 0 70px;
}

.history-bsel{
    background-color: #eeeeee;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.history-bslitm{
    width: 24%;
   
}
.history-bslitm a{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    background-color: #ffffff;
    color: #333333;
}
.bslitms{
    background-color: #f70000 !important;
    color: #ffffff !important;
}



.news-item{
    margin-top: 50px;

}
.news-item > h2{
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
}
.news-item > p{
    font-size: 16px;
    margin-top: 15px;
}


.news-itmtit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-itmtit > h3{
    font-size: 24px;
    font-weight: 600;
}

.news-itmtit > p{
    font-size: 16px;
}


.news-itm-tab{
    margin-top: 20px;
}
.news-itm-tab .layui-table td{
    font-size: 16px;
    padding: 15px 20px;
}
.news-itm-tab .layui-table td:nth-child(1){
    background-color: #f5f5f5;
    color: #222222;
    font-weight: 600;
}
.news-itm-tab .layui-table td p{
    padding: 2px 0;
}



@media only screen and (max-width:1440px) {
    .history-box {
        padding: 50px 0 60px;
    }

    .history-bsel {
        padding: 10px;
    }
    .history-bslitm a {
        font-size: 16px;
        padding: 8px 0;
    }


    .news-itm-tab {
        margin-top:15px;
    }

    .news-item {
        margin-top: 40px;
    }
    .news-item > h2 {
        font-size: 26px;
        padding: 15px 0;
    }

    .news-item > p {
        font-size: 14px;
        margin-top: 10px;
    }
    .news-itmtit > h3 {
        font-size: 20px;
    }
    .news-itmtit > p {
        font-size: 14px;
    }

    .news-itm-tab .layui-table td {
        font-size: 14px;
        padding: 10px 15px;
    }



}


@media only screen and (max-width:769px) {
    .history-box {
        min-height: calc(100vh - 225px);
        padding: .5rem .1rem .6rem;
    }


    .history-bsel {
        padding: .1rem;
    }
    .history-bslitm a {
        font-size: 14px;
        padding: .1rem 0;
    }


    .news-item {
        margin-top: .4rem;
    }
    .news-item > h2 {
        font-size: 20px;
        padding: .15rem 0;
    }

    .news-item > p {
        font-size: 12px;
        margin-top: .1rem;
    }

    .news-itmtit > h3 {
        font-size: 18px;
    }
    .news-itmtit > p {
        font-size: 12px;
    }

    .news-itm-tab {
        margin-top: .15rem;
    }
    .news-itm-tab .layui-table td {
        font-size: 12px;
        padding: .1rem .15rem;
    }

}
