header {
    padding: 0;
}

#app {
    padding: 0 0.94rem;
    min-height: calc(100vh - 4.5rem);
}

.unFound {
    width: 100%;
    margin-top: 2.6811rem;
}

.unFound>div:nth-child(1) {
    font-family: 'Roboto 600', sans-serif;
    text-align: center;
    color: #5299F5;
    margin-bottom: .736rem;
    line-height: 120%;
}

.unFound>div:nth-child(2) {
    font-family: 'Roboto 600', sans-serif;
    color: #424242;
    text-align: center;
    line-height: 140%;
}

.type {
    font-family: 'Roboto 600', sans-serif;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: normal;
    color: #3D3D3D;
    margin: 0.5rem 0 0.63rem 0;
}

.search_box {
    margin: .625rem 0 1.38rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20.625rem;
    position: relative;
    height: 2.13rem;
}

.search_img {
    width: 1.0625rem;
    height: 1.0625rem;
    position: absolute;
    left: .5938rem;
    top: 50%;
    transform: translateY(-52%);
}

.search_box input {
    font-family: 'Roboto 400', sans-serif;
    width: 100%;
    height: 2.125rem;
    border-radius: .31rem;
    font-size: .75rem;
    padding: 0 .5rem 0 1.875rem;
    background: #F1F1F1;
    color: #333333;
    border: none;
    outline: none;
}

.search_box input::placeholder {
    color: #AAAAAA;
    font-family: 'Roboto 400', sans-serif;
}

.history {
    font-size: .8411rem;
    vertical-align: middle;
    font-family: 'Roboto 400', sans-serif;
    color: #BDC1C6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 0.84rem;
    column-gap: 0.63rem;
    width: 100%;
}

.history>div {
    width: auto;
    height: 2.47rem;
    white-space: nowrap;
    padding: 0 1.41rem;
    border-radius: 0.31rem;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
}

.part-two .news_div {
    display: grid;
    grid-template-columns: 1fr 9.44rem;
    gap: 0.63rem;
    margin-bottom: 0.94rem;
}

.part-two .news_div .title {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: normal;
    color: #231F20;
    margin-bottom: 0.25rem;
}

.part-two .news_div .desc {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.63rem;
    line-height: normal;
    letter-spacing: normal;
    color: #939393;
    margin-bottom: 0.41rem;
}

.part-two .news_div .Read {
    width: 8.38rem;
    height: 2.06rem;
    border: 0.06rem solid #0C79FF;

    font-family: 'Roboto 400', sans-serif;
    font-size: 0.81rem;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;

    color: #0C79FF;
    border-radius: 0.31rem;
}

.part-two .news_div .Read img {
    width: 0.69rem;
    height: 0.69rem;
    margin-left: 0.13rem;
}

.part-two .news_div .Read .Bmore {
    display: none;
}

.part-two .news_div .Read:active {
    color: #FFFFFF;
    border: none;
    background: linear-gradient(269deg, #0C79FF 0%, #88AEFD 96%);
}

.part-two .news_div .Read:active .Bmore {
    display: block;
}

.part-two .news_div .Read:active .more {
    display: none;
}

.part-two .news_div .news_img {
    width: 9.44rem;
    height: 6.63rem;
    border-radius: 0.63rem;
    object-fit: cover;
}