﻿.topNavSeachBox {
    display: block;
}

.topNavSeachBoxColor {
    display: none;
}

.topNavSeachInput {
    border-left: 2px solid #dddddd;
    font-size: 35px;
    font-weight: 600;
    height: 50px;
    vertical-align: central;
    margin-left: 50px;
    color: #686868;
    margin-right: 70px;
}

.content {
    width: 1000px;
    margin: 0 auto;
    line-height: 25px;
    letter-spacing: 2px;
    vertical-align: middle;
}

.title {
    display: flex;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .title > img {
        margin-right: 20px;
    }

.bg-blue {
    background: #036ffb;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .bg-blue > p {
        font-size: 17px;
        color: white;
        font-weight: 600;
        letter-spacing: 4px;
    }